[REQUEST] RSS Reader Script Addon for Dharma? - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Program Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=151) +---- Thread: [REQUEST] RSS Reader Script Addon for Dharma? (/showthread.php?tid=81720) |
- pieh - 2011-02-08 Did some update (for skinners - changed rss.xml to script-rssclient-standalone-main.xml) and added readme for skinning Repository: (git and/or repo installer) http://github.com/pieh/pieh-xbmc-addons Readme for skinning: http://github.com/pieh/pieh-xbmc-addons/blob/master/HowTo/skinning_standalone.md - branlr - 2011-02-12 <---is dumb - Jeroen - 2011-02-12 grajen3 Wrote:Did some update (for skinners - changed rss.xml to script-rssclient-standalone-main.xml) and added readme for skinning Many thanks grajen3, very helpful - fmronan - 2011-02-13 do you thing it's possible to stop the script when I return to the home page or when I want quit xbmc? perhaps with something like that Code: self.window.setProperty( "rssclient-standalone.IsAlive", "true" ) - fmronan - 2011-02-15 how can I read media in this feed? http://gdata.youtube.com/feeds/base/standardfeeds/FR/most_viewed?client=ytapi-youtube-browse&amp;alt=rss&amp;time=today - ppic - 2011-02-15 hum need to use the youtube plugin to find the video link and play it. - Vrok - 2011-02-16 Requesting integration with google reader (likes,read,share..) and playing of embedded youtube videos using the youtube plugin - pieh - 2011-02-17 fmronan Wrote:do you thing it's possible to stop the script when I return to the home page or when I want quit xbmc?Hi, I got Your private message - I will be looking into what keeps script alive - I have some potential suspects on this. btw xbmc.abortRequested is what I should use --- edit - pushed some changes - but now I don't have time to test it Vrok Wrote:Requesting integration with google reader (likes,read,share..) and playing of embedded youtube videos using the youtube pluginInitial youtube support is already done - I guess it needs some polishing. As for google reader - firstly I would have to use it and check what you can do with it (edited)and how time consuming it would be to implement it(/editet), it will propably land on to-do list, but don't hold Your breath waiting for it. Currently I have to fix bugs here, new features will have to wait. --- edit - did some improvement on searching for youtube links - Vrok - 2011-02-17 grajen3 Wrote:firstly I would have to use it and check what you can do with it If you're using RSS give it a try. It's the best RSS reader out there. - fmronan - 2011-02-18 is it possible to fix this feed for a new plugin http://www.marmiton.org/rss/techniques-cuisine-video.aspx - pieh - 2011-02-19 This feed seems broken: here's example message: Code: <item> - ppic - 2011-02-19 need to strip .jpeg at the end. - pieh - 2011-02-19 ppic Wrote:need to strip .jpeg at the end.Well I'm aware of that - but RSS provider should care about that, not RSS client, right? - ppic - 2011-02-19 i haven't read the rss codepage to tell that, but yes, that should be handled by rss provider! - fmronan - 2011-03-06 is it possible to add podcast for radio like this feeds? http://rss.rtbf.be/media/rss/audio/purefm_recent.xml |