Ok, a bit more info (apologies for keeping adding to this thread, but it
helps my thought processes!)

Looking in Slim/Formats/Playlists/CUE.pm

I find the following:

elsif (defined $currtrack and $line =~
/^\s*INDEX\s+00\s+(\d+):(\d+):(\d+)/i) 
{
$tracks->{$currtrack}->{'PREGAP'} = ($1 * 60) + $2 + ($3 / 75);
} 
elsif (defined $currtrack and $line =~ /^\s*INDEX\s+01\s+(\d+)
:(\d+):(\d+)/i) 
{
$tracks->{$currtrack}->{'START'} = ($1 * 60) + $2 + ($3 / 75);
}

It appears to me that this is only looking for INDEX lines of the form
'00:00:00', and not as the old code appeared to do, using sample
numbers.

I'm assuming this capability was removed sometime between 6.3 and 6.5.
As I've explained in the previous post, I need to use sample numbers
because of the fact that these files are at 48kHz sample and not
44.1kHz.

Anyone comment?

Thanks

Andy


-- 
adhawkins
------------------------------------------------------------------------
adhawkins's Profile: http://forums.slimdevices.com/member.php?userid=650
View this thread: http://forums.slimdevices.com/showthread.php?t=28297

_______________________________________________
ripping mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/ripping

Reply via email to