Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: What is the “Subsong Index” field there for? (Read 1331 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

What is the “Subsong Index” field there for?

So whenever a track’s location is being displayed, there’s a field there that says “subsong index”. But the only time it’s not zero is when the track selected is one with an embedded cue sheet or a normal cue sheet dragged into the program. Does it say anything for tracks which actually have index points (specified on their cue sheets) or is it just for image files?

Re: What is the “Subsong Index” field there for?

Reply #1
Any arbitrary format can use it to delineate multiple tracks in a single file or path. For instance, several console emulated formats use it.

Re: What is the “Subsong Index” field there for?

Reply #2
Any arbitrary format can use it to delineate multiple tracks in a single file or path. For instance, several console emulated formats use it.
If so, is it possible to somehow indicate what those points are within one track of a split CD rip rather than just an image file as EAC is capable of doing? Would it mean setting index markers in the track itself somehow?

 

Re: What is the “Subsong Index” field there for?

Reply #3
No. It's set by the file input components. They read the index markers from the file, and indicate sub song indexes in the track items they report when first adding the file to a playlist. They still need to access this file every time one of the songs is opened, to determine how to play that index.

Re: What is the “Subsong Index” field there for?

Reply #4
No. It's set by the file input components. They read the index markers from the file, and indicate sub song indexes in the track items they report when first adding the file to a playlist. They still need to access this file every time one of the songs is opened, to determine how to play that index.

Would this ever work for regular split track files that may contain more than one different audio recording in them?

Re: What is the “Subsong Index” field there for?

Reply #5
Not without something to detect how they're split, in the input handler for the format. And it would need to know where that split is, every time the file is opened. And it would also need to know where the split ends.