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
+32 -19
View File
@@ -13,7 +13,7 @@ settings:
type: text
label: Username
- name: password
type: password
type: text
label: Password
- name: freeleech
type: checkbox
@@ -35,6 +35,18 @@ settings:
options:
desc: desc
asc: asc
- name: info_finelite
type: info
label: Login Requirement
default: "To successfully login, members must first <a href=\"https://finelite.org/staff.php\" target=\"_blank\">message FinElite staff</a>, asking that their account be whitelisted from captcha validation.</br></br>Onnistuakseen sisäänkirjautumisessa jäsenten on ensin lähetettävä <a href=\"https://finelite.org/staff.php\" target=\"_blank\">viesti FinElite henkilökunnalle</a> ja pyydettävä, että heidän tilinsä poistetaan captcha-varmennuksesta."
- name: info_tpp
type: info
label: Results Per Page
default: For best results, change the <b>Julkaisuja per sivu</b> setting to <b>100</b> on your account profile.
- name: info_activity
type: info
label: Account Inactivity
default: "Unused IDs in the User and Power User categories are automatically deleted after 90 days. The account can be parked and stored on the site for 180 days."
caps:
categorymappings:
@@ -43,8 +55,7 @@ caps:
- {id: 24, cat: Books/EBook, desc: "Ebooks"}
- {id: 10, cat: Console, desc: "Games - Console"}
- {id: 11, cat: PC/Games, desc: "Games - PC"}
- {id: 26, cat: Movies, desc: "Kids"}
- {id: 9, cat: PC/Mobile-Other, desc: "Mobile"}
- {id: 26, cat: Movies/Other, desc: "Kids"}
- {id: 12, cat: Movies, desc: "Movie Pack"}
- {id: 31, cat: Movies/UHD, desc: "Movies 4K"}
- {id: 38, cat: Movies/BluRay, desc: "Movies BD"}
@@ -71,27 +82,26 @@ caps:
login:
path: login.php
method: form
form: form#login
form: form[action="/take_login.php"]
inputs:
username: "{{ .Config.username }}"
password: "{{ .Config.password }}"
error:
- selector: td.embedded:contains("Virhe") # error
- selector: td.embedded:contains("epäonnistui") # falied
- selector: div.notice.notice-error
test:
path: /
selector: a[href="ulos.php"]
selector: a[href="/logout.php"]
search:
paths:
# https://finelite.org/selaa.php?c14=1&c15=1&c31=1&search=tt6591554&hae=2&type=desc&cat=0&incldead=1&sort=1
# https://finelite.org/selaa.php?search=&hae=0&type=desc&cat=0&incldead=1&freeleech=yes&sort=1
- path: selaa.php
# https://finelite.org/browse.php?c14=1&c15=1&c31=1&search=tt6591554&hae=2&type=desc&cat=0&incldead=1&sort=1
# https://finelite.org/browse.php?search=&hae=0&type=desc&cat=0&incldead=1&freeleech=yes&sort=1
- path: browse.php
inputs:
$raw: "{{ range .Categories }}c{{.}}=1&{{end}}"
search: "{{ if .Query.IMDBID }}{{ .Query.IMDBID }}{{ else }}{{ .Keywords }}{{ end }}"
# 0 name&descr, 1 name, 2 descr, 3 tags, 4 imdb with rating
hae: "{{ if .Query.IMDBID }}2{{ else }}1{{ end }}"
hae: "{{ if .Query.IMDBID }}4{{ else }}1{{ end }}"
# 0 active, 1 incldead, 2 deadonly
incldead: 1
freeleech: "{{ if .Config.freeleech }}yes{{ else }}{{ end }}"
@@ -99,23 +109,26 @@ search:
type: "{{ .Config.type }}"
rows:
selector: table.main > tbody > tr:has(a[href^="/lataa.php/"])
selector: table.main > tbody > tr:has(a[href^="/lataa/"])
fields:
category:
selector: a[href^="selaa.php?c"]
selector: a[href^="/browse.php?c"]
attribute: href
filters:
- name: regexp
args: c(\d+)=1
title:
selector: a[href^="julkaisu.php?id="]
selector: a[href^="/details/"]
details:
selector: a[href^="julkaisu.php?id="]
selector: a[href^="/details/"]
attribute: href
download:
selector: a[href^="/lataa.php/"]
selector: a[href^="/lataa/"]
attribute: href
poster:
selector: a[href^="/details/"] img
attribute: src
imdbid:
selector: a[href*="imdb.com/title/tt"]
attribute: href
@@ -128,7 +141,7 @@ search:
- name: append
args: " +02:00" # EET
- name: dateparse
args: "d.M.yyyy HH:mm zzz"
args: "d.M.yyyy HH:mm zzz"
size:
selector: td:nth-last-child(3)
seeders:
@@ -137,7 +150,7 @@ search:
selector: td:nth-last-child(1)
downloadvolumefactor:
case:
span.label-free: 0
span[title="Freeleech"]: 0
"*": 1
uploadvolumefactor:
text: 1
@@ -146,4 +159,4 @@ search:
minimumseedtime:
# 3 days (as seconds = 3 x 24 x 60 x 60)
text: 259200
# custom 3.6.8
# FE v4.0.0