Fletch;265136 Wrote:
> Do your changes just add entries to convert.conf, or modify entries?
I modify the basic flac to flac transcoding entry. Flac to flac
transcoding is used for all flacs with embedded cuesheets (flacs with
multiple tracks) which is pretty much my entire library of +37k tracks.
The "stock" transcoding entry is thus:
Code:
--------------------
flc flc transcode *
[flac] -dcs --skip=$START$ --until=$END$ -- $FILE$ | [flac] -cs
--totally-silent --compression-level-0 -
--------------------
This actually creates two separate flac instances. I prefer to do the
transcoding in a single pass:
Code:
--------------------
flc flc transcode *
[flac] -c --totally-silent --compression-level-0 --skip=$START$
--until=$END$ $FILE$
--------------------
This isn't likely to make it into the standard convert.conf file
anytime soon, as this method chokes on flacs which contain (for
whatever reason) ID3v2 tags rather than (or in addition to) the
standard vorbis tags.
--
gharris999
------------------------------------------------------------------------
gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115
View this thread: http://forums.slimdevices.com/showthread.php?t=42969
_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/beta