slartibartfast wrote:
> Hmm it plays the first song even when I skip tracks.
The T capabilty defines the command syntax for the start (T) and end
time (U) for a track. If no indication on transcode command line of
"mac" to skip time - then mac will always play from start of file.
In this case:
start time is 476.733333333333
end time is 692.906666666667
Example of support in flac transcode rule of T (start) & U (end time)
Code:
--------------------
flc flc transcode *
# IFT:{START=--skip=%t}U:{END=--until=%v}D:{RESAMPLE=-r %d}E:{NOSTART=I}
[flac] -dcs $START$ $END$ --force-raw-format --sign=signed --endian=little --
$FILE$ | [sox] -q -t raw --encoding signed-integer -b $SAMPLESIZE$ -r
$SAMPLERATE$ -c $CHANNELS$ -L - -t flac $RESAMPLE$ -C 0 -
--------------------
------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=114928
_______________________________________________
Squeezecenter mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezecenter