sentriz / gonic

music streaming server / free-software subsonic server API implementation
ircs://irc.libera.chat/#gonic
GNU General Public License v3.0
1.49k stars 105 forks source link

feat: try all tracks in dir for album metadata instead of first #462

Open s-fleck opened 5 months ago

s-fleck commented 5 months ago

I've raised these before on the chat, and understand that it's intended behavior. I just wanted to try one more time argue my case because it is a recurring source of annoyance for me, but if you mark it as wontfix I promise to not bug you again.

Behavior: Some audio files with sketchy headers will abort the scan of a directory and the whole directory will not be available in gonic. All this happens silently in the background.

Why this is a problem for me specifically

Other reasons to argue my case

Proposed solution: Rather than discarding the whole album, just discard the track.

edit: clarified details