mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2024-11-14 17:40:24 -08:00
56c6773c6b
Updates colorama to 0.4.6 Adds confuse version 1.7.0 Updates jellyfish to 0.9.0 Adds mediafile 0.10.1 Updates munkres to 1.1.4 Updates musicbrainzngs to 0.7.1 Updates mutagen to 1.46.0 Updates pyyaml to 6.0 Updates unidecode to 1.3.6
150 lines
2.9 KiB
YAML
150 lines
2.9 KiB
YAML
library: library.db
|
|
directory: ~/Music
|
|
|
|
import:
|
|
write: yes
|
|
copy: yes
|
|
move: no
|
|
link: no
|
|
hardlink: no
|
|
reflink: no
|
|
delete: no
|
|
resume: ask
|
|
incremental: no
|
|
incremental_skip_later: no
|
|
from_scratch: no
|
|
quiet_fallback: skip
|
|
none_rec_action: ask
|
|
timid: no
|
|
log:
|
|
autotag: yes
|
|
quiet: no
|
|
singletons: no
|
|
default_action: apply
|
|
languages: []
|
|
detail: no
|
|
flat: no
|
|
group_albums: no
|
|
pretend: false
|
|
search_ids: []
|
|
duplicate_action: ask
|
|
bell: no
|
|
set_fields: {}
|
|
|
|
clutter: ["Thumbs.DB", ".DS_Store"]
|
|
ignore: [".*", "*~", "System Volume Information", "lost+found"]
|
|
ignore_hidden: yes
|
|
|
|
replace:
|
|
'[\\/]': _
|
|
'^\.': _
|
|
'[\x00-\x1f]': _
|
|
'[<>:"\?\*\|]': _
|
|
'\.$': _
|
|
'\s+$': ''
|
|
'^\s+': ''
|
|
'^-': _
|
|
path_sep_replace: _
|
|
drive_sep_replace: _
|
|
asciify_paths: false
|
|
art_filename: cover
|
|
max_filename_length: 0
|
|
|
|
aunique:
|
|
keys: albumartist album
|
|
disambiguators: albumtype year label catalognum albumdisambig releasegroupdisambig
|
|
bracket: '[]'
|
|
|
|
overwrite_null:
|
|
album: []
|
|
track: []
|
|
|
|
plugins: []
|
|
pluginpath: []
|
|
threaded: yes
|
|
timeout: 5.0
|
|
per_disc_numbering: no
|
|
verbose: 0
|
|
terminal_encoding:
|
|
original_date: no
|
|
artist_credit: no
|
|
id3v23: no
|
|
va_name: "Various Artists"
|
|
|
|
ui:
|
|
terminal_width: 80
|
|
length_diff_thresh: 10.0
|
|
color: yes
|
|
colors:
|
|
text_success: green
|
|
text_warning: yellow
|
|
text_error: red
|
|
text_highlight: red
|
|
text_highlight_minor: lightgray
|
|
action_default: turquoise
|
|
action: blue
|
|
|
|
format_item: $artist - $album - $title
|
|
format_album: $albumartist - $album
|
|
time_format: '%Y-%m-%d %H:%M:%S'
|
|
format_raw_length: no
|
|
|
|
sort_album: albumartist+ album+
|
|
sort_item: artist+ album+ disc+ track+
|
|
sort_case_insensitive: yes
|
|
|
|
paths:
|
|
default: $albumartist/$album%aunique{}/$track $title
|
|
singleton: Non-Album/$artist/$title
|
|
comp: Compilations/$album%aunique{}/$track $title
|
|
|
|
statefile: state.pickle
|
|
|
|
musicbrainz:
|
|
host: musicbrainz.org
|
|
https: no
|
|
ratelimit: 1
|
|
ratelimit_interval: 1.0
|
|
searchlimit: 5
|
|
extra_tags: []
|
|
genres: no
|
|
|
|
match:
|
|
strong_rec_thresh: 0.04
|
|
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: []
|
|
required: []
|
|
ignored_media: []
|
|
ignore_data_tracks: yes
|
|
ignore_video_tracks: yes
|
|
track_length_grace: 10
|
|
track_length_max: 30
|