damienhaynes / moving-pictures

Moving Pictures is a movies plug-in for the MediaPortal media center application. The goal of the plug-in is to create a very focused and refined experience that requires minimal user interaction. The plug-in emphasizes usability and ease of use in managing a movie collection consisting of ripped DVDs, and movies reencoded in common video formats supported by MediaPortal.
12 stars 6 forks source link

Show how many people have rate a movie. #1042

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

I have a feature requist.. Moving pictures is getting a rating from the IMDB. 
That's nice..

I like also to see how many people have rate the movie..

Hope that's possible :)

Original issue reported on code.google.com by powermar...@hotmail.com on 14 Aug 2011 at 8:24

GoogleCodeExporter commented 9 years ago
It already is possible.

You just need to use a skin that implements this feature by displaying the 
popularity vote. The Default, DefaultWide and StreamedMP are skins I know for 
sure support this on the details page of a movie, but it's a simple adjustment 
to make it show anywhere else as well.

The default imdb.com and extended IMDb+ scrapers are both capable of getting 
the popularity votes as well.

Original comment by RoChess....@gmail.com on 14 Aug 2011 at 8:36

GoogleCodeExporter commented 9 years ago
Hi,
thanks for your responce..
I'm using streamedMP, but I don't know how to setup that possibility..
I see the stars, with the rating included, so that's okay, but I want also see 
how many people have rate the movie like I said.. 
Can you tell me how to configure that?

Original comment by powermar...@hotmail.com on 14 Aug 2011 at 8:45

GoogleCodeExporter commented 9 years ago
I guess for StreamedMP it is not enabled by default if it does not show on the 
details page, so then you probably need to use the StreamedMP skin editor 
program to enable the option to view it.

I'm on DefaultWide myself, so you would have to look at the StreamedMP 
Wiki/Forum then on how to adjust those options.

Original comment by RoChess....@gmail.com on 14 Aug 2011 at 8:58

GoogleCodeExporter commented 9 years ago
Allright, 
thanks..
I'm living in Holland btw, so I use the scrabber; Moviemeter.nl. Maybe that 
could also be a reason that the info is not showed? 
I have take a look in the streamedMP editor, but there is nothing to 
configure.. 

Original comment by powermar...@hotmail.com on 14 Aug 2011 at 9:01

GoogleCodeExporter commented 9 years ago
That is probably why, I know it works for the default imdb.com and IMDb+ 
scrapers, because I was actually the one who put the function for this in 
there. So get in touch with whomever maintains the Moviemeter.nl scraper and 
have them look into adding support for votes/popularity.

The MovPic scraper field they need to update inside their 'details' node is: 
movie.popularity

The website Moviemeter.nl has full support for it, for both their own rating 
and the IMDb ratings they offer.

Example: http://www.moviemeter.nl/film/66863  shows "IMDb (8,4 / 84328)" and 
"1090 stemmen | gemiddelde 4,00", so depending on what score the Moviemeter.nl 
scraper uses, in both cases it can implement support for movie.popularity

Enjoy.

Original comment by RoChess....@gmail.com on 14 Aug 2011 at 9:23

GoogleCodeExporter commented 9 years ago
Hmmm, strange.. I didn't see a field with; "movie.popularity" at all..
Even not with movies with imdb as primary source.. Isn't that strange?

Original comment by powermar...@hotmail.com on 14 Aug 2011 at 9:33

GoogleCodeExporter commented 9 years ago
It's an existing ticket to show this field inside the 'movie details' page 
inside MovPic config, but the field does exist at database level and can be 
used by scrapers and skins.

The skin code that I use in mine to make it work is as follows:

<label>#MovingPictures.SelectedMovie.score.localized / 10 
(#MovingPictures.SelectedMovie.popularity.localized 
#MovingPictures.Translation.Votes.Label)</label>

Original comment by RoChess....@gmail.com on 14 Aug 2011 at 9:47

GoogleCodeExporter commented 9 years ago
Its not currently implemented in StreamedMP

Original comment by damien.haynes@gmail.com on 15 Aug 2011 at 12:05

GoogleCodeExporter commented 9 years ago
As Rochess mentioned, this is already made available for skins. If you want to 
add it to an existing skin you use, it is not too difficult to make such a 
modification. If you need some help with this, post on the forums and I will 
try to type up detailed steps tomorrow.

We currently don't plan to add this to the default skin.

Original comment by conrad.john on 15 Aug 2011 at 2:17