It is possible Rw just a lot of " Os " checking so unless you really want it - I wouldn`t advise it.
Once my unified plugin is released i`ll look at it in further detail - edited that.
It`s going to be a nightmare.
[RELEASE] Hulu (Video) Plugin for XBMC
Banned Joined: Mar 2008 Location: England |
2008-12-14 16:34
Post: #31
(This post was last modified: 2008-12-14 23:35 by Voinage.)
|
| find |
angrycamel
Senior Member Joined: Dec 2008 Reputation: 7 |
rwparris2 Wrote:Nope, not possible. Ok, well it would have been nice. |
| find |
rwparris2
Team-XBMC Python Developer Posts: 1,341 Joined: Jan 2008 Reputation: 2 Location: US |
2008-12-14 23:32
Post: #33
angrycamel Wrote:Is it possible to have the shows integrate with the TV Shows library view of XBMC? For instance, when I select Family Guy I would like for it to show all seasons and episodes whether I have a copy of it on my server or not. When I select an episode to play, it would pick the local file if it exists and stream from Hulu if not. Is this level of integration possible with a video plugin with the content set to tv? Voinage Wrote:It is possible Rw just a lot of " Os " checking so unless you really want it - I wouldn`t advise it. I can think of one really complex way of doing it that probably wouldn't work well at all. Feel free to PM me/make a new thread if you want to brainstorm on the possibilities of this, because I'd really like it as well... but not so much that I want to code it ![]() I'm interested to see how you're planning on launching streams from inside the main library. Quote:Ok, well it would have been nice.We'll have to see what Voinage has in store for us. PS -- I was working on scraping the site, but I hit a snag. After I get the content ID, when I try to grab a url like http://r.hulu.com/videos?content_id=12244285 I get a 404 unless I open it in my browser first, then everything is OK for the entire season of that episode... Anyone have any ideas? Always read the XBMC online-manual, FAQ and search and search the forum before posting. For troubleshooting and bug reporting please read how to submit a proper bug report. If you're interested in writing addons for xbmc, read docs and how-to for plugins and scripts ||| http://code.google.com/p/xbmc-addons/
(This post was last modified: 2008-12-14 23:36 by rwparris2.)
|
| find |
MDPauley
Senior Member Posts: 264 Joined: Mar 2004 Reputation: 0 Location: Centreville, Va |
2008-12-14 23:41
Post: #34
rwparris2 Wrote:PS -- I was working on scraping the site, but I hit a snag. Need a cookie maybe? From boxee's hulu app Code: import randomXBMC 9.11 Ubuntu 9.10 Acer Aspire Revo AR1600-U910H Sony Blu-ray Remote for PlayStation 3 HP MediaSmart EX490 |
| find |
JCDoe
Junior Member Posts: 25 Joined: Dec 2008 Reputation: 0 |
2008-12-15 00:44
Post: #35
Ok, I can't figure out what I'm doing wrong. I downloaded this plugin, as well as the latest t3ch build (dated 12/7/08), and many of the videos don't work. For instance, I attempted to play the Colbert Report from 12/8, and nothing happened. On my pc in a web browser, however, I had no trouble.
Anyone know what I'm doing wrong? |
| find |
timdog82001
Posting Freak Posts: 1,137 Joined: Mar 2006 Reputation: 0 |
2008-12-15 01:00
Post: #36
angrycamel Wrote:Is it possible to have the shows integrate with the TV Shows library view of XBMC? For instance, when I select Family Guy I would like for it to show all seasons and episodes whether I have a copy of it on my server or not. When I select an episode to play, it would pick the local file if it exists and stream from Hulu if not. It wouldn't really make sense for it to have ALL seasons/episodes. Hulu usually only has a few of the most recent episodes, removing older episodes as new ones come in. Anyway, I actually think that rather than the way you're proposing, I would like it better if it were to have an additional entry in the context menu or video info screen or something along those lines, labeled "Watch tvshowname on Hulu." It could then bring you to a window with separate categories for clips, webisodes, episodes, etc available on hulu. Of course one problem with this is the context menu is very full already. |
| find |
rwparris2
Team-XBMC Python Developer Posts: 1,341 Joined: Jan 2008 Reputation: 2 Location: US |
2008-12-15 02:17
Post: #37
timdog82001 Wrote:It wouldn't really make sense for it to have ALL seasons/episodes. Hulu usually only has a few of the most recent episodes, removing older episodes as new ones come in. Anyway, I actually think that rather than the way you're proposing, I would like it better if it were to have an additional entry in the context menu or video info screen or something along those lines, labeled "Watch tvshowname on Hulu." It could then bring you to a window with separate categories for clips, webisodes, episodes, etc available on hulu. Of course one problem with this is the context menu is very full already. If you want this you can show support on trac, where I asked for it a few days ago. http://trac.xbmc.org/ticket/5442 Always read the XBMC online-manual, FAQ and search and search the forum before posting. For troubleshooting and bug reporting please read how to submit a proper bug report. If you're interested in writing addons for xbmc, read docs and how-to for plugins and scripts ||| http://code.google.com/p/xbmc-addons/ |
| find |
Burncycle
Member Posts: 57 Joined: Sep 2004 Reputation: 0 |
2008-12-15 02:36
Post: #38
Zoltar, fantastic plugin! Thank you so much for taking this on. I thought I'd post some observations on useage. Let me know if you need logs.
If you watch a show all the way to the end, it freezes on the last frame and I need to restart the box. No rewinding, and any fastforwarding quickly runs down the buffer which causes a lot of glitches. Typically the audio and video fall out of sync for a while. I was watching one tv show and had it paused for a really long time (20 min maybe) and when I resumed, it played for about a second and quit to menu. I was able to replay it fine, but without the aforementioned ability to fastforward,it was a bit of a drag. Similarly, if you navigate to the flash file, but wait a long time to start it, then it won't work. You have to back up a menu and go back in. I suspect that Hulu is using some expiring token that lasts 15mins or so. Lastly, some shows will list the episodes, but when you select it, nothing happens. I've noticed this with Mythbusters. That's what I've seen so far. Again, fantastic plugin and thank for your efforts. Let me know if you need anything. PS. I'm a US user. |
| find |
angrycamel
Senior Member Joined: Dec 2008 Reputation: 7 |
rwparris2 Wrote:I can think of one really complex way of doing it that probably wouldn't work well at all. Feel free to PM me/make a new thread if you want to brainstorm on the possibilities of this, because I'd really like it as well... but not so much that I want to code it Sounds good. Let me know if there is any way I can help. I have never written Python specifically but I have years of experience in many other languages. (I even wrote an app for the Xbox a while back called Mimesis) |
| find |
Rob Loach
Junior Member Joined: Jul 2008 Reputation: 0 Location: Toronto, ON |
You should really add this to the SVN Repo Installer: http://forum.xbmc.org/showthread.php?tid=29911
|
| find |



Search
Help