How can I reverse the characters in Tag field.
For example:
I have artist 'nhoj' --- can I make it 'john' or - even better - 'John' ?
thanks
How can I reverse the characters in Tag field.
For example:
I have artist 'nhoj' --- can I make it 'john' or - even better - 'John' ?
thanks
This is not possible with Mp3tag.
Best regards,
~ Florian
hard to believe...
so - how can I :
path = d:\aaa\bbb
take bbb to be the artist name ?
thanks !!
Yes, just use %artist%\%dummy%
as format string at
Converter > Filename - Tag.
Cheers,
~ Florian
For one field you can use
$reverse(%field%)
And then you can upper the first letter with $caps(X)
So it would like this:
$caps($reverse(%field%))
This could be a formatting option and then you would have a reversed field.