Kodi Community Forum

Full Version: Does it possible to set different Watched/Unwatched statut from SQL client ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
I don't know if this is possible to do that!
I use XAMPP with Appache, MySQL and every thing works fine. However I noticed that all client use the same tag for the Watched/Unwatched statut.
Does it possible to have a separated tag based to the client (IP). Or something like that?
So the client will see only his tag. Not a general tag from the database or NFO files.
Quote:<watched>
<192.168.1.15>True</192.168.1.15>
<192.168.1.23>False</192.168.1.23>
</watched>
<lastplayed>
<192.168.1.15>2023-07-31 19:37:13</192.168.1.15>
</lastplayed>