Solved Option to have GUI menu remember where you left off between reboots
#1
Is there an option that will allow the GUI to remember where in a library you left off?  For example, say you have 3 seasons of a show in the library.  You finished watching season 2 episode 4 (Kodi does know the watched status for everything prior).  Now say you reboot or restart Kodi.  When you browse back to that particular  show, is it possible to have the cursor/selected item default to the last watched one rather than the top of the list?
Need help programming a Streamzap remote?
Reply
#2
if memory serves me there might be an option in settings but im not [emoji817]
Reply
#3
Setting > Media > Videos > Select first unwatched TV show season / episode.
Reply
#4
Thanks guys, particularly @Hitcher for calling out the answer.

EDIT
This can be setup through ssh by editing ~/.kodi/userdata/guisettings.xml as follows:
Code:
<setting id="videolibrary.tvshowsselectfirstunwatcheditem">2</setting>

There are three options:
Code:
0 = never
1 = on first entry
2 = always
Need help programming a Streamzap remote?
Reply

Logout Mark Read Team Forum Stats Members Help
Option to have GUI menu remember where you left off between reboots0