strawberrymusicplayer / strawberry

:strawberry: Strawberry Music Player
https://www.strawberrymusicplayer.org/
GNU General Public License v3.0
2.53k stars 164 forks source link

After drag'n'dropping folder with flac+cue only flac is added to queue #1428

Closed soredake closed 2 months ago

soredake commented 2 months ago

Describe the bug After drag'n'dropping folder with flac+cue only flac is added to queue.

To Reproduce Install latest version on Windows, drag'n'drop folder with flac+cue files, only flac will be added, which is incorrect.

Expected behavior .cue should be used and parsed to add tracks to queue.

Screenshots: What I see in strawberry: image

What I see in aimp: image

System Information:

Additional context Add any other context about the problem here.

jonaski commented 2 months ago

Cue is only properly supported for songs in the collection.

jonaski commented 2 months ago

Duplicate of #1105 I suggest to use the collection for CUE, not the file view. Since implementing proper cue handling in the file view involves scanning directories which is what the collection is supposed to do.