Giter VIP home page Giter VIP logo

bluecop-xbmc-plugins's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bluecop-xbmc-plugins's Issues

Newer video's not displayed

The Vevo plugin is great but it is not able to play many of the newer video's which do play directly from my windows web browser. It would be great so see that it is able to play all video's.

Various fixes not available

Hi,

Thank you for your excellent addons.

This is a FYI. There are a number of community contributed fixes on the freecable video addon forum at xbmc.org that have not been incorporated into the "official" addon. Is it possible to scrape the forum for the latest fixes since your last release and push to them out to the world?

At the moment it seems like CBS, PBS, ABC, PBS Kids, USA today all have contributions to fix some station related issue.

Regards,
Jens.

XBMC Gotham Compatibility

As XBMC Gotham has reached Beta status, I hope to see the Vevo App especially to be compatible with that version so I can switch over.

Attempting to access plugin via RPC API

First of all, great plugin!

I'm trying to access the plugin via the JSON RPC API so I can trigger videos remotely.

I've tried various configurations of the url/video_id/mode parameters but have not had much luck.

Here's an example call:
[connection:send] {"method":"Player.Open","params":{"item":{"file":"plugin://plugin.video.hulu/?url=http://www.hulu.com/watch/490179&video_id=490179&mode=Select_TV_play"},"options":{}},"id":"__id2","jsonrpc":"2.0"}

Could you please advise what parameters I should be passing? I'm having trouble debugging the plugin actively, and the errors coming out of xbmc.log are not very helpful:
23:27:53 T:132665344 DEBUG: JSONRPC: Incoming request: {"method":"Player.Open","params":{"item":{"file":"plugin://plugin.video.hulu/?video_id=490179&mode=TV_play"},"options":{}},"id":"__id2","jsonrpc":"2.0"}
23:27:53 T:132665344 DEBUG: JSONRPC: Calling player.open
23:27:53 T:127627264 DEBUG: CAnnouncementManager - Announcement: OnClear from xbmc
23:27:53 T:127627264 DEBUG: GOT ANNOUNCEMENT, type: 2, from xbmc, message OnClear
23:27:53 T:127627264 DEBUG: StartScript - calling plugin Hulu('plugin://plugin.video.hulu/','26','?video_id=490179&mode=TV_play')
23:27:53 T:127627264 INFO: initializing python engine.
23:27:53 T:127627264 DEBUG: new python thread created. id=32
23:27:53 T:143613952 DEBUG: Python thread: start processing
23:27:53 T:143613952 NOTICE: -->Python Interpreter Initialized<--
23:27:53 T:143613952 DEBUG: Process - The source file to load is /var/mobile/Library/Preferences/XBMC/addons/plugin.video.hulu/default.py
23:27:53 T:143613952 DEBUG: Process - Setting the Python path to /var/mobile/Library/Preferences/XBMC/addons/plugin.video.hulu:/var/mobile/Library/Preferences/XBMC/addons/script.module.cryptopy/lib:/var/mobile/Library/Preferences/XBMC/addons/script.module.demjson/lib:/private/var/stash/Applications/XBMC.frappliance/XBMCData/XBMCHome/addons/weather.wunderground/resources/lib/wunderground:/private/var/stash/Applications/XBMC.frappliance/XBMCData/XBMCHome/addons/script.module.simplejson/lib:/var/mobile/Library/Preferences/XBMC/addons/script.module.beautifulsoup/lib:/private/var/stash/Applications/XBMC.frappliance/XBMCData/XBMCHome/addons/script.module.pil/lib:/var/mobile/Library/Preferences/XBMC/addons/script.common.plugin.cache/lib:/var/mobile/Library/Preferences/XBMC/addons/script.module.simple.downloader/lib:/var/mobile/Library/Preferences/XBMC/addons/script.module.mechanize/lib:/var/mobile/Library/Preferences/XBMC/addons/script.module.parsedom/lib:/var/mobile/Library/Preferences/XBMC/addons/script.module.elementtree/lib:/private/var/stash/Applications/XBMC.frappliance/XBMCData/XBMCHome/addons/script.module.pysqlite/lib:/var/stash/Applications/XBMC.frappliance/Frameworks:/var/stash/Applications/XBMC.frappliance/Frameworks/lib/python26.zip:/var/stash/Applications/XBMC.frappliance/Frameworks/lib/python2.6:/var/stash/Applications/XBMC.frappliance/Frameworks/lib/python2.6/plat-darwin:/var/stash/Applications/XBMC.frappliance/Frameworks/lib/python2.6/plat-mac:/var/stash/Applications/XBMC.frappliance/Frameworks/lib/python2.6/plat-mac/lib-scriptpackages:/var/stash/Applications/XBMC.frappliance/Frameworks/lib/python2.6/lib-tk:/var/stash/Applications/XBMC.frappliance/Frameworks/lib/python2.6/lib-old:/var/stash/Applications/XBMC.frappliance/Frameworks/lib/python2.6/lib-dynload:/var/stash/Applications/XBMC.frappliance/Frameworks/lib/python2.6/site-packages:
23:27:53 T:143613952 DEBUG: Process - Entering source directory /var/mobile/Library/Preferences/XBMC/addons/plugin.video.hulu
23:27:53 T:143613952 DEBUG: Instantiating addon using automatically obtained id of "plugin.video.hulu" dependent on version 1.0 of the xbmc.python api
23:27:53 T:127627264 DEBUG: WaitOnScriptResult - waiting on the Hulu (id=32) plugin...
23:27:54 T:143613952 ERROR: /var/mobile/Library/Preferences/XBMC/addons/script.module.cryptopy/lib/crypto/hash/sha1Hash.py:9: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
import sha
23:27:54 T:143613952 ERROR: /var/mobile/Library/Preferences/XBMC/addons/script.module.cryptopy/lib/crypto/hash/md5Hash.py:5: DeprecationWarning: the md5 module is deprecated; use hashlib instead
import md5
23:27:54 T:127627264 DEBUG: ------ Window Init (DialogKaiToast.xml) ------
23:27:55 T:143613952 INFO: Python script stopped
23:27:55 T:127627264 DEBUG: WaitOnScriptResult - plugin exited prematurely - terminating
23:27:55 T:132665344 DEBUG: JSONRPC: Incoming request: {"method":"Player.GetActivePlayers","params":{},"id":"__id1","jsonrpc":"2.0"}
23:27:55 T:132665344 DEBUG: JSONRPC: Calling player.getactiveplayers
23:27:55 T:127627264 DEBUG: waiting for python thread 32 (/var/mobile/Library/Preferences/XBMC/addons/plugin.video.hulu/default.py) to stop
23:27:55 T:127627264 DEBUG: python thread 32 (/var/mobile/Library/Preferences/XBMC/addons/plugin.video.hulu/default.py) destructed
23:28:00 T:127627264 DEBUG: ------ Window Deinit (DialogKaiToast.xml) ------

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.