Custom rss feed.

Get help with all aspects of SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
solonvault
Newbie
Newbie
Posts: 14
Joined: July 6th, 2012, 4:50 am

Custom rss feed.

Post by solonvault »

Hi,

Is there a way to let SAB use the ''title name'' in a RSS feed containing multiple items for the ''job name'' for all separate items.

Code: Select all

<item><title>The Incredibles</title><description>The.Incredibles.2004.DUTCH.1080p.BluRay.x264</description><link>http://nzbindex.nl/download/12345/6789The.Incredibles.2004.DUTCH.1080</link><pubDate>Tue, 31 Jul 2012 20:05:00 +0200</pubDate></item><item><title>Tarzan</title><description>Tarzan.1999.DUTCH.1080p.BluRay.x264.nzb</description><link>http://nzbindex.nl/download/12345/6789Tarzan.1999.DUTCH.1080p.BluRay.x264.nzb</link><pubDate>Tue, 31 Jul 2012 20:07:00 +0200</pubDate>
So for this example use '' The Incredibles '' and ''Tarzan'' for the ''job name'' and not the NZB name.

Thank you for your help!
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Custom rss feed.

Post by shypike »

Titles are used.
There are two exceptions:
You set Config->Special->rss_filenames to on.
You're using a feed from: nzbindex.nl, nzbindex.com or nzbclub.com
because these have bat-crazy titles but usable NZB names.
solonvault
Newbie
Newbie
Posts: 14
Joined: July 6th, 2012, 4:50 am

Re: Custom rss feed.

Post by solonvault »

how can it be that with the example given SAB uses the NZB name instead of the title ?

Do you have a bit of example RSS that will work with title names ?

Thank you for your help!
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Custom rss feed.

Post by shypike »

nzbmatrix.com newzbin2.es
binsearch.info nzbs.org nzbsrus.com
solonvault
Newbie
Newbie
Posts: 14
Joined: July 6th, 2012, 4:50 am

Re: Custom rss feed.

Post by solonvault »

Thank you,

Any idea whats wrong with the example given, this is nog working ?
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Custom rss feed.

Post by shypike »

solonvault wrote: Is there a way to let SAB use the ''title name'' in a RSS feed containing multiple items for the ''job name'' for all separate items.
After reading your original question again, I must say that I simply don't know what you mean.
Can you rephrase the question?
solonvault
Newbie
Newbie
Posts: 14
Joined: July 6th, 2012, 4:50 am

Re: Custom rss feed.

Post by solonvault »

When reading a RSS feed i would like SAB to use the <title>The Incredibles</title> information instead of the NZB name 6789The.Incredibles.2004.DUTCH.1080 .

This way when the download is done the extracted folder name is ''The Incredibles'' ( in this case ) and not ''6789The.Incredibles.2004.DUTCH.1080''
wich is the name of the NZB

i hope this helps
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Help With Categories

Post by shypike »

Which indexer are you using and what is your rss_filenames setting?
solonvault
Newbie
Newbie
Posts: 14
Joined: July 6th, 2012, 4:50 am

Re: Custom rss feed.

Post by solonvault »

im using my own rss feed i created. files are found by SAB and are all downloaded correct except for the <title></title> information for each file.
rss_filenames setting is not checked
solonvault
Newbie
Newbie
Posts: 14
Joined: July 6th, 2012, 4:50 am

Re: Custom rss feed.

Post by solonvault »

This is the complete RSS with changed details and fake NZB link

Code: Select all

<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Mywebsite</title><link>http://www.Mywebsite.com</link><description>Mywebsite RSS feed</description><language>en-us</language><copyright>Copyright (C) 2009 Mywebsite.nl</copyright><item><title>_Test_file_name</title><description>test</description><link>http://nzbindex.nl/download/1234566.nzb</link><pubDate>Fri, 03 Aug 2012 15:31:00 +0200</pubDate></item></channel></rss>
i hope this helps
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Help With Categories

Post by shypike »

The link is examined to choose between title and nzb name.
Since the link comes from nzbindex.nl, the nzb name is used.
Strictly speaking this is not correct, but normally this is not an issue.
It is in this case.
There's no work-around with current versions of SABnzbd,
except replacing nzbindex.nl with its IP address...
solonvault
Newbie
Newbie
Posts: 14
Joined: July 6th, 2012, 4:50 am

Re: Custom rss feed.

Post by solonvault »

Replacing NZB name with the ip adress works, thank you.

Will there be a option to manually set this in a new version of SABnzbd ?
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Help With Categories

Post by shypike »

Possibly, but likely not as an option.
The check could be based on the feed URL instead of the link.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Custom rss feed.

Post by shypike »

We're adding the list of "special" sites as an editable "Special option" in 0.7.4.
Mind you, that when you remove nzbindex.nl from the list, a direct RSS feed will
give truly bizarre job names.
Post Reply