2014-11-09, 03:07
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.
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.