Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/noaione/mpv-discordRPC

mpv integration with Discord Rich Presence
https://github.com/noaione/mpv-discordRPC

discord discord-rich-presence lua mpv scripts

Last synced: about 21 hours ago
JSON representation

mpv integration with Discord Rich Presence

Awesome Lists containing this project

README

        





mpv Media Player Discord RPC Integration


Version 2.1
Created by NoAiOne, contact me at Discord or open Issues if there's any problem
Using lua-DiscordRPC as it base code and discord-rpc library files


Screenshot
Download
Installation
Changelog

---
## Screenshot
| State | Image |
| :-: | :-: |
| Playing: Video | ![Playing Video](https://raw.githubusercontent.com/noaione/mpv-discordRPC/master/assets/playing_video.png) |
| Playing: Music | ![Playing Music](https://raw.githubusercontent.com/noaione/mpv-discordRPC/master/assets/playing_music.png) |
| Playing: Other | ![Playing Other Stuff/Image](https://raw.githubusercontent.com/noaione/mpv-discordRPC/master/assets/playing_other.png) |
| Playing: Stream | ![Playing from website (Stream)](https://raw.githubusercontent.com/noaione/mpv-discordRPC/master/assets/playing_stream.png) |
| Paused | ![Paused](https://raw.githubusercontent.com/noaione/mpv-discordRPC/master/assets/paused.png) |
| Idling/Stop | ![Idling](https://raw.githubusercontent.com/noaione/mpv-discordRPC/master/assets/idling.png) |

### Changelog
```
-- Version 1.0: First initial release
-- Version 1.1: Pause/Play kinda thingy, added win32/win64 version, linux/mac soon, since i don't know how lua loaded in linux/mac
-- Version 1.2: Cleaned up, making idle mode more idle. Compacted everything to 3 files
-- Version 1.3: Linux Support (please open issue if there is any problem)
-- Version 1.4: Remaining time, more detailed info, and updated DiscordRPC.lua and .dll to version 3.3.0
-- Version 1.5: Reworked how Idle, playing, paused works
-- Version 1.6: Youtube Mode
Find chapter number, metadata, etc
-- Version 1.7: Renamed drpc.lua to mpv-drpc.lua
Add more audio formats that i get from wikipedia page.
Make the script more cleaner.
-- Version 1.8: Added some options
More feature for chapter/playlist
-- Version 2.0: Added toggle option to enable/disable mpv-drpc.
Merge all scripts to one file.
Fix "streaming video" checking
Add website name and strip them to only the Website name.
Improve "Image" and "Other" checking.
-- Version 2.1: Start DRPC when file loaded.
Hopefully fix DRPC not showing up.
```