Play2XBMC

By brantje Last update Mar 29, 2013 — Installed 1,163 times.

Script Summary: Adds a link to play videos from YouTube in XBMC. Also stream to xbmc from various content sites



Version: 1.3.2

Thumb Thumb Thumb Thumb

Google chrome users need to install tampermonkey
https://chrome.google.com/webstore/detail/tampe...

Currently only working in chrome

==========================================================

Adds a link to play videos from YouTube in XBMC.
Requires the YouTube plugin to do the actual playback, since the old video quality parameters were removed from YouTube in December 2010.
Remember that its possible to make the YouTube plugin to use the highest quality video as default.

When it asks for the address of the XBMC machine, its possible to just omit the username and password if none are defined in XBMC, and the default port is 8080.
This makes the default address something like xbmc:8080.

===========================================================
// 29-03-2013
// Hide menu a little, show it on mouse over.
// 16-01-2013
// Big Update:
// - Play 2shared, mediafire, speedyshare, 180upload, sharebees, movreel to xbmc
// - Better youtube integration
// - Better status message
// - Renamed script to Play2XBMC

// Changes 09-01-2013
// Iframe fix
// Added custom urls
// -> Custom urls must be playable on xbmc, so it needs an direct link to the file.
// -> If people are interested i can make an script that combines this YT script, with other download sites (movreel for example...)
// -> Leave a post :)

// Changes 05-01-2013
// Send youtube playlist to xbmc
// Play playlist on xbmc
// Note: video's from playlists appear in random order

// Changes 04-01-2013
// Send video's to playlist
// Volume down/up
// Clear playlist Button

// Changes 03-01-2013 @ 20.00
// Added multiple XBMC support
// Play video's straight from the results page

// Changes 03-01-2013 @ 15.00:
// Added Jquery
// Added Frodo compatibility