Customise RSS history feed
Posted: March 27th, 2009, 2:10 am
Is there any way to customize the RSS history feed? I have it feeding into XBMC's RSS reader so it notifies me when new downloads have arrived. But I'd like to customize the feed to make it a little more family friendly.
e.g. I'd like the feed to show a list of recently downloaded TV shows, with showname and ep #, instead of just the raw filename. This information can be figured out from the HISTORY table using the category and filename and a little regex parsing (much the same way TV is sorted now). For movies, obviously it's a slightly different process. But whatever, I can work these details out. But how do I hook into the RSS output?
From what I can tell from the python source, the RSS feed output is hardcoded.
So:
- is it possible to add another RSS feed (without hacking the project).
- are there plans to allow customization in the future?
- can anyone think of another solution? (My least favorite idea is to write a separate web app or utility to produce an RSS feed out of the SQLite DB, processed and formatted the way I want. Design-wise, it would be nicer to live within the confines of SABnzbd+ itself).
Thanks for any input/support/ideas. This is an awesome piece of software, and I'd like to add to its greatness if I can...
e.g. I'd like the feed to show a list of recently downloaded TV shows, with showname and ep #, instead of just the raw filename. This information can be figured out from the HISTORY table using the category and filename and a little regex parsing (much the same way TV is sorted now). For movies, obviously it's a slightly different process. But whatever, I can work these details out. But how do I hook into the RSS output?
From what I can tell from the python source, the RSS feed output is hardcoded.
So:
- is it possible to add another RSS feed (without hacking the project).
- are there plans to allow customization in the future?
- can anyone think of another solution? (My least favorite idea is to write a separate web app or utility to produce an RSS feed out of the SQLite DB, processed and formatted the way I want. Design-wise, it would be nicer to live within the confines of SABnzbd+ itself).
Thanks for any input/support/ideas. This is an awesome piece of software, and I'd like to add to its greatness if I can...