Closed soulstyle closed 2 years ago
Hmm; can you please include the beet modify
command you're using? added
is an album-level field, so you'll want to be sure you're using the -a
flag.
Oh, I see. Overlooked that. Thanks!
How does that work for files that are missing the album id3 tag and are added to the library with -A
parameter?
They still get album entries in the database, so this all still works. (As long as you don't import them as singletons, with the -s
flag. Those get imported as individual tracks.)
Thanks 👍
Beets is awesome btw!
Working on migrating my 200GB+ iTunes library into beets including itunes ratings, added date and smart playlists. It's slowly coming together. Also looking into connecting beets with pioneers rekordbox somehow - I built a test beetsplug a while back that exports a rekordbox compatible XML file from your beets query along with playlists.
I'm having issues with the following path:
When modifying the added timestamp of a file it is not moved to the correct location. Running
beet mv
does not move it either.It's like paths with
%time{$added, %Y}
only works on the first import.Problem
Steps that leads to the problem:
beet -vv mv
Moving 0 items (1 already in place)
You can see all the steps here except the modify command, but, you can see that the added timestamp is changed compared with the path in the first beet list command.
https://share.getcloudapp.com/5zu9Ex4p
Setup
Beets is installed using the linuxserver/beets docker container.
My configuration (output of
beet config
) is: