Kodi Community Forum

Full Version: [RELEASE] RSS Feeds Editor (Script) for XBMC RSS Feed XML file (RssFeeds.xml)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
as a scripting & pythoning exercize I put together a script to edit (means add or remove) xbmc's rss file (RssFeeds.xml)...(still wondering how an average user is supposed to do without such a tool...).
Well, it's a very lazy (read copy&paste) and raw version, working ONLY FOR LINUX by now.
As I don't know if it's worth putting more work in it like refactoring, making it platform "independent", using windowxml etc. etc. I start by loading it here. So any feedback is welcome...but please make a BACKUP of your actual RssFeeds.xml: you may use something like
Code:
cp /home/xbmc/.xbmc/userdata/RssFeeds.xml{,.backup}
before starting to test it.

here you go...
post it on a download site, like mediafire.com or something
i asked rwparris2 to do a editor (in python) some months ago so we could integrate it into the gui, but i haven't heard from him since. this is definitely something we want, but writing c++ for it seems like a waste
blittan Wrote:post it on a download site, like mediafire.com or something

ok, added link on 1st post.