Hi all,

Most of my music is in the format of 1 large flac/ape file with a cue sheet. I kinda missed winamp + makeAPL which gives me tiny text files that points to the single large file, sort of like mini cuesheets. Sadly, APL files can't work in fb2k & flac files doesn't have makeAPL.

Then I discover fpl.

Basically, load the cuesheet, then crop the whole list till you get the single track you want, save it as a fpl playlist, ie in this fpl playlist, there's only 1 track.

repeat

if you click on this fpl playlist, only this 1 song will be played. VIOLA, exactly like makeAPL except it's not as simple.
Now what we need is a makeFPL that allows this to be automatically generated instead of doing it by hand.

handy? Or am i the last on the block to know?

BTW, replaygain scan for this fpl "tracks" sort works. ie they scan & seems to work properly but it doesn't apply properly when loaded.

I got this in my main cue sheet

TRACK 03 AUDIO
TITLE "Take Five"
PERFORMER "Dave Brubeck Quartet"
INDEX 00 14:08:65
INDEX 01 14:10:40
REM REPLAYGAIN_TRACK_GAIN -4.460000 dB
REM REPLAYGAIN_TRACK_PEAK 0.905884
REM REPLAYGAIN_ALBUM_GAIN -3.780000 dB
REM REPLAYGAIN_ALBUM_PEAK 0.905884
TRACK 04 AUDIO
TITLE "Three To Get Ready"
PERFORMER "Dave Brubeck Quartet"
INDEX 00 19:35:00
INDEX 01 19:37:25
REM REPLAYGAIN_TRACK_GAIN -3.260000 dB
REM REPLAYGAIN_TRACK_PEAK 0.905884
REM REPLAYGAIN_ALBUM_GAIN -3.780000 dB
REM REPLAYGAIN_ALBUM_PEAK 0.905884

However when the single fpl pointer tracks are loaded, the RG status for track gain is -3.260000 dB for Take Five instead of -4.460000 dB as it should be. In fact both tracks are -3.260000 dB. What gives?