Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Please help to find proper string for file operation (Read 1618 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Please help to find proper string for file operation

Hi everybody,

I tried for several hours, but I couldn't find the proper string (file operations/ move to) for my needs.

1) for a *single artist CD*, i use this string: $if2(%album artist%,%artist%)\'['%date%']' %album%\$if(%discnumber%,CD %discnumber%)\%tracknumber%'.' %title%

2) for *various artists CD*, I use this string: $if2(%album artist%,%artist%)\%album%\$if(%discnumber%,CD %discnumber%)\%tracknumber%'.' %artist% - %title%

All I want to do, ist to merge this two strings into one!

For single artist CD I want to put the [date] before the album, for various artists CD no date!

For single artist CD at the end of the string just .... \tracknumber. title, for various artist CD .... \tracknumber. artist - title

I would be very happy, if someone would create the proper string!


Thanks


antares

Please help to find proper string for file operation

Reply #1
Code: [Select]
%album artist%\$if($meta(album artist),,['['%date%']' ])%album%\[CD %discnumber%\][%tracknumber%. ][%track artist% - ]%title%

 

Please help to find proper string for file operation

Reply #2
Dear Frank,

thank you very much for your fast reply!



antares