[WIP] RSS Add-on (Just for media feeds)
#1
Hi,

I was trying to improve my Google Listen and Miro add-on but then I decided to write another add-on and keep it simple this media RSS feed as much ass I can.

My idea is subscribe them from XBMC or from web browser. And keep them in this add-on's database.

This is just very early stage of add-on but it works well. For now RSS with direct media links and Youtube & Vimeo videos through official add-ons.

How to add feed to this add-on:
From add-on and type your rss url or from your pc web browser with bookmarklet(add javascript as a bookmark to your browser then when you are open RSS feed xml in your browser push the bookmarklet to send RSS to add-on).

Important note: Please adjust xbmc_address & xbmc_port variables to your needs.
Code:
javascript:var xbmc_address="localhost";var xbmc_port="8080";(function(){var jsCode=document.createElement('script');jsCode.setAttribute('src','http://raw.github.com/queeup/plugin.video.rss.media/eden/resources/data/subscribe.js');document.body.appendChild(jsCode);}());

Code available on github:
Download Add-on from github (extract and move to ~/.xbmc/addon directory)

Javascript also there:
subscribe.js

To people who wants to help:
TODO:
  • Better subscribe.js code
  • Improve bookmarklet
  • Fifefox extension
  • Greasemonkey script
  • Chrome extension
  • Sync database with google? Or somewhere else.
  • Backup & Restore database
Reply
#2
First post edited with new path of download.
Reply
#3
Now code available on github:
Download Add-on from github (extract and move to ~/.xbmc/addon directory)

Javascript also there:
subscribe.js

Important: bookmarklet changed. Please re add or change on your bookmarks.
Reply

Logout Mark Read Team Forum Stats Members Help
[WIP] RSS Add-on (Just for media feeds)0