Jake
August 30, 2018, 4:59pm
1
Maybe this will make it more clear:
Thanks in advance!
Not quite the right converter.
Use Convert>Filename-Tag instead.
See the FAQs again:
How to import parts of the filename into the tag?
Importing tags from filenames and directory names can be done by using the [Converter > Filename - Tag] Converter > Filename - Tag.
The basic concept is the notion of a format string which describes the structure of the name to import from. The format string is built of either standard text (e.g., Music), placeholders (such as %artist%, %title%, ...), or backslash characters \ that denote directory structures.
Here is an example that imports t…
Jake
August 30, 2018, 5:08pm
3
Thanks for spending time replying to me dude, have a good day!
Perhaps then a small addition:
In your case the format string would probably look like
%artist% - %title%
which fills both fields: ARTIST and TITLE
If you really only want to fill TITLE then use
%dummy% - %title%
Jake
August 30, 2018, 5:13pm
5
OMG, you're a G man, I was about to ask for that..
Thank u!
This solved a problem I was having as well so thank you.