Req Watched status per user - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Discussions (https://forum.kodi.tv/forumdisplay.php?fid=222) +--- Forum: Feature Requests (https://forum.kodi.tv/forumdisplay.php?fid=9) +--- Thread: Req Watched status per user (/showthread.php?tid=208350) |
Watched status per user - Vilhjalmr - 2014-11-09 Would it be possible for those with mutliple systems/users sharing a central mysql database, to add a user id to the user(default of 0) and add a separate table, with unique key of userID and fileID, to contain the watched status, that way all of the file data does not need duplicated, and the remainder of the system should stay mostly unchanged. And for setting up users on different systems, make the userID a value that can be set during user creation. Then when a video is watched it is set as such in the table for the currently logged in user. RE: Watched status per user - RockerC - 2014-11-10 Do you mean that it should work like how watched status works for profiles in Netflix from the end-user perspective? https://help.netflix.com/en/node/10421 Netflix have a nice way to mark a movie or show as watched for multiple when you viewing together with your whole family. More info: http://www.technologyguide.com/news/netflix-introduces-individual-user-profiles-for-streaming-accounts/ http://www.engadget.com/2013/08/01/netflix-individual-streaming-profiles-start-rolling-out-worldwide/ http://www.cnet.com/news/netflix-tweak-lets-families-split-up-viewing-profiles/ http://anewdomain.net/2013/08/25/set-netflix-profiles-multiple-viewers-manage-gallery/ http://www.techreport.com/blog/25229/netflix-embraces-profiling Screenshot: RE: Watched status per user - Hedda - 2015-02-03 See these other threads with the same suggestion http://forum.kodi.tv/showthread.php?tid=153978 http://forum.kodi.tv/showthread.php?tid=216941 http://forum.kodi.tv/showthread.php?tid=198597 http://forum.kodi.tv/showthread.php?tid=217147 +1 for the idea to implement it like in Netflix |