Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalpuffke authored Jun 13, 2020
1 parent e196bd4 commit adb6161
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
External Discord Rich Presence plugin for the C* music player
![Preview](preview.png)

## What works
- Parsing should be good enough to not cause any issues, but I have only tested it using my library which is for the most part tagged properly. If you still encounter parsing issues, please tell me!
- Backend works perfectly thanks to [**this awesome library**](https://github.com/Vatuu/discord-rpc)
- Debug mode which disables DiscordRPC and gives more console output

## Future plans
- Better support for songs that aren't tagged properly (properly means artist, title, album and year information)
- Commandline args parsing support
- Easy customization options
- Less stupid code

## Dependencies
- **Java 8**
- [**Discord-RPC**](https://github.com/Vatuu/discord-rpc) library
Expand Down

0 comments on commit adb6161

Please sign in to comment.