Compare commits
5 Commits
886bc6aa71
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
705e5c3e55 | ||
|
|
074c075620 | ||
|
|
6eb043c1af | ||
|
|
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,
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ networks:
|
|||||||
services:
|
services:
|
||||||
qbittorrent:
|
qbittorrent:
|
||||||
container_name: qbittorrent
|
container_name: qbittorrent
|
||||||
image: lscr.io/linuxserver/qbittorrent:5.1.2
|
image: lscr.io/linuxserver/qbittorrent:5.1.4
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
network_mode: "container:gluetun"
|
network_mode: "container:gluetun"
|
||||||
environment:
|
environment:
|
||||||
@@ -52,26 +52,3 @@ services:
|
|||||||
- "{{ media_storage_mnt }}/data/torrents:/data/torrents" # Necessary for partial matching
|
- "{{ media_storage_mnt }}/data/torrents:/data/torrents" # Necessary for partial matching
|
||||||
command: daemon
|
command: daemon
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
unpackerr:
|
|
||||||
container_name: unpackerr
|
|
||||||
image: ghcr.io/hotio/unpackerr
|
|
||||||
networks:
|
|
||||||
- starr
|
|
||||||
environment:
|
|
||||||
- "PUID={{ service_user.uid }}"
|
|
||||||
- "PGID={{ media_gid }}"
|
|
||||||
- UMASK=002
|
|
||||||
- TZ={{ timezone }}
|
|
||||||
- UN_INTERVAL=5m
|
|
||||||
- UN_FILE_MODE=0664
|
|
||||||
- UN_DIR_MODE=0775
|
|
||||||
- UN_SONARR_0_URL=http://sonarr:8989
|
|
||||||
- "UN_SONARR_0_API_KEY={{ sonarr_api_key }}"
|
|
||||||
- UN_SONARR_0_PATHS_0=/data/torrents/tv
|
|
||||||
- UN_RADARR_0_URL=http://radarr:7878
|
|
||||||
- "UN_RADARR_0_API_KEY={{ radarr_api_key }}"
|
|
||||||
- UN_RADARR_0_PATHS_0=/data/torrents/movies
|
|
||||||
volumes:
|
|
||||||
- "{{ data_dir }}/unpackerr:/config"
|
|
||||||
- "{{ media_storage_mnt }}/data/torrents:/data/torrents"
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ commands:
|
|||||||
recheck: True
|
recheck: True
|
||||||
tag_update: True
|
tag_update: True
|
||||||
rem_unregistered: True
|
rem_unregistered: True
|
||||||
remove_orphaned: True
|
rem_orphaned: True
|
||||||
tag_nohardlinks: True
|
tag_nohardlinks: True
|
||||||
|
|
||||||
qbt:
|
qbt:
|
||||||
@@ -85,6 +85,8 @@ tracker:
|
|||||||
tag: archlinux
|
tag: archlinux
|
||||||
animebytes:
|
animebytes:
|
||||||
tag: AB
|
tag: AB
|
||||||
|
anthelion:
|
||||||
|
tag: ANT
|
||||||
other:
|
other:
|
||||||
tag: other
|
tag: other
|
||||||
|
|
||||||
@@ -101,7 +103,7 @@ share_limits:
|
|||||||
priority: 1
|
priority: 1
|
||||||
include_all_tags:
|
include_all_tags:
|
||||||
- noHL
|
- noHL
|
||||||
max_seeding_time: 28800 # 20 days
|
max_seeding_time: 40320 # 4 weeks
|
||||||
cleanup: true
|
cleanup: true
|
||||||
add_group_to_tag: false
|
add_group_to_tag: false
|
||||||
isos:
|
isos:
|
||||||
|
|||||||
@@ -48,3 +48,9 @@ custom_formats:
|
|||||||
assign_scores_to:
|
assign_scores_to:
|
||||||
- name: Anime
|
- name: Anime
|
||||||
score: 10 # Prefer dual audio within the same tier but not over higher quality releases
|
score: 10 # Prefer dual audio within the same tier but not over higher quality releases
|
||||||
|
|
||||||
|
- trash_ids:
|
||||||
|
- 923b6abef9b17f937fab56cfcf89e1f1 # DV (w/o HDR fallback)
|
||||||
|
assign_scores_to:
|
||||||
|
- name: Anime
|
||||||
|
score: -10000
|
||||||
|
|||||||
Reference in New Issue
Block a user