viikonpäivät milloin haetaan

This commit is contained in:
Tontze
2026-06-19 09:06:58 +03:00
parent 0c06e012d3
commit 7356dffe6b
4 changed files with 79 additions and 17 deletions
+36 -12
View File
@@ -9,25 +9,49 @@
"filemood"
],
"hakukohteet": [
{
"jackett_haku": "motogp 2026 720p jff",
"regex_suodatin": "motogp.*?2026.*?720p.*?jff.*?",
"kohdekansio": "MotoGP"
},
{
"jackett_haku": "motogp 2026 tntsportshd 1080p",
"regex_suodatin": "motogp.*?2026.*?tntsportshd.*?1080p.*?",
"kohdekansio": "MotoGP"
"regex_suodatin": ".*",
"kohdekansio": "MotoGP",
"paivat": [
3,
4,
5,
6
]
},
{
"jackett_haku": "Formula 1 2026 1080p SS",
"regex_suodatin": "\tFormula.*?1.*?2026.*?1080p.*?SS.*?",
"kohdekansio": "Formula1"
"regex_suodatin": ".*",
"kohdekansio": "Formula1",
"paivat": [
3,
4,
5,
6
]
},
{
"jackett_haku": "Formula 1 2026 SkyF1HD 1080p",
"regex_suodatin": "(?i)Formula.?1.*2026.*SkyF1HD.*1080p",
"kohdekansio": "Formula1"
"regex_suodatin": ".*",
"kohdekansio": "Formula1",
"paivat": [
3,
4,
5,
6
]
},
{
"jackett_haku": "motogp 2026 720p jff",
"regex_suodatin": ".*",
"kohdekansio": "MotoGP",
"paivat": [
3,
4,
5,
6
]
}
],
"asetukset": {
@@ -36,6 +60,6 @@
"qbit_url": "http://192.168.1.40:8080/",
"qbit_user": "admin",
"qbit_pass": "qbt_uFxc7gqD7sJsBk9FJdH38bLIyapr",
"haku_vali": 10
"haku_vali": 900
}
}