Page 1 of 1

Thunderbird only displays the first item in History RSS feed

Posted: July 7th, 2013, 9:32 am
by manandre
Hello, I have added the rss feed "http://localhost:8080/sabnzbd/rss?mode=history" to Thunderbird and only the first download item appears whereas all downloads appear correctly when the same URL is open in Firefox. Is it a known issue ? Do I have to contact Thunderbird support directly ?

Re: Thunderbird only displays the first item in History RSS

Posted: July 7th, 2013, 9:32 am
by manandre
I have found this: https://bugzilla.mozilla.org/show_bug.cgi?id=754704
It seems that Thunderbird requires an optional field "guid" in each item of the rss feed to work correctly...

Re: Thunderbird only displays the first item in History RSS

Posted: July 7th, 2013, 9:35 am
by manandre
I have found a fix by adding in interface.py (line 2732)

Code: Select all

item.guid = history['nzo_id']
How can I propose this fix to be integrated in next release ?