From fd37c2371ed2ed264577468b3a26050d7cdc517b Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Fri, 18 Oct 2024 13:43:35 +0100 Subject: update beets config for the modern age --- beets_config.yaml | 27 ++++----------------------- 1 file changed, 4 insertions(+), 23 deletions(-) (limited to 'beets_config.yaml') diff --git a/beets_config.yaml b/beets_config.yaml index 63d6f2e..3fec8dd 100644 --- a/beets_config.yaml +++ b/beets_config.yaml @@ -1,5 +1,5 @@ -library: ~/music_mnt/beets/_beets_db_files/library.db -directory: ~/music_mnt/annex/Music +library: ~/Music/_beets_db_files/library.db +directory: ~/Music import: write: yes @@ -64,12 +64,12 @@ overwrite_null: track: [] play: - command: mpv --no-video + command: mpv lastgenre: count: 2 -plugins: play lastgenre convert fuzzy random smartplaylist playlist missing spotify +plugins: play chroma lastgenre convert pluginpath: [] threaded: yes timeout: 5.0 @@ -159,22 +159,3 @@ match: track_length_grace: 10 track_length_max: 30 -smartplaylist: - relative_to: ~/music_mnt/annex/Music - 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/annex/Music - playlist_dir: ~/music_mnt/playlists - forward_slash: no -missing: - format: $albumartist - $album - $title - count: no - total: no -- cgit v1.2.3