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
+15 -19
View File
@@ -10,20 +10,17 @@ links:
caps:
categorymappings:
- {id: 421, cat: TV/Anime, desc: "Anime Other/动漫-其他"}
- {id: 420, cat: TV/Anime, desc: "Anime Europe and America/动漫-欧美"}
- {id: 419, cat: TV/Anime, desc: "Anime Korean/动漫-韩漫"}
- {id: 418, cat: TV/Anime, desc: "Anime Japan/动漫-日漫"}
- {id: 417, cat: TV/Anime, desc: "Anime China/动漫-国漫"}
- {id: 409, cat: Other, desc: "Misc/综合-其他"}
- {id: 403, cat: TV, desc: "TV Shows/综合-综艺"}
- {id: 402, cat: TV, desc: "TV Series/综合-电视剧"}
- {id: 422, cat: TV/Documentary, desc: "Documentaries/综合-纪录片"}
- {id: 401, cat: Movies, desc: "Movies/综合-电影"}
- {id: 423, cat: Audio, desc: "Music/声音类-音乐"}
- {id: 424, cat: Audio/Audiobook, desc: "Music Audiobooks/声音类-有声书"}
- {id: 425, cat: PC, desc: "Software/软件游戏-软件"}
- {id: 426, cat: Console, desc: "Games/软件游戏-游戏"}
- {id: 409, cat: Other, desc: "其他 / Misc"}
- {id: 422, cat: TV/Documentary, desc: "纪录片 / documentary"}
- {id: 417, cat: TV/Anime, desc: "动漫 / Anime"}
- {id: 427, cat: Audio/Video, desc: "短剧 / Short Play"}
- {id: 401, cat: Movies, desc: "电影 / Movies"}
- {id: 402, cat: TV, desc: "电视剧 / TV Series"}
- {id: 403, cat: TV, desc: "综艺 / TV Shows"}
- {id: 423, cat: Audio, desc: "音乐 / Music"}
- {id: 424, cat: Audio/Audiobook, desc: "有声书 / Audiobook"}
- {id: 425, cat: PC, desc: "软件 / Software"}
- {id: 426, cat: Console, desc: "游戏 / Game"}
modes:
search: [q]
@@ -35,10 +32,8 @@ settings:
- name: cookie
type: text
label: Cookie
- name: info
type: info
label: How to get the Cookie
default: "<ol><li>Login to this tracker with your browser</li><li>Open the <b>DevTools</b> panel by pressing <b>F12</b></li><li>Select the <b>Network</b> tab</li><li>Click on the <b>Doc</b> button (Chrome Browser) or <b>HTML</b> button (FireFox)</li><li>Refresh the page by pressing <b>F5</b></li><li>Click on the first row entry</li><li>Select the <b>Headers</b> tab on the Right panel</li><li>Find <b>'cookie:'</b> in the <b>Request Headers</b> section</li><li><b>Select</b> and <b>Copy</b> the whole cookie string <i>(everything after 'cookie: ')</i> and <b>Paste</b> here.</li></ol>"
- name: info_cookie
type: info_cookie
- name: freeleech
type: checkbox
label: Search freeleech only
@@ -69,6 +64,7 @@ settings:
default: "Account retention rules:<ol><li>Dou Sheng users and above will be retained forever</li><li>Dou Huang and above will not have their account deleted after parking (in the control panel)</li><li>Users with a parked account will be deleted if they do not log in for 180 consecutive days</li><li>Users with a non-parked account will be banned if they do not log in for 45 consecutive days</li><li>Users with no traffic (ie, upload/download data are both 0) will be banned if they do not log in for 7 consecutive days.</li></ol>"
login:
# using cookie method because site regularly disables login page for certain events during the year
method: cookie
inputs:
cookie: "{{ .Config.cookie }}"
@@ -189,4 +185,4 @@ search:
filters:
- name: prepend
args: "{{ .Result.description_verified }} "
# NexusPHP v1.8.8 2023-09-25
# NexusPHP v1.8.13 2024-08-09