Difference between revisions of "Foobar2000 Talk:Converter"

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
(Created page with "It would be nice if also information would be available on the convertor itself. For instance does it use code based on SRC like SSRC or other? What settings does it use? etc.")
 
(Format string part for Disc numbers in destination setup)
 
Line 2: Line 2:
  
 
For instance does it use code based on SRC like SSRC or other? What settings does it use? etc.
 
For instance does it use code based on SRC like SSRC or other? What settings does it use? etc.
 +
 +
 +
== Format string part for Disc numbers in destination setup ==
 +
 +
Disc number plus dot if total disc number is >1
 +
 +
'''<nowiki>$ifgreater(%totaldiscs%,1,$num(%discnumber%,1).,)</nowiki>'''
 +
 +
Ueful when ripping an Album with more than one CD. It should be noted somewhere on this page, [[Foobar2000:Ripping_CDs]] or both
 +
 +
--[[Special:Contributions/217.91.134.13|217.91.134.13]] 12:23, 20 September 2017 (BST)

Latest revision as of 11:23, 20 September 2017

It would be nice if also information would be available on the convertor itself.

For instance does it use code based on SRC like SSRC or other? What settings does it use? etc.


Format string part for Disc numbers in destination setup

Disc number plus dot if total disc number is >1

$ifgreater(%totaldiscs%,1,$num(%discnumber%,1).,)

Ueful when ripping an Album with more than one CD. It should be noted somewhere on this page, Foobar2000:Ripping_CDs or both

--217.91.134.13 12:23, 20 September 2017 (BST)