convert: does auto_keep ignore all other options? #5427
Unanswered
frigginbrownie
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey y'all,
Big fan of beets. Am working on moving my music to a NAS and refactoring how I store my music. My want is:
I've played around with the config file for a few days and have half a solution - using the convert plugin with auto: no, auto_keep: yes, and default path set to \music. Importing flac files results in the lossless version being imported into beets, copied to \lossless-music, and converted into a lossy version stored in \music (perfect!). However, lossy files are still being converted by convert on import, resulting in \music having duplicate versions of lossy files.
I've tried setting never_convert_lossy_files and no_convert, but these don't seem to be followed if auto_keep is set to yes.
So.. is something wrong with my config file? Is this a bug regarding the convert plugin? Am I doing something with beets that can't be done?
Included is a snip of my config file and what my current output is. Thanks for any suggestions in advance.
config.yaml:
importing "My Artist - My Album [FLAC] (2024)"
importing "My Artist - My Album [MP3] (2024)"
Beta Was this translation helpful? Give feedback.
All reactions