Kodi

From Torben's Wiki
Revision as of 22:02, 30 October 2024 by Torben (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

SQL

Update movies as watched

UPDATE files SET playCount = 1, lastPlayed = '2012-03-04 12:34:56' 
WHERE idPath IN (
  SELECT idPath from PATH WHERE strPath LIKE '%done/%'
)