Live acts or mixed music is usually ripped as one big file along with the cue file. This has the advantage of providing gapless play on any mp3 player even though the mp3 format does not do gapless play as well as other formats. Of course the cue file may not be read by lots of players that cant parse a cue file, however in the interests of gapless play this is livable to a certain extent.
I was wondering whether it was possible to create some software that can read the cue file and BIG mp3 file and create smaller files ( like APL used in APE). These smaller files act as offsets to various track start positions. So a playlist could be constructed that included these small files and the mp3 decoder would access the same file ( thinking it was playing separate files) along with track name display. Sounds good in theory but this requires the decoder to be aware of these little files, which is not the case currently so this scheme wont work.
So what i am thinking of is similar to the APL idea EXCEPT the files will have mp3 (or whatever extn a mp3 decoder understands) extensions. Now the content of these files must be able to somehow trick the mp3 decoder into thinking its seeing a real mp3 file and contain a track name as well as offset information so the decoder know at what point to play the track. The decoder thinks its playing separate tracks, but in reality it is just accessing the same BIG file.
Hope i explained that ok
IF the above idea was technically feasible, it would allow gapless play along with track info display on whatever mp3 player out there taking care of the gapless+track name display issue.
What do ppl think....is such an idea even possible with mp3s ? I am not an MP3 format expert so i will defer to the experts on this forum.