I have tracks that only exist of a filename. Is it possible to convert it into artist and title column automated or do I need to do this by hand only?
Have a look here. What you are looking for is FILENAME -> TAG ALT+2
Can you give an example of a filename and what tags you want from them, so we can help you
I’ve just uploaded a screenshot of the folder where the %artist and %Title are missing
For the ones with a hyphen in the filename you could use:
Convert>Filename-Tag
Format string: %artist% - %title%
There are other files with a different pattern in the filename (e.g. the top one with underscores) or the "Amalfino" track that does not seem to have an artist part in it. These files have to be treated with a different format string.
Thank you for your solution, this was what i was looking for. The problem with the _ hyphen and lower capitals I solve with Advance Renamer. It’s a program with a lot of options to adjust the filename.
I doubt that another program is really necessary.
For .dozzy_&_exercize_one-united_elements
You could use the same function, only a different format string would be required:
Format string: %artist%-%title%
And then you replace - also with a built-in function - all underscores with a space.
