This post is a litle bit old. But therefor I'm new to this tool.
In the past I used 2 different programms for renaming and tagging. Now i found this programm and it seems, it could solve both task.
There is one little issue I can?t handle.
I want exactly this action described in the post.
But when I start the action, nothing happens.
Can anyone help?
If you are new to this program and you start with an action which then apparently has no effect, it would be nice to hear from you what the input is (literally), what you did (step by step) and what you expected and what the result was.
Or you could have a look at the help, the FAQs, esp. on how to create actions:
Well, I read the help but didn't come clear with regular expressions.
Thanks to your help I made progress by using different actions.
2 problems still remains:
Removing leading track numbers for the filename
filename: 12. Max Musterman - My song.mp3
What have I done: I created a new actiongroup and inserted a new action "Replace with regular expression".
My inputs:
Field: _filename
Regular expression: ^\s*\d+\s*-\s* (copied from the FAQ)
Replace matches with:
My expectation: Max Musterman - My song.mp3
But after the performing the action the filename is still unchanged.
If I understand that, I may be able to solve the second problem (upper/lower-case) myself.
and you use this pattern in the regular expression
then they simply don' match as the expression has a hyphen as separator and the filename has a dot.
But why do you fiddle about with the filename?
Are all the tag fields filled?
If not then it would be much better to import the data from the filename first with
Convert>Filename-Tag
Pattern: %track%. %artist% - %title%
and then use Convert>Tag-Filename with
Format string: %artist% - %title%
to create uniform filenames for all files.