b-jesch / service.nfo.updater

Updates the watched state of movies or episodes in Kodi
GNU General Public License v2.0
3 stars 1 forks source link

Include ability to write the resume position to file #1

Closed CacheStacks closed 1 year ago

CacheStacks commented 1 year ago

Kodi NFO tags:

<resume>
    <position></position>
    <total></total>
</resume>

Cheers! 🤖

b-jesch commented 1 year ago

The NFO-Updater is triggered at the very end of a playing movie/tv show file, so it makes no sense to store position at the end of a file (position always 100%).