<div dir="ltr"><span style="font-size:12.8px">It must derive that from the CDDB information right? I have had a lot of challenges getting multi-disk sets to number correctly. To the point that I have just manually been altering the directory names to keep it all separate.  Maybe I will fiddle around with the DISCNUMBER variable and see what is really coming across. </span><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">-Geoff</span></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Nov 27, 2017 at 11:23 AM, John Straw <span dir="ltr"><<a href="mailto:jestraw@gmail.com" target="_blank">jestraw@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">Matthias Heukäufer wrote:<br>
> Could somebody give me a hint on how the discnumber could automatically<br>
> become part of the filename?<br>
<br>
</span>For OUTPUTFORMAT and VAOUTPUTFORMAT, the TRACKNUM value carries the<br>
disc number -- disc 2 track 3 becomes "203" and so on.<br>
<br>
But that doesn't work for the one-track modes. Here's what I use for<br>
those:<br>
<br>
ONETRACKOUTPUTFORMAT='${<wbr>ARTISTFILE}/${ALBUMFILE}/${<wbr>DISCNUMBER:+$DISCNUMBER-}${<wbr>ALBUMFILE}'<br>
VAONETRACKOUTPUTFORMAT='<wbr>various/${ALBUMFILE}/${<wbr>DISCNUMBER:+$DISCNUMBER-}${<wbr>ALBUMFILE}'<br>
<br>
--<br>
John Straw                                             <a href="mailto:jestraw@gmail.com">jestraw@gmail.com</a><br>
<br>
______________________________<wbr>_________________<br>
Abcde-users mailing list<br>
<a href="mailto:Abcde-users@lists.einval.com">Abcde-users@lists.einval.com</a><br>
<a href="https://lists.einval.com/cgi-bin/mailman/listinfo/abcde-users" rel="noreferrer" target="_blank">https://lists.einval.com/cgi-<wbr>bin/mailman/listinfo/abcde-<wbr>users</a></blockquote></div><br></div>