bluecop's beta video plugin repository

  Thread Rating:
  • 6 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Closed
Flomaster Offline
Posting Freak
Posts: 1,293
Joined: Jun 2010
Reputation: 6
Location: East Texas
Post: #21
EDIT:..... my bad I didn't to go back into "get addons" it was not in the instructions in the first post and I had not read the wiki my apologies



did exactly this

Code:
wget [url]http://bluecop-xbmc-repo.googlecode.com/files/repository.bluecop.xbmc-plugins.zip[/url]

from within xbmc I went to settings> addons> add from zip file

I browsed to where I had downloaded the zip file and clicked ok or select what ever.

It installed or added it just fine no errors

I then went into my videos addons . I didn't see any of the addons ,
I went into program addons , nothing there
script addons, nothing there

did I incorrectly add this as an addon?

I am at work using ssh so I can't test xbmc directly , but I did notice that the folder inside my

.xbmc/addons/ was not named accordingly when compared to all my other addons

-=Jason=-
find
linuxluemmel Offline
Member+
Posts: 872
Joined: Jun 2009
Reputation: 0
Location: Lucern / Switzerland
Post: #22
With the zip file you have only installed the repository itself.
You can install the addons from the repository inside the addon-manager
find
Vandetta Offline
Junior Member
Posts: 24
Joined: Jul 2010
Reputation: 0
Post: #23
This plugin set is LEGEND.

The only shows I watch these days is Daily Show and Colbert Report.

I tried the South Park plugin but it times out when trying to play an episode. I'm wondering if its a setting on my end that I need to change.

Also - if its fairly simple how would I modify the plugin to only grab the full ep streams of Colbert Report and Daily Show- so that its the first list it grabs when I click on it?

Finally- the yahoo music video plugin seems to be missing a thumbnail.
find
Flomaster Offline
Posting Freak
Posts: 1,293
Joined: Jun 2010
Reputation: 6
Location: East Texas
Post: #24
all is up and working, but when I try and install the HuLu it doesn't install sorry no debug log im at work and forgot to grab it.

see my sig for my setup

-=Jason=-
find
exobuzz Online
Fan
Posts: 530
Joined: Aug 2004
Reputation: 9
Post: #25
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()
find
BlueCop Offline
bipedal omnivore
Posts: 1,657
Joined: May 2004
Reputation: 70
Post: #26
Vandetta: I haven't made an icon.png for yahoo music videos yet. I can add an option to flatten full episode listings and hide the other browsing options for tds and tcr if you want.

I need debug logs to be able to attempt to diagnose any other problems.

Flomaster: hulu isn't committed to the repo yet.

They added hulu plus to huludesktop like a week ago so I have been redoing the listings to use those feeds rather then the ones I was using. 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 committed spiketv to the repo but haven't added it to the xml for listings yet. I will try to finish work on NBC universal and spike tonight and add them so they can be installed.

I will get to work on polishing these up after that is complete. If anyone has any criticism or suggestions then please speak up because I love feedback.
find
BlueCop Offline
bipedal omnivore
Posts: 1,657
Joined: May 2004
Reputation: 70
Post: #27
Thanks exobuzz! That is great info. Those xbox folks need love too.
find
jUgGsY Offline
Junior Member
Posts: 6
Joined: Aug 2010
Reputation: 0
Post: #28
I have a Hulu+ subscription, and would be willing to try your plugin out. Smile
find
fatsidney Offline
Junior Member
Posts: 18
Joined: Feb 2009
Reputation: 0
Post: #29
jUgGsY Wrote:I have a Hulu+ subscription, and would be willing to try your plugin out. Smile

Are you gonna share your HULU+ creds?Wink
find
BlueCop Offline
bipedal omnivore
Posts: 1,657
Joined: May 2004
Reputation: 70
Post: #30
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.
find
Thread Closed