2023-03-08, 19:02
Currently, when adding a movie or updating it with local info available (NFO), the <lastplayed> tag gets read in, but only the date and not the time!
Both infos, date & time, are available in the DB and are able to be set with f.i. texturecache.py (watched restore). But when exporting NFOs or updating a movie, only the date gets read/written, not the time.
Even also json requests deliver back both, date & time.
For consistency and a proper watch history it would be cool if Kodi would export <lastplayed> with date & time and read it in from NFO if available.
This would also prevent loosing lastplayed 'time' when updating a movie from GUI as it gets overwritten as 00:00:00 in DB then! This I would count as a bug, as one is loosing data that was there before!!
Both infos, date & time, are available in the DB and are able to be set with f.i. texturecache.py (watched restore). But when exporting NFOs or updating a movie, only the date gets read/written, not the time.
Even also json requests deliver back both, date & time.
For consistency and a proper watch history it would be cool if Kodi would export <lastplayed> with date & time and read it in from NFO if available.
This would also prevent loosing lastplayed 'time' when updating a movie from GUI as it gets overwritten as 00:00:00 in DB then! This I would count as a bug, as one is loosing data that was there before!!