Kodi Community Forum

Full Version: Play-Resume playlist
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi! I'm developing a kodi script on Raspberry Pi. I was able to make a playlist with the videos and play them without problem with:
xbmc.Player().play(videoList)

My question is, the xbmc library allows you to save the playlist time so that if you turn the device off and then back on, resume playlist the instant you stayedHuh

Thank you!
Well it doesn't really log where your at unless something is monitoring it and does so at intervals or at some kind of point to distinguish. So it really depends on what you mean by where you left off. You could be talking about the index of the playlist to the length of a file in the playlist as well.