You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey all. As the title suggests, i'm trying to setup beets to move everything from my downloads folder to my main library folder after sorting out all the metadata. My config is setup as follows:
plugins: fetchart embedart scrub replaygain lastgenre chroma missing
directory: /music
library: /config/musiclibrary.blb
art_filename: albumart
threaded: yes
original_date: no
per_disc_numbering: no
paths:
default: $albumartist/$album%aunique{}/$track - $title
singleton: Non-Album/$artist - $title
comp: Compilations/$album%aunique{}/$track - $title
albumtype_soundtrack: Soundtracks/$album/$track $title
import:
prompt: no
write: yes
copy: no
move: yes
resume: yes
incremental: yes
autotag: yes
quiet_fallback: skip
timid: no
log: /config/beet.log
lastgenre:
auto: yes
source: album
embedart:
auto: yes
fetchart:
auto: yes
replaygain:
auto: no
scrub:
auto: yes
replace:
'^\.': _
'[\x00-\x1f]': _
'[<>:"\?\*\|]': _
'[\xE8-\xEB]': e
'[\xEC-\xEF]': i
'[\xE2-\xE6]': a
'[\xF2-\xF6]': o
'[\xF8]': o
'\.$': _
'\s+$': ''
I run the import command (in verbose mode), and it seems to be doing it's thing, but it will randomly halt on a task with seemingly no error, and nothing will have been moved. I've ran it a couple times, and it has managed to move 1 album, but nothing else, so i doubt its any kind of permissions issue. If anyone has an idea what I could be doing wrong, help would be appreciated. Thanks
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hey all. As the title suggests, i'm trying to setup beets to move everything from my downloads folder to my main library folder after sorting out all the metadata. My config is setup as follows:
I run the import command (in verbose mode), and it seems to be doing it's thing, but it will randomly halt on a task with seemingly no error, and nothing will have been moved. I've ran it a couple times, and it has managed to move 1 album, but nothing else, so i doubt its any kind of permissions issue. If anyone has an idea what I could be doing wrong, help would be appreciated. Thanks
Beta Was this translation helpful? Give feedback.
All reactions