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
@@ -90,10 +90,6 @@ settings:
- name: pin
type: text
label: Pin
- name: freeleech
type: checkbox
label: Filter freeleech only
default: false
- name: sort
type: select
label: Sort requested from site
@@ -130,6 +126,11 @@ login:
path: index.php
selector: a[href="logout.php"]
download:
selectors:
- selector: a[href^="download_ssl.php?torrent="]
attribute: href
search:
paths:
- path: selection.php
@@ -142,8 +143,7 @@ search:
sort: "{{ .Config.type }}"
rows:
selector: "div.selection_wrap{{ if .Config.freeleech }}:has(:root:has(div.onlyup)){{ else }}{{ end }}"
selector: div.selection_wrap
fields:
category_p1:
selector: div.kat_cat_pic_name
@@ -160,7 +160,7 @@ search:
selector: a.selection_a
attribute: href
download:
selector: a[href^="download_ssl.php?torrent="]
selector: a.selection_a
attribute: href
poster:
selector: div[id^="details"] img
@@ -200,7 +200,7 @@ search:
selector: div.selection_unter_aaa
downloadvolumefactor:
case:
":root:has(div.onlyup)": 0
":root:has(div.onlyup)": 0 # GLobal Freeleech event
"*": 1
uploadvolumefactor:
text: 1