Kodi Community Forum
Please post all plugin request for Voinage here! - 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)
+--- Thread: Please post all plugin request for Voinage here! (/showthread.php?tid=33620)

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


- Voinage - 2008-08-16

Apologies to all,

My time is very limited at the moment as i have a lot to deal with.
I know that alot of my plugins are dying and need some maintenance and as soon as time allows i will fix them.
Releases are all on hold , as my life takes precedence.

Hope everyone understands,

Peace V.


- rwparris2 - 2008-08-16

felchi80 Wrote:Is there any place where i can learn how to do it myself?

Download python, open Voinage's plugins with idle, and look at them. Most of code will make sense if you've already been coding. Python's syntax is a bit different than java/c#, but in a good way. Google dive into python, it's a very good resource.

Something you may or may not be familiar with that almost all xbmc plugins need is regular expressions. I used this guide http://www.amk.ca/python/howto/regex/ but I'm still not so good with them. RegEx is hard Sad

Here are the xbmc specific docs: http://xbmc.sourceforge.net/python-docs/


While we're on the subject -- Voinage is it always OK with you if we fix anything that breaks in your plugins & upload them to the community? (I'm speaking about the xbmc-addons page on google code, so they'll work with the installer)


- Voinage - 2008-08-16

feel free, they are open source.

V.


- sonofsamus - 2008-08-17

Sorry for the double post, but I forgot to include the log.
http://pastebin.ca/1175003


- Voinage - 2008-08-17

It`s my fault i`ve uploaded a test version again. I`ll find the other one and upload on sunday. Too many usb pens.


Apologize?????!!!! - tarbush - 2008-08-17

Voinage Wrote:I know that a lot of plug`s are down - i have a lot happening in my life at the moment and cannot devote the time i used to for maintenance. I apologise to everyone . . . .



Apologize??!!!! You've got to be kidding. I'd like to tell you how much I appreciate all the hard work you've put in on these scripts.


- tangomar - 2008-08-18

I has been proposed before but it still makes sense: why don't we put an "online" version of the core of the plugins (url decoding, chaining, ...) so that plugins just need to be written once and only the core needs to be updated (and this being online would be completely transparent to the end user)?
This way more coders can work on updating the core and more coders can reuse the same cores for different plugins/scripts.


- sonofsamus - 2008-08-19

Awesome, problem solved. Now I have a different one, though. On the Animefuel site, episode lists are split into several pages, and the plugin only displays what would be shown on the first page. I assume they've changed layout again.


- a7n9 - 2008-08-19

Voinage Wrote:Apologies to all,

My time is very limited at the moment as i have a lot to deal with.
I know that alot of my plugins are dying and need some maintenance and as soon as time allows i will fix them.
Releases are all on hold , as my life takes precedence.

Hope everyone understands,

Peace V.

Of course. We all appreciate the efforts that you've put in all these plugins; however, can you please upload the tutorial that you were working on? It doesn't matter if its incomplete. Rather than you writing these many plugins, amateurs like me at least can get started on it. Don't they say, teach a man how to fish...

Thanks a bunch.


- Voinage - 2008-08-19

fixed. Forgot to add the page grabbing regex.

My mind is elsewhere at the moment.


Joox not working - Joox helper - itismanu - 2008-08-23

Joox is no longer working for me for the links that needs Joox helper. Do let me know in case you would like me to publish the log so that it can be reviewed by you.
If it is working for some one pls let me know.


- rwparris2 - 2008-08-24

In your diggavideo plugin how did you set the dvdplayer as the default? I scanned the code but didn't see anything. Thanks.


Megavideo grabbing... - ghizzu - 2008-08-25

Hi Voinage.
I've noticed that you used the old method to grab Megavideo flv streams, which mostlly doesn't work anymore.
I don't know python, but I've the code with the updated and working algorhytm written in Visual Basic. I've also the code to grab the original avi stream if you have a premium account, also in vb.net.
If you're interested I could send it to you.

Thank you for your great plugins!


- Voinage - 2008-08-25

Thanks, but i already have both.
Just haven`t got around to coding them in python and adding them to any of my plugins.

My main concern right now is VEOH !!!!!!

They have brought in mp4 files as standard over the old flv.

Xbmc Atlantis, or in fact any xbmc build doesn`t recognize the stream and therefore cannot set the appropriate codec - which it has !

If you download the file and play via xbmc it`s fine, stream it NO.

Dev`s, i know that you all work like troopers and that you are spread few and far between at the moment on your other platforms, but if you get a moment could you help me ? Please.

Thanks Voin.


- Voinage - 2008-08-25

The site uses youku,56.com an tudou all of which identify as Flv files to xbmc which then defaults to Dvd player core.

I have found that if a file doesn`t give the player option adding "?.flv" causes it to occur.
I know it`s not the right way to do it but it`s quick and works.