21 lines
554 B
YAML
21 lines
554 B
YAML
directory: /mnt/user/data/music_videos/organized/
|
|
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: some_key
|