In a particular Folder I have 7 mp3 files and 7 cover jpg files named JJ0,JJ1,JJ2,JJ3,JJ4,JJ5,JJ6 and I would like to assign JJ0 to the first (alphabetical) mp3 file, JJ1 to the second, and so on. I have tried 2 actions:
- JJ$num(%_counter,1).jpg > marking the 7 mp3 files this action results in cover JJ0 being assigned to ALL files
- JJ$num($add(%_counter,1),1).jpg > marking the 7 mp3 files this action results in cover JJ1 being assigned to ALL files
Which would be the correct syntax to use?