$ git clone https://github.com/LEGEND-OS/Music-VC
$ cd MusicPlayer
$ cp sample.env .env
< edit .env with your own values >
$ sudo docker build . -t musicplayer
$ sudo docker run musicplayer
API_ID
: Telegram app id.API_HASH
: Telegram app hash.SESSION
: Pyrogram string session. You can generate from here.SUDOERS
: ID of sudo users (separate multiple ids with space).PREFIX
: Commad prefixes (separate multiple prefix with space). Eg:! /
LANGUAGE
: An available bot language (can change it anytime). Default:en
CUSTOM_QUALITY
: Custom stream quality for the userbot in vc. Default:high
Command | Description |
---|---|
• !ping | Check if alive or not |
• !start / !help | Show the help for commands |
• !mode / !switch | Switch the stream mode (audio/video) |
• !p / !play [song name or youtube link] | Play a song in vc, if already playing add to queue |
• !radio / !stream [radio url or stream link] | Play a live stream in vc, if already playing add to queue |
• !pl / !playlist [youtube playlist link] | Play the whole youtube playlist at once |
• !skip / !next | Skip to the next song |
• !m / !mute | Mute the current stream |
• !um / !unmute | Unmute the muted stream |
• !ps / !pause | Pause the current stream |
• !rs / !resume | Resume the paused stream |
• !list / !queue | Show the songs in the queue |
• !mix / !shuffle | Shuflle the queued playlist |
• !loop / !repeat | Enable or disable the loop mode |
• !lang / language [language code] | Set the bot language in group |
• !ip / !import | Import queue from exported file |
• !ep / !export | Export the queue for import in future |
• !stop / !leave | Leave from vc and clear the queue |
en English
Music Player is licenced under the GNU Affero General Public License v3.0. Read more here.