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
I have beets configured to use links, and whenever I get new music I just import it as-is to get it in my library folder fast, and then when I have the time, I reimport it, with the -C flag on since I don't want the files to get moved around and mess up my playlists (I have the music folder hooked to Jellyfin to stream the music)
Problem
I ran this command, the -C flag means the files should not get moved, acording to the reimport section in the docs.
$ beet import -L -C <query>
However, if the importer suggests an album/artist/track name change, the file gets moved to match that, when I expected only the file metadata to be changed (Most of the time it's a track with multiple artists, or latin/japanese spelling of the same thing).
I have beets configured to use links, and whenever I get new music I just import it as-is to get it in my library folder fast, and then when I have the time, I reimport it, with the -C flag on since I don't want the files to get moved around and mess up my playlists (I have the music folder hooked to Jellyfin to stream the music)
Problem
I ran this command, the -C flag means the files should not get moved, acording to the reimport section in the docs.
However, if the importer suggests an album/artist/track name change, the file gets moved to match that, when I expected only the file metadata to be changed (Most of the time it's a track with multiple artists, or latin/japanese spelling of the same thing).
Setup
My configuration (output of
beet config
) is:The text was updated successfully, but these errors were encountered: