• 1
  • 5
  • 6
  • 7(current)
  • 8
  • 9
[REQUEST] RSS Reader Script Addon for Dharma?
#91
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/...ndalone.md
Reply
#92
<---is dumb
Reply
#93
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/...ndalone.md

Many thanks grajen3, very helpful Smile
Reply
#94
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" )
Reply
#95
how can I read media in this feed?
http://gdata.youtube.com/feeds/base/stan...time=today
Reply
#96
hum need to use the youtube plugin to find the video link and play it.
Reply
#97
Requesting integration with google reader (likes,read,share..) and playing of embedded youtube videos using the youtube plugin
Reply
#98
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
Reply
#99
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.
Reply
is it possible to fix this feed for a new plugin

http://www.marmiton.org/rss/techniques-c...video.aspx

Image
Reply
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
Reply
need to strip .jpeg at the end.
Reply
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?
Reply
i haven't read the rss codepage to tell that, but yes, that should be handled by rss provider!
Reply
is it possible to add podcast for radio like this feeds?
http://rss.rtbf.be/media/rss/audio/purefm_recent.xml
Reply
  • 1
  • 5
  • 6
  • 7(current)
  • 8
  • 9

Logout Mark Read Team Forum Stats Members Help
[REQUEST] RSS Reader Script Addon for Dharma?1