Kodi Community Forum
[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)

Pages: 1 2 3 4 5 6 7 8 9


- 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

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

Many thanks grajen3, very helpful Smile


- 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" )
while True:
    if not xbmc.getCondVisibility( "Window.IsVisible(script-rssclient-standalone-main.xml)"):
        #stop la boucle
        break
self.window.clearProperty( "rssclient-standalone.IsAlive" )



- 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;amp;alt=rss&amp;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?
perhaps with something like that
Code:
self.window.setProperty( "rssclient-standalone.IsAlive", "true" )
while True:
    if not xbmc.getCondVisibility( "Window.IsVisible(script-rssclient-standalone-main.xml)"):
        #stop la boucle
        break
self.window.clearProperty( "rssclient-standalone.IsAlive" )
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 Smile

---
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 plugin
Initial 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

Image


- pieh - 2011-02-19

This feed seems broken: here's example message:
Code:
<item>
<title>Plier des papillotes en papier sulfurisé</title>
<description></description>
<link>http://www.marmiton.org/pratique/techniques-culinaires-video-cuisine_plier-des-papillotes-en-papier-sulfurise.aspx</link>
<enclosure url='http://www.marmiton.org/PixContent/f650aa70-4d33-442a-b85f-f97539a417dc/88e7d781-6f7e-45d2-bab1-e2dd1b0257a7/tc_0258_sommaire.jpg.jpg' length='133' type='image/jpeg' />
</item>
URL defined in <enclosure> isn't even valid


- 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


This forum uses Lukasz Tkacz MyBB addons.