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