Skip to content

Instantly share code, notes, and snippets.

@tschaefer
Created August 24, 2015 16:20
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 tschaefer/daa09959eb7272715800 to your computer and use it in GitHub Desktop.
Save tschaefer/daa09959eb7272715800 to your computer and use it in GitHub Desktop.
~/.config/beets/config.yaml
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
@tschaefer
Copy link
Author

directory: /tank/storage/media/music
library: /var/lib/beets/library.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

@tschaefer
Copy link
Author

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