![]() |
|
Please post all plugin request for Voinage here! - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27) +--- Thread: Please post all plugin request for Voinage here! (/showthread.php?tid=33620) |
- Voinage - 2008-06-10 01:20 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 13:05 Mr Voinage.. any news on a plugin for http://www.meelu.com Meelu - nicoli_k - 2008-06-10 13:37 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 14:06 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 09:39 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 09:44 ohh yeah heres my logfile: http://pastebin.com/m2ea71f8 Thanks - Voinage - 2008-06-11 13:47 Try the new versions of the plugins from my google code page. Should help, if not try clean xbmc install. - rwparris2 - 2008-06-12 03:26 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 10:42 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 10:46 Yeah! Great stuff! Looking forward to this
|