RssFeeds.xml is cached ?
#1
Hello.
I have write a plugin that change the content (the feed tag) of the 'RssFeeds.xml' with others RSS url servers.
My python program write the new file in 'special://profile/RssFeeds.xml' and then execute xbmc.executebuiltin('XBMC.RefreshRSS') command.
This command force the system to re-read the RSS provider but the problem is that the url used to contact the server is the old that was before in the file not the new one. I noted this using sniffing tools as wireshark/tcpdump . In my skin the rss control will not update with the RSS from the new server.
The same thing occurs when i write "manually" the 'RssFeeds.xml' (with an vi editor for example) and then executing a XBMC.RefreshRSS via python.
To correct the problem the only solution that i have found is to reload the current screen / skin and at this point the content in RSSFeed.xml in correctly used.
I use the Frodo version of XBMC in an OpenElec - Raspberry HW.
Can you help me ?
Thanks
Reply

Logout Mark Read Team Forum Stats Members Help
RssFeeds.xml is cached ?0