Jump to content

Kodi: Difference between revisions

From Torben's Wiki
mNo edit summary
 
(No difference)

Latest revision as of 23:02, 30 October 2024

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/%'
)