clementine-player / Clementine

:tangerine: Clementine Music Player
https://www.clementine-player.org/
GNU General Public License v3.0
3.77k stars 677 forks source link

strange behavior when playing cue splitted tracks #2813

Open Clementine-Issue-Importer opened 10 years ago

Clementine-Issue-Importer commented 10 years ago

From Quinta.D...@gmail.com on March 17, 2012 13:53:24

Platform: Arch Version: 1.0.1

Two problems:

  1. If I drag a cue file into the playlist for two times, it displays different tracks.
  2. If I click "Next" button, occasionally it will skip one or two tracks in the playlist and jump to the following track. If I double-click the skipped track, it can be played again (this also happens occasionally, but I don't know what triggers this strange behavior).

    I'll elaborate the first problem with this example:

PERFORMER "Estatic Fear" TITLE "Somnium Obmutum" FILE "Somnium Obmutum.ape" WAVE TRACK 01 AUDIO TITLE "Des Nachtens Suss' Gedone" PERFORMER "Estatic Fear" INDEX 01 00:00:00 TRACK 02 AUDIO TITLE "Somnium Obmutum" PERFORMER "Estatic Fear" INDEX 00 01:46:37 INDEX 01 01:49:05 TRACK 03 AUDIO TITLE "As Autumn Calls" PERFORMER "Estatic Fear" INDEX 00 34:02:74 INDEX 01 34:05:02 TRACK 04 AUDIO TITLE "Ode to Solitude" PERFORMER "Estatic Fear" INDEX 00 38:19:70

INDEX 01 38:22:02

The first time I drag the cue file in the playlist, it will display 4 repeated tracks "Des Nachtens Suss' Gedone". And then I do this again (without deleting the 4 repeated tracks), it will display normally:

Des Nachtens Suss' Gedone Somnium Obmutum As Autumn Calls Ode to Solitude

Original issue: http://code.google.com/p/clementine-player/issues/detail?id=2813

Clementine-Issue-Importer commented 10 years ago

From Quinta.D...@gmail.com on March 17, 2012 06:04:55

BTW: It seems that these problems only happen to those cues which point to ape files instead of flac ones.

Clementine-Issue-Importer commented 10 years ago

From cousinm...@gmail.com on June 20, 2012 09:35:07

Confirmed. I converted an ape to flac, changed the FILE entry in the cue file, and now it works perfectly. So there is something with ape files.

erejnion commented 10 years ago

APE + cue sheet continues to have some really strange behavior, for me, like randomly refusing to open tracks.

But I guess I should document that in a new issue?

crlorentzen commented 6 years ago

This also occurs with ogg/opus + cue. File works perfectly in VLC. After I load the cue file If I close and restart Clementine the playlist works properly, except the last track has no length and doesn't start at it's associated offset...do we have a race condition where the playlist displays data before parsing is complete? And do we miss something on the last parsed track?