65 lines
1004 B
YAML
65 lines
1004 B
YAML
plugins: convert embedart fetchart info permissions replaygain zero
|
|
|
|
paths:
|
|
default: $albumartist/$year $album%aunique{}/$track $title
|
|
singleton: $artist/Non-album/$year $title
|
|
comp: Compilations/$year $album%aunique{}/$track $title
|
|
|
|
permissions:
|
|
file: 644
|
|
dir: 755
|
|
|
|
convert:
|
|
dest: /var/tmp/{{ music_user_name }}/mp3
|
|
copy_album_art: yes
|
|
embed: yes
|
|
|
|
embedart:
|
|
auto: no
|
|
|
|
fetchart:
|
|
sources:
|
|
- filesystem
|
|
|
|
replaygain:
|
|
backend: ffmpeg
|
|
overwrite: yes
|
|
|
|
zero:
|
|
auto: yes
|
|
fields: >-
|
|
albumstatus
|
|
albumtype
|
|
albumtypes
|
|
arranger
|
|
asin
|
|
barcode
|
|
bpm
|
|
catalognum
|
|
copyright
|
|
country
|
|
genre
|
|
genres
|
|
grouping
|
|
isrc
|
|
label
|
|
language
|
|
lyricist
|
|
lyrics
|
|
mb_albumartistid
|
|
mb_albumartistids
|
|
mb_albumid
|
|
mb_artistid
|
|
mb_artistids
|
|
mb_releasegroupid
|
|
mb_releasetrackid
|
|
mb_trackid
|
|
mb_workid
|
|
media
|
|
original_date
|
|
original_day
|
|
original_month
|
|
original_year
|
|
script
|
|
update_database: true
|