Kodi Community Forum
Release Pandoki - Pandora Internet Radio (Update 2nd Sept 2016: v0.9.3) - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Music Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=148)
+---- Thread: Release Pandoki - Pandora Internet Radio (Update 2nd Sept 2016: v0.9.3) (/showthread.php?tid=205547)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38


RE: Pandoki - Pandora Internet Radio (Update 29th Jan 2015: v0.7.5) - flyerman22 - 2015-02-01

Any way to change the path to my music folder? And any way to add my songs that I had on my computer already to this database? Great program and works awesome. I will try and download the latest build to get the keyboard working. Thank you kindly Smile


RE: Pandoki - Pandora Internet Radio (Update 29th Jan 2015: v0.7.5) - ranmapanda - 2015-03-01

I keep getting script failed. Any help will be greatly appreciated.

Using Ubuntu 14.04.2 LTS, Python 2.7.9 (build from source), Kodi 14.1 (Jan. 30. 2015)
Also this addon works perfect using Windows 8.1 as the OS which i believe uses python built into Kodi.

Log:
Code:
05:26:36 T:140217105241856  NOTICE: -->Python Interpreter Initialized<--
05:26:37 T:140217105241856   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.ImportError'>
                                            Error Contents: /usr/local/lib/python2.7/lib-dynload/pyexpat.so: undefined symbol: PyUnicodeUCS2_DecodeUTF8
                                            Traceback (most recent call last):
                                              File "/home/rp/.kodi/addons/plugin.audio.pandoki/default.py", line 8, in <module>
                                                from pandoki import *
                                              File "/home/rp/.kodi/addons/plugin.audio.pandoki/resources/lib/pandoki/__init__.py", line 1, in <module>
                                                from pandoki import Val, Prop, Pandoki
                                              File "/home/rp/.kodi/addons/plugin.audio.pandoki/resources/lib/pandoki/pandoki.py", line 3, in <module>
                                                import asciidamnit, musicbrainzngs, mypithos
                                              File "/home/rp/.kodi/addons/plugin.audio.pandoki/resources/lib/musicbrainzngs/__init__.py", line 1, in <module>
                                                from musicbrainzngs.musicbrainz import *
                                              File "/home/rp/.kodi/addons/plugin.audio.pandoki/resources/lib/musicbrainzngs/musicbrainz.py", line 15, in <module>
                                                from xml.parsers import expat
                                              File "/usr/local/lib/python2.7/xml/parsers/expat.py", line 4, in <module>
                                                from pyexpat import *
                                            ImportError: /usr/local/lib/python2.7/lib-dynload/pyexpat.so: undefined symbol: PyUnicodeUCS2_DecodeUTF8
                                            -->End of Python script error report<--
05:26:37 T:140218355288000   ERROR: GetDirectory - Error getting plugin://plugin.audio.pandoki/
05:26:37 T:140218355288000   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.audio.pandoki/) failed
05:26:37 T:140217105241856  NOTICE: Thread BackgroundLoader start, auto delete: false



RE: Pandoki - Pandora Internet Radio (Update 29th Jan 2015: v0.7.5) - ranmapanda - 2015-03-02

SOLVED:
After a little research I found Python for Linux default setting is UCS2.
I rebuilt Python from source using "./configure --enable-unicode=ucs4" to force compile using UCS4.

This add-on is working flawlessly now.

(2015-03-01, 12:49)ranmapanda Wrote: I keep getting script failed. Any help will be greatly appreciated.

Using Ubuntu 14.04.2 LTS, Python 2.7.9 (build from source), Kodi 14.1 (Jan. 30. 2015)
Also this addon works perfect using Windows 8.1 as the OS which i believe uses python built into Kodi.

