Kodi Community Forum
Last seen channel - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26)
+--- Thread: Last seen channel (/showthread.php?tid=165193)



Last seen channel - tria - 2013-05-18

Hello,

Is it possible to get the last seen channel ID or name through python?
I am trying to start last seen channel, and I am using executeJSONRPC with the method "Player.Open" and the param "channelid" to start a specific channel. Now I wish to start the last seen one instead of a predefined one.

So if there is a way to get last seen channel ID (or something close), or another way to approach this, then please let me know