diff options
author | Ryan Kavanagh <rak@debian.org> | 2018-11-10 12:00:28 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2018-11-10 12:00:28 -0500 |
commit | f68487be2a66fac5db68cf431e48f543f3439e55 (patch) | |
tree | 8647500e84600371254bf3a43367cb68253b6c98 | |
parent | Add scripts to switch between speakers and DAC (diff) |
Autogenerate french music playlist with beets
-rw-r--r-- | .config/beets/config.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.config/beets/config.yaml b/.config/beets/config.yaml index 1a891a3..df458e9 100644 --- a/.config/beets/config.yaml +++ b/.config/beets/config.yaml @@ -92,3 +92,12 @@ smartplaylist: , 'artist:"Willie McCallum"' , 'artist:"Willie Connell"' ] + - name: francais.m3u + query: [ 'artist:"Cœur de Pirate"' + , 'artist:"Harmonium"' + , 'artist:"Pomme"' + , 'artist:"CANO"' + , 'artist:"Félix Leclerc"' + , 'artist:"Jacques Brel"' + , 'artist:"Stéphane Paquette"' + ] |