diff options
author | Matthew Lemon <y@yulqen.org> | 2024-10-18 13:43:35 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-10-18 13:43:35 +0100 |
commit | fd37c2371ed2ed264577468b3a26050d7cdc517b (patch) | |
tree | ddfd540373d1b6e1ca635bdbf018666d25bf7aa4 | |
parent | 2c764e9173a629a6e1d9809b7c3076fd4d8fd13f (diff) |
update beets config for the modern age
-rw-r--r-- | beets_config.yaml | 27 |
1 files changed, 4 insertions, 23 deletions
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 |