We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
beet convert --format <format>
convert: never_convert_lossy_files: yes
if never_convert_lossy_files is set:
never_convert_lossy_files
then even if I run, for instance:
beet convert format:mp3 --format opus
the MP3 files will not be converted to OPUS, even though I specifically requested that they be converted
My configuration (output of beet config) is:
beet config
directory: ~/Music/Music/ plugins: convert fish duplicates badfiles edit chroma fetchart replaygain unimported import: reflink: auto chroma: auto: no replaygain: auto: no backend: ffmpeg clutter: - "*.jpg" - "*.nfo" - "*.png" - "*.lrc" convert: auto: yes format: flac never_convert_lossy_files: yes
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem
if
never_convert_lossy_files
is set:then even if I run, for instance:
the MP3 files will not be converted to OPUS, even though I specifically requested that they be converted
Setup
My configuration (output of
beet config
) is:The text was updated successfully, but these errors were encountered: