Here is a link to my repo for the version of Hulu I've been using for the last couple of years which is based on Bluecop's original. My work is extremely minimal and is totally dependent on Bluecop's original. I have only been trying to keep up to date with the required changes for newer versions of XBM (Frodo).
https://github.com/learningit/plugin.video.hulunew
There is a new addon config parameter - Fallback CDN . It can be set to NONE or darwin-edgecast. It defaults to NONE, so you will have to set it. I have never tested turning on commercials or network preroll, so they may not work correctly. I have always used Enable Login, so I don't know if it works without it. You will notice that the Subtitles, TV and Movies folders are located in userdata\addon_data\plugin.video.hulunew directory rather than the \addons\plugin.video.hulunew\cache\ directory - this is a big no no under Linux systems as it is typically read-only. The token.xml and settings.xml are there as well.
I believe that I have made the changes necessary to keep up with the Frodo release. I have 4 or 5 addons in the official repo (as well as my learningit github) under t1m, so I have some limited experience in coding addons from scratch. As far as I know, all the functionality in the original Bluecop version works.
-It works for me under Windows 7 and Linux.
-Don't ask me any questions about proxies or debrid - I have no knowledge or interest.
-I run this with just a Hulu account, I've never tested Plus.
-I use it in the US. Don't ask me how to use it outside the US.
-I don't claim this update from Bluecop's original is any better than one done by anyone else - just works for me.
The summary of Version 3.9.5 Changes made to support Frodo:
- fixed most if something: to if something is not None:
- fixed date format issues
- move the "cache" folder from pluginpath to user profile - using pluginpath on some linux systems will write fail
- added edgecast CDN recognition
- tried to fix fanart and art to carry through dir views properly - still some work to do
- fixed errors with search and subscriptions
- modified most prints to log - turn on debug flag to send data to xbmc.log
- added writing a tvshow.nfo for library export so that the XBMC library updates correctly
- various addon.xml changes
- added <genre>Hulu</genre> to library exports to allow easy support from PseudoTV
I hope it works for you.
This is a hobby for me and not my life. I hope over the next few weeks to get this addon up to date with latest XBMC releases and fit for submission to the XBMC.org repo, if the politics allow it.
https://github.com/learningit/plugin.video.hulunew
There is a new addon config parameter - Fallback CDN . It can be set to NONE or darwin-edgecast. It defaults to NONE, so you will have to set it. I have never tested turning on commercials or network preroll, so they may not work correctly. I have always used Enable Login, so I don't know if it works without it. You will notice that the Subtitles, TV and Movies folders are located in userdata\addon_data\plugin.video.hulunew directory rather than the \addons\plugin.video.hulunew\cache\ directory - this is a big no no under Linux systems as it is typically read-only. The token.xml and settings.xml are there as well.
I believe that I have made the changes necessary to keep up with the Frodo release. I have 4 or 5 addons in the official repo (as well as my learningit github) under t1m, so I have some limited experience in coding addons from scratch. As far as I know, all the functionality in the original Bluecop version works.
-It works for me under Windows 7 and Linux.
-Don't ask me any questions about proxies or debrid - I have no knowledge or interest.
-I run this with just a Hulu account, I've never tested Plus.
-I use it in the US. Don't ask me how to use it outside the US.
-I don't claim this update from Bluecop's original is any better than one done by anyone else - just works for me.
The summary of Version 3.9.5 Changes made to support Frodo:
- fixed most if something: to if something is not None:
- fixed date format issues
- move the "cache" folder from pluginpath to user profile - using pluginpath on some linux systems will write fail
- added edgecast CDN recognition
- tried to fix fanart and art to carry through dir views properly - still some work to do
- fixed errors with search and subscriptions
- modified most prints to log - turn on debug flag to send data to xbmc.log
- added writing a tvshow.nfo for library export so that the XBMC library updates correctly
- various addon.xml changes
- added <genre>Hulu</genre> to library exports to allow easy support from PseudoTV
I hope it works for you.
This is a hobby for me and not my life. I hope over the next few weeks to get this addon up to date with latest XBMC releases and fit for submission to the XBMC.org repo, if the politics allow it.