Hi There,
Bought the App yesterday night, great so far…
Here my question:
Is there any Possibility on can Rename the Files from ID3 tags differently, depending on if the cd is a compilation with tracks from various artists or an album from one artist.
Ex:
for a compillation:
Futuretrance XX - TrackNr. - Artist - Track
but for an album
Artist - Album - TrackNr. - Track
I think you would need a variable like %iscompilation% and then you could combine that with the IF statement this way: $IF(%iscompilation%,%album%)
this way you could find a compilation
BUT you would also either need a “IfElse” statement or a negation operator.
$IFELSE(%iscompilation%,%album%,%artist%) or
$IF(%iscompilation%,%album%)$IF(!%iscompilation%,%artist%) where ! resembles the negation operator.
I hope you get the idea of my Problem.
Is there a possibility to accomplish that with the current release or would that be a feature request?
Greetings,
Felix