Created
June 2, 2026 05:58
-
-
Save cletusw/badc93db4bbfab9427b1e670321d859a to your computer and use it in GitHub Desktop.
beets config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| plugins: musicbrainz fetchart embedart convert scrub replaygain lastgenre chroma fromfilename web duplicates subsonicupdate missing #lyrics | |
| directory: /music | |
| library: /config/musiclibrary.blb | |
| art_filename: albumart | |
| original_date: no | |
| per_disc_numbering: no | |
| subsonic: | |
| url: https://navidrome.starrphoenix.com/subsonic | |
| musicbrainz: | |
| data_source_mismatch_penalty: 0.3 # Lower penalty = preferred | |
| #discogs: | |
| # data_source_mismatch_penalty: 0.4 | |
| chroma: | |
| data_source_mismatch_penalty: 0.8 | |
| fromfilename: | |
| data_source_mismatch_penalty: 0.9 | |
| convert: | |
| auto: no | |
| ffmpeg: /usr/bin/ffmpeg | |
| opts: -ab 320k -ac 2 -ar 48000 | |
| max_bitrate: 320 | |
| threads: 1 | |
| paths: | |
| default: $albumartist/$album%aunique{}/$track - $title | |
| singleton: Non-Album/$artist - $title | |
| comp: Compilations/$album%aunique{}/$track - $title | |
| albumtype_soundtrack: Soundtracks/$album/$track $title | |
| import: | |
| write: yes | |
| copy: yes | |
| move: yes | |
| resume: ask | |
| incremental: yes | |
| quiet_fallback: skip | |
| timid: no | |
| log: /config/beet.log | |
| lastgenre: | |
| auto: yes | |
| source: album | |
| embedart: | |
| auto: yes | |
| fetchart: | |
| auto: yes | |
| replaygain: | |
| auto: no | |
| scrub: | |
| auto: yes | |
| replace: | |
| '^\.': _ | |
| '[\x00-\x1f]': _ | |
| '[<>"\?\*\|]': _ | |
| '[\xE8-\xEB]': e | |
| '[\xEC-\xEF]': i | |
| '[\xE2-\xE6]': a | |
| '[\xF2-\xF6]': o | |
| '[\xF8]': o | |
| '\.$': _ | |
| '\s+$': '' | |
| web: | |
| host: 0.0.0.0 | |
| port: 8337 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment