Kodi Community Forum
Ratings for videos - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Mac OS X (https://forum.kodi.tv/forumdisplay.php?fid=56)
+---- Thread: Ratings for videos (/showthread.php?tid=46089)



Ratings for videos - xbmcrater - 2009-02-26

This may not be a mac-specific question, but I'm using the mac version of xbmc with a video library. As I watch video clips from the library, I would like to mark them as viewed and rate them from 1 - 10 or 1 star to 5 stars or something similar. Is there a script that will deliver this capability already, or do I need to write something new?


- jmarshall - 2009-02-27

It probably could be done with a script, but the database itself only supports ratings that you get from imdb et. al. at present. Whether this is what you'd want to use I'm not sure.

If you're interested, you could investigate sql queries to update that field. These can probably be called from a python script (via http api).

Welcome to the forums!

Cheers,
Jonathan