Update beets config
This commit is contained in:
@@ -11,9 +11,11 @@ import:
|
|||||||
paths:
|
paths:
|
||||||
default: $albumartist/[$original_year]$atypes $album%aunique{}/%if{$multidisc,$disc-}$track $title
|
default: $albumartist/[$original_year]$atypes $album%aunique{}/%if{$multidisc,$disc-}$track $title
|
||||||
singleton: $artist/$title
|
singleton: $artist/$title
|
||||||
plugins: albumtypes autobpm chroma edit embedart fetchart ftintitle fuzzy info inline lastgenre lastimport limit lyrics mbsync musicbrainz random replaygain scrub smartplaylist summarize the types
|
set_fields:
|
||||||
|
play_count: 0
|
||||||
|
plugins: albumtypes autobpm chroma edit embedart fetchart ftintitle fuzzy info inline lastgenre lastimport limit lyrics mbsync mpdupdate musicbrainz random replaygain scrub smartplaylist summarize the types web
|
||||||
chroma:
|
chroma:
|
||||||
auto: no
|
auto: yes
|
||||||
embedart:
|
embedart:
|
||||||
auto: no
|
auto: no
|
||||||
remove_art_file: yes
|
remove_art_file: yes
|
||||||
@@ -25,6 +27,7 @@ fetchart:
|
|||||||
sources: filesystem wikipedia coverart amazon albumart
|
sources: filesystem wikipedia coverart amazon albumart
|
||||||
ftintitle:
|
ftintitle:
|
||||||
drop: yes
|
drop: yes
|
||||||
|
custom_words: ['ft.', '&']
|
||||||
fuzzy:
|
fuzzy:
|
||||||
threshold: 0.8
|
threshold: 0.8
|
||||||
item_fields:
|
item_fields:
|
||||||
@@ -35,33 +38,42 @@ lastgenre:
|
|||||||
force: yes
|
force: yes
|
||||||
keep_existing: no
|
keep_existing: no
|
||||||
whitelist: ~/.config/beets/genres.txt
|
whitelist: ~/.config/beets/genres.txt
|
||||||
|
lyrics:
|
||||||
|
auto: no
|
||||||
|
fallback: ''
|
||||||
musicbrainz:
|
musicbrainz:
|
||||||
searchlimit: 10
|
searchlimit: 10
|
||||||
replaygain:
|
replaygain:
|
||||||
command: mp3gain
|
command: mp3gain
|
||||||
scrub:
|
|
||||||
auto: no
|
|
||||||
smartplaylist:
|
smartplaylist:
|
||||||
relative_to: ~/Music
|
relative_to: ~/Music
|
||||||
playlist_dir: ~/.local/share/mpd/playlists
|
playlist_dir: ~/.local/share/mpd/playlists
|
||||||
playlists:
|
playlists:
|
||||||
- name: Metal_Before_90s.m3u
|
- name: 80s.m3u
|
||||||
query: 'genre:Metal original_year:..1989'
|
query: 'original_year:1980..1989 original_year+ artist+'
|
||||||
- name: 90s_Power_Metal.m3u
|
- name: 90s.m3u
|
||||||
query: 'genre:"Power Metal" original_year:1990..1999'
|
query: 'original_year:1990..1999 original_year+ artist+'
|
||||||
- name: 2000plus_Power_Metal.m3u
|
- name: 2000s.m3u
|
||||||
query: 'genre:"Power Metal" original_year:2000..'
|
query: 'original_year:2000..2009 original_year+ artist+'
|
||||||
- name: Symphonic_Metal.m3u
|
- name: 2010s.m3u
|
||||||
query: 'genre:"Symphonic Metal"'
|
query: 'original_year:2010..2019 original_year+ artist+'
|
||||||
- name: Gothic_Metal.m3u
|
- name: 2020s.m3u
|
||||||
query: 'genre:"Gothic Metal"'
|
query: 'original_year:2020..2029 original_year+ artist+'
|
||||||
|
- name: Black_Metal.m3u
|
||||||
|
query: 'genres:"Black Metal"'
|
||||||
- name: 90s_Black_Metal.m3u
|
- name: 90s_Black_Metal.m3u
|
||||||
query: 'genre:"Black Metal" original_year:1990..1999'
|
query: 'genres:"Black Metal" original_year:1990..1999 original_year+ artist+'
|
||||||
- name: Symphonic_and_Melodic_Black.m3u
|
- name: Power_Metal.m3u
|
||||||
query: ['genre:"Symphonic Black Metal"', 'genre:"Melodic Black Metal"']
|
query: 'genres:"Power Metal"'
|
||||||
|
- name: 2000s_Power_Metal.m3u
|
||||||
|
query: 'genres:"Power Metal" original_year:2000..2009 original_year+ artist+'
|
||||||
|
- name: Rock.m3u
|
||||||
|
query: 'genres:Rock ^genres:"Post-Rock"'
|
||||||
|
- name: Symphonic_Metal.m3u
|
||||||
|
query: 'genres:"Symphonic Metal"'
|
||||||
the:
|
the:
|
||||||
patterns: ^Il\s ^La\s ^Lo\s ^Gli\s ^Le\s
|
patterns: ^Il\s ^La\s ^Lo\s ^Gli\s ^Le\s
|
||||||
type:
|
type:
|
||||||
play_count: int
|
play_count: int
|
||||||
include: [ lyrics.yaml, lastfm.yaml ]
|
|
||||||
|
|
||||||
|
include: [ lastfm.yaml ]
|
||||||
|
|||||||
Reference in New Issue
Block a user