Skip to content

Commit

Permalink
scenerush: add date TZ, MST
Browse files Browse the repository at this point in the history
add book-search
add tpp info
  • Loading branch information
garfield69 committed Oct 15, 2020
1 parent 212948b commit d147fca
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/Jackett.Common/Definitions/scenerush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ caps:
tv-search: [q, season, ep]
movie-search: [q]
music-search: [q]
book-search: [q]

settings:
- name: username
Expand All @@ -68,6 +69,10 @@ settings:
type: checkbox
label: Search freeleech only
default: false
- name: info_tpp
type: info
label: Results Per Page
default: For best results, change the <b>Torrents per page:</b> setting to <b>100</b> on your account profile.
- name: sort
type: select
label: Sort requested from site
Expand Down Expand Up @@ -150,8 +155,10 @@ search:
filters:
- name: re_replace
args: ["(\\d{4}-\\d{2}-\\d{2})(\\d{2}:\\d{2}:\\d{2})", "$1 $2"]
- name: append
args: " +00:00" # WET
- name: dateparse
args: "2006-01-02 15:04:05"
args: "2006-01-02 15:04:05 -07:00"
downloadvolumefactor:
case:
"i.fg-gold": 0
Expand All @@ -160,4 +167,7 @@ search:
text: 1
minimumratio:
text: 0.6
minimumseedtime:
# 3 days (as seconds = 3 x 24 x 60 x 60)
text: 259200
# engine n/a

0 comments on commit d147fca

Please sign in to comment.