mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-01 03:20:29 +00:00
7e33569675
Removed deprecated plugins etc
40 lines
705 B
YAML
40 lines
705 B
YAML
directory: ~/Music
|
|
library: ~/Music/beets.db
|
|
plugins:
|
|
- edit
|
|
- fetchart
|
|
- fuzzy
|
|
- info
|
|
- lastgenre
|
|
- lyrics
|
|
# - mbcollection
|
|
- mpdupdate
|
|
- play
|
|
- replaygain
|
|
- thumbnails
|
|
- web
|
|
import:
|
|
write: yes
|
|
copy: yes
|
|
lastgenre:
|
|
whitelist: ~/.config/beets/whitelist
|
|
lyrics:
|
|
fallback: ''
|
|
play:
|
|
command: mpv --no-vid --no-resume-playback
|
|
mpd:
|
|
host: localhost
|
|
port: 6600
|
|
password: "{{@@ env['PASS_MPD_ADMIN'] @@}}"
|
|
follow:
|
|
email: reekymarko@reekynet.com
|
|
password: "{{@@ env['PASS_MUSPY'] @@}}"
|
|
userid: w8njp08ude90mfzsgumjhqinnirj4g
|
|
auto: yes
|
|
replaygain:
|
|
backend: gstreamer
|
|
auto: yes
|
|
#mbcollection:
|
|
# auto: 'yes'
|
|
# collection: 'a4955b5c-db7f-4e27-9887-f77f820bad34'
|