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
When importing, any underscores in the comments field are removed.
My configuration (output of beet config) is:
beet config
copyartifacts: extensions: - .jpg - .lrc - .txt - '*/*' print_ignored: yes directory: ~/Music_new import: copy: yes paths: default: $albumartist/$albumartist - $album ($year.$month.$day)/$disc $track $title # --------------- Plugins --------------- plugins: - copyartifacts - lastgenre - scrub - zero zero: keep_fields: - title - artist - arranger - composer - lyricist - album - albumartist - disc - disctotal - track - tracktotal - year - month - day - genre - genres - asin - catalognum - catalognums - country - isrc - label - language - languages - media - script - comments - art - images update_database: yes auto: yes fields: [] scrub: auto: yes lastgenre: whitelist: yes min_weight: 10 count: 1 fallback: canonical: no source: album force: yes auto: yes separator: ', ' prefer_specific: no title_case: yes
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem
When importing, any underscores in the comments field are removed.
Setup
My configuration (output of
beet config
) is:The text was updated successfully, but these errors were encountered: