-
|
I'm just starting with Moe, was able to import a bunch of albums, and created a simple plugin (had Claude do it for me) to move 'The ' to the end of artists name. I've created a new album path Is file path sanitization not already part of Moe? I'm on Windows 11, installed via pipx. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
You are correct that Moe handles path sanitization. It seems that the file path you're using contains unicode special characters for the colon and forward slash that are not properly handled in moe. I'm guessing if you replaced the colons and forward slashes with ones you can type on your keyboard you'd fix the issue. In the meantime though I can make a fix to handle those special characters in Moe. Another solution would be to enable the |
Beta Was this translation helpful? Give feedback.
Ah, sorry.
asciify_pathsisn't working because it assumes the path is already sanitized, and it isn't getting sanitized properly because I haven't accounted for these unicode characters yet.I have a PR that will permanently fix this in Moe. In the meantime, you could try to sanitize the characters or replace them yourself in your plugin. This might be useful if you have many tracks with tags with these special unicode colons and forward slashes.