anyaudio / anyaudio-server

:musical_note: Simple server to search youtube and give direct audio download and stream links
91 stars 19 forks source link

Move Youtube Playlists to PSQL #129

Closed singhpratyush closed 6 years ago

singhpratyush commented 7 years ago

Currently we are using static list for Youtube playlists. Put them and scraped items in PSQL DB.

aviaryan commented 7 years ago

Currently we are using static list for Youtube playlists. Put them .... in PSQL DB.

What advantage does it have over the current implementation?

scraped items in PSQL DB.

👍

singhpratyush commented 7 years ago

Currently, we have to restart the server if we have to add new items in the list. If we do it from database, things will be simpler and stable. Further, we can support playlists mentioned by user in a more dynamic way if we use this (planning to provide a section where users can submit a Youtube playlist's link and we'll play it for them).

Moreover, if we wish to add scraped data in PSQL, we should also store the playlists there (DDL ethics).

singhpratyush commented 6 years ago

No longer applicable.