Hi,
Newbie here - I would be grateful for any help on creating an action
I've recently converted over to a DS Music server. In the past I've always tagged tracks in a double album as disk 1 of 1 and numbered the tracks as if they were a single album. On the music server it doesn't like this and it takes my original track 18 (which was track 1 on the second disk) and renamed it to 1\18 - this has screwed up the sort order of the tracks.
So I'm left with 2 choices.. I either renumber them back by taking the digit(s) after the \ or (and this would probably make more sense) I set the disk number for 2 for any tracks containing \
I've tried creating a variety of actions but I'm really struggling..
$ifgreater($strstr(%Track%),'\'),0,2) gives me a syntax error - this is to set the track value
$if($len($trim(%track%))>2,2,1) only returns one value - this is to set the disk number
$ifgreater($strstr(%Track%),'\'),0,'2','1') again a syntax error - this is to set the track value
Any advice would be appreciated
Thanks JK