-
Notifications
You must be signed in to change notification settings - Fork 89
CUE-Sheet support #336
Comments
I think it would be just fine to handle cue sheet as a playlist. |
If there is an option to append one playlist to another, it would be fine, yes. |
Done. Thank you.
This is not a good idea for non-tree playlist because it will just make entries in playlist bloated, especially for chaptered video searies. |
Thans for the fast fix, although it seems the bar which displays buffering is wrong when playing tracks out of a CUE-sheet. |
What is wrong? |
Demuxer is full with cache.
Duration is different for each track, so relative length would be diffferent, too. If you want to ajdust cache length in demuxer, check cache tab in preferences. |
I thought the cache bar length is calculated based on the complete audio file instead of the track, this would describe the behaviour. With normal files the cache is much smaller, thats why i thought it may be wrong. |
Cue sheet was recongized as remote URL, so wrong cache option was being applied. Now fixed. Thanks. |
Great, i must thank you. |
Well, when you look at my screenshot with the seekbar again, you can see another bug. |
It's not a bug. Why do I have to subtract index? |
I think you misunderstood me. |
No I didn't. |
Yes you are right, but I would expect the shown start time to be zero. |
Why do you think zero value makes more sense? |
Because the current track is not playing for the time shown, but for the time since the start of the track. |
It is the time in the file. |
When i read 33:38 i expect the current track to be already playing for that time, but its only playing since 30 seconds. Thats confusing, also if you look at the relation of the seekbar. |
Well, you just should not expect so, because it's not. It makes much more sense display the real timestamp in file unless it's useless.
What kind of relation? |
Yes, generally its a bad idea, but cue sheets are normally used for music albums, and there it would make sense. |
Done, but please carefully test it. |
Thank you very much, seems to be working. |
It looks like restoring of the last playback position is broken. |
Fixed. |
I tried to open a .cue-file which is belonging to a single .ape-file.
Bomi plays the file and shows the single songs as Chapters in the Play submenu.
Maybe it would be possible to show each song of a CUE-Sheet separately in the playlist. So in this way shuffle would work on per song basis instead of per CUE-Sheet (a CUE-Sheet usually represents an album) basis. And navigation would also be quicker than navigating through the menu.
Maybe it would be also an idea to show real chapters in the playlist, but I am not sure about that.
The text was updated successfully, but these errors were encountered: