After some time of using it, i have noticed strange thing with musicbrainz behavoir. For example, i have “Maeror Tri” artist with “Yearning for the Secret(s) of Nature” album. I want to rename my files from this album according musicbrainz db, but if file title begins like 01 “first track title”, then file will not be renamed. But if i wiil change file name just 01. “first track title”, or just add some changes to file name, then title will just like in musicbrainz db.
If i change script to simple %tracknumber% %title behavoir exactly same.
I can’t reproduce the problem.
The script works regardless of the file name. It is also not clear to me how the file name can influence the renaming. The script uses only tags and variables.
I noticed that the script wants to move the files to specific folders, but in the options shown, the first option (in English: “Move files when saving”) is not checked.
I have tested it on Windows 11 and get this bug (even with default settings without any my custom scripts). It works as should on Windows 7, for example.
01 “first track title” is the structure you want to achieve. If you have NOT selected “move files” (as on your screenshot) it will change nothing. Folders are only created if you allow “move files”.
Have you checked settings on both systems?
Thanks for the report. I can reproduce. The issue is happening whenever renaming would only change the filename casing and the filesystem is case-insensitive (as is the case on Windows). This is supposed to work, but it broke when we implemented support for long paths on Windows.