Skip to content
New issue

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> does not override convert: never_convert_lossy_files: yes (it should) #5625

Open
zacharyburnett opened this issue Feb 9, 2025 · 0 comments

Comments

@zacharyburnett
Copy link

Problem

if never_convert_lossy_files is set:

convert:
  never_convert_lossy_files: yes

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

Setup

  • OS: linux
  • Python version: 3.13.1
  • beets version: 2.1.0
  • Turning off plugins made problem go away (yes/no): no

My configuration (output of beet config) is:

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant