Release Pandoki - Pandora Internet Radio (Update 2nd Sept 2016: v0.9.3)
For those that would like to use the autoplay the last station you were listening to option you can add this one command to the default.py file within pandoki 0.9.3.

Look for this section in the default.py file...
Code:
run = Prop('run') # only start up once
if (not run) or (float(run) < (time.time() - 3)):
    run = Pandoki()
else: run = False

xbmc.executebuiltin("PlayerControl(Stop)") # add this line

if search:
    if search == 'hcraes':
        search = xbmcgui.Dialog().input('%s - Search' % Val('name'), Prop('search'))

On the remote control for my Samsung TV the Exit button returns me to my list of stations. You might need to experiment to find the right button.

I'm sure there's a better command to use than mine. But, hey, it works.

My setup is a raspberry pi 3 running the latest LibreELEC (8.2.3).

I even came up with a way to exit Pandoki, while it's playing, back to the main screen of Kodi (without having to back your way out). It involves a simple python script file that's called by mapping a key on the remote. It's quite simple.

Hope this helps.

Later...
Reply


Messages In This Thread
RE: Pandoki - Pandora Internet Radio (Update 2nd Sept 2016: v0.9.3) - by Trespasser - 2018-02-28, 19:58
Logout Mark Read Team Forum Stats Members Help
Pandoki - Pandora Internet Radio (Update 2nd Sept 2016: v0.9.3)8