mixxxdj / mixxx

Mixxx is Free DJ software that gives you everything you need to perform live mixes.
http://mixxx.org
Other
4.43k stars 1.27k forks source link

Color tracks as missing that cannot be loaded #13234

Open daschuer opened 4 months ago

daschuer commented 4 months ago

Feature Description

It would be convenient when a track that fails to load is also colored in red. From the user perspective it does not make a difference why a track cannot be played. It can be missing or corrupted.

ronso0 commented 1 month ago

That is probably possible somehow by connecting to the signal from CachingReaderWorker that also triggers the popup. Since storing this in a new flag/SQL column not_playable is complicated (cpmpex, hard to maintain/update, error-prone), shall we move affected tracks to Tracks --> Missing (set fs_deleted) or do you think we need another Tracks sub-fetaure, eg. Broken?