From 70f8f3ab1c5a619b55b690b4b145d10f441a9671 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sat, 21 Oct 2023 15:22:31 +0100 Subject: Some beets related tweaks --- beets_config.yaml | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (limited to 'beets_config.yaml') diff --git a/beets_config.yaml b/beets_config.yaml index 97b3b35..a91d48a 100644 --- a/beets_config.yaml +++ b/beets_config.yaml @@ -69,7 +69,7 @@ play: lastgenre: count: 2 -plugins: play chroma lastgenre convert +plugins: play chroma lastgenre convert fuzzy random smartplaylist playlist missing pluginpath: [] threaded: yes timeout: 5.0 @@ -159,3 +159,22 @@ match: track_length_grace: 10 track_length_max: 30 +smartplaylist: + relative_to: ~/music_mnt/beets/ + playlist_dir: ~/music_mnt/playlists + forward_slash: no + playlists: + - name: all.m3u + query: '' + + - name: anjuna.m3u + query: 'album:anjuna' +playlist: + auto: no + relative_to: ~/music_mnt/beets/ + playlist_dir: ~/music_mnt/playlists + forward_slash: no +missing: + format: $albumartist - $album - $title + count: no + total: no -- cgit v1.2.3