updated
This one may be important.
I have reverted something that a while ago I thought to be a good idea, but I now realise that it can/will also cause issues.
It's about the script replacing all spaces with non-breaking spaces.
The idea was that e.g. something like 'Blues rock' would not get split up to a new line like:
Blues
rock
But I now realise that that can cause issues when doing searches, filtering, using Tag Hierarchy templates etc. because those will be matching spaces, and not non-breaking spaces.
So, I have removed this non-breaking space replacing.
It's still a good idea, but it should be done at the display stages, not at the tag writing stage.
If you have been tagging your music using this script, I apologise for this issue.
Luckily it shouldn't be too difficult to correct your existing genre tags that contain these non-breaking spaces:
- select all your files
- Tools > Tagging Tools > Search and Replace
- 'search for':
- in field: genre
- replace with: [Space]
Let me know if this causes any issues.