home screen with video feeds
#1
I am attempting to customize the homescreen with online video feeds, similar to how boxee had feeds and featured items on their homescreen.

For example I have a feed with youtube videos via yahoo-pipes. I managed to list them with thumbnails on the homescreen and make the items selectable, but I have not found a way to play them (because the feed items have links like: http://www.youtube.com/watch?v=___

I first attempted to extract and replace the feeds' links with direct youtube FLV links using yahoo-pipes, but this does not seem possible.

Now I'm wondering if it is possbile to parse the selected feed items from the homescreen to XBMC's youtube plugin and let the plugin to the work of extracting and playing the FLV. I looked a the onclick activate-window method, but I am unable to get that to work.

What I am looking for is a way to "onclick" parse the selected feed item to say addons/plugin.video.youtube/youtubeplayer.py ?

Is there any solution to this?
Reply
#2
http://passion-xbmc.org/addons/?Page=Vie...standalone or http://passion-xbmc.org/addons/?Page=Vie...nes_client

what pipes do you use?
Reply
#3
Thanks, will have a look at the scripts.

I'm currently testing with this feed:

http://pipes.yahoo.com/pipes/pipe.info?_...cc79b4f55f

...and trying to to make a "wife-friendly" environment where news clips etc are just listed on the homescreen rather then having to navigate plugins.
Reply
#4
Looked at the RSS script. It also lists my feed with thumbnails as I have on my homescreen, but i'm left with the same problem that the links/videos won't play.

From what I can tell I'm left with the same problem of either needing to extract the FLV link or somehow parse it to xmbc's youtube plugin.
Reply
#5
You can just play youtube video
Reply
#6
fmronan Wrote:You can just play youtube video

How?

What I want is to access (or link to) the Addon/Youtube player functionality from other screens within the skin (like from the homescreen).
Reply
#7
don't use pipes yahoo but add in your userdata/rssfededs.xml
Code:
<set id="2">
    <feed updateinterval="">http://www.youtube.com/rss/tag/******.rss</feed>
  </set>
change ****** with other words, movie+trailer
sorry for my poor english

Image

and you play the youtube video

Image
Reply
#8
Works indeed. Thanks. I will take a look at the code to see if I can learn something Smile
Reply
#9
Is there anyway to get those movie trailer feeds to automatically play instead of clicking on then to play? I just want trailers to always play on my home screen.
Reply

Logout Mark Read Team Forum Stats Members Help
home screen with video feeds0