Kodi Community Forum
Auto resume from last position - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Discussions (https://forum.kodi.tv/forumdisplay.php?fid=222)
+--- Forum: Kodi related discussions (https://forum.kodi.tv/forumdisplay.php?fid=6)
+--- Thread: Auto resume from last position (/showthread.php?tid=44152)



Auto resume from last position - pilluli - 2009-01-20

Hi,

I've seen that the autoresume form last position (using the always ask option) doesn't work at the beginning of videos. I have to stop it up to minute 2 or more for it to work. Is this the expected behaviour? Using latest svn here.

regards,


- smcnally75 - 2009-01-20

This is expected and was recently made this way according to the changelog.


- pilluli - 2009-01-20

smcnally75 Wrote:This is expected and was recently made this way according to the changelog.

Thanks, I think 2 minutes is too much in my opinion. Let's see if I can track the changes and revert them in my svn copy.

Regards,


- spiff - 2009-01-20

Application.cpp line 4503


- pilluli - 2009-01-20

spiff Wrote:Application.cpp line 4503

Many thanks spiff, I was just in xbmc.org/track checking the 15499 revision Big Grin

I'm actually considering filling a feature request about this. I really think not saving the position at 5% of the end is just plain wrong when watching TV series (not movies with credits though). :confused2:

regards,


- spiff - 2009-01-20

file at will.

attach a patch as well and the odds are greater... Wink

hint;
Code:
if (item.HasVideoInfoTag() && item.GetVideoInfoTag()->m_iEpisode > -1)