Search found 18 matches

by firekidop
February 10th, 2024, 11:07 am
Forum: General Help
Topic: Reject regex help
Replies: 4
Views: 409

Re: Reject regex help

thank you, it worked fine. following one is working. only I had to add

Accept: *

re:(REMUX|DVDRip|DVD|remux)
by firekidop
February 9th, 2024, 9:10 pm
Forum: General Help
Topic: Reject regex help
Replies: 4
Views: 409

Reject regex help

I want to reject if any of the keyword is available in title. can I use something like this? it does not working re:(REMUX|DVDRip|DVD|remux) https://pythex.org/?regex=re%3A(REMUX%7CDVDRip%7CDVD%7Cremux)&test_string=Detective.Conan.S01E28.BluRay.REMUX.AVC.FLAC.2.0-Fabre&ignorecase=1&multi...
by firekidop
December 18th, 2022, 11:02 pm
Forum: General Help
Topic: Fetch NZB from multiple URL
Replies: 5
Views: 1406

Re: Fetch NZB from multiple URL

but if we have multiple .nzb file downloaded in our local HDD. we can select all of them and add to batch download queue .
by firekidop
December 7th, 2022, 4:38 pm
Forum: General Help
Topic: Fetch NZB from multiple URL
Replies: 5
Views: 1406

Re: Fetch NZB from multiple URL

lets say i have two nzb file URL

Code: Select all

https://forums.sabnzbd.org/abc.nzb
https://forums.sabnzbd.org/xyz.nzb
I want to paste all in "Fetch NZB from URL" and sabnzbd will fetch those two URL. currently sabnzbd fetch only one URL even if I paste multiple url.
by firekidop
December 6th, 2022, 11:28 pm
Forum: General Help
Topic: Fetch NZB from multiple URL
Replies: 5
Views: 1406

Fetch NZB from multiple URL

is there anyway we can add multiple URL for fetch NZB file?
by firekidop
November 8th, 2022, 5:03 pm
Forum: General Help
Topic: Remove X days old download and RSS history
Replies: 1
Views: 339

Remove X days old download and RSS history

is there anyway we can emove X days old download and RSS history automatic?
by firekidop
August 18th, 2021, 9:54 am
Forum: General Help
Topic: How to ignore movie if year is missing?
Replies: 2
Views: 3176

Re: How to ignore movie if year is missing?

thank you so much.
by firekidop
August 17th, 2021, 11:18 pm
Forum: General Help
Topic: How to ignore movie if year is missing?
Replies: 2
Views: 3176

How to ignore movie if year is missing?

i don't want to download if release name don't have year in file. like:

Code: Select all

Bearry 1080p AMZN WEBRip DD2 0 x264-EVO
but download if there is year available. any help please? sorry for my english

Code: Select all

Bearry 2021 1080p AMZN WEBRip DD2 0 x264-EVO
by firekidop
July 17th, 2021, 6:28 am
Forum: General Help
Topic: Regex help please
Replies: 7
Views: 4887

Re: Regex help please

thank you so much for the regex replace testing link. one more help please.

for this one what will be the correct regex?

Code: Select all

UFC.264.1080p.WEB-DL.H264.Fight-BB 
this one is working fine, just want to confirmation if it can be conflict with others.

Code: Select all

^(UFC)\.[0-9]
by firekidop
July 16th, 2021, 12:04 pm
Forum: General Help
Topic: Regex help please
Replies: 7
Views: 4887

Re: Regex help please

thnak you so much. it's working fine. just a confirmation, can i use following regex for multiple keyword? i tested and it seems working fine.

Code: Select all

re:^(Monsters.at.Work|Survivor)\.S
by firekidop
July 16th, 2021, 10:33 am
Forum: General Help
Topic: Regex help please
Replies: 7
Views: 4887

Re: Regex help please

oh my bad. here is what i want to download.

Survivor.S01E14.AMZN.WEB-DL.AAC2.0.H.264-AJP69

i want to download after Survivor keyword if there is .S. kindly help please.
by firekidop
July 16th, 2021, 6:50 am
Forum: General Help
Topic: Regex help please
Replies: 7
Views: 4887

Regex help please

I set accept

Code: Select all

re:^(Survivor)+.S*
if i am not wrong basically name start from Survivor.S. however sabnzb downloaded a release name "Survivor.Za.S08E07.720p.WEB-DL.AAC2.0.H.264-BTN"

any idea how to solve the problem? does "+.S*" ignoring?
by firekidop
January 7th, 2021, 1:10 pm
Forum: General Help
Topic: How to clear download from RSS page?
Replies: 1
Views: 780

How to clear download from RSS page?

it's making the rss edit page slow, when rss downloaded have lots of history. is there anyway we can delete history manually from local disk instead of delete from user interface? i am not to delete using user interface, here is the screenshot https://i.imgur.com/KWVQntq.png https://i.imgur.com/A2gK...
by firekidop
December 27th, 2019, 1:08 pm
Forum: General Help
Topic: Animetosho RSS help
Replies: 3
Views: 6732

Animetosho RSS help

i am trying to fetch nzb from animetosho rss but sabnzb trying to fetch torrent link only. is there anyway i can set sabnzb ignore torrent link and get the nzb links only? here is the example rss link:

Code: Select all

https://feed.animetosho.org/rss2
https://feed.animetosho.org/atom
by firekidop
November 12th, 2019, 3:46 am
Forum: General Help
Topic: RSS Feed filter help
Replies: 3
Views: 1779

Re: RSS Feed filter help

just before your reply few min ago i just fig it out. thanks a lot the reply though :)