Last active
April 1, 2020 15:45
-
-
Save Nyx0uf/bb235620861dcbda1b5a684fb6736ca9 to your computer and use it in GitHub Desktop.
beets config
This file contains 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
directory: /Users/nxm/Music/beets | |
library: ~/.config/beets/music.blb | |
pluginpath: ~/.config/beets/plugins/ | |
plugins: inline info ftintitle smartplaylist mpdupdate | |
threaded: yes | |
ignore: .AppleDouble ._* *~ .DS_Store | |
asciify_paths: yes | |
art_filename: cover | |
per_disc_numbering: yes | |
sort_case_insensitive: yes | |
import: | |
copy: yes | |
write: no | |
resume: ask | |
quiet_fallback: skip | |
timid: no | |
paths: | |
default: ${albumartist}/${album}%aunique{}/%if{${multidisc},${disc}-}${track}.${title} | |
comp: ${albumartist}/${album}%aunique{}/%if{${multidisc},${disc}-}${track}.${title} | |
singleton: Singletons/${artist} - ${title} | |
item_fields: | |
multidisc: 1 if disctotal > 1 else 0 | |
ftintitle: | |
auto: yes | |
format: '(Ft. {0})' | |
smartplaylist: | |
playlist_dir: /Users/nxm/Music/mpd/playlists | |
playlists: | |
- name: all.m3u | |
query: '' | |
mpdupdate: | |
host: localhost | |
port: 6600 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment