20 lines
558 B
YAML
20 lines
558 B
YAML
directory: ./dev-music
|
|
library: ./dev-library.db
|
|
|
|
# Enable the in-development plugin from this repo.
|
|
plugins: beets_music_videos
|
|
|
|
# Remove original files after copying into the library. (Default is no.)
|
|
import:
|
|
delete: yes
|
|
|
|
# Plugin-specific configuration can go here once the plugin
|
|
# grows real options. For now it's just a placeholder section.
|
|
beets_music_videos: {}
|
|
|
|
paths:
|
|
default: '$albumartist/$album [$year]/$track. $title'
|
|
singleton: '$artist - $title - $year'
|
|
|
|
beets_music_videos:
|
|
imvdb_api_key: mXfQwBkWPhaUE2y9NbmMEE9JbJ37gtfmRCqjkAGC |