Skip to content

Instantly share code, notes, and snippets.

@Nyx0uf
Last active April 1, 2020 15:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Nyx0uf/bb235620861dcbda1b5a684fb6736ca9 to your computer and use it in GitHub Desktop.
Save Nyx0uf/bb235620861dcbda1b5a684fb6736ca9 to your computer and use it in GitHub Desktop.
beets config
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