diff --git a/README.md b/README.md index 2e8dab4..11f7afe 100644 --- a/README.md +++ b/README.md @@ -6,40 +6,30 @@ GitHub commit activity

A Discord RPC for showing the music you're listening to on Deezer (like the Spotify integration).

+ Check the troubleshooting page if you have issues ## Features * Updates instantly -* Shows the song title, the song artist(s), the album cover (when the mouse is over the album cover, the album title is shown) and the song duration -* On the RPC there's a "Listen along" button like on the Spotify integration. This is a link to the song +* Shows the song title, the song artist(s), the album name and cover, and the song duration +* Shows a "Listen on Deezer" button that opens the song on Deezer, if supported * An in-app updater -* Can hide the activity if song is not playing -* Can set a "Listening to" status (**requires your Discord token**) +* Hides the activity if no song is playing +* Sets a "Listening to" status on the profile * Includes an ad-blocker, so it can block Deezer ads, Sentry requests... -* Supports songs, radios, personal songs, podcasts +* Supports songs, radios, personal songs (MP3s), podcasts ## Screenshots #### RPC on profile: -

With the "Playing" status:

- -![RPC on profile](screenshots/rpc_on_profile.png) - -

With the "Listening to" status:

- -![RPC on profile](screenshots/rpc_on_profile_2.png) +![RPC on profile](screenshots/rpc.png) #### Tray menu: ![Tray menu](screenshots/tray_menu.png) -## Todo - -* [x] Implement Discord WebSocket server to get a "Listening to" status on the profile -* [x] Support podcasts - ## License Mozilla Public License 2.0 diff --git a/screenshots/rpc.png b/screenshots/rpc.png new file mode 100644 index 0000000..5e2cc54 Binary files /dev/null and b/screenshots/rpc.png differ diff --git a/screenshots/rpc_on_profile.png b/screenshots/rpc_on_profile.png deleted file mode 100644 index 6ce3010..0000000 Binary files a/screenshots/rpc_on_profile.png and /dev/null differ diff --git a/screenshots/rpc_on_profile_2.png b/screenshots/rpc_on_profile_2.png deleted file mode 100644 index 8b6c265..0000000 Binary files a/screenshots/rpc_on_profile_2.png and /dev/null differ diff --git a/screenshots/tray_menu.png b/screenshots/tray_menu.png index 3ad3d36..4d93b18 100644 Binary files a/screenshots/tray_menu.png and b/screenshots/tray_menu.png differ