Skip to content

Commit b639870

Browse files
committed
update readme.md
1 parent 1be829a commit b639870

File tree

1 file changed

+3
-43
lines changed

1 file changed

+3
-43
lines changed

README.md

Lines changed: 3 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,7 @@
11
# Discord Rich Presence Plugin for MusicBee
22

33
This [MusicBee](http://getmusicbee.com) plugin shows your currently playing song as Rich Presence on [Discord](https://discordapp.com/).
4+
This my fork of [Kuunikal/mb_DiscordRichPresence](https://github.com/Kuunikal/mb_DiscordRichPresence) with timestamps / bitrate / codec listing
5+
![Screenshot 1](https://i.imgur.com/qKtrwyv.png)
6+
![Screenshot 2](https://i.imgur.com/oYrxnMM.png)
47

5-
![Example Screenshot](https://i.imgur.com/cTKx7p8.png)
6-
7-
## Requirements
8-
9-
- MusicBee v3.x (Untested on v2.x)
10-
- Visual C++ Redistributable for Visual Studio 2015/7
11-
12-
## Installation
13-
14-
- Download the (non-source code) zip file from the [latest release](https://github.com/Kuunikal/mb_DiscordRichPresence/releases/latest)
15-
16-
Either
17-
- Load the plugin through MusicBee
18-
- Edit -> Preferences (Ctrl+O) -> Plugins -> Add Plugin -> Select the zip file
19-
20-
or
21-
- Copy the DLL files to the Plugins folder
22-
- Extract the zip file
23-
- Copy the DLL files to the `MusicBee\Plugins` directory (most likely `C:\Program Files (x86)\MusicBee\Plugins` or `%appdata%\MusicBee\Plugins`)
24-
- Re/start MusicBee
25-
26-
## Usage
27-
28-
- Make sure you have MusicBee selected to be displayed as your Game Activity on Discord
29-
- User Settings -> Games -> Display currently running game as status message.
30-
- Add it! -> Select MusicBee
31-
32-
### Creating a developer application for custom album artwork
33-
34-
If you want to include your own album art (up to 150 albums!), you can easily do so by creating a Discord developer app.
35-
36-
- Go to [Discord's developer application page](https://discordapp.com/developers/applications/me)
37-
- Create a new app. Call it something like MusicBee.
38-
- Copy the client ID (located in the *app details* section at the top of the page)
39-
- Paste it into [line 47 of the main file](https://github.com/Kuunikal/mb_DiscordRichPresence/blob/master/mb_DiscordRichPresence.cs#L47)
40-
- On the webpage of your new developer app, click **Enable Rich Presence** at the bottom of the page.
41-
- Make sure to include the playing/paused icons. They are available for download [here](https://imgur.com/a/WCZgD).
42-
- You should be good to go. Keep the following in mind when uploading album images:
43-
- Characters like spaces turn into **underscores**. (found on [this line](https://github.com/Kuunikal/mb_DiscordRichPresence/blob/master/mb_DiscordRichPresence.cs#L80). You can add options for other characters, too) For example, if you are listening to *Since I Left You* by The Avalanches, the uploaded album name would have to be named "since_i_left_you".
44-
45-
## Support
46-
47-
Feel free to contact me (Kuunikal) on Discord if you need help. My info is in the screenshot.

0 commit comments

Comments
 (0)