Created
August 24, 2015 16:20
-
-
Save tschaefer/daa09959eb7272715800 to your computer and use it in GitHub Desktop.
~/.config/beets/config.yaml
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: /storage/media/music | |
import: | |
write: no | |
copy: no | |
move: no | |
resume: no | |
autotag: no | |
plugins: store fetchart | |
fetchart: | |
auto: no | |
store: | |
host: "::1" | |
port: 8080 |
Author
tschaefer
commented
Jan 30, 2016
directory: /tank/storage/media/music
library: /var/lib/beets/beets.db
import:
write: no
copy: no
move: no
resume: no
autotag: no
plugins: store fetchart
fetchart:
auto: no
store:
host: "127.0.0.1"
port: 8080
zipdir: /tank/storage/media/beets/cache
lastfm:
api_key: API_KEY
secret_key: SECRET_KEY
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment