Page 1 of 1

Custom jobname in RSS feed

Posted: October 9th, 2010, 6:41 am
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?

Re: Custom jobname in RSS feed

Posted: October 9th, 2010, 7:12 am
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>