nitanmarcel / tl_radio

Telegram UserBot to play and stream audio to telegram group chat using YoutubeDl and TgCalls.
GNU General Public License v3.0
16 stars 2 forks source link

Add playlist support. #4

Open nitanmarcel opened 3 years ago

nitanmarcel commented 3 years ago

As of now I've disabled playlist support since I have to set a good framework to inject each song into the queue.

I've started firstly by listening to new files in a subdirectory but I soon dropped it because of some issues I didn't wanted to bother with.

The implementation will probably be just as easy as parsing the returned json by YoutubeDl and parsing each entries.

Anyway downloading them should be done in a way that it doesn't spam YouTube's servers.