afishe2000
2009-02-10, 00:10
http://tbn3.google.com/images?q=tbn:NLKLllaxCevhfM:http://www.nova.edu/radiox/images/youtube-logo.png
I was looking for a simple YouTube plugin, just the bare bones, to play selected channels. Couldn't find one so I wrote one.
Download it here: YouTube Channels Video Plugin (http://code.google.com/p/youtube-channels/downloads/list)
Release 1.0
Initial Release
------------------------------------------------------
To edit the channels you need to edit default.py.
Add any YouTube Channel you want...
addChannel('name', 'channel')
http://www.youtube.com/user/FoodNetworkTV <= channel = FoodNetworkTV
addChannel('Food Network TV', 'FoodNetworkTV')
------------------------------------------------------
addChannel('Food Network TV', 'FoodNetworkTV')
addChannel('Indian Food', 'vahchef')
addChannel('Show Me The Curry', 'ShowMeTheCurry')
addChannel('UKTV Food', 'UKTVFoodChannel')
addChannel('Food Wishes','foodwishes')
addChannel('Cooking 75','cooking75')
addChannel('Maangchi','Maangchi')
addChannel('Indian Food Recipes', 'IndianFoodRecipes')
------------------------------------------------------
Available Plugin Settings:
None
Thanks to Voinage for the HOW-TO write plugins for XBMC (http://xbmc.org/wiki/?title=HOW-TO_write_plugins_for_XBMC).
p.s. I've found that:
&eurl is working better for me than &fmt=18 in the getFlv(url) function.
I was looking for a simple YouTube plugin, just the bare bones, to play selected channels. Couldn't find one so I wrote one.
Download it here: YouTube Channels Video Plugin (http://code.google.com/p/youtube-channels/downloads/list)
Release 1.0
Initial Release
------------------------------------------------------
To edit the channels you need to edit default.py.
Add any YouTube Channel you want...
addChannel('name', 'channel')
http://www.youtube.com/user/FoodNetworkTV <= channel = FoodNetworkTV
addChannel('Food Network TV', 'FoodNetworkTV')
------------------------------------------------------
addChannel('Food Network TV', 'FoodNetworkTV')
addChannel('Indian Food', 'vahchef')
addChannel('Show Me The Curry', 'ShowMeTheCurry')
addChannel('UKTV Food', 'UKTVFoodChannel')
addChannel('Food Wishes','foodwishes')
addChannel('Cooking 75','cooking75')
addChannel('Maangchi','Maangchi')
addChannel('Indian Food Recipes', 'IndianFoodRecipes')
------------------------------------------------------
Available Plugin Settings:
None
Thanks to Voinage for the HOW-TO write plugins for XBMC (http://xbmc.org/wiki/?title=HOW-TO_write_plugins_for_XBMC).
p.s. I've found that:
&eurl is working better for me than &fmt=18 in the getFlv(url) function.