Hi Everyone, pretty new to all of this - can someone help me please? I have song titles like this: The Beatles - Strawberry Fields Forever.mp3 and want to create artist & title from the file name but no idea what to do. Can someone get me on the right course of action please? Thank You so much.
I'm getting there! but when I put in the following %artist% %title% it results in the dash being copied as well eg: The Beatles - Strawberry Fields Forever, becomes The Beatles - (note the dash) followed by the title (which is correct), how can I do it without carrying the dash over - sorry to bother you!
Just use a format string like %artist% - %title%
include the space the dash and the space into your "import string".
Every single character counts for such a convert function.