Replies: 1 comment
|
I had the same issue. It works during However, running fetchart manually, You can solve this with a hook on the art_set event, like this: This works in my use case atleast. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have an issue with Fetchart. I have a music library on a remote SMB share and I run beets directly against it without moving/importing. Because fetchart creates temporary files with base permissions of 0600, it prevents the temporary file from being copied to the remote SMB share. If I chmod 664 the file, it will copy without issue.
I've tried a number of ways to work around this and am drawing a blank. Does anyone have any suggestions beyond submitting a feature request for a fetchart configuration option to set permissions for temporary files (assuming this is even possible as I think this may be a Python limitation for TMP files)?
All reactions