From 4037a8a55934c60d426baf4604e0f03a29eb5652 Mon Sep 17 00:00:00 2001 From: Softwarenoob Date: Wed, 18 Nov 2020 00:51:14 +0200 Subject: [PATCH] Add default playlist --- bots/discord/jmusicbot/playlist.txt | 31 +++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 bots/discord/jmusicbot/playlist.txt diff --git a/bots/discord/jmusicbot/playlist.txt b/bots/discord/jmusicbot/playlist.txt new file mode 100644 index 00000000..86ca97de --- /dev/null +++ b/bots/discord/jmusicbot/playlist.txt @@ -0,0 +1,31 @@ +# THIS IS AN EXAMPLE PLAYLIST, EDIT TI TO YOUR OWN REQUIREMENTS +# jagrosh's playlist +# lots of formats are supported, as shown below +# JustSomeBots playlist format is supported as well + +# This next line (the word "shuffle" on a comment line) makes it so that the playlist is always shuffled when loaded. + +# shuffle + + +# examples of searches on youtube +ytsearch:juicy fruit williams +ytsearch:gorillaz dare audio + +# examples of searches on soundcloud +scsearch:lights metrognome + +# examples of specific youtube videos +https://www.youtube.com/watch?v=x7ogV49WGco + +# examples of youtube playlists +PLUib4KwT0DMJaPgg_nr1ia8FY5JcXksvb + + +# Lots of formats are supported +# ############################# +# Links (to youtube videos, soundcloud, radio, streams, etc) +# Searches (prefixed with ytsearch or scsearch as shown above) +# Youtube video or playlist IDs +# Youtube playlist links (https://github.com/jagrosh/MusicBot/wiki/Playlists) +# Local files (/home/container/music/mysong.mp3) \ No newline at end of file