Kodi Community Forum
RSS Feed without network connection - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Discussions (https://forum.kodi.tv/forumdisplay.php?fid=222)
+--- Forum: Feature Requests (https://forum.kodi.tv/forumdisplay.php?fid=9)
+--- Thread: RSS Feed without network connection (/showthread.php?tid=18370)



- theni9e - 2006-02-25

i mapped my xboxmediacenter.xml file to have an rss feed located at c:\text.xml and it wont play as a feed, or xbmc can't see it. does xbmc require a network connection to stream feeds? even if thier local?


- kraqh3d - 2006-02-25

xbmc uses an external library to fetch rss feeds which is expecting an http url, not a file location. if you enable the webserver, and put the file in the root of the web folder, you should be able to use http://<localip>/text.xml as your rss feed. (i've never tried this before, but it should work.)


- spiff - 2006-02-25

since it was a nobrainer, i added support for local/smb/ccx to cvs. enjoy.