Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cuesheet-multiple source files #37

Open
yodayox opened this issue Jan 25, 2025 · 1 comment
Open

cuesheet-multiple source files #37

yodayox opened this issue Jan 25, 2025 · 1 comment
Assignees

Comments

@yodayox
Copy link

yodayox commented Jan 25, 2025

Consider the following example of a cuesheet file

PERFORMER "Judas Priest"
TITLE "Unleashed In The East (Live In Japan)"
FILE "Unleashed A.ape" WAVE
TRACK 01 AUDIO
TITLE "Exciter"
INDEX 01 00:00:00
TRACK 02 AUDIO
TITLE "Running Wild"
INDEX 01 05:38:45
TRACK 03 AUDIO
TITLE "Sinner"
INDEX 01 08:29:72
TRACK 04 AUDIO
TITLE "Ripper"
INDEX 01 15:59:52
TRACK 05 AUDIO
TITLE "Green Manalishi (With The Two Pronged Crown)"
INDEX 01 18:37:41
FILE "Unleashed B.ape" WAVE
TRACK 06 AUDIO
TITLE "Diamonds And Rust"
INDEX 01 00:00:00
TRACK 07 AUDIO
TITLE "Victim Of Changes"
INDEX 01 03:40:08
TRACK 08 AUDIO
TITLE "Genocide"
INDEX 01 10:48:65
TRACK 09 AUDIO
TITLE "Tyrant"
index 01 18:08:27

the results of loading of this cusheetfile in guayadeque is shown as in the attached screenshot
Image

so the last song is in the first ape file is about 7 weeks - lol
second the last song of the second ape file it actually plays the whole second ape file
while the penultimate song of the second ape file it plays the penultimate song from its beginning no matter where i set the cursor inside that song

Any ideea what is happening ?
Thx!

@thothix
Copy link
Owner

thothix commented Jan 25, 2025

Hi,
I already have a couple bugs in cuesheet playback to fix. I think you found some new ones!

I don't have any multiple sources cuesheet right now, I didn't even know that it was possible. All cuesheets I saw had only one source! One more source of bugs to fix!

I need to review this cuesheet playback feature entirely.
Thanks.

@thothix thothix self-assigned this Feb 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants