Posts: 90
Joined: Jan 2009
Reputation:
0
most of the videos did run fine, i think its worth it, even if its only for hamiltons little...
please update vbs.tv
Posts: 5
Joined: Nov 2011
Reputation:
0
Hi Maruchan,
Suprisingly Crunchyroll (2.2.2) is working now on my atv2 nightly build after 3 months. Not sure how I did it but it. Only issue is I can't get it to work on my parent atv2 or on the ipad2 with the same setup. it still show Broken. Any idea how to fix it? Can i copy the working whole userdata folder and replace the non-working one?
Thanks a lot.
Posts: 29
Joined: Jun 2011
Reputation:
0
tarjan
Junior Member
Posts: 29
2011-12-31, 17:21
(This post was last modified: 2011-12-31, 18:34 by tarjan.)
Anyone been able to get crunchyroll to install on eden? I keep getting a dependency error for it (and vbs, but thats neither here nor there.)
All of the other add-ons from the maruchan repository install just fine.
----
Ok I've been plugging away trying to figure it out. Seems like the cryptopy add-on is not available for eden. This is what is failing... Would be nice if the logs actually said that, but in checking out everything else I could find, this is the only missing link. Not sure if/how to force it to install and any help would be appreciated.
Posts: 282
Joined: Feb 2009
Reputation:
0
Huh, that's strange... I believe the Hulu plugin uses CryptoPy and that seems to work fine under Eden. As a temporary solution, you can just copy the CryptoPy folder over to your Addons folder.
Posts: 29
Joined: Jun 2011
Reputation:
0
tarjan
Junior Member
Posts: 29
Tried to copy it directly, but that failed. Ended up just getting it from the bluecop repository. Downloaded that, zipped up the script.module.cryptopy directory and used the install from zip function. That is the only way I could get it to work, otherwise it wouldn't find the libraries.
Now hulu, crunchyroll and others that require cryptopy are functioning.
Posts: 53
Joined: Dec 2009
Reputation:
0
Not to beat a dead horse, but does anyone know if anyone is updating this? I was happy to see a Vice plug in, but figured it wouldnt work due to the site migration.
Was hoping I could get their content.
Posts: 12
Joined: Jun 2009
Reputation:
0
Jarulf
Junior Member
Posts: 12
When I try to install Crunchyroll on Beta 1 of eden on Ubuntu 11.10, I just get a Dependencies not met message. I have no idea how to check what deps I need to install, so would be grateful for a few pointers. I have librtmp2.4 from the unstable ppa.
Posts: 29
Joined: Jun 2011
Reputation:
0
tarjan
Junior Member
Posts: 29
The dependency issue is cryptopy. 1.2.5 is not supported by eden, have to move up to 1.2.6 but the repository points at 1.2.5. I just did my own shot at modifying and did end up making it work.
maruchan, any chance you could put in that update?
Posts: 29
Joined: Jun 2011
Reputation:
0
tarjan
Junior Member
Posts: 29
I banged my head on the python for a while and figured out how to do it. Started down the hard way a few times, then came up with the easy way.
First install python 2.6.x (not apt-get install python, that installs an older one and is not compatible)
take the script I linked to and put it in a file named cc.py in the crunchyroll addon resource/lib directory. Then edit the crunchy_video.py, adding the following in the subtitle section (search for .ass, add this after the file is closed)
translatelocation = 'python /var/mobile/Library/Preferences/XBMC/addons/plugin.video.crunchyroll/resources/lib/cc.py '+xbmc.translatePath('special://temp/crunchy_'+mediaid+'.ass')+' '+xbmc.translatePath('special://temp/crunchy_'+mediaid+'.srt')
print translatelocation
os.system(translatelocation)
Then scroll down a bit and look for .ass again. You will find two more lines, one is just a print statement, then below that you will see the function that sets the subtitles. Change that to point at the newly minted .srt file.
xbmc.Player().setSubtitles(xbmc.translatePath('special://temp/crunchy_'+mediaid+'.srt'))
Notice the only change above, went from .ass to .srt in the function that actually loads up the subtitles.
Once done your atv2 will work rock solid on subtitles, though without as much flair as they should have, maybe.
All is not perfect though, something has changed on crunchyroll and some videos are no longer watchable. Trying to use any of the normal rtmp apps like the firefox unplug addon and they show nothing when you try to open the ones that fail up, but others work just fine and unplug does show the rtmp details for those.
The log file just shows the following for those videos
19:16:08 T:310964224 WARNING: HandShake: Type mismatch: client sent 6, server answered 9
19:16:09 T:310964224 ERROR: rtmp server sent error
19:16:09 T:310964224 ERROR: rtmp server requested close
Posts: 754
Joined: Jan 2012
Reputation:
0
I was searching for a vice plugin, i finally found it, and its broke