Skip to content

Commit 93ec36e

Browse files
authored
Enhance README with images and feature details
Updated README.md with additional images, features, and template options.
1 parent c2f9f60 commit 93ec36e

File tree

1 file changed

+23
-7
lines changed

1 file changed

+23
-7
lines changed

README.md

Lines changed: 23 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,43 @@
55
PlexampRPC displays currently playing Plex music as Discord Rich Presence, while using the proper Album Art.<br/> *Despite using the name Plexamp, it works regardless of the client used.*
66

77
<p float="left">
8-
<img src="https://i.imgur.com/RB1Chep.png" />
9-
<img src="https://i.imgur.com/cNsPQ7z.png" height="326" />
10-
<img src="https://i.imgur.com/IAVWupR.png" height="326" />
8+
<img src="https://i.imgur.com/wbEsU6T.png" />
9+
<img src="https://i.imgur.com/2x8HjMt.png" height="330" />
1110
</p>
1211

1312
## Features
1413
- Proper Album Art for your Music
15-
- Uses Track Artist instead of Album Artist if available
16-
- Start PlexampRPC on Windows startup
14+
- Uses Track Artist instead of Album Artist if available
15+
- Custom "Listening to..." text
1716
- Customize Template
17+
- Load presence locally or from the server
18+
- Start PlexampRPC on Windows startup
1819
- Minimize to tray
1920
- Self contained single .exe
2021

21-
## Options & Template
22+
## Options
2223
Click the gear icon on the top right to open the Settings window. Here you can change different options, change the template, and easily see the current version of PlexampRPC.
2324

24-
![image](https://i.imgur.com/EhWWCQq.png)
25+
![image](https://i.imgur.com/qtn8y6P.png)
2526

2627

2728
The config file, aswell as the thumbnail cache and the stored auth token, are stored in `%AppData%\PlexampRPC\`. Press `F12` in the app to automatically open this folder.
2829

30+
### Template
31+
These are all the placeholders that can be used for the template (bottom 3 lines in the Settings window.
32+
- `{title}`: Track Title
33+
- `{artist}`: Artist
34+
- `{album}`: Album
35+
- `{year}`: Album Year
36+
- `{player}`: Name of the device playing the music
37+
- `{listens}`: Number of times listened to the track
38+
- `{codec}`: Audio Codec
39+
- `{container}`: File Container
40+
- `{bitrate}`: Bitrate (Kbps)
41+
- `{channel}`: Channel Layout (ex. Stereo)
42+
- `{bitdepth}`: Bit Depth
43+
- `{samplerate}` Sample Rate (kHz)
44+
2945
## FAQ
3046
> **Q:** How do I change the "Listening to Plexamp" text?
3147
>

0 commit comments

Comments
 (0)