![]() |
|
bluecop's beta video plugin repository - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27) +---- Forum: Third Party Repositories (/forumdisplay.php?fid=157) +---- Thread: bluecop's beta video plugin repository (/showthread.php?tid=79148) |
- aptalca - 2010-09-13 16:02 Hey BlueCop, It seems like the latest update on the Hulu addon has broken it. I get a script error trying to run it on dharma beta 1. Is this the case for everyone else or just me? I'll post a debug log in a little bit - Flomaster - 2010-09-13 16:09 I just ran Hulu last night it worked perfectly fine for me. I too am running Beta1 before i opened Hulu I updated both my xbmc repo and bluecops repo and everything was up to date. -=Jason=- - maruchan - 2010-09-13 17:08 aptalca Wrote:Hey BlueCop, Check your addon folder and make sure that the Hulu plugin's folder name is "plugin.video.hulu" and NOT "plugin.video.Hulu" or any other combination. - aptalca - 2010-09-13 19:03 maruchan Wrote:Check your addon folder and make sure that the Hulu plugin's folder name is "plugin.video.hulu" and NOT "plugin.video.Hulu" or any other combination. That indeed was the problem. I switched the capital H to a lowercase and now works like a charm. How did you know? I guess the problem was that I had originally manually installed this plugin (which was way before it ended up in the repo) and the H was capital then. Weird that it was working fine like that prior to the last update Thanks a lot maruchan - BlueCop - 2010-09-13 22:14 Aptica: There was a change to the settings as a step towards xbox support. It probably caused the issue if you really wanted to know. In fact hulu works on xbmc4xbox if you check it out and add beautifulsoup and a crypto lib. - Jopplehead - 2010-09-14 01:58 Bluecop... I hate being a pain, But I really want to enjoy this for xbox also Would you mind uploading a fully working xbox version somewhere? What I mean by fully working is that the files just need to be dumped into the plugin directory and the plugin will function as is without modding.Again... I appreciate your work towards the xbox. I hope I am not the only one who really wants the xbox version. - isamu.dragon - 2010-09-14 02:58 Jopplehead Wrote:Bluecop... I too wouldn't mind having it either for the kids living room XBOX - alexpigment - 2010-09-14 03:40 BlueCop Wrote:I have to know what smil issue you are talking about. I am not having a problem isamu.dragon Wrote:I think he's talking about the error you get when you try to play Premium Content without a Plus Account My apologies for the late response. Indeed I was running into the SMIL error because I was unknowingly trying to play a Hulu Plus video. Is there an easy way to detect if something is plus-only or not, and if so, have you thought of a way you might implement this into the plugin? Nothing major, just maybe something like "Name of Episode (+)" would probably suffice. Anyway, I understand if this is just something that may get pushed off for the time being. I ran into an additional issue when I tried to go to TV Shows > Alphabetical. It seems to load 500 items and so it only gets to the Fs. I assume this should list only 100/page like the other sections? - BlueCop - 2010-09-14 06:44 alexpigment: You need to configure the plugin. Everything you mentioned is there. Jopplehead & isamu.dragon: I want them to be updatable from the xbox so I don't have to make packages every time I make a change. I am looking into how other plug-ins have done this. The great steps forward xbmc has made for addons hasn't happened for xbmc4xbox. This makes it harder to maintain plug-ins for the xbox. It is all about me being lazy. I want to do the least amount of work possible. This is the same thing you want except from the opposite perspective. If you need it working right now then check out the plug-in code and add BeautifulSoup and a cryptopy. I don't really want to package them up until they can update themselves. Sorry I am slow moving but I have problems with motivating myself. I have smoking and drinking habits that won't keep themselves going. Edit: I also committed a TNT update to stack the episode segments and set more meta data if available. - alexpigment - 2010-09-14 17:33 BlueCop Wrote:alexpigment: You need to configure the plugin. Everything you mentioned is there. Thanks for the info. My apologies for not looking there first; I am very new to the addon system. |