Custom jobname in 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
zwartejas
Newbie
Newbie
Posts: 1
Joined: October 9th, 2010, 6:33 am

Custom jobname in RSS feed

Post by zwartejas »

Hi,

I'm building a custom RSS feeds which works great, except for the jobname. The jobname now is the same as the filename, lets say: "some_Strange-Filename.nzb.zip" I want to give it a proper (custom) jobname in the RSS, something like "Some Strange - Filename". Ive added the following nodes with NO result: (apart for the required nodenames)

Some Strange - Filename
Some Strange - Filename
Some Strange - Filename

Am I missing something?
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: Custom jobname in RSS feed

Post by shypike »

This should work.
If not, send a sample RSS content to bugs at sabnzbd.org

Code: Select all

<item>
	<title>Nice Title</title>
	<link>URL</link>
	<cattext>CATEGORY</cattext>
</item>
Post Reply