amey01 wrote:
> So I exchange this line in convert.conf:
> .
> .
> .
>
> Is that right?
No. There were examples of the effect of the changed convert.conf which
broke flac/cue with resampling.
Change the current convert.conf
Code:
--------------------
flc flc transcode *
# IFT:{START=--skip=%t}U:{END=--until=%v}D:{RESAMPLE=-r %d}
[flac] -dcs $START$ $END$ -- $FILE$ | [sox] -q -t wav - -t flac -C 0
$RESAMPLE$ -
--------------------
Edit just remove the "I" - IFT becomes FT . Be careful editing the file
- do the editing on the LMS system. Make sure ownership and permissions
do not change.
Code:
--------------------
flc flc transcode *
# FT:{START=--skip=%t}U:{END=--until=%v}D:{RESAMPLE=-r %d}
[flac] -dcs $START$ $END$ -- $FILE$ | [sox] -q -t wav - -t flac -C 0
$RESAMPLE$ -
--------------------
The "IFT" was added to fix a problem with playing Tidal Flac file. If
you remove the "I" then playing Tidal Flac on older SB player will cause
stuttering for some tracks which have a high compression.
These are both niche cases - at the moment it looks like no
comprehensive solution.
------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=113308
_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix