bluecop's beta video plugin repository

  Thread Rating:
  • 6 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Closed
jUgGsY Offline
Junior Member
Posts: 6
Joined: Aug 2010
Reputation: 0
Post: #31
BlueCop Wrote:Hulu+ only allows one device at a time...

jUgGsY: give me a couple days to finish movie listings and I'll up it so it's installable from the repo.

Thanks. Smile
find
isamu.dragon Offline
Posting Freak
Posts: 949
Joined: Feb 2009
Reputation: 4
Location: T.A.R.D.I.S.
Post: #32
Be happy to get Hulu.

[Image: all-fanart.jpg]
XBMC Server/Client:
Database Type: MySQL
OS: WIN7 64-Bit/XBMCuntu CPU: i7/Intel Atom (Dual Core)
GPU: Nvidia GeForce GTS450/Nvidia Ion RAM: 12GB/2GB (512MB GPU)
XBMC Version: Frodo 12.2/XBMCbuntu Frodo 12.2Skin: Aeon Nox
find
WasabiAZ Offline
Junior Member
Posts: 1
Joined: Aug 2010
Reputation: 0
Post: #33
BlueCop Wrote:I don't know anyone else with plus membership and haven't had any requests to try the plugin for plus so I haven't committed. The service is in flux a bit anyway.

I also have Hulu+ and would very much like to help test your plugin for it.
find
BlueCop Offline
bipedal omnivore
Posts: 1,657
Joined: May 2004
Reputation: 70
Post: #34
I commited hulu for anyone wanting to try out hulu plus support. Plus members set your username and pass in the settings and enable login.

Consider this a preview. I am working on filtering the plus content for non plus members.

If you want to try it great but don't expect support from me yet. It is mostly working great though. Subtitles are not working because I am not sure how to assign when using setresolveurl.
find
Jopplehead Offline
Member
Posts: 53
Joined: Jan 2010
Reputation: 0
Post: #35
exobuzz Wrote:just a FYI, I make my plugins work on xbmc4xbox and xbmc by using
http://code.google.com/p/xbmc-iplayerv2/...ncompat.py and calling the functions in that for getting settings etc.
there is also a compatibility module here from nuka for xbmc4xbox to allow some addons to work almost unmodified
http://xbmc-addons.googlecode.com/svn/packages/xbox.py
using something like
Code:
try:
    import xbmcaddon
except:
    # get xbox compatibility module
    from resources.lib.xbox import *
    xbmcaddon = XBMCADDON()

Please show an example in more detail... I do not know python at all , Do you have to modify a file or just copy the xbox.py with no modified files into the same folder with the plugin directory folder?? Or are you just giving general info to python programmers so they can do it?

Thanks! Sad
(This post was last modified: 2010-08-28 17:17 by Jopplehead.)
find
maruchan Offline
Fan
Posts: 311
Joined: Feb 2009
Reputation: 0
Post: #36
The Hulu plugin is looking great Bluecop Big Grin Can't wait until you add Plus/Non-plus filtering (or until I can get my invite.) Is it possible to push the "All" menu item to the top of the listings?
find
BlueCop Offline
bipedal omnivore
Posts: 1,657
Joined: May 2004
Reputation: 70
Post: #37
Jopplehead Wrote:Please show an example in more detail... I do not know python at all , Do you have to modify a file or just copy the xbox.py with no modified files into the same folder with the plugin directory folder?? Or are you just giving general info to python programmers so they can do it?

Thanks! Sad
Jopplehead: calm yourself. You won't have to the think or learn very soon. I pulled an old xbox out to work on compatibility. Shame I am staying inside on a pretty day.

Thanks maruchan. If you want commit access let me know. I want several options like that for flattening and filtering options. All your subtitle code is still there but don't know how to assign it to a list item.

Edit: forgot to add that work in NBC universal is going slow. It isn't a huge priority because it is redundant with content from hulu. I want to redo many aspects of the plugin. I still plan on finishing it just will take more time.
(This post was last modified: 2010-08-28 19:56 by BlueCop.)
find
Jopplehead Offline
Member
Posts: 53
Joined: Jan 2010
Reputation: 0
Post: #38
BlueCop Wrote:Jopplehead: calm yourself. You won't have to the think or learn very soon. I pulled an old xbox out to work on compatibility. Shame I am staying inside on a pretty day.

Thanks maruchan. If you want commit access let me know. I want several options like that for flattening and filtering options. All your subtitle code is still there but don't know how to assign it to a list item.

Edit: forgot to add that work in NBC universal is going slow. It isn't a huge priority because it is redundant with content from hulu. I want to redo many aspects of the plugin. I still plan on finishing it just will take more time.

Sorry.... I do not expect you to do it BlueCop.. I just don't understand what Exobuzz is saying and it's flustrating. I know you all do this as volunteers. Can you point me to something That I can learn this to help out? I wouldn't mind contributing myself to this cause. I used to do some basic programming in my younger years and just a very little of 8 bit assembly back in the day. *** Please do not make extra effort for me. Thanks for all you do.
find
BlueCop Offline
bipedal omnivore
Posts: 1,657
Joined: May 2004
Reputation: 70
Post: #39
No worries. I was just trying to make a joke. Might not have been funny. Glad to help xbox users. I was one for a long long time.

The wiki still has good info on python development. I think picking out a well made plugin like YouTube or TEDTalks and looking at the code goes a long way for understanding plugins in addition to reading documentation.
find
philipacentaur Offline
Member
Posts: 75
Joined: Nov 2008
Reputation: 0
Post: #40
Awesome work as usual, Bluecop. I haven't been feeling well for the past week, and I can't tell you how much this has helped to alleviate my boredom on the couch.

I assume you'll be adding back the queue and subscription feeds? That would be great, but I can always run the old version concurrently if I want to use those.

If Hulu doesn't try to put the kibosh on this, I would seriously consider signing up for Hulu+ when it goes public. Without XBMC support, I have no use for Hulu at all.

Anyway, thanks for the great work.
find
Thread Closed