Kodi Community Forum
Release User Rating - Easy rate your media - 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)
+---- Forum: Program Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=151)
+---- Thread: Release User Rating - Easy rate your media (/showthread.php?tid=264729)

Pages: 1 2 3 4 5


RE: User Rating - Easy rate your media - HushPeter - 2016-06-19

I searching for an add-on to submit userratings on xrel for audio, video, file and movie.

Perhaps you can help us to add our api into your add-on.
See here https://www.xrel.to/forum/thread/6465.html

Greetings by HushPeter


RE: User Rating - Easy rate your media - Wapitikev - 2016-06-21

(2016-05-06, 18:50)Regss Wrote: As I know IMDB don't have API, but I can be wrong. I look on it soon. Currently I am finishing work on a full synchronization ratings for TMDb and TVDB. By one click you can sync all ratings in both directions.
Awesome Add-on to leverage the new ratings feature! IMDB allows ratings export to csv and TMDb allows csv import to ratings...so an IMDB api, while nice, is not totally necessary.

but...while My Ratings update on TMDB as I do them (300+ completed so far) when I run the User Rating add-on to "Retrieve rated Movies from TMDB", I get "No Rated Movies".

I have 3 test-movies rated in TMDb that are not rated in KODI (one that was never rated in Kodi and 2 that were rated first on TMDB, then rated 0 on KODI which cleared the TMDb rating, and then re-rated on TMDB), Before I started rating movies on KODI the same result occurred for those three; now it just takes far longer to slog through the 300+ ratings on my account before it returns the same result.

Suggestion on why the ratings only go one way?

If I can get TMDb => KODI working, I can export my 2000+ IMDB ratings, then import them into TMDb and thereby auto-populate all the KODI files...saving me about a week of full-time work...no IMDB api necessary. Smile

-Wapitikev


RE: User Rating - Easy rate your media - Wapitikev - 2016-06-21

(2016-04-17, 01:59)Moukrea Wrote: This is something I've been dreaming about! For now on, I have it enabled on my build with Titan skin... I love the fact I can rate my movies but... The only way to see this rating is to show video informations.

I wish it was possible to see both ratings (IMDB/TMDB + Local User Rating) while browsing movies! Maybe on top of that overide the "watched" label on posters with the rating...
Appologies for the minor thread hijack...presenting that info on the browsing screen would probably be a skin-specific setting, I accomplished it by modifying the existing XML file for the browse method I use for the Transparency! skin. For example: view-slide.xml for the "slide" browsing method. (Not sure how Titan names its XML files for movie browsing; sorry)

ALWAYS backup your xml file before editing it!

If the browse method already shows the IMDB rating on the quick info screen, then the text should say something like:

$INFO[ListItem.Rating]

...just add the following text immediately prior to where that text lives.

$INFO[ListItem.UserRating] /

...note: there is a space before and after the /

Save the xml file, Restart KODI and you should have something that looks like this:

Rating: 9 / 7.7

...where 9 is User Rating and 7.7 is the IMDB rating.

You could also change ListItem.Rating to say ListItem.RatingAndVotes if you want the IMDB rating AND #of votes to show like this:

Image

Good luck,

-Wapitikev


RE: User Rating - Easy rate your media - Bjur - 2016-11-10

Hi very nice addon. I have a question. Is it possible to use this addon when making my rating in the predefined "set my rating" button?


RE: User Rating - Easy rate your media - Bjur - 2016-11-13

Hi ive started using your great addon but on my Spmc android i cant get it to work.
Log says... /default.py line 9 in module
Import importlib
Importerror: no module named importlib

Can you please help?


RE: User Rating - Easy rate your media - Bjur - 2016-11-15

The problem was gone when removing line 9Smile
I want to import all my rating to Kodi, but it only want to import 3 out of many rated movies. Why is that?
Is it because of I have scraping movies with TMDB and TV Shows with TVDB?
If so how can I get it imported without having to scrape all items again?


RE: User Rating - Easy rate your media - Regss - 2016-11-15

Any error in kodi.log?
What is shown when you start import?


RE: User Rating - Easy rate your media - Bjur - 2016-11-15

The only thing i get when trying to import and afterwards press cancel because of 3 items that want to import os already there.
19:36:16 T:22992 WARNING: CSkinInfo: failed to load skin settings
19:36:16 T:23372 ERROR: Control 10050 in window 13000 has been asked to focus, but it can't
19:36:18 T:22992 WARNING: CSkinInfo: failed to load skin settings
19:36:18 T:23372 ERROR: Control 10050 in window 13001 has been asked to focus, but it can't
19:36:22 T:22992 WARNING: CSkinInfo: failed to load skin settings
19:36:22 T:23372 ERROR: Control 10050 in window 13000 has been asked to focus, but it can't
19:39:39 T:22992 WARNING: CSkinInfo: failed to load skin settings


RE: User Rating - Easy rate your media - Bjur - 2016-11-17

Have now tried a test with series, where i selected themoviedb and tried to rate a show.
It gave error code: Could't find id in your database.


RE: User Rating - Easy rate your media - scott967 - 2016-11-18

Could you consider adding mType 'album' for Krypton? I did a quick hack and it seemed pretty straight-forward, at least for just setting the album user rating via the script dialog.

scott s.
.


RE: User Rating - Easy rate your media - Bjur - 2016-11-23

Any help?


RE: User Rating - Easy rate your media - Regss - 2016-11-24

If you scrape movies using TMDB you can sync ratings only with this site. In addon setting you must have activated TMDB option.


RE: User Rating - Easy rate your media - Bjur - 2016-11-24

Hi i have already done that


RE: User Rating - Easy rate your media - blakblu - 2017-03-16

How can I move the rating box, it's in the middle of the screen. That's an awful placing, I'd like it in the bottom right corner or somewhere.


RE: User Rating - Easy rate your media - Bjur - 2017-04-03

(2016-11-24, 18:35)Regss Wrote: If you scrape movies using TMDB you can sync ratings only with this site. In addon setting you must have activated TMDB option.

Hi again. Can you help me get this working.
I have it enabled, and it goes to 50% and afterwards states. No rated movies..