CouchPotato Greasemonkey Addon (display movie posters and movie info)

Got a program that plays well with SABnzbd? Share it here!

CouchPotato Greasemonkey Addon (display movie posters and movie info)

Postby JayBird » July 22nd, 2010, 5:32 pm

Now superseded by the latest CouchPotato update


Before i start, just want to say thanks to RuudBurger for his great CouchPotato application, it is really great work. See it here - http://forums.sabnzbd.org/index.php?topic=4636.0

I wanted the movie list to display movie posters as it isn't just me that adds movies to the list, and having a poster allow me to quickly recognize what is new. Girlfriend adds a lot of chick-flicks

I decided to quickly write a Greasemonkey script to do what I wanted. This is my first Greasmonkey script, hope you like it.

So, technically, this is a third party addon, for a third party addon :)

Download the script here http://dl.dropbox.com/u/1271638/couchpotato.user.js

And this is what it looks like...hope you like it, and if you have any feature request/ideas, i will see what i can do

Image
Last edited by JayBird on July 23rd, 2010, 11:38 am, edited 1 time in total.
JayBird
Jr. Member
Jr. Member
 
Posts: 82
Joined: August 18th, 2008, 4:21 am

Re: CouchPotato Greasemonkey Addon (display movie posters and movie info)

Postby rascalli » July 23rd, 2010, 1:04 am

at what site does it look for all info ?

As some of my movies don't show a poster & info
User avatar
rascalli
Moderator
Moderator
 
Posts: 666
Joined: January 18th, 2008, 1:30 am
Location: Bossche bollen land

Re: CouchPotato Greasemonkey Addon (display movie posters and movie info)

Postby JayBird » July 23rd, 2010, 2:23 am

rascalli wrote:at what site does it look for all info ?

As some of my movies don't show a poster & info

It is currently using themoviedb.org. They have an API for grabbing movie data, whereas IMDB has no official way of getting the data, which means you need to screen scrape. That can take quite a while if you have a huge list. What I may look at doing is making it fall back to IMDB for movies not on themoviedb.org. Quite tricky though
Last edited by JayBird on July 23rd, 2010, 3:17 am, edited 1 time in total.
JayBird
Jr. Member
Jr. Member
 
Posts: 82
Joined: August 18th, 2008, 4:21 am

Re: CouchPotato Greasemonkey Addon (display movie posters and movie info)

Postby jjabs » July 23rd, 2010, 3:35 am

Getting everything here, so the rating is from themoviedb then?

Can you add it to the coming soon page too?
jjabs
Newbie
Newbie
 
Posts: 16
Joined: July 16th, 2010, 5:12 pm

Re: CouchPotato Greasemonkey Addon (display movie posters and movie info)

Postby JayBird » July 23rd, 2010, 4:02 am

jjabs wrote:Getting everything here, so the rating is from themoviedb then?


Yes

jjabs wrote:Can you add it to the coming soon page too?


I think RuudBurger has plans to add posters to the coming soon page natively, so i will see what he does first before i spend time doing that
JayBird
Jr. Member
Jr. Member
 
Posts: 82
Joined: August 18th, 2008, 4:21 am

Re: CouchPotato Greasemonkey Addon (display movie posters and movie info)

Postby ssboisen » July 23rd, 2010, 7:25 am

Great script!

Any chance you could change it so it works in both greasemonkey and chrome (maybe look at the imdb-script from couchpotato which works in both).
ssboisen
Newbie
Newbie
 
Posts: 11
Joined: September 12th, 2008, 2:37 am

Re: CouchPotato Greasemonkey Addon (display movie posters and movie info)

Postby rascalli » July 23rd, 2010, 9:55 am

jjabs wrote:Can you add it to the coming soon page too?


Quick hack :

* delete : http://*/feed/index/
User avatar
rascalli
Moderator
Moderator
 
Posts: 666
Joined: January 18th, 2008, 1:30 am
Location: Bossche bollen land

Re: CouchPotato Greasemonkey Addon (display movie posters and movie info)

Postby JayBird » July 23rd, 2010, 11:37 am

Now superseded by the latest CouchPotato update

Thanks RuudBurger!
JayBird
Jr. Member
Jr. Member
 
Posts: 82
Joined: August 18th, 2008, 4:21 am


Return to Third-party Addons