Renaming Song Titles?

You have to ensure that your filename inside a folder is unique.
There can't be two files with the same filename.

Please doublecheck if your used %TRACK% followed by any kind of title information (like %TITLE%) can build a unique filename per folder.

For example: Are you sure that you have a tag called %TITLESORT% filled with data?
You can not use the left 80 characters from a tag which is empty/not exists to build a unique filename :wink:

What about the also used %ALBUMARTISTSORT% and %ALBUMSORT%? Do you really have this tags filled?

You have to make sure that you really have all the fields filled that you use to rename the file.
So please check if all those fields ending in "~sort" are actually there.
I doubt that as you get an error that a filename with no characters cannot be used.
If you have successfully renamed the filenames with Converter>Tag-Filename
Format string: $num(%track%,2) - %title%

then it is time to rename the _DIRECTORY.
Use Converter>Tag-Tag for _DIRECTORY (you may have to type it in)
Format string: D:\flac\Classical\%albumartist%\%album%

I don't use ALBUMARTISTSORT or ALBUMSORT. I deleted these tags (alongside some others) when I first joined this forum last week.

@monsterjazzlicks without those sort tags you can try this modified string above without them. Make sure you change the drive letter and prime folder E:\Music to match your personal needs. You need to verify all of these tags exist in your files or this will fail as well.

So why did you use them to create the filenames?
For diagnosis purposes the properties display is not half as interesting as is the extended tags dialogue Alt-T.
Please include that instead next time.

Hi Motley,

I've really been so stressed over this! :thinking:

I really appreciate your advice/string, thank you.

Below is the PATH before I ran you string:

Cheers,

Paul

. . . and below is afterwards. I'm not sure if I have run the procedure correctly, but it seems to be one step further in the right direction compared to last night. There is, however, a backward-slash at the very end of these Mozart PATH fields, though?

Hi Ohrenkino,

If I understand you correctly, you are asking why it was I added ALBUMARTISTSORT and ALBUMSORT when I initially commenced ripping. It was because I felt it was a worthwhile investment at the time. I was very excited to be able to have so much manipulation over my FLAC files. That was circa 3 years ago, and after over 12 months of performing no ripping whatsoever I have since come to the opinion that I actually don't require such tags. My playback scheme is very basic, I have since come to realise.

Hope that helps.

Cheers.

It is more likely that @ohrenkino is pointing out that it is illogical to expect information that does not exist to be available when renaming a file.
Also, the column you have named "Path" looks like it contains %_folderpath%, not %_path%. They are not the same.
%_folderpath% always includes a trailing backslash, by design.
You must use the correct vocabulary if you want any useful help.

The path should of course end in that backslash, as it is the folder structure up to, but not including, the following filename. At least for the purposes of the display as I choose to show it.

Similar to what mine shows;

So your path now relates to the albumartist and album. And your filename now directly correlates to the track number and title. I would say it is a pretty well manicured library, for now. :wink: I'm sure there may be a tweak or two you may add. I know I do, as there is always something to add!

I think this came from the suggestion I provided a bit earlier, expecting it to be modified as needed using the OP’s actual tag info. But a quick update seems to have done the trick.

No stress, if you have a good backup stored somewhere! And if not, perhaps now is a good time now that you’ve made so many changes.

I have my FLACs backed-up on 3 external HDs; but thanks for the reminder.

Thanks, I did not know that fact about the end-backslash.