|
5 | 5 | 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.* |
6 | 6 |
|
7 | 7 | <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" /> |
11 | 10 | </p> |
12 | 11 |
|
13 | 12 | ## Features |
14 | 13 | - 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 |
17 | 16 | - Customize Template |
| 17 | +- Load presence locally or from the server |
| 18 | +- Start PlexampRPC on Windows startup |
18 | 19 | - Minimize to tray |
19 | 20 | - Self contained single .exe |
20 | 21 |
|
21 | | -## Options & Template |
| 22 | +## Options |
22 | 23 | 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. |
23 | 24 |
|
24 | | - |
| 25 | + |
25 | 26 |
|
26 | 27 |
|
27 | 28 | 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. |
28 | 29 |
|
| 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 | + |
29 | 45 | ## FAQ |
30 | 46 | > **Q:** How do I change the "Listening to Plexamp" text? |
31 | 47 | > |
|
0 commit comments