Solved Don't save the last position
#1
Hello,

Within the actually milehouse raspi-kodi version, I don"t get the last position from recordings.
If I stop to watch a record, was in a former version a question "to start on last position xx:xx".
With the new version all beginning on the start position.

Is it a bug?
Reply
#2
This should be working, What version of Kodi and the addon and ServerWMC are you running?

Post the serverwmc log on pastebin and link it here, we can see if it contains calls to Set/Get LastPlatedPosition
pvr.wmc TV addon and ServerWMC Backend Development Team
http://bit.ly/ServerWMC
Reply
#3
Hello,

here is the log file: http://pastebin.com/qJh3qGwf
Reply
#4
well I can see GetResumePosition calls being made to the backend although I dont see any SetResumePosition (but perhaps in this log you didnt actually watch and recordings then stop half way through?)

If you want to dig further you can add these calls to the "LogRequestFull" config item in ServerWMC config file and we will see what ServerWMC is returning

Replace the line
<LogAllRequestFull/>
with
<LogAllRequestFull>GetResumePosition,SetResumePosition</LogAllRequestFull>


Also a kodi side debug log will show the calls being made and so on.

So perhaps you can

Enable debug logging on Kodi
Restart ServerWMC
Watch a recording for a few minutes and stop it.
Then start watching it again.

Then let's have a look at that log and the kodi debug log




Also i cant see what version of pvr.wmc you are running on the client. Oh and one other thing is that in the addon settings within Kodi you need to enable the option "Store Resume/Watched status on server" although Im pretty sure you have that on already since I can see the GetResumePosition calls being sent
pvr.wmc TV addon and ServerWMC Backend Development Team
http://bit.ly/ServerWMC
Reply
#5
Ooo, I think you mean a another switch !
If I replace yours, I get a new config.xml!!

Now, I replaced the following switch and will now testing.
<LogRequestFull/>
to
<LogRequestFull>GetResumePosition,SetResumePosition</LogRequestFull>

OK, I did testing on two systems.

System 1: Windows 7 with Kodi 15 (20150227)
- all worked fine and the position is saved and reusable

System 2: Raspi with Openelec 15 (#0227)
- I can see the last saved position from System 1 and that is reusable
- but I watched records it's not be willing to save the position

closed the serverwmc-log: http://pastebin.com/TQpcZX6m
and the raspi-kodi-log: http://pastebin.com/cuTM8yZx (part 1) and http://pastebin.com/eUPfdnDm (part 2)

EDIT1:
System 3: Android with SPMC and ClientWMC 0.2.99
- all worked fine and the position is saved and reusable

System 3: Android with Kodi (14.2-beta1 or Kodi 15)
- instable :-(
Reply
#6
Hello,

I would like ask you, did you find a peak of my problem?
I installed all new, but the problem is the same.
Reply
#7
Sorry I had been a bit busy but ive just looked at your logs but cant really see anything (except for confirming that the kodi debug log from the rpi doesnt include any calls to SetResumePosition when I would have expected it should)

You didnt confirm my previous post, that you definitely have enabled "Store Resume/Watched status on server" under the "Configure" section for pvr.wmc addon. That is one of the only possibilities I can think that it could be, since things are working fine on your other systems it would seem to not be a bug in Kodi 15 or anything like that
pvr.wmc TV addon and ServerWMC Backend Development Team
http://bit.ly/ServerWMC
Reply
#8
Hello,

yes I now it is a old thread, but now is solved.

Since the update to #0607, it will now save the last position again. :-)
Reply
#9
Thanks for reporting back, always nice to know things got resolved, not that I know of anything specifically in those newer builds that would have fixed it but hey, at least it's working!
pvr.wmc TV addon and ServerWMC Backend Development Team
http://bit.ly/ServerWMC
Reply

Logout Mark Read Team Forum Stats Members Help
Don't save the last position0