Aenima99x
Member+ Posts: 1,030 Joined: Aug 2007 Reputation: 7 Location: California |
2008-08-25 22:19
Post: #1
I'm hoping this can be done. I'd like to have a plugin/script that could read and display an RSS feed. What I'm ideally looking to do is be able to look at my Netflix Queue which is available at http://rss.netflix.com/QueueRSS?id=netflixidgoeshere. Appreciate any help.
|
| find quote |
Aenima99x
Member+ Posts: 1,030 Joined: Aug 2007 Reputation: 7 Location: California |
2008-09-03 19:04
Post: #2
Anyone? It can't be that difficult.....I'm no good with scripting, just skinning.
|
| find quote |
realjobe
Posting Freak Posts: 948 Joined: Sep 2004 Reputation: 0 |
2008-09-04 08:16
Post: #3
?? Edit the rss.xml under /UserData folder. When you boot the system, your RSS feed will scroll on homeScreen.
|
| find quote |
Aenima99x
Member+ Posts: 1,030 Joined: Aug 2007 Reputation: 7 Location: California |
2008-09-18 22:20
Post: #4
I guess I should've been more clear, I'm not looking to use the default scrolling RSS feed. I'm looking to pull the data from RSS feeds and display it graphically - but with the look of something like the AMT or YouTube scripts. This is how the feed looks in a browser, I'd even be happy with this.
|
| find quote |
rwparris2
Team-XBMC Python Developer Posts: 1,341 Joined: Jan 2008 Reputation: 2 Location: US |
2008-09-18 22:35
Post: #5
Can you give a full URL for the rss feed? Something publicly accessible so I can see how the xml is set up? I don't have netflix but if it is giving a valid rss feed this won't be hard.
Always read the XBMC online-manual, FAQ and search and search the forum before posting. For troubleshooting and bug reporting please read how to submit a proper bug report. If you're interested in writing addons for xbmc, read docs and how-to for plugins and scripts ||| http://code.google.com/p/xbmc-addons/ |
| find quote |
Aenima99x
Member+ Posts: 1,030 Joined: Aug 2007 Reputation: 7 Location: California |
2008-09-19 14:52
Post: #6
Here's a couple of the public ones -
New Releases Horror Top 25 EDIT - Here's the Netflix page with all the RSS info Thanks!
|
| find quote |
rwparris2
Team-XBMC Python Developer Posts: 1,341 Joined: Jan 2008 Reputation: 2 Location: US |
2008-09-19 20:18
Post: #7
Avaliable from the link in my sig.
You have to manually insert your netflix id via the plugin settings (highlight plugin, context menu, settings) You're looking for this: http://rss.netflix.com/AtHomeRSS?id=P0000000000000000000000000000000 Put the bolded part in there. If you don't want to do it through the gui, you can open the plugin folder>resources>settings.xml and set your number to the default. The thumbs are crappy, REALLY crappy, but thats what they gave me in the rss feed so thats all I could get without grabbing them from another site. Enjoy and post here if you have any problems. Always read the XBMC online-manual, FAQ and search and search the forum before posting. For troubleshooting and bug reporting please read how to submit a proper bug report. If you're interested in writing addons for xbmc, read docs and how-to for plugins and scripts ||| http://code.google.com/p/xbmc-addons/ |
| find quote |
Aenima99x
Member+ Posts: 1,030 Joined: Aug 2007 Reputation: 7 Location: California |
2008-09-20 04:52
Post: #8
Cool thanks! It looks perfect, but just one issue. They all work except for the "New Releases". Here's the errors from the log, let me know if you need anything else.
New Releases Error Code: 19:37:44 T:2830285712 M:261197824 INFO: NETFLIX RSS READER: showItems: [url]http://rss.netflix.com/NewReleasesRSS[/url]
(This post was last modified: 2008-09-20 05:08 by Aenima99x.)
|
| find quote |
rwparris2
Team-XBMC Python Developer Posts: 1,341 Joined: Jan 2008 Reputation: 2 Location: US |
2008-09-20 05:52
Post: #9
That's strange, its working for me here using Beta1 for XP.
I'll test on xbox when I get home later.What platform are you using? Are you perhaps in another country where it would be grabbing from a different set of new releases (< grabbing at straws with that one) Does it ever try to grab the items (as in the Dialog says retrieved 118 items or does it just sit at zero?) It uses the exact same code as the other 2 public feeds so I'm really at a loss. But while we're on the subject... The only reason I didn't add all of the feeds was out of laziness. Do you want anymore of them? They all use the same code so for each one its just one line of code. Always read the XBMC online-manual, FAQ and search and search the forum before posting. For troubleshooting and bug reporting please read how to submit a proper bug report. If you're interested in writing addons for xbmc, read docs and how-to for plugins and scripts ||| http://code.google.com/p/xbmc-addons/ |
| find quote |
Aenima99x
Member+ Posts: 1,030 Joined: Aug 2007 Reputation: 7 Location: California |
2008-09-20 06:19
Post: #10
rwparris2 Wrote:What platform are you using? Are you perhaps in another country where it would be grabbing from a different set of new releases (< grabbing at straws with that one)Running on Linux with the latest release from PPA. I'm in the US. rwparris2 Wrote:Does it ever try to grab the items (as in the Dialog says retrieved 118 items or does it just sit at zero?)Yes, it retrieves 124 items, then the dialog closes and goes back to the menu. rwparris2 Wrote:But while we're on the subject... The only reason I didn't add all of the feeds was out of laziness. Do you want anymore of them? They all use the same code so for each one its just one line of code. I've already gone in added the other feeds.....I can't do any scripting from scratch, but I have no problem going in and modifying it most of the time.
|
| find quote |

I'll test on xbox when I get home later.
I've already gone in added the other feeds.....I can't do any scripting from scratch, but I have no problem going in and modifying it most of the time.
Search
Help