Log:
Code:
05:26:36 T:140217105241856  NOTICE: -->Python Interpreter Initialized<--
05:26:37 T:140217105241856   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.ImportError'>
                                            Error Contents: /usr/local/lib/python2.7/lib-dynload/pyexpat.so: undefined symbol: PyUnicodeUCS2_DecodeUTF8
                                            Traceback (most recent call last):
                                              File "/home/rp/.kodi/addons/plugin.audio.pandoki/default.py", line 8, in <module>
                                                from pandoki import *
                                              File "/home/rp/.kodi/addons/plugin.audio.pandoki/resources/lib/pandoki/__init__.py", line 1, in <module>
                                                from pandoki import Val, Prop, Pandoki
                                              File "/home/rp/.kodi/addons/plugin.audio.pandoki/resources/lib/pandoki/pandoki.py", line 3, in <module>
                                                import asciidamnit, musicbrainzngs, mypithos
                                              File "/home/rp/.kodi/addons/plugin.audio.pandoki/resources/lib/musicbrainzngs/__init__.py", line 1, in <module>
                                                from musicbrainzngs.musicbrainz import *
                                              File "/home/rp/.kodi/addons/plugin.audio.pandoki/resources/lib/musicbrainzngs/musicbrainz.py", line 15, in <module>
                                                from xml.parsers import expat
                                              File "/usr/local/lib/python2.7/xml/parsers/expat.py", line 4, in <module>
                                                from pyexpat import *
                                            ImportError: /usr/local/lib/python2.7/lib-dynload/pyexpat.so: undefined symbol: PyUnicodeUCS2_DecodeUTF8
                                            -->End of Python script error report<--
05:26:37 T:140218355288000   ERROR: GetDirectory - Error getting plugin://plugin.audio.pandoki/
05:26:37 T:140218355288000   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.audio.pandoki/) failed
05:26:37 T:140217105241856  NOTICE: Thread BackgroundLoader start, auto delete: false



RE: Pandoki - Pandora Internet Radio (Update 29th Jan 2015: v0.7.5) - mazeeff - 2015-03-02

Been running XBMC/Kodi for many years, and this is the best addon that I have ever seen. Had a little audiophile gathering yesterday, with other Kodi users. Everyone loved it. One of the most liked feature is the ability to insert local songs into a running Pandoki playlist, and then Pandoki continuing on, after the inserted song is played. Brilliant!!! One minor annoyance was encountered multiple times with regards to the option "Auto Play Last Station". While playing a Pandoki station, several people used the "back" key on my RC6 remote to reverse back through the Kodi hierarchy in order in add local songs to the Pandoki playlist. This resulted in Pandoki restarting the last (current) station. Not a big annoyance (we simply turned off the option), but it would be nice to use. Would it be possible to simply check to see if Pandoki is running, when executing the Auto Play code? You really only want auto play to function, when Pandoki is not running. Thanks for a wonderful app.

PS: It also works wonderfully with Yatse on a Android phone. Having the full station list show up in Yatse is great.

Mike


RE: Pandoki - Pandora Internet Radio (Update 29th Jan 2015: v0.7.5) - digitaltomj - 2015-03-08

Your add-on works wonderfully. I have one question/ suggestion however, Is it possible to make a shortcut that will thumbs up: basic / add a star: expert and thumbs down: basic / remove a star: expert? I feel like this is the only feature (besides a good looking fanart) that is missing from this add-on...unless I overlooked it.


RE: Pandoki - Pandora Internet Radio (Update 29th Jan 2015: v0.7.5) - digitaltomj - 2015-03-08

Just made a quick and dirty fanart for pandoki...you can use it if you want.

Image


RE: Pandoki - Pandora Internet Radio (Update 29th Jan 2015: v0.7.5) - gominoa - 2015-03-16

(2015-03-02, 01:59)ranmapanda Wrote: SOLVED: After a little research I found Python for Linux default setting is UCS2.
Awesome! Glad you got it sorted.
(2015-03-02, 12:43)mazeeff Wrote: While playing a Pandoki station, several people used the "back" key ... resulted in Pandoki restarting the last (current) station.
Thanks! I haven't been able to reproduce, but I use hotkeys to bounce around. Got a key sequence to cause it? What skin? Or a log. I wonder if its exiting and restarting.
(2015-03-08, 05:39)digitaltomj Wrote: Just made a quick and dirty fanart for pandoki...you can use it if you want.
Added. Thanks!
(2015-03-08, 04:08)digitaltomj Wrote: Is it possible to make a shortcut that will thumbs up
plugin.audio.pandoki-0.8.0.zip

