jagrosh / MusicBot

🎶 A Discord music bot that's easy to set up and run yourself!
https://jmusicbot.com
Apache License 2.0
5.22k stars 2.5k forks source link

[Feature Request] ZPL playlist Support #585

Open lakshaycodes opened 3 years ago

lakshaycodes commented 3 years ago

Is your feature request related to a problem? Please describe. I want to use a groove music playlist on a discord bot. Describe the solution you'd like Since, Groove stores the playlists in zpl files, it would be easy to just upload the zpl file in the folder and get it running.

Describe the basic flow/steps of using this feature How this feature would be used:

  1. this could be used to run groove music playlists

Additional context Add any other context or screenshots about the feature request here.

Have you confirmed that this idea is not already described here? https://github.com/jagrosh/MusicBot/projects/1 This feature is not here

pbanj commented 3 years ago

You can probably just change the file extension

lakshaycodes commented 3 years ago

No, It can't be done because it is written in a zpl format which looks a bit similar to xml

pbanj commented 3 years ago

Ah, https://gist.github.com/jgarza9788/a17de65f41f14662491e this might be helpful for the time being.

lakshaycodes commented 3 years ago

Thanks!

lakshaycodes commented 3 years ago

Ah, https://gist.github.com/jgarza9788/a17de65f41f14662491e this might be helpful for the time being.

hi! I was after some hard work able to change my playlist to m3u but it isn't working with the music bot Can you guide me!