Compare commits
2 Commits
886bc6aa71
...
e994a98016
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e994a98016 | ||
|
|
c85576a56a |
@@ -1,7 +1,7 @@
|
||||
directory: /music
|
||||
per_disc_numbering: yes
|
||||
|
||||
plugins: fetchart web inline lyrics
|
||||
plugins: fetchart embedart web inline lyrics musicbrainz scrub lastgenre replaygain
|
||||
|
||||
paths:
|
||||
default: $albumartist/$album%aunique{}/%if{$multidisc,$disc}$track - $title
|
||||
@@ -12,7 +12,7 @@ item_fields:
|
||||
|
||||
import:
|
||||
write: yes
|
||||
hardlink: yes
|
||||
move: yes
|
||||
resume: ask
|
||||
incremental: yes
|
||||
quiet_fallback: skip
|
||||
@@ -28,13 +28,32 @@ embedart:
|
||||
fetchart:
|
||||
auto: yes
|
||||
high_resolution: yes
|
||||
source:
|
||||
- filesystem
|
||||
- itunes
|
||||
- coverart
|
||||
- amazon
|
||||
|
||||
match:
|
||||
strong_rec_thresh: 0.10
|
||||
ignored_media: ['12" Vinyl']
|
||||
|
||||
lyrics:
|
||||
sources: [lrclib, genius]
|
||||
sources: [lrclib, genius, tekstowo]
|
||||
|
||||
scrub:
|
||||
auto: yes
|
||||
|
||||
replaygain:
|
||||
auto: yes
|
||||
backend: ffmpeg
|
||||
|
||||
# Consider directory empty even if files matching the below patterns are present
|
||||
clutter:
|
||||
- "*.jpg"
|
||||
- "*.png"
|
||||
- "*.nfo"
|
||||
|
||||
replace:
|
||||
'^\.': _
|
||||
'[\x00-\x1f]': _
|
||||
|
||||
@@ -17,6 +17,7 @@ module.exports = {
|
||||
"http://prowlarr.local.{{ personal_domain }}/27/api?apikey={{ prowlarr_api_key }}", // Upload.cx
|
||||
"http://prowlarr.local.{{ personal_domain }}/30/api?apikey={{ prowlarr_api_key }}", // DocsPedia
|
||||
"http://prowlarr.local.{{ personal_domain }}/31/api?apikey={{ prowlarr_api_key }}", // OnlyEncodes+
|
||||
"http://prowlarr.local.{{ personal_domain }}/32/api?apikey={{ prowlarr_api_key }}", // Anthelion
|
||||
],
|
||||
|
||||
outputDir: null,
|
||||
|
||||
@@ -85,6 +85,8 @@ tracker:
|
||||
tag: archlinux
|
||||
animebytes:
|
||||
tag: AB
|
||||
anthelion:
|
||||
tag: ANT
|
||||
other:
|
||||
tag: other
|
||||
|
||||
|
||||
Reference in New Issue
Block a user