I have a weird problem on my Windows 10 (Home Edition) computer where I manage my music. I’m running Picard Version 2.8.5. Windows has long file names enabled (set HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem\ LongPathsEnabled (dword) to 1). This is also set in the Picard settings.
I have all necessary permissions (full control + all other file permissions) on the source AND the destination folder, but I keep getting permission errors whenever I try to save files with updated tags.
The files are not write-protected.
I tried to create an exception in Avast but that doesn’t solve the problem either.
Here’s an example debug log from such event:
D: 17:03:43,029 formats\vorbis._save:240: Saving file 'D:\\Music\\MB\\orig\\cd\\Purcell, H; Beznosiuk, P, Podger, R, Coin, C,\\Sonatas of Three Parts, 1683, Z790-801 [2008]\\01 Trio Sonata in 3 parts No 1 in G minor, Z 790.flac'
E: 17:03:43,034 util\thread.run:66: Traceback (most recent call last):
File "mutagen\_util.py", line 250, in _openfile
PermissionError: [Errno 13] Permission denied: 'D:\\Music\\MB\\orig\\cd\\Purcell, H; Beznosiuk, P, Podger, R, Coin, C,\\Sonatas of Three Parts, 1683, Z790-801 [2008]\\01 Trio Sonata in 3 parts No 1 in G minor, Z 790.flac'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "util\thread.py", line 63, in run
File "file.py", line 380, in _save_and_rename
File "formats\vorbis.py", line 334, in _save
File "mutagen\_util.py", line 184, in wrapper
File "mutagen\_util.py", line 153, in wrapper
File "contextlib.py", line 113, in __enter__
File "mutagen\_util.py", line 271, in _openfile
mutagen.MutagenError: [Errno 13] Permission denied: 'D:\\Music\\MB\\orig\\cd\\Purcell, H; Beznosiuk, P, Podger, R, Coin, C,\\Sonatas of Three Parts, 1683, Z790-801 [2008]\\01 Trio Sonata in 3 parts No 1 in G minor, Z 790.flac'
E: 17:03:43,044 ui\item.error_append:108: <FLACFile '01 Trio Sonata in 3 parts No 1 in G minor, Z 790.flac'>: [Errno 13] Permission denied: 'D:\\Music\\MB\\orig\\cd\\Purcell, H; Beznosiuk, P, Podger, R, Coin, C,\\Sonatas of Three Parts, 1683, Z790-801 [2008]\\01 Trio Sonata in 3 parts No 1 in G minor, Z 790.flac'
D: 17:03:43,045 file.update:721: Updating file <FLACFile '01 Trio Sonata in 3 parts No 1 in G minor, Z 790.flac'>
Any hints on what I could try?