First, let me say that I absolutely love dBpoweramp; the CD ripper is one of the best designed pieces of software I've ever used. You did a great job!
I have a couple of minor tagging questions. First, are there elements that represent some of the more advanced tags dBpoweramp can write such as the AccurateRip tags (ACCURATERIPDISCID, ACCURATERIPRESULT), UPC and STYLE? I want to be able to pass these tags to a command line encoder.
Second, I'm having trouble coming up with a string that removes the leading 0 from track numbers. The following, for example, which would be one half of the right string, doesn't work:
It just gives me a blank.
Thanks!
I have a couple of minor tagging questions. First, are there elements that represent some of the more advanced tags dBpoweramp can write such as the AccurateRip tags (ACCURATERIPDISCID, ACCURATERIPRESULT), UPC and STYLE? I want to be able to pass these tags to a command line encoder.
Second, I'm having trouble coming up with a string that removes the leading 0 from track numbers. The following, for example, which would be one half of the right string, doesn't work:
Code:
[IFEQUALS] [GRAB]1,1,[track][], 0, [DEL]1,1,[track][][]
Thanks!
Comment