This repository has been archived on 2019-06-23. You can view files and clone it, but cannot push or open issues or pull requests.
mumbledj/README.md

36 lines
1.9 KiB
Markdown
Raw Normal View History

2014-09-12 22:27:03 +02:00
MumbleDJ
========
2014-09-11 21:06:19 +02:00
A Mumble bot that plays music fetched from YouTube videos. There are ways to play music with a bot on Mumble already, but I wasn't really satisfied with them. Many of them require the Windows client to be opened along with other applications which is not ideal. My goal with this project is to make a Linux-friendly Mumble bot that can run on a webserver instead of a personal computer.
2014-09-11 01:44:52 +02:00
2014-09-11 21:06:19 +02:00
## Planned Features
These are features that I would like to complete before I consider the project "finished."
* Play YouTube audio through Mumble to be heard by others.
* Commands for adding/queueing YouTube audio by linking to the URL.
* Current song updates in the chat.
* Commands to play, pause, and raise/lower volume.
* Commands to allow users to move the bot from one channel to another.
* Admin commands to completely shut down the bot and perform other admin actions.
* Automatically turn on/off music when a certain number of users are inside the channel.
## Hopeful Features
These are features that would be cool to have, but might not ever make it into the bot.
* Ability to control music using voice commands instead of text commands.
* Ability to enable text-to-speech for the bot to announce the name of the next track over voice chat.
* A search command where the bot searches for a song and then plays it. Basically the add/queue command but without the URL.
* Statistics tracking.
## Setup
This section will be updated when the project is near completion.
## Author
[Matthieu Grieger](http://matthieugrieger.com)
## License
Copyright (c) Matthieu Grieger 2014
[This project is licensed under the GPLv3 license.](https://github.com/matthieugrieger/mumble-music-bot/blob/master/LICENSE)
## Thanks
All those who contribute to [Mumble](https://github.com/mumble-voip/mumble).
2014-09-12 22:27:03 +02:00
[Robert904](https://github.com/Robert904) for [pymumble](https://github.com/Robert904/pymumble).