diff --git a/dot_config/beets/config.yaml b/dot_config/beets/config.yaml index e6d6b0bf28342531f9fc6e43f603194e66b0b102..33079d0b303e72c99b7c4095219008ca2da798a4 100644 --- a/dot_config/beets/config.yaml +++ b/dot_config/beets/config.yaml @@ -1,80 +1,85 @@ directory: ~/Music/Final library: ~/.config/beets/library.db plugins: - - acousticbrainz - - alternatives - - bandcamp - - convert - #- discogs - - embedart - - fetchart - - ftintitle - - fuzzy - #- lyrics - - lastgenre - - mbsync - - mpdupdate - - missing - - scrub - - thumbnails - - web + - lastgenre + - lastimport + - lyrics + - fuzzy + - fetchart + - embedart + - thumbnails + - smartplaylist + - unimported + - mpdupdate + - convert + - web ui: - color: yes + color: yes paths: - default: $albumartist/$album/$track - $title - singleton: $albumartist/Singles/$title + default: $artist/$album/$track - $title + singleton: $artist/Singles/$title lastgenre: - auto: yes - canonical: yes + auto: yes + canonical: yes embedart: - auto: yes + auto: yes fetchart: - auto: yes - enforce_ratio: yes - sources: itunes amazon * + auto: yes + enforce_ratio: yes + sources: itunes amazon * lyrics: - fallback: '' - sources: "*" + fallback: "" + sources: "*" mpd: - host: localhost - port: 6600 + host: localhost + port: 6600 replaygain: - auto: yes - backend: gstreamer - noclip: yes -scrub: - auto: yes + auto: yes + backend: gstreamer + noclip: yes bpd: - host: localhost - port: 6600 - volume: 90 + host: localhost + port: 6600 + volume: 90 bandcamp: - lyrics: true - art: true + lyrics: true + art: true chroma: - auto: yes + auto: yes alternatives: - mobile: - directory: ../Mobile - paths: - default: $albumartist/$album/$track $title - singleton: $albumartist/Singles/$title - formats: ogg - query: "/home/amolith/Music/Final" + mobile: + directory: ../Mobile + paths: + default: $albumartist/$album/$track $title + singleton: $albumartist/Singles/$title + formats: ogg + query: "/home/amolith/Music/Final" convert: - auto: no - embed: yes - never_convert_lossy_files: yes - formats: - mp3: - command: ffmpeg -i $source -codec:a libmp3lame -b:a 320k -compression_level 2 $dest - extension: mp3 + auto: no + embed: yes + never_convert_lossy_files: yes + formats: + mp3: + command: ffmpeg -i $source -codec:a libmp3lame -b:a 320k -compression_level 2 $dest + extension: mp3 import: - move: no - write: yes - resume: ask - duplicate_action: skip - bell: no + move: no + copy: no + write: no + resume: ask + duplicate_action: skip + bell: no ftintitle: - auto: yes - format: "feat. {0}" + auto: yes + format: "feat. {0}" +replace: + '\u0308': "" +smartplaylist: + relative_to: ~/Music/Final + playlist_dir: ~/.mpd/playlists + forward_slash: no + playlists: + - name: all.m3u + query: "" +lastfm: + user: amolith