Kodi Community Forum
[RELEASE] Ninja Video Plugin - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Video Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=154)
+---- Thread: [RELEASE] Ninja Video Plugin (/showthread.php?tid=33701)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23


- exxo - 2008-07-05

The mplayer.dll file you were talking about, where do i get it? I couldn't find it in any of the Veohproxy zips or in the NinjaVideo zip.

Does it go with the newer builds of XBMC or do i have to put it in those builds too when i update?


- Voinage - 2008-07-06

It`s all done in the new builds, don`t worry.

Just use v1.3 of the proxy and the new ninja video plugin from my g page.


- McScruff - 2008-07-06

Many Thanks for this new build, mine seems to work fine now.

I sometimes get a small buffer within the 1st 20 seconds but from then on its fine, last night i watched loads with no problems.

THANK YOU!!


- Voinage - 2008-07-06

My pleasure, glad everything is okay.


- Bram77 - 2008-07-06

Great! Thanks a lot!


- exxo - 2008-07-07

When i try to play a movie or anything else i see in my "Debug info" that i get kicked after about ten minutes. Why is that? Some times it is random when i get kicked. Pretty annoing. Should i post my log or something?


- Unbehagen - 2008-07-08

My guess is now that Veoh deletes some of the part files when a movie has been deleted (The reason why ninjavideo's veoh uploads are still accessible is that they keep a list of the different piece files distributed among veoh's servers - when veoh flags a video as deleted those seem to persist for a long time while the video meta information the site and veohtv use are deleted instantly). I guess it does this when space on a specific server one part file resides on is needed - then it really deletes or overwrites a random piece file of a deleted movie. This is all just guessing but it would be an explanation for the observed weirdnesses of the Veohproxy while playing NV videos. An explanation for just small partf of huge movie files are missing and produce "503 forbidden" errors.

Uhm I know this is all a bit technical. To make it short: The veohproxy errors encountered by Ninjavideo plugin users are not fixable by me as they are also reproducable with the original Ninjavideo helper, at least when I tried. The problems are with veoh's servers and the way pirated movies are linked on ninjavideo and treated by veoh.


- anoobie - 2008-07-09

Hi I added soccer and tennis and some other stuff from ninjavideo to the plugin. If anyone is interested here's the modified plugin. http://www.box.net/shared/95y1h7a8g8

Hope Voinage don't mind me sharing.


- anoobie - 2008-07-09

Sorry posted the wrong one. This is the one:

http://www.box.net/shared/is9v9bfcw8


- Voinage - 2008-07-09

Don`t mind at all, but you may want to get the revised version from my google code page.

I got tired of the pretty pictures and opted for Auto update content when added and removed the "MISC SEASON" folders.

They were only there because i was getting lazy and couldn`t be bothered to re.compile again.

Voin.


- hew97 - 2008-07-15

Is it just me or doesn´t NinjaVideo work anymore with the VeohProxy 1.3 (on WINDOWS, not XBMC!). It´s just "connecting..." all the time.


- Samip - 2008-07-16

Ya, it doesn't work for me either. I have it for xbox and i have used VeohProxy before starting NinjaVideo. it says 3 lines of text that go by way too fast but i know the last line says "connecting to server ...". After that the window just closes.


- Unbehagen - 2008-07-16

Samip Wrote:Ya, it doesn't work for me either. I have it for xbox and i have used VeohProxy before starting NinjaVideo. it says 3 lines of text that go by way too fast but i know the last line says "connecting to server ...". After that the window just closes.

NinjaVideo updated their Player. As a temporary fix, please do the following:
Open default.py in an editor and change this line ( http://code.google.com/p/veohproxy/source/browse/trunk/default.py#235 ):
Code:
the_page= self.getHTTPFile(url, [( "User-Agent","NinjaVideo Helper/0.2.0")])
to
Code:
the_page= self.getHTTPFile(url, [( "User-Agent","NinjaVideo Helper/0.2.4")])
This should fix your issues. Sorry for the inconvenience.

BTW: Bad news for me. NV just figured out how to use a code obfuscator the right way which will make it very hard for me in the future to decompile and reverse engineer their bloody program. So if they change it to encrypt the hash files, we'll run into problems with Veohproxy... I also makes it very hard for users to see if their helper applet messes with your PC (You have to grant it full security rights to be able to use it.). An open source should be a little more trustworthy than the word of that...uhm... emotionally intense... admin.


- nicoli_k - 2008-07-16

i tried it and it works like a charm. i was wondering how to "hack" the windows version to make it work. i tried using a text editor to change the veohproxy.exe file to make it say version 0.2.4 instead of 0.2.0, but that didn't seem to work very well.
i'm getting an error with the file VeohProxy.py in lines 70, 128, and 244 and a KeyError: 'Method.' I figured it would take more to make it work, but gave it a go and came up short. thanks for making it work on the xbox again.


- hew97 - 2008-07-16

Unbehagen Wrote:This should fix your issues. Sorry for the inconvenience.

It does, cheers mate! Great work.


Quote:BTW: Bad news for me. NV just figured out how to use a code obfuscator the right way which will make it very hard for me in the future to decompile and reverse engineer their bloody program. So if they change it to encrypt the hash files, we'll run into problems with Veohproxy... I also makes it very hard for users to see if their helper applet messes with your PC (You have to grant it full security rights to be able to use it.). An open source should be a little more trustworthy than the word of that...uhm... emotionally intense... admin.

Hehe, yeah you´re right. I certainly won´t download NV Helper. I´d rather pass on their stuff.


This forum uses Lukasz Tkacz MyBB addons.