Compare commits
5 Commits
886bc6aa71
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
705e5c3e55 | ||
|
|
074c075620 | ||
|
|
6eb043c1af | ||
|
|
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,
|
||||
|
||||
@@ -5,7 +5,7 @@ networks:
|
||||
services:
|
||||
qbittorrent:
|
||||
container_name: qbittorrent
|
||||
image: lscr.io/linuxserver/qbittorrent:5.1.2
|
||||
image: lscr.io/linuxserver/qbittorrent:5.1.4
|
||||
restart: unless-stopped
|
||||
network_mode: "container:gluetun"
|
||||
environment:
|
||||
@@ -52,26 +52,3 @@ services:
|
||||
- "{{ media_storage_mnt }}/data/torrents:/data/torrents" # Necessary for partial matching
|
||||
command: daemon
|
||||
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
|
||||
tag_update: True
|
||||
rem_unregistered: True
|
||||
remove_orphaned: True
|
||||
rem_orphaned: True
|
||||
tag_nohardlinks: True
|
||||
|
||||
qbt:
|
||||
@@ -85,6 +85,8 @@ tracker:
|
||||
tag: archlinux
|
||||
animebytes:
|
||||
tag: AB
|
||||
anthelion:
|
||||
tag: ANT
|
||||
other:
|
||||
tag: other
|
||||
|
||||
@@ -101,7 +103,7 @@ share_limits:
|
||||
priority: 1
|
||||
include_all_tags:
|
||||
- noHL
|
||||
max_seeding_time: 28800 # 20 days
|
||||
max_seeding_time: 40320 # 4 weeks
|
||||
cleanup: true
|
||||
add_group_to_tag: false
|
||||
isos:
|
||||
|
||||
@@ -48,3 +48,9 @@ custom_formats:
|
||||
assign_scores_to:
|
||||
- name: Anime
|
||||
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