• 1(current)
  • 2
  • 3
  • 4
  • 5
  • 9
[RELEASE] FastPassTV (Video) Plugin
#1
Thumbs Up 
Good site - uses supernova tube.

Kept up to date.

Get the new version to avoid errors, i posted up the test version hahahaNod

I was in a rush to watch a few tv progs - mine worked yours didn`t.

The movies are not functioning in the test Nic.

I want to add a few bits the i`ll release the new one.
Reply
#2
I was unable to stream any cartoons, movies, or tv shows with the plugin. I looked at the debug info and it gave errors in lines 100 and 23 and said that 'cookielib' is not defined.

I'll be the first to admit that I don't know anything about coding, but I opened up default.py in a text editor and I noticed that the first line had a lot of other libs being imported, so I just added cookielib to the top line without any spaces and am now able to watch cartoons and tv shows.

I am still unable to watch anything in the Movies category. I get this error:
File 'Q:\plugins\video\fastpasstv\default.py" , line 100, in ?
VIDS(url,name)
File 'Q:\plugins\video\fastpasstv\default.py" line 30, in VIDS
data='captcha='+captcha[0]+'&submit=Continue+to+Video+-+I+am+Human%21'
IndexError:list index out of range

I lucked out with getting the Cartoons and Tv Shows to work. I'm at a loss as to why the Movies are not showing. It could be something as simple as a spacing error, but I'm a novice as to how python works. I do know that the movies work on the website though.

Great site though. Thanks for all the plugins that you create. They really are appreciated.
Reply
#3
Alpha uploaded - All is well.

Sorry nick, i`ve got the flu at the moment so am absent minded.

I just wanted to watch southpark and How i met your mother.
Reply
#4
Thumbs Up 
Thanks to Dr. Voinage first of all for his plugin.

I put little work into the source code to add plot movies and their film artworks. Since i'm not residing in USA, i found that fastpasstv.com is by far the most reliable site with frequent updates to its tv shows and movies that i have upon xbmc.

movies // plot & artwork
tvshows // just plot

the grab is here http://code.google.com/p/sparetime/downloads/list
Reply
#5
Very nice. Everything seems to be working. Much better then some other plugins. keep up the great work!
Reply
#6
Nice work Nixa, would there be any chance of giving each TV show it's own folder rather than just a giant list of every show/episode avaiable on Supernovatube? At the moment there are 2666 results for TV shows which takes a while for the xbox to load up but if we could have each show with it's own folder that should speed it up and keep it all a bit cleaner.
Reply
#7
thanks for feedbacks. but since fastpasstv.com categorizes its movies and tv shows in a huge list of all episodes and movie titles, the plugin needs 'sorting' command in order to perform this. honestly, i am not so sure to do this right now, maybe anyone could help in future. As to ease browsing, maybe ill try to append Search function into it.
Reply
#8
Oh I didn't realise Fastpasstv done that, well if anyone can help out with the sorting of TV shows it would be much appreciated, maybe Voinage might know how to do it - I heard a rumour he'll be coming out to play again soon!
Reply
#9
whufclee Wrote:Nice work Nixa, would there be any chance of giving each TV show it's own folder rather than just a giant list of every show/episode avaiable on Supernovatube? At the moment there are 2666 results for TV shows which takes a while for the xbox to load up but if we could have each show with it's own folder that should speed it up and keep it all a bit cleaner.

I did something kinda like this a while back. Maybe voinage or Nixa could incorporate that into their plugin.
http://www.megaupload.com/?d=G9WHXA68
Reply
#10
Do you know how hard it would be to allow manual adding of these films/tv shows to the XBMC library? I can right click and manually add already, all that's missing is getting it to show the movie info and fanart/boxart.
Reply
#11
liquid64 Wrote:I did something kinda like this a while back. Maybe voinage or Nixa could incorporate that into their plugin.
http://www.megaupload.com/?d=G9WHXA68

liquid64, your previous work is very much appreciated.

i have changed part of the index loop with your ver., and its working. So, here we have fastpasstv plugin with sorting features plus movie/tv shows plots and artworks.

p/s: whufclee, thanks for your critical input.
Reply
#12
Well done liquid64 and to Nixa for integrating the code into this plugin - this is so much better now. Can flick back and forth between menus without it taking what seems like an eternity each time!!! On another note, the latest episodes of Kings were working on the fastpasstv website a couple of days ago but not xbox - any ideas why? They aren't working on the site either now but basically the one from Supernovatube was a dead link but the one from wisevid was working, however when using the plugin it just came up with the dreaded Python Script Error which I'm guessing means it didn't find any valid links. I presume it's probably just that the plugin doesn't search for files on wisevid - if that's the case would it be possible to add it to the fastpass plugin? Anyway great plugin Voinage/Nixa/Liquid64 - I'm off now to try it out and kill a few hours in front of the TV with a beer or two.
Reply
#13
nixa Wrote:liquid64, your previous work is very much appreciated.

i have changed part of the index loop with your ver., and its working. So, here we have fastpasstv plugin with sorting features plus movie/tv shows plots and artworks.

p/s: whufclee, thanks for your critical input.

No problem. You might want to add the #SLIST to the show plugin, which will put all episodes of a show into one 'folder'. I actually prefer this one over the Alphabet list. Just add this:
Code:
    addDir('TV Shows (Show Listing)','http://www.fastpasstv.com/tv-shows-a-z/#SLIST',1,'http://leeabsolom.com/files/MovieFolder2.png')
    addDir('Cartoons (Show Listing)','http://www.fastpasstv.com/cartoons-a-z/#SLIST',1,'http://leeabsolom.com/files/MovieFolder2.png')
Reply
#14
liquid64

yes definitely i missed that lines, unintentionally. will do that. upgraded [3].
Reply
#15
Any updates for this script....so far mine lists the shows but no content is playable....)-:
Reply
  • 1(current)
  • 2
  • 3
  • 4
  • 5
  • 9

Logout Mark Read Team Forum Stats Members Help
[RELEASE] FastPassTV (Video) Plugin0