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-06-10

The most annoying bit is actually resolving the flv or avi files in their original form as most video sites use an embedded format not the true media file that xbmc needs to play.

But all of that is pretty much wrapped up and done now, so you can just copy and paste my resolving code to Megavideo,guba,youtube,google,globo,altertube etc

The Re is the fun bit hehe.


- matt777 - 2008-06-10

Mr Voinage.. any news on a plugin for http://www.meelu.com


Meelu - nicoli_k - 2008-06-10

matt777 Wrote:Mr Voinage.. any news on a plugin for http://www.meelu.com

Hey Matt,
He's finished the plugin for it: http://code.google.com/p/voinage-xbmc-plugins/downloads/list

It's currently the 2nd one down, but at the rate he produces plugins, it may drop down the list by the time you read this.


- Voinage - 2008-06-10

Search the forum young Matt777, use the force. . . . .idx . . . . .

And if you are going to make a plugin , i suggest listening to AC/DC & Journey.


- matt777 - 2008-06-11

Thanx voinage great work.

Just a quick query- n some plugins eg. Divvn, Watch online, Tv Shack, Quicksilver.
Im getting a error message when I try to play a video:
Playlist playback aborted
Too many consecutive failed items


Anyone know how to fix this?

Thanks, Matt


- matt777 - 2008-06-11

ohh yeah heres my logfile:
http://pastebin.com/m2ea71f8

Thanks


- Voinage - 2008-06-11

Try the new versions of the plugins from my google code page.

Should help, if not try clean xbmc install.


- rwparris2 - 2008-06-12

voinage, or others:

can i have an EXTREMELY simple plugin that lets me type in a a url (like youtube.com/watch?v=asdlkj, or whatever youtube's format is), finds the video from that page, then plays it?

also could it have lots and lots of comments?

can the variables have long, yet easy to understand names? (flv_url or page_url as opposed to flU or pU)

I'm trying to write my first plugin, but I'm coming from a completely non-coding background (aside from basic php stuff... logins, db access), so looking at source files on a lot of these plugins is somewhat intimidating... there is so much going on and so many things are calling on eachother that it's hard for me to break it to "this function does this, then this one does that, then..." so that I can understand it and manipulate it for my needs.

This would be hugely helpful to me and I'm sure some of the others.


- Voinage - 2008-06-12

The Tutorial is nearly finished, images and comments on each Block of code used.

My thought processes during the plugin.

Sample python files and a Plugin template.py, Regular expression tester.

Each Function has a detailed walkthrough as well as instructions on how to hunt for video links Using Wireshark.

The Tutorial only covers the Python code used in 'Non Fancy code Plugin' creation.
Chapters.

Introduction.
Commentary by me.
Selecting your target website.
Re Expressions, Screen Scraping and the snake.
Categories and Directory structure.
Urllib2 and You.
The addDir(name,url,mode,thumbnail) - function.
The addLink(name,url,thumbnail) - function.
The VIDEO(name,url) - function
Resolving "TRUE" Video and Sound formats for Mplayer/DvdPlayer.
A picture is worth a thousand words - How to grab a thumbnail for your Dir`s.
The Mode selection and function calls.
Negotiating the Murky depths with Wireshark.
Polishing your Plug-in, stop being rude.
The final stages.
Finished !


Hope this helps.
Give me a day or two and then get started.

Cheers Voinage


- Bram77 - 2008-06-12

Yeah! Great stuff! Looking forward to this Smile


- rwparris2 - 2008-06-12

Voinage Wrote:The Tutorial is nearly finished, images and comments on each Block of code used.

My thought processes during the plugin.

Sample python files and a Plugin template.py, Regular expression tester.

Each Function has a detailed walkthrough as well as instructions on how to hunt for video links Using Wireshark.

The Tutorial only covers the Python code used in 'Non Fancy code Plugin' creation.

3 Cheers for Voinage!!!

It's really too bad you won't accept donations....


- h0ffman - 2008-06-12

Hi Voinage

Firstly, maximum brapage and respectage for your work, loving the ITV plugin. Awesome Smile

Recently saw this, www.channel4.com/watchonline, this would quite simply wrap up the whole of UK TV on my Xbox Smile

Keep up the fantastic work fella Smile


- Tom_Monkeon - 2008-06-13

would a plugin for the http://www.thedailyshow.com full episodes be possible? thanks very much Voinage


- Voinage - 2008-06-13

I`m working on all of the above, apart from sky & hulu.
Looking into channel 4.

The tutorial is nearly done it uses meelu.com for the main content, urllib2 and re but shows via trying to grab from google the pitfalls of urllib without headers.


It`s all good - just don`t have enough time.

I will start to release soon.


Add to that : 99% Sirius plugin.

Google Video : As above currently enjoying Stand-up from everywhere in full high quality.

search Veoh,google,youtube,56.com,tudou,youku,myspace,dailymotion,guba and a few others.
set search duration & search only & set download dir via white button context menu.
Added library mode sort method for the monitor worms.

Also a few others that i have found along the way.

Including Audio plugs for a change.

Will have to make some program plugs, pictures is outside the headmasters office, soon so it doesn`t feel left out hehe.

Cheers Voinage.


- TheBoxMan - 2008-06-13

Voinage Wrote:I`m working on all of the above, apart from sky & hulu.
Looking into channel 4.

Doesn't channel 4 use DRM, fairplay I think? I looked into it a while back to see if it was worth trying....I know fairplay *can* be stripped off media but can that be done on the fly on the xboxs processor...?

Quote:The tutorial is nearly done it uses meelu.com for the main content, urllib2 and re but shows via trying to grab from google the pitfalls of urllib without headers.


It`s all good - just don`t have enough time.

I'll look forward to trying my hand at this stuff when it's done Wink