2025-01-17, 10:03
(2025-01-16, 19:05)BesterH Wrote: Is there a way we can have MC change the date of a movie so it appears as the most recent in Kodi? If the it's been encoded years ago it shows way down on the list even though I just got it.
MC saves in the nfo, the date added. This can be the video created date, or the scraped date.
But in Kodi, you may need to create a Advancedsettings.xml file with the following, so Kodi adds the most recently scraped movie to the Recent Movies list.
advancedsettings.xml:
<advancedsettings>
<videolibrary>
<importwatchedstate>true</importwatchedstate>
<dateadded>0</dateadded>
</videolibrary>
</advancedsettings>