I've tried opening the folder using ⌘O and also opening the app with root (sudo open "/Applications/Mp3Tag.app", and also changing the permissions of the files themselves.
Can you double-check that you've loaded the folder (not the individual files) via ⌘O after running the above-mentioned command from Terminal.app?
If the problem still persists, BackLog is an option to get a more detailed insight into what might be causing the issue. Please set the process to Mp3tag and include all events that are not directly created by this binary.
The idea of this is to gather some information on what's causing the issue.
Sorry for the delay. The source track is in /Ben Folds/Way to Normal/You Don't Know Me.
The convert string is //$left(%itunespurchasedate%,10)/%ARTIST%/%ALBUM%/$num(%TRACK%,2) %TITLE%
3 attempts - first with // FAIL, second with / FAIL, third in same directory COMPLETE
2024-03-05 15:57:39.670-0500 -- Mp3tag (Mp3tag) -- Error creating secure bookmark from : Error Domain=NSCocoaErrorDomain Code=256 "Could not open() the item" UserInfo={NSURL=file:///Users/use2bx/Music/2%20InProcess/, NSDebugDescription=Could not open() the item}
2024-03-05 15:58:33.099-0500 -- Mp3tag (Mp3tag) -- You don’t have permission to save the file “Way to Normal (Deluxe Version)” in the folder “Ben Folds”. (Error Domain=NSCocoaErrorDomain Code=513 "You don’t have permission to save the file “Way to Normal (Deluxe Version)” in the folder “Ben Folds”." UserInfo={NSFilePath=//2015-05-05/Ben Folds/Way to Normal (Deluxe Version), NSUnderlyingError=0x6000035941b0 {Error Domain=NSPOSIXErrorDomain Code=1 "Operation not permitted"}})
2024-03-05 15:58:49.927-0500 -- Mp3tag (Mp3tag) -- You don’t have permission to save the file “Way to Normal (Deluxe Version)” in the folder “Ben Folds”. (Error Domain=NSCocoaErrorDomain Code=513 "You don’t have permission to save the file “Way to Normal (Deluxe Version)” in the folder “Ben Folds”." UserInfo={NSFilePath=/2015-05-05/Ben Folds/Way to Normal (Deluxe Version), NSUnderlyingError=0x600003585740 {Error Domain=NSPOSIXErrorDomain Code=1 "Operation not permitted"}})
and load the folder (not the individual files) via ⌘O and see if the issue persists. Please also make sure you're using the latest version Mp3tag for Mac v1.8.17.
The problem with this format string is the leading slash, as this makes every resulting file path starting in the root of your file system (next to, e.g., /Users). You usually (and thankfully) don't have permission to write there.
If you just want to rename below /Users/use2bx/Music/2.4 InProcess/, you can omit the leading slash. Or use something like /Users/use2bx/Music/2.4 InProcess/%artist%/%album%/ $num(%track%,2). %title%
or ~/Music/2.4 InProcess/%artist%/%album%/ $num(%track%,2). %title%
Does the issue happen when renaming via Convert → Tag - Filename? Which format string are you using and what's the error message (screenshot if possible).
I don’t know if it’s relevant, but when I applied the defaults delete command in terminal, upon next opening of mp3tag I received no request to access the relevant folder again.
mp3tag does already have access granted in system setting though:
Can you try opening your home directory via ⌘O and then ⇧⌘H with Mp3tag? You can also cancel the reading process, because it would probably take some time.
Yes, that fixed it! A permission request popped up to access Music folder (not in the path I’m trying to use), and after accepting and trying again, all good.
The permission request probably popped up because the Music folder is also in your home directory. Mp3tag now has a secure bookmark to move files to every directory inside your home directory.
The folder access in Settings → Privacy & Security unfortunately only applies to non-sandboxed apps, it's slightly confusing.