<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Config on Planet Hawleywood</title><link>https://blog.planethawleywood.com/tags/config/</link><description>Recent content in Config on Planet Hawleywood</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sun, 14 Aug 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://blog.planethawleywood.com/tags/config/index.xml" rel="self" type="application/rss+xml"/><item><title>Beets Config</title><link>https://blog.planethawleywood.com/posts/beets-config/</link><pubDate>Sun, 14 Aug 2022 00:00:00 +0000</pubDate><guid>https://blog.planethawleywood.com/posts/beets-config/</guid><description>&lt;p&gt;If you don&amp;rsquo;t know already, &lt;a href="http://beets.io/"&gt;beets&lt;/a&gt; is a command line python program meant to automatically sort music. If you do know already, how have you set up your config file? Here&amp;rsquo;s mine:&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;directory: /mnt/chawley/Music
library: /home/chawley/musiclibrary.blb
import:
# write metadata to music files
write: yes
# move imported files from source to the music directory
move: yes
copy: no
delete: no
# use auto-tagging where possible
# do not require confirmation on strong matches
autotag: yes
timid: no
resume: ask
incremental: no
none_rec_action: ask
log:
quiet: no # enable with command line option
quiet_fallback: skip
default_action: apply
singletons: no
languages: []
detail: no
flat: no
# use the release-date of the original (first) release of an album?
original_date: yes
# on multi-disk releases, assign track numbers for the whole album.
# If &amp;#34;per disk&amp;#34;, make sure tracknames do not collide (&amp;#34;paths&amp;#34; setting).
per_disc_numbering: no
# files matching these patterns are deleted from source after import
clutter: [&amp;#34;Thumbs.DB&amp;#34;, &amp;#34;.DS_Store&amp;#34;, &amp;#34;*.m3u&amp;#34;, &amp;#34;.pls&amp;#34;, &amp;#34;*.jpg&amp;#34;]
# files/directories matching one of these patterns are ignored during import
ignore: [&amp;#34;.*&amp;#34;, &amp;#34;*~&amp;#34;, &amp;#34;System Volume Information&amp;#34;]
# Paths ----------------------------------------------------------------------
# Paths and filenames for music files
# relative to music directory
paths:
default: $albumartist - $year - $album/$albumartist - $track - $title
singleton: Non-Album/$artist - $title
comp: $album ($year)/$track - $artist - $title
# replace special characters in generated filenames
replace:
&amp;#39;[\\/]&amp;#39;: _
&amp;#39;^\.&amp;#39;: _
&amp;#39;[\x00-\x1f]&amp;#39;: _
&amp;#39;[&amp;lt;&amp;gt;:&amp;#34;\?\*\|]&amp;#39;: _
&amp;#39;\.$&amp;#39;: _
&amp;#39;\s+$&amp;#39;: &amp;#39;&amp;#39;
path_sep_replace: _
# filename for the album art
art_filename: cover # results in &amp;#34;cover.jpg&amp;#34;
max_filename_length: 0 # unlimited
# General --------------------------------------------------------------------
# use mutliple threads during import
threaded: yes
timeout: 5.0
verbose: no
# User Interface -------------------------------------------------------------
color: yes
list_format_item: %upper{$artist} - $album - $track. $title
list_format_album: %upper{$albumartist} - $album
time_format: &amp;#39;%Y-%m-%d %H:%M:%S&amp;#39;
terminal_encoding: utf8
ui:
terminal_width: 80
length_diff_thresh: 10.0
# Auto Tagger ----------------------------------------------------------------
match:
strong_rec_thresh: 0.1 # match 90% or better for auto import
medium_rec_thresh: 0.25
rec_gap_thresh: 0.25
max_rec:
missing_tracks: medium
unmatched_tracks: medium
distance_weights:
source: 2.0
artist: 3.0
album: 3.0
media: 1.0
mediums: 1.0
year: 1.0
country: 0.5
label: 0.5
catalognum: 0.5
albumdisambig: 0.5
album_id: 5.0
tracks: 2.0
missing_tracks: 0.9
unmatched_tracks: 0.6
track_title: 3.0
track_artist: 2.0
track_index: 1.0
track_length: 2.0
track_id: 5.0
preferred:
countries: []
media: []
original_year: no
ignored: []
track_length_grace: 10
track_length_max: 30
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Save it in &lt;code&gt;$HOME/.config/beets/config.yaml&lt;/code&gt;&lt;/p&gt;</description></item></channel></rss>