matthias4217 / jukebox-ultra-nrv

Multi-user jukebox for LAN use
https://gitlab.com/club-jeux-int/jukebox-ultra-nrv
3 stars 3 forks source link

Handle outdated tracks #63

Closed matthias4217 closed 5 years ago

matthias4217 commented 5 years ago

Sometimes, a video gets removed from Youtube, (or the other sources) we should consider what happens then.

matthias4217 commented 5 years ago

How to implement this : add a field "obsolete" (or maybe another appellation) to track_info. In the player_worker thread, if mpv is unable to play the song, and the source is Youtube, ask Youtube whether the song still exist (or if it is just a temporary network error). If it has been removed, mark it as obsolete. Obsolete songs won't be displayed in the suggestions. Also I will check that during searches, metadata are well updated.

matthias4217 commented 5 years ago

Fixed with 21d22a8