More > JRiver Media Center 30 for Windows
Excluding [Track #] Field in ListBuild Expression
zybex:
Well, let's try another way:
--- Code: ---replace(listbuild(1, / -/ ,
[Album],
[Track #,0],
[Artist],
[Name]),- 00 -,-)
--- End code ---
lepa:
This should work also with RMC tool
--- Code: ---listbuild(1, / -/ ,
[Album,0],
If(Compare([Track #],>,0),[Track #],),
[Artist,0],
[Name,0])
--- End code ---
you can also add padding to track# make it look more clean in explorer
--- Code: ---listbuild(1, / -/ ,
[Album,0],
If(Compare([Track #],>,0),PadNumber([Track #],2),),
[Artist,0],
[Name,0])
--- End code ---
wraith:
Hi Lepa,
The Compare function did the trick, thank you! :)
Hi Zybex,
Thanks for helping out, as well :)
Navigation
[0] Message Index
[*] Previous page
Go to full version