Created a mock Sonarr container for the beta release

This commit is contained in:
2024-12-13 19:39:43 -07:00
parent 89f8a64b51
commit ea4cfeb42d
651 changed files with 134021 additions and 3267 deletions
@@ -6,42 +6,51 @@ language: en-US
type: private
encoding: UTF-8
links:
- https://theldu.to/
legacylinks:
- https://theldu.net/
caps:
categorymappings:
- {id: 1, cat: Movies, desc: "Films: General"}
- {id: 33, cat: Movies/Other, desc: "Films: [TMDB UnListed]"}
- {id: 21, cat: Movies/3D, desc: "Films: 3D"}
- {id: 25, cat: Movies/Other, desc: "Films: Musical"}
- {id: 18, cat: Movies/Other, desc: "Films: Silent"}
- {id: 24, cat: Movies/Other, desc: "Films: Holiday"}
- {id: 19, cat: Movies/Other, desc: "Films: Shorts"}
- {id: 42, cat: Movies/Other, desc: "Films: Shorts [TMDB UnListed]"}
- {id: 17, cat: TV/Documentary, desc: "Films: Documentary"}
- {id: 12, cat: Movies/Other, desc: "Films: FanEdits/Restorations"}
- {id: 33, cat: Movies/Other, desc: "Films: [No TMDB]"}
- {id: 27, cat: Movies/Foreign, desc: "Films SP1: Dub or Vid issues"}
- {id: 22, cat: Movies/Foreign, desc: "Films SP2: No English"}
- {id: 28, cat: Movies/Other, desc: "Films SP3: Other"}
- {id: 8, cat: Movies/Other, desc: "Anime: Films"}
- {id: 9, cat: TV/Anime, desc: "Anime: Series/OVAs"}
- {id: 2, cat: TV, desc: "Series/TV: General"}
- {id: 41, cat: TV, desc: "Series/TV: Single Episodes"}
- {id: 31, cat: TV/Foreign, desc: "Series/TV SP1: Dub"}
- {id: 29, cat: TV/Foreign, desc: "Series/TV SP2: No English"}
- {id: 32, cat: TV/Other, desc: "Series/TV SP3: Other"}
- {id: 38, cat: TV/Other, desc: "Series/TV [TMDB unlisted]"}
- {id: 40, cat: TV/Documentary, desc: "Series: Documentary"}
- {id: 20, cat: TV/Other, desc: "Culture: Stand-up"}
- {id: 7, cat: Books/EBook, desc: "Culture: Ebooks"}
- {id: 3, cat: Audio, desc: "Culture: Music"}
- {id: 16, cat: Audio/Video, desc: "Culture: Music Videos"}
- {id: 34, cat: Audio/Audiobook, desc: "Culture: Audio Books"}
- {id: 35, cat: TV/Sport, desc: "Culture: Sports"}
- {id: 6, cat: XXX, desc: "XXX: Mainstream Smut [TMDB]"}
- {id: 30, cat: XXX, desc: "XXX: Filthy Smut [No TMDB]"}
- {id: 15, cat: XXX/Pack, desc: "XXX: MegaPacks"}
- {id: 10, cat: XXX, desc: "XXX: Hentai"}
- {id: 14, cat: XXX/Other, desc: "XXX: Creators Corner"}
- {id: 13, cat: XXX/Other, desc: "XXX: Other"}
- {id: 11, cat: XXX/Other, desc: "XXX: Zoo"}
- {id: 26, cat: Other, desc: "FuckedUpShit"}
- {id: 37, cat: TV/Other, desc: "Culture: Firearms and Freedom"}
- {id: 36, cat: TV/Other, desc: "Culture: Roms"}
- {id: 6, cat: XXX, desc: "Mature: NSFW [TMDB Listed]"}
- {id: 30, cat: XXX, desc: "Mature: NSFW [TMDB UnListed]"}
- {id: 15, cat: XXX/Pack, desc: "Mature: NSFW MegaPacks"}
- {id: 10, cat: XXX, desc: "Mature: Hentai"}
- {id: 14, cat: XXX/Other, desc: "Mature: Creators Corner"}
- {id: 39, cat: XXX/Other, desc: "Mature: NSFL [Listed]"}
- {id: 11, cat: XXX/Other, desc: "Mature: NSFL [Unlisted]"}
- {id: 44, cat: XXX/Other, desc: "Mature: Audio"}
- {id: 43, cat: Other, desc: "Internal Testing"}
- {id: 23, cat: Other, desc: "Other_Or_Not_Sure"}
modes:
@@ -58,11 +67,15 @@ settings:
- name: info_key
type: info
label: About your API key
default: "Find or Generate a new API Token by accessing your <a href=\"https://theldu.net/\" target=\"_blank\">Last Digital Underground</a> account <i>My Settings</i> page and clicking on the <b>API Key</b> tab."
default: "Find or Generate a new API Token by accessing your <a href=\"https://theldu.to/\" target=\"_blank\">Last Digital Underground</a> account <i>My Settings</i> page and clicking on the <b>API Key</b> tab."
- name: freeleech
type: checkbox
label: Search freeleech only
default: false
- name: single_file_release_use_filename
type: checkbox
label: Use filename as title for single file releases
default: true
- name: sort
type: select
label: Sort requested from site
@@ -79,6 +92,10 @@ settings:
options:
desc: desc
asc: asc
- name: info_activity
type: info
label: Account Inactivity
default: "You are required to log in once per month. We will be purging user accounts via automated script set at an undisclosed interval."
login:
path: /api/torrents
@@ -88,11 +105,12 @@ login:
- selector: a[href*="/login"]
message:
text: "The API key was not accepted by {{ .Config.sitelink }}."
- selector: :root:contains("Account is Banned")
search:
paths:
# https://github.com/HDInnovations/UNIT3D-Community-Edition/wiki/Torrent-API-(UNIT3D-v7.0.0)
# https://github.com/HDInnovations/UNIT3D-Community-Edition/blob/master/app/Http/Controllers/API/TorrentController.php#L349
# https://github.com/HDInnovations/UNIT3D-Community-Edition/wiki/Torrent-API-(UNIT3D-v8.x.x)
# https://github.com/HDInnovations/UNIT3D-Community-Edition/blob/master/app/Http/Controllers/API/TorrentController.php#L476
- path: "/api/torrents/filter"
response:
type: json
@@ -125,8 +143,15 @@ search:
fields:
category:
selector: category_id
title:
title_optional:
selector: name
title_filename:
selector: "files[0].name"
optional: true
files:
selector: num_file
title:
text: "{{ if and (.Config.single_file_release_use_filename) (eq .Result.files \"1\") (.Result.title_filename) }}{{ .Result.title_filename }}{{ else }}{{ .Result.title_optional }}{{ end }}"
details:
selector: details_link
download:
@@ -147,8 +172,6 @@ search:
genre:
selector: meta.genres
filters:
- name: re_replace
args: ["(?i)^None$", ""]
- name: re_replace
args: ["(?i)(Science Fiction)", "Science_Fiction"]
- name: re_replace
@@ -157,8 +180,6 @@ search:
args: [" & ", "_&_"]
description:
text: "{{ .Result.genre }}"
files:
selector: num_file
seeders:
selector: seeders
leechers:
@@ -175,7 +196,12 @@ search:
args: "MM/dd/yyyy HH:mm:ss zzz"
size:
selector: size
downloadvolumefactor:
_featured:
selector: featured
case:
False: "{{ .False }}"
True: "{{ .True }}"
downloadvolumefactor_freeleech:
# api returns 0%, 25%, 50%, 75%, 100%
selector: freeleech
case:
@@ -185,16 +211,20 @@ search:
75%: 0.25
100%: 0 # freeleech
"*": 0 # catch errors
uploadvolumefactor:
downloadvolumefactor:
text: "{{ if .Result._featured }}0{{ else }}{{ .Result.downloadvolumefactor_freeleech }}{{ end }}"
uploadvolumefactor_double_upload:
# api returns False, True
selector: double_upload
case:
False: 1 # normal
True: 2 # double
uploadvolumefactor:
text: "{{ if .Result._featured }}2{{ else }}{{ .Result.uploadvolumefactor_double_upload }}{{ end }}"
# global MR is 0.4 but torrents must be seeded for 7 days regardless of ratio
# minimumratio:
# text: 0.4
minimumseedtime:
# 7 day (as seconds = 7 x 24 x 60 x 60)
# 7 days (as seconds = 7 x 24 x 60 x 60)
text: 604800
# json UNIT3D 7.2.5
# json UNIT3D 8.1.3