Auto resume from last position
#1
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,
Reply
#2
This is expected and was recently made this way according to the changelog.
Reply
#3
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,
Reply
#4
Application.cpp line 4503
Reply
#5
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,
Reply
#6
file at will.

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

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

Logout Mark Read Team Forum Stats Members Help
Auto resume from last position0