Closed uberjew666 closed 7 years ago
Traceback (most recent call last):
File "/usr/local/bin/beet", line 11, in
Hmm; I'm a little confused… is the traceback the problem, or is silent failure the problem?
If the former, it looks like the root cause may be that the permissions couldn't be changed. Can you show the current permissions on that directory with ls -l
?
Also, please edit your comments to surround terminal pastes with ``` so they get formatted correctly.
It's sorted. User error. -_- Files were owned by another user so when I ran beet import, it would move the album folder but error on applying folder permissions. File permissions seem to be fine.
Though I also have fetchart enabled and permissions does not apply the correct permission to that :(
Thanks anyway!
Problem
When using the Permissions plug, it doesn't change the permission from 755 to 775 on directories even though specified in the config. File permissions are successfully altered.
Running this command in verbose (
-vv
) mode:simon:~$ beet -vv user configuration: /home/simon/.config/beets/config.yaml data directory: /home/simon/.config/beets plugin paths: Sending event: pluginload lyrics: Disabling google source: no API key configured. library database: /storage/media/Music/.beets/musiclibrary.blb library directory: /storage/media/Music/Sorted Sending event: library_opened
Setup
My configuration (output of
beet config
) is:directory: /storage/media/Music/Sorted library: /storage/media/Music/.beets/musiclibrary.blb
plugins: permissions fetchart embedart lyrics lastgenre zero scrub
paths: default: $albumartist/$album%aunique{}/$track-$title singleton: $albumartist/$album%aunique{}/$track-$title comp: Various Artists/$album%aunique{}/$disc$track-$title albumtype:live: $albumartist/$album%aunique{}/$disc$track-$title
import: move: yes copy: no write: yes resume: no log: beets.log
threaded: yes art_filename: folder
ui: color: yes
edit: itemfields: track title artist album albumfields: album albumartist
musicbrainz: host: localhost:5000 ratelimit: 5
fetchart: auto: yes cautious: yes cover_names: cover front albumart folder minwidth: 500 enforce_ratio: yes sources: google itunes amazon coverart albumart google_key: AIzaSyCQOEwdnVSxdEZgdWx-uSvB3z3Dx2yRB6U
embedart: auto: yes
lastgenre: auto: yes force: no
zero: fields: month day comments disc disctotal composer tracktotal update_database: true
scrub: auto: yes
permissions: file: 0664 dir: 0775