diff options
Diffstat (limited to 'dot_config')
-rw-r--r-- | dot_config/beets/config.yaml.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dot_config/beets/config.yaml.tmpl b/dot_config/beets/config.yaml.tmpl index 50e9c40..2f5db53 100644 --- a/dot_config/beets/config.yaml.tmpl +++ b/dot_config/beets/config.yaml.tmpl @@ -7,8 +7,8 @@ plugins: - mbcollection - badfiles - info - - playlist - smartplaylist + - playlist - mpdupdate import: @@ -132,7 +132,7 @@ smartplaylist: , 'artist:"Stéphane Paquette"' ] - name: added-2023.m3u - query: [ "added:2023" ] + query: [ "added:2023 added+" ] - name: ripped-2023.m3u query: [ "added:2023 format:flac album+ disc+ track+" ] - name: added-2020.m3u |