I added an API to rate the currently PLAYING song. Someone could totally add these to a skin (hint hint) You can add to keymap or JSON as below:

F1 - Create and Play New Station Based on Song
F2 - Add Song to current Station Variety
F3 - Thumbs Up
F4 - Mark Song Tired and Skip (wont play for 30 days)
F5 - Thumbs Down and Skip
F6 - Clear Previous Rating

Add to userdata/keymaps/keyboard.xml :

Code:
<keymap>
  <global>
    <keyboard>
      <f1>RunPlugin(plugin://plugin.audio.pandoki/?rate=branch)</f1>
      <f2>RunPlugin(plugin://plugin.audio.pandoki/?rate=seed)</f2>
      <f3>RunPlugin(plugin://plugin.audio.pandoki/?rate=up)</f3>
      <f4>RunPlugin(plugin://plugin.audio.pandoki/?rate=tired)</f4>
      <f5>RunPlugin(plugin://plugin.audio.pandoki/?rate=down)</f5>
      <f6>RunPlugin(plugin://plugin.audio.pandoki/?rate=clear)</f6>
    </keyboard>
  </global>
</keymap>

JSON: options for "rate" are "branch, seed, up, tired, down, clear"

Code:
{ "jsonrpc": "2.0", "method": " Addons.ExecuteAddon", "params": { "addonid":"plugin.audio.pandoki","params":{"rate":"up"} } }, "id": 1 }



RE: Pandoki - Pandora Internet Radio (Update 15th Mar 2015: v0.8.0) - digitaltomj - 2015-03-17

(2015-03-02, 12:43)mazeeff Wrote: While playing a Pandoki station, several people used the "back" key ... resulted in Pandoki restarting the last (current) station.
Thanks! I haven't been able to reproduce, but I use hotkeys to bounce around. Got a key sequence to cause it? What skin? Or a log. I wonder if its exiting and restarting.
(2015-03-08, 04:08)digitaltomj Wrote: Is it possible to make a shortcut that will thumbs up
plugin.audio.pandoki-0.8.0.zip

I added an API to rate the currently PLAYING song. Someone could totally add these to a skin (hint hint) You can add to keymap or JSON as below:

F1 - Create and Play New Station Based on Song
F2 - Add Song to current Station Variety
F3 - Thumbs Up
F4 - Mark Song Tired and Skip (wont play for 30 days)
F5 - Thumbs Down and Skip
F6 - Clear Previous Rating

Add to userdata/keymaps/keyboard.xml :

Code:
<keymap>
  <global>
    <keyboard>
      <f1>RunPlugin(plugin://plugin.audio.pandoki/?rate=branch)</f1>
      <f2>RunPlugin(plugin://plugin.audio.pandoki/?rate=seed)</f2>
      <f3>RunPlugin(plugin://plugin.audio.pandoki/?rate=up)</f3>
      <f4>RunPlugin(plugin://plugin.audio.pandoki/?rate=tired)</f4>
      <f5>RunPlugin(plugin://plugin.audio.pandoki/?rate=down)</f5>
      <f6>RunPlugin(plugin://plugin.audio.pandoki/?rate=clear)</f6>
    </keyboard>
  </global>
</keymap>

JSON: options for "rate" are "branch, seed, up, tired, down, clear"

Code:
{ "jsonrpc": "2.0", "method": " Addons.ExecuteAddon", "params": { "addonid":"plugin.audio.pandoki","params":{"rate":"up"} } }, "id": 1 }
[/quote]

Awesome, I'll add the shortcuts to my xml shortly.

I also experienced what mazeeff did. It is most noticeable if I have "Auto Play Last Station" enabled in the Pandoki settings, as I try to go to the list of stations before the lasted played station finishes it's queue. If I press backspace before the station queues, there's a pause and then it will go back to the now playing menu and start playing the last played station that has finished queuing. I am using transparency with kodi 14.0 on windows 8.1. I have also experienced this on another computer of mine running transparency with kodi 14.1 on Xubuntu 14.10.

PS: it seems your repo has not been updated yet to include the plugin.audio.pandoki-0.8.0 update.


RE: Pandoki - Pandora Internet Radio (Update 15th Mar 2015: v0.8.0) - Jacksmyname - 2015-03-18

I haven't read the entire thread, but from what I have read this add on looks great.
I have Kodi installed on a FireTV stick. Will this work on the stick?


RE: Pandoki - Pandora Internet Radio (Update 15th Mar 2015: v0.8.0) - fastdump - 2015-03-18

(2015-03-18, 05:58)Jacksmyname Wrote: I haven't read the entire thread, but from what I have read this add on looks great.
I have Kodi installed on a FireTV stick. Will this work on the stick?
Or you could install it and find out... Confused


RE: Pandoki - Pandora Internet Radio (Update 15th Mar 2015: v0.8.0) - mrrman - 2015-03-23

Looking forward to installing this on my M8 Kodi box


RE: Pandoki - Pandora Internet Radio (Update 15th Mar 2015: v0.8.0) - blueeyiz702 - 2015-03-25

time for a good ole keyboard cheatsheet! Reason I don't have userdata/keymaps/keyboard.xml,or atleast its not in the userdata when I look?


RE: Pandoki - Pandora Internet Radio (Update 15th Mar 2015: v0.8.0) - blueeyiz702 - 2015-03-26

Im assuming when you change playlist to 14 to 50 you get that many songs accordingly.but how are you able to get a bigger list,one person said they had like 850 or something after letting play 18 hours? how is this done,i think I missed something!


RE: Pandoki - Pandora Internet Radio (Update 15th Mar 2015: v0.8.0) - scr44tch - 2015-03-27

hi guys

first of all i must say i love this addon!!! i run it with fire tv

is it possible to get the rating done with eminence skin?
which skins are supported?

i got the 1 week trial for pandora one, i checked the pandora one box in the config, but i cant login when pandora one is checked.
Error: Login Failed, Bad User/Pass/Proxy

when i uncheck the pandora one, everything works fine


kodi.log

Code:
20:16:40 T:1548556032  NOTICE: special://profile/ is mapped to: special://masterprofile/
20:16:40 T:1548556032  NOTICE: -----------------------------------------------------------------------
20:16:40 T:1548556032  NOTICE: Starting Kodi (14.2-RC1 Git:2015-03-11-e7ba06f-dirty). Platform: Android ARM 32-bit
20:16:40 T:1548556032  NOTICE: Using Release Kodi x32 build
20:16:40 T:1548556032  NOTICE: Kodi compiled Mar 11 2015 by GCC 4.8.0 for Android ARM 32-bit API level 14 (API level 14)
20:16:40 T:1548556032  NOTICE: Running on Amazon AFTB with Android 4.2.2 API level 17, kernel: Linux ARM 32-bit version 3.4.0-perf-g21e3850
20:16:40 T:1548556032  NOTICE: FFmpeg version: 14.2b1-Helix-39-ge7ba06f-xbmc-2.4.6-Helix
20:16:40 T:1548556032  NOTICE: Host CPU: ARMv7 Processor rev 0 (v7l), 4 cores available
20:16:40 T:1548556032  NOTICE: Product: bueller, Device: bueller, Board: MSM8960 - Manufacturer: Amazon, Brand: qcom, Model: AFTB, Hardware: qcom
20:16:40 T:1548556032  NOTICE: ARM Features: Neon enabled
20:16:40 T:1548556032  NOTICE: special://xbmc/ is mapped to: /data/data/org.xbmc.kodi/cache/apk/assets
20:16:40 T:1548556032  NOTICE: special://xbmcbin/ is mapped to: /data/data/org.xbmc.kodi/cache/apk/assets
20:16:40 T:1548556032  NOTICE: special://masterprofile/ is mapped to: /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/userdata
20:16:40 T:1548556032  NOTICE: special://home/ is mapped to: /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi
20:16:40 T:1548556032  NOTICE: special://temp/ is mapped to: /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/temp
20:16:40 T:1548556032  NOTICE: The executable running is:
20:16:40 T:1548556032  NOTICE: Local hostname: localhost
20:16:40 T:1548556032  NOTICE: Log File is located: /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/temp/kodi.log
20:16:40 T:1548556032  NOTICE: -----------------------------------------------------------------------
20:16:40 T:1548556032  NOTICE: load settings...
20:16:40 T:1548556032   DEBUG: static int CAndroidFeatures::GetVersion(): android.os.Build.VERSION 17
20:16:40 T:1548556032   DEBUG: CSettings: loaded settings definition from special://xbmc/system/settings/settings.xml
20:16:40 T:1548556032 WARNING: CSettingInt: unknown options filler "audiocdactions" of "audiocds.autoaction"
20:16:40 T:1548556032   DEBUG: CSettings: loaded settings definition from special://xbmc/system/settings/android.xml
20:16:40 T:1548556032  NOTICE: Found 1 Lists of Devices
20:16:40 T:1548556032  NOTICE: Enumerated AUDIOTRACK devices:
20:16:40 T:1548556032  NOTICE:     Device 1
20:16:40 T:1548556032  NOTICE:         m_deviceName      : AudioTrack
20:16:40 T:1548556032  NOTICE:         m_displayName     : android
20:16:40 T:1548556032  NOTICE:         m_displayNameExtra: audiotrack
20:16:40 T:1548556032  NOTICE:         m_deviceType      : AE_DEVTYPE_HDMI
20:16:40 T:1548556032  NOTICE:         m_channels        : FL,FR,FC,LFE,BL,BR
20:16:40 T:1548556032  NOTICE:         m_sampleRates     : 48000
20:16:40 T:1548556032  NOTICE:         m_dataFormats     : AE_FMT_S16LE,AE_FMT_AC3,AE_FMT_DTS
20:16:40 T:1548556032  NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
20:16:40 T:1548556032  NOTICE: Loaded settings file from special://profile/advancedsettings.xml
20:16:40 T:1548556032  NOTICE: Contents of special://profile/advancedsettings.xml are...
                                            <!-- zerocache -->
                                            <advancedsettings>
                                              <network>
                                                <cachemembuffersize>0</cachemembuffersize>
                                                <curlclienttimeout>45</curlclienttimeout>
                                              </network>
                                              <gui>
                                                <algorithmdirtyregions>3</algorithmdirtyregions>
                                                <nofliptimeout>0</nofliptimeout>
                                              </gui>
                                              <videoscanner>
                                                <ignoreerrors>true</ignoreerrors>
                                              </videoscanner>
                                            </advancedsettings>
20:16:40 T:1548556032  NOTICE: Default DVD Player: dvdplayer
20:16:40 T:1548556032  NOTICE: Default Video Player: dvdplayer
20:16:40 T:1548556032  NOTICE: Default Audio Player: paplayer
20:16:40 T:1548556032  NOTICE: Disabled debug logging due to GUI setting. Level 0.
20:16:40 T:1548556032  NOTICE: Log level changed to "LOG_LEVEL_NORMAL"
20:16:40 T:1548556032  NOTICE: CMediaSourceSettings: loading media sources from special://masterprofile/sources.xml
20:16:40 T:1548556032  NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
20:16:40 T:1548556032  NOTICE: Loaded playercorefactory configuration
20:16:40 T:1548556032  NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
20:16:40 T:1548556032  NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
20:16:40 T:1552316752  NOTICE: Thread ActiveAE start, auto delete: false
20:16:40 T:1554612328  NOTICE: Thread AESink start, auto delete: false
20:16:40 T:1548556032  NOTICE: Running database version Addons16
20:16:41 T:1548556032  NOTICE: ADDONS: Using repository repository.gomioa
20:16:41 T:1548556032  NOTICE: ADDONS: Using repository repository.xbmc.org
20:16:41 T:1548556032  NOTICE: ADDONS: Using repository repository.spoyser
20:16:41 T:1548556032  NOTICE: ADDONS: Using repository repository.xbmc-israel
20:16:41 T:1548556032  NOTICE: ADDONS: Using repository repository.tknorris.release
20:16:41 T:1548556032  NOTICE: ADDONS: Using repository repo.hybrid
20:16:41 T:1548556032  NOTICE: ADDONS: Using repository repository.xunitytalk
20:16:41 T:1548556032  NOTICE: ADDONS: Using repository net.rieter.xot.repository
20:16:41 T:1548556032  NOTICE: ADDONS: Using repository repository.lambda
20:16:41 T:1548556032  NOTICE: ADDONS: Using repository repository.Kinkin
20:16:41 T:1548556032  NOTICE: ADDONS: Using repository repository.xbmchub
20:16:41 T:1548556032  NOTICE: ADDONS: Using repository repository.BlazeRepo
20:16:41 T:1548556032  NOTICE: ADDONS: Using repository repository.k3oni.xbmc
20:16:41 T:1548556032  NOTICE: ADDONS: Using repository repository.totalinstaller
20:16:41 T:1548556032 WARNING: Unable to resolve: /libcec.so CECInitialise, reason: Symbol not found:
20:16:41 T:1548556032   ERROR: Unable to resolve exports from dll libcec.so
20:16:41 T:1548556032   ERROR: virtual void PERIPHERALS::CPeripherals::Initialise() - failed to initialise bus cec
20:16:41 T:1555442248  NOTICE: Thread PeripBusUSB start, auto delete: false
20:16:41 T:1548556032  NOTICE: virtual bool CWinSystemEGL::InitWindowSystem(): Using EGL Implementation: android
20:16:41 T:1548556032  NOTICE: Current resolution: 1920x1080 @ 60.00 - Full Screen
20:16:41 T:1548556032  NOTICE: Previous line repeats 1 times.
20:16:41 T:1548556032  NOTICE: Found resolution 1920 x 1080 for display 0 with 1920 x 1080 @ 60.000000 Hz
20:16:41 T:1548556032  NOTICE: Found ([email protected]) at 16, setting to RES_DESKTOP at 16
20:16:41 T:1548556032  NOTICE: Checking resolution 16
20:16:41 T:1548556032  NOTICE: Current resolution: 1920x1080 @ 60.00 - Full Screen
20:16:41 T:1548556032  NOTICE: GL_VENDOR = Qualcomm
20:16:41 T:1548556032  NOTICE: GL_RENDERER = Adreno (TM) 320
20:16:41 T:1548556032  NOTICE: GL_VERSION = OpenGL ES 3.0 [email protected] [email protected] PDAVID_AU_LINUX_ANDROID_JB_2.5.4.04.02.02.073.175+PATCH[ES]_msm8960_JB_2.5.4_CL3406509_release_ENGG (CL@3406509)
20:16:41 T:1548556032  NOTICE: GL_SHADING_LANGUAGE_VERSION = OpenGL ES GLSL ES 3.00
20:16:41 T:1548556032  NOTICE: GL_EXTENSIONS = GL_AMD_compressed_ATC_texture GL_AMD_performance_monitor GL_AMD_program_binary_Z400 GL_EXT_debug_labelGL_EXT_debug_markerGL_EXT_robustness GL_EXT_texture_format_BGRA8888 GL_EXT_texture_type_2_10_10_10_REV GL_NV_fence GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth_texture GL_OES_depth24 GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_fragment_precision_high GL_OES_get_program_binary GL_OES_packed_depth_stencil GL_OES_depth_texture_cube_map GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_texture_3D GL_OES_texture_float GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_vertex_half_float GL_OES_vertex_type_10_10_10_2 GL_OES_vertex_array_object GL_QCOM_alpha_test GL_QCOM_binning_control GL_QCOM_driver_control GL_QCOM_perfmon_global_mode GL_QCOM_extended_get GL_QCOM_extended_get2 GL_QCOM_tiled_rendering GL_QCOM_writeonly_rendering GL_EXT_sRGB GL_EXT_texture_filter_anisotropic GL_EXT_color_buffer_float GL_EXT_color_buffer_half_float
20:16:41 T:1548556032  NOTICE: Current resolution: 1920x1080 @ 60.00 - Full Screen
20:16:41 T:1548556032  NOTICE: No Joystick name specified, loading default map
20:16:41 T:1548556032  NOTICE: Previous line repeats 36 times.
20:16:41 T:1548556032  NOTICE: Running database version Addons16
20:16:41 T:1548556032  NOTICE: Running database version ViewModes6
20:16:41 T:1548556032  NOTICE: Running database version Textures13
20:16:41 T:1548556032  NOTICE: Running database version MyMusic48
20:16:41 T:1548556032  NOTICE: Running database version MyVideos90
20:16:41 T:1548556032  NOTICE: Running database version TV26
20:16:41 T:1548556032  NOTICE: Running database version Epg8
20:16:42 T:1548556032 WARNING: JSONRPC: Could not parse type "PVR.Details.Channel"
20:16:42 T:1548556032 WARNING: JSONRPC: Could not parse type "PVR.Details.ChannelGroup.Extended"
20:16:42 T:1548556032 WARNING: JSONRPC: Could not parse type "GUI.Property.Value"
20:16:42 T:1548556032 WARNING: JSONRPC: Could not parse type "Setting.Details.SettingList"
20:16:42 T:1568456104  NOTICE: Thread LanguageInvoker start, auto delete: false
20:16:42 T:1548556032  NOTICE: Previous line repeats 3 times.
20:16:42 T:1548556032  NOTICE: void CApplication::UpdateLibraries(): Starting video library startup scan
20:16:42 T:1570320528  NOTICE: Thread VideoInfoScanner start, auto delete: false
20:16:42 T:1569333256  NOTICE: Thread LanguageInvoker start, auto delete: false
20:16:42 T:1548556032  NOTICE: Previous line repeats 2 times.
20:16:42 T:1548556032  NOTICE: initialize done
20:16:42 T:1548556032  NOTICE: Running the application...
20:16:42 T:1569316328  NOTICE: Thread LanguageInvoker start, auto delete: false
20:16:42 T:1568456104  NOTICE: -->Python Interpreter Initialized<--
20:16:43 T:1575961560  NOTICE: Previous line repeats 1 times.
20:16:43 T:1575961560  NOTICE: Thread JobWorker start, auto delete: true
20:16:43 T:1569182360  NOTICE: -->Python Interpreter Initialized<--
20:16:43 T:1548556032  NOTICE: starting zeroconf publishing
20:16:43 T:1576702392  NOTICE: Thread ZerocconfEmbedded start, auto delete: false
20:16:43 T:1548556032  NOTICE: Webserver: Starting...
20:16:43 T:1548556032  NOTICE: WebServer: Started the webserver
20:16:43 T:1548556032  NOTICE: starting upnp controller
20:16:43 T:1576300160  NOTICE: Thread JobWorker start, auto delete: true
20:16:43 T:1548556032  NOTICE: starting upnp server
20:16:43 T:1548556032  NOTICE: starting upnp renderer
20:16:43 T:1568478800  NOTICE: -->Python Interpreter Initialized<--
20:16:43 T:1548556032  NOTICE: ES: Starting event server
20:16:43 T:1576019096  NOTICE: Thread EventServer start, auto delete: false
20:16:43 T:1576019096  NOTICE: ES: Starting UDP Event server on 0.0.0.0:9777
20:16:43 T:1576017096  NOTICE: Thread TCPServer start, auto delete: false
20:16:43 T:1576019096  NOTICE: UDP: Listening on port 9777
20:16:43 T:1548556032  NOTICE: Current resolution: 1920x1080 @ 60.00 - Full Screen
20:16:43 T:1548556032  NOTICE: GL_VENDOR = Qualcomm
20:16:43 T:1548556032  NOTICE: GL_RENDERER = Adreno (TM) 320
20:16:43 T:1548556032  NOTICE: GL_VERSION = OpenGL ES 3.0 [email protected] [email protected] PDAVID_AU_LINUX_ANDROID_JB_2.5.4.04.02.02.073.175+PATCH[ES]_msm8960_JB_2.5.4_CL3406509_release_ENGG (CL@3406509)
20:16:43 T:1548556032  NOTICE: GL_SHADING_LANGUAGE_VERSION = OpenGL ES GLSL ES 3.00
20:16:43 T:1548556032  NOTICE: GL_EXTENSIONS = GL_AMD_compressed_ATC_texture GL_AMD_performance_monitor GL_AMD_program_binary_Z400 GL_EXT_debug_labelGL_EXT_debug_markerGL_EXT_robustness GL_EXT_texture_format_BGRA8888 GL_EXT_texture_type_2_10_10_10_REV GL_NV_fence GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth_texture GL_OES_depth24 GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_fragment_precision_high GL_OES_get_program_binary GL_OES_packed_depth_stencil GL_OES_depth_texture_cube_map GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_texture_3D GL_OES_texture_float GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_vertex_half_float GL_OES_vertex_type_10_10_10_2 GL_OES_vertex_array_object GL_QCOM_alpha_test GL_QCOM_binning_control GL_QCOM_driver_control GL_QCOM_perfmon_global_mode GL_QCOM_extended_get GL_QCOM_extended_get2 GL_QCOM_tiled_rendering GL_QCOM_writeonly_rendering GL_EXT_sRGB GL_EXT_texture_filter_anisotropic GL_EXT_color_buffer_float GL_EXT_color_buffer_half_float
20:16:43 T:1570320528  NOTICE: VideoInfoScanner: Starting scan ..
20:16:43 T:1578343872  NOTICE: Thread JobWorker start, auto delete: true
20:16:43 T:1707064296  NOTICE: Previous line repeats 1 times.
20:16:43 T:1707064296  NOTICE: Thread LanguageInvoker start, auto delete: false
20:16:43 T:1569316328  NOTICE: -->Python Interpreter Initialized<--
20:16:43 T:1724191504  NOTICE: Previous line repeats 2 times.
20:16:43 T:1724191504  NOTICE: Thread LanguageInvoker start, auto delete: false
20:16:45 T:1707064296  NOTICE: -->Python Interpreter Initialized<--
20:16:45 T:1569350344  NOTICE: [Flixanity] Subscription service starting...
20:16:45 T:1568480744  NOTICE: -->Python Interpreter Initialized<--
20:16:46 T:1570320528  NOTICE: Previous line repeats 1 times.
20:16:46 T:1570320528  NOTICE: VideoInfoScanner: Finished scan. Scanning for video info took 00:03
20:16:48 T:1569333256  NOTICE: 1Channel: Service: Installed Version: 2.5.64
20:16:48 T:1569333256  NOTICE: 1Channel: Loading sqlite3 as DB engine
20:16:48 T:1569333256  NOTICE: 1Channel: Service: Resetting...
20:16:48 T:1569333256  NOTICE: 1Channel: Service: starting...
20:16:49 T:1723851096  NOTICE: Thread LanguageInvoker start, auto delete: false
20:16:49 T:1724191504  NOTICE: CommonFunctions-2.5.1
20:16:50 T:1723851096  NOTICE: -->Python Interpreter Initialized<--
20:16:55 T:1723851096   ERROR: ERROR:root:Network error: <urlopen error [Errno 8] _ssl.c:480: EOF occurred in violation of protocol>
20:16:55 T:1723851096  NOTICE: .
20:16:55 T:1723851096  NOTICE: plugin.audio.pandoki Auth BAD

Any suggestions?


RE: Pandoki - Pandora Internet Radio (Update 15th Mar 2015: v0.8.0) - Seventh - 2015-03-30

I'm trying to install this, but when I go to install from zip file I select the zip for Pandoki, click OK and it just kicks me back to the menu without doing anything.

I'm on OSX, latest Kodi version. What am I missing? Any insight would be appreciated.