Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Half-Shot/matrix-mpd-dj
A matrix bot for controlling a mpd music stream
https://github.com/Half-Shot/matrix-mpd-dj
Last synced: 5 days ago
JSON representation
A matrix bot for controlling a mpd music stream
- Host: GitHub
- URL: https://github.com/Half-Shot/matrix-mpd-dj
- Owner: Half-Shot
- License: mit
- Created: 2016-03-19T17:04:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-30T12:52:47.000Z (about 8 years ago)
- Last Synced: 2024-10-28T11:19:20.187Z (11 days ago)
- Language: C#
- Size: 44.9 KB
- Stars: 36
- Watchers: 4
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - Half-Shot/matrix-mpd-dj - A matrix bot for controlling a mpd music stream (others)
README
# matrix-mpd-dj
A matrix bot for controlling a mpd music streamSetup
-----
You need:
- A working MPD Setup
- MPC installed
- A http stream
- A folder that this script can write and read to for music files.
- Auto update turned on in mpdCommands
--------
The current command selection is listed below:
```
play - Play if the stream has stopped
prev - Go to the previous track
next - Go to the next track
current - Current track name
help - List avaliable commands
[youtube url] - Give a youtube url to queue it
stream url - What is the stream url?
update - Refresh the library if the mpd fails to find a uploaded track.
```Config
------
The configuration is stored in ~/.config/mpddj.iniThe default config is listed below:
```
[mpc]
host = localhost
port = 6600
streamurl = http://localhost:8000
[matrix]
host = https://localhost:8448
user = username
pass = password
rooms = #RoomA,#RoomB:localhost,#RoomC
```