Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/noaione/mpv-discordRPC
- Owner: noaione
- License: mit
- Created: 2018-05-04T10:30:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-27T05:30:37.000Z (over 1 year ago)
- Last Synced: 2024-08-02T20:46:46.307Z (3 months ago)
- Topics: discord, discord-rich-presence, lua, mpv, scripts
- Language: Lua
- Homepage: https://noaione.github.io/release
- Size: 1.24 MB
- Stars: 50
- Watchers: 3
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-indo-projects - mpv-discordRPC - A mpv media player lua script for Discord RPC integration. (Plugins)
- awesome-indonesia-repo - mpv-discordRPC - A mpv media player lua script for Discord RPC integration. (Plugins)
- awesome-vietnam-repo - mpv-discordRPC - A mpv media player lua script for Discord RPC integration (Plugin)
- awesome-mpv - discordRPC - Discord RPC integration for mpv using lua-discordRPC as base. (Social)
README
mpv Media Player Discord RPC IntegrationVersion 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.
```