Kodi Community Forum
Beta Spotify for Kodi - 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: Beta Spotify for Kodi (/showthread.php?tid=265356)



RE: Spotify for Kodi - User 224999 - 2016-05-17

(2016-05-13, 08:17)macardi Wrote: I got this random crasches since I started using the addon. Im not 100% sure its because of the addon, but it started at the same time I first installed it so i suspect it could be connected. I usually takes 10-20 minutes after I have started the addon before it happens, hence the long debug log.

I can't notice any strange stuff in your log, maybe test for a few days with the addon disabled ?


RE: Spotify for Kodi - User 224999 - 2016-05-17

(2016-05-14, 10:58)Capone2381 Wrote: I am running OSMC on a Raspberry Pi 2 and have used the workaround. Everything appears to be working fine other than the fact that the tracks only play for 30 seconds. Does anybody have a fix for this? Thanks for your work on the add-on.

Strange, the raspberry pi should work fine. Was tested by multiple people now, except for the OSMC. I believe others are using openelec or libreelec. Possible to save your kodi log after you have started the addon ?


RE: Spotify for Kodi - benji791 - 2016-05-18

(2016-05-17, 22:59)marcelveldt Wrote:
(2016-05-10, 11:14)benji791 Wrote: Another thing I'm missing is possibility to add to my music in Spotify when in play mode. In list mode the option is available in the context menu but there is no such thing in play mode. That would be great to have this feature in play mode. Do you think it is possible?

In play mode ? You mean when a track is playing you want to add that exact track to your spotify library ?
Hmm, I don't know if that is even possible, considering that Kodi handles the playback

Hello,

Yes when I'm listening to music I like the full screen display of kodi with slideshow of artists. It works well. The only facility I'm missing is a shortcut to save to my spotify music. I think a keyboard shortcut would be convenient. But yes I'm not 100% sure it is feasable.


RE: Spotify for Kodi - User 224999 - 2016-05-18

(2016-05-18, 16:44)benji791 Wrote: Yes when I'm listening to music I like the full screen display of kodi with slideshow of artists. It works well. The only facility I'm missing is a shortcut to save to my spotify music. I think a keyboard shortcut would be convenient. But yes I'm not 100% sure it is feasable.

Well, to have it as a button in the skin will require skin modifications but a keyboard shortcut will do.
I'll create something for this, I'll let you know once it's available to test.

EDIT: New version will be available on the repo within an hour. With that new version just create a shortcut / keyboard shortcut to this command:

RunPlugin(plugin://plugin.audio.spotify/?action=add_track_to_playlist)


RE: Spotify for Kodi - olmok - 2016-05-18

Hi Marcel!

Thanks for the added debugging; still get the same error (although I see two of them in the log now) - I also wiped all my databases, to make sure they weren't corrupt or anything, but that didn't do me any good, haha.

Code:
20:16:45 T:123145306673152  NOTICE: Spotify --> Your platform (x86_64 System.Platform.OSX)
20:16:45 T:123145306673152  NOTICE: Spotify --> Starting background service...
20:16:45 T:123145306673152  NOTICE: Spotify --> Cached session found
20:16:45 T:123145318555648  NOTICE: Spotify --> logged in: 0
20:16:46 T:123145310507008   ERROR: None
20:16:50 T:123145306673152   ERROR: Previous line repeats 3 times.
20:16:50 T:123145306673152  NOTICE: Spotify --> starting proxy at port 8081
20:16:50 T:123145306673152  NOTICE: Spotify --> ERROR in backgroundservice! 'ascii' codec can't decode byte 0xdd in position 0: ordinal not in range(128)
20:16:50 T:123145306673152   ERROR: Traceback (most recent call last):
20:16:50 T:123145306673152   ERROR:   File "/Users/olle/Library/Application Support/Kodi/addons/plugin.audio.spotify/resources/playbackservice.py", line 237, in main
20:16:50 T:123145306673152   ERROR:     playtoken = proxy_runner.get_user_token(user_agent)
20:16:50 T:123145306673152   ERROR:   File "/Users/olle/Library/Application Support/Kodi/addons/plugin.audio.spotify/resources/libs/spotifyproxy/httpproxy.py", line 557, in get_user_token
20:16:50 T:123145306673152   ERROR:     return create_user_token(self.__base_token, user_agent)
20:16:50 T:123145306673152   ERROR:   File "/Users/olle/Library/Application Support/Kodi/addons/plugin.audio.spotify/resources/libs/spotifyproxy/httpproxy.py", line 64, in create_user_token
20:16:50 T:123145306673152   ERROR:     return sha1sum(str.join('', [base_token, user_agent]))
20:16:50 T:123145306673152   ERROR: UnicodeDecodeError: 'ascii' codec can't decode byte 0xdd in position 0: ordinal not in range(128)
20:16:51 T:123145306673152  NOTICE: Spotify --> Background service stopped
20:16:51 T:123145318555648   ERROR: Exception in thread Thread-1:
                                            Traceback (most recent call last):
                                              File "/Users/Shared/jenkins/workspace/OSX-64/tools/depends/xbmc-depends/macosx10.10_x86_64-target/lib/python2.6/threading.py", line 532, in __bootstrap_inner
                                              File "/Users/olle/Library/Application Support/Kodi/addons/plugin.audio.spotify/resources/playbackservice.py", line 102, in run
                                                self.__mainloop.loop(self.__session)
                                              File "/Users/olle/Library/Application Support/Kodi/addons/plugin.audio.spotify/resources/libs/spotify/__init__.py", line 166, in loop
                                                timeout = session.process_events()
                                            ReferenceError: weakly-referenced object no longer exists

// O


RE: Spotify for Kodi - Jozef001 - 2016-05-18

I have added some music from a playlist to my library. Where are these songs/files stored? Because I want to delete them.


RE: Spotify for Kodi - User 224999 - 2016-05-18

(2016-05-18, 20:58)Jozef001 Wrote: I have added some music from a playlist to my library. Where are these songs/files stored? Because I want to delete them.

At some server in the cloud from Spotify ;-)

You can use the contextmenu to delete items from your library


RE: Spotify for Kodi - benji791 - 2016-05-18

(2016-05-18, 20:06)marcelveldt Wrote:
(2016-05-18, 16:44)benji791 Wrote: Yes when I'm listening to music I like the full screen display of kodi with slideshow of artists. It works well. The only facility I'm missing is a shortcut to save to my spotify music. I think a keyboard shortcut would be convenient. But yes I'm not 100% sure it is feasable.

Well, to have it as a button in the skin will require skin modifications but a keyboard shortcut will do.
I'll create something for this, I'll let you know once it's available to test.

EDIT: New version will be available on the repo within an hour. With that new version just create a shortcut / keyboard shortcut to this command:

RunPlugin(plugin://plugin.audio.spotify/?action=add_track_to_playlist)
Great thanks I'm advance

Envoyé de mon HTC One S en utilisant Tapatalk


RE: Spotify for Kodi - User 224999 - 2016-05-18

(2016-05-18, 20:19)olmok Wrote: Thanks for the added debugging; still get the same error (although I see two of them in the log now) - I also wiped all my databases, to make sure they weren't corrupt or anything, but that didn't do me any good, haha.

New version will be on the repo within an hour, please test with that if the issue is resolved.


RE: Spotify for Kodi - Jozef001 - 2016-05-18

(2016-05-18, 21:05)marcelveldt Wrote:
(2016-05-18, 20:58)Jozef001 Wrote: I have added some music from a playlist to my library. Where are these songs/files stored? Because I want to delete them.

At some server in the cloud from Spotify ;-)

You can use the contextmenu to delete items from your library

That's not possible. There is no option in the contextmenu for that.


RE: Spotify for Kodi - olmok - 2016-05-18

(2016-05-18, 21:20)marcelveldt Wrote: New version will be on the repo within an hour, please test with that if the issue is resolved.

Thanks again, tested with 1.0.14, sadly with similar results as before:

Code:
22:30:14 T:123145319092224  NOTICE: Spotify --> Your platform (x86_64 System.Platform.OSX)
22:30:14 T:123145319092224  NOTICE: Spotify --> Starting background service...
22:30:14 T:123145319092224  NOTICE: Spotify --> Cached session found
22:30:14 T:123145331945472  NOTICE: Spotify --> logged in: 0
22:30:14 T:123145331408896   ERROR: None
22:30:19 T:123145319092224   ERROR: Previous line repeats 3 times.
22:30:19 T:123145319092224  NOTICE: Spotify --> starting proxy at port 8081
22:30:19 T:123145319092224  NOTICE: Spotify --> ERROR in backgroundservice! 'ascii' codec can't decode byte 0xf6 in position 0: ordinal not in range(128)
22:30:19 T:123145319092224   ERROR: Traceback (most recent call last):
22:30:19 T:123145319092224   ERROR:   File "/Users/olle/Library/Application Support/Kodi/addons/plugin.audio.spotify/resources/playbackservice.py", line 237, in main
22:30:19 T:123145319092224   ERROR:     playtoken = proxy_runner.get_user_token(user_agent)
22:30:19 T:123145319092224   ERROR:   File "/Users/olle/Library/Application Support/Kodi/addons/plugin.audio.spotify/resources/libs/spotifyproxy/httpproxy.py", line 557, in get_user_token
22:30:19 T:123145319092224   ERROR:     return create_user_token(self.__base_token, user_agent)
22:30:19 T:123145319092224   ERROR:   File "/Users/olle/Library/Application Support/Kodi/addons/plugin.audio.spotify/resources/libs/spotifyproxy/httpproxy.py", line 64, in create_user_token
22:30:19 T:123145319092224   ERROR:     return sha1sum(str.join('', [base_token, user_agent]))
22:30:19 T:123145319092224   ERROR: UnicodeDecodeError: 'ascii' codec can't decode byte 0xf6 in position 0: ordinal not in range(128)
22:30:19 T:123145319092224  NOTICE: Spotify --> Background service stopped
22:30:19 T:123145331945472   ERROR: Exception in thread Thread-1:
                                            Traceback (most recent call last):
                                              File "/Users/Shared/jenkins/workspace/OSX-64/tools/depends/xbmc-depends/macosx10.10_x86_64-target/lib/python2.6/threading.py", line 532, in __bootstrap_inner
                                              File "/Users/olle/Library/Application Support/Kodi/addons/plugin.audio.spotify/resources/playbackservice.py", line 102, in run
                                                self.__mainloop.loop(self.__session)
                                              File "/Users/olle/Library/Application Support/Kodi/addons/plugin.audio.spotify/resources/libs/spotify/__init__.py", line 166, in loop
                                                timeout = session.process_events()
                                            ReferenceError: weakly-referenced object no longer exists



RE: Spotify for Kodi - RoloK - 2016-05-18

(2016-05-17, 23:49)marcelveldt Wrote:
(2016-05-12, 13:25)RoloK Wrote: I see wich artist it is if ilook into the "media info", but there is no Artist names in the "list"

Got it, I've now appended the artistname to the Multi-artist results.
New version is coming up

Thank you for a great job.
The "artist - song" in lists works great in the new version.


RE: Spotify for Kodi - mystic84 - 2016-05-20

HI I already posted my log but all I get 30 seconds of a song and then I get platform not supported here is my log once again I"m on a a nexus player thanks

Wrap Raw Revise
06:04:32 T:18446744073168365872 NOTICE: special://profile/ is mapped to: special://masterprofile/
06:04:32 T:18446744073168365872 NOTICE: -----------------------------------------------------------------------
06:04:32 T:18446744073168365872 NOTICE: Starting Kodi (16.1 Git:2016-04-24-eaa012d). Platform: Android x86 32-bit
06:04:32 T:18446744073168365872 NOTICE: Using Release Kodi x32 build
06:04:32 T:18446744073168365872 NOTICE: Kodi compiled Apr 24 2016 by GCC 4.8.0 for Android x86 32-bit API level 17 (API level 17)
06:04:32 T:18446744073168365872 NOTICE: Running on Asus Nexus Player with Android 6.0.1 API level 23, kernel: Linux x86 32-bit version 3.10.20-g2d02f8b
06:04:32 T:18446744073168365872 NOTICE: FFmpeg version: 2.8.6-kodi-2.8.6-Jarvis-16.0
06:04:32 T:18446744073168365872 NOTICE: Host CPU: Intel® Atom™ CPU Z3560 @ 1.00GHz, 4 cores available
06:04:32 T:18446744073168365872 NOTICE: Product: fugu, Device: fugu, Board: fugu - Manufacturer: Asus, Brand: google, Model: Nexus Player, Hardware: fugu
06:04:32 T:18446744073168365872 NOTICE: External storage path = /storage/emulated/0; status = ok
06:04:32 T:18446744073168365872 NOTICE: special://xbmc/ is mapped to: /data/user/0/org.xbmc.kodi/cache/apk/assets
06:04:32 T:18446744073168365872 NOTICE: special://xbmcbin/ is mapped to: /data/user/0/org.xbmc.kodi/cache/apk/assets
06:04:32 T:18446744073168365872 NOTICE: special://masterprofile/ is mapped to: /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/userdata
06:04:32 T:18446744073168365872 NOTICE: special://home/ is mapped to: /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi
06:04:32 T:18446744073168365872 NOTICE: special://temp/ is mapped to: /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/temp
06:04:32 T:18446744073168365872 NOTICE: The executable running is: /system/bin/app_process32
06:04:32 T:18446744073168365872 NOTICE: Local hostname: localhost
06:04:32 T:18446744073168365872 NOTICE: Log File is located: /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/temp/kodi.log
06:04:32 T:18446744073168365872 NOTICE: -----------------------------------------------------------------------
06:04:32 T:18446744073168365872 NOTICE: load settings...
06:04:32 T:18446744073168365872 DEBUG: CSettings: loaded settings definition from special://xbmc/system/settings/settings.xml
06:04:32 T:18446744073168365872 WARNING: CSettingInt: unknown options filler "audiocdactions" of "audiocds.autoaction"
06:04:32 T:18446744073168365872 DEBUG: CSettings: loaded settings definition from special://xbmc/system/settings/android.xml
06:04:32 T:18446744073168365872 DEBUG: AESinkAUDIOTRACK - 44100 supported
06:04:32 T:18446744073168365872 DEBUG: AESinkAUDIOTRACK - 48000 supported
06:04:32 T:18446744073168365872 DEBUG: AESinkAUDIOTRACK - 96000 supported
06:04:32 T:18446744073168365872 DEBUG: AESinkAUDIOTRACK - 192000 supported
06:04:32 T:18446744073168365872 NOTICE: Found 1 Lists of Devices
06:04:32 T:18446744073168365872 NOTICE: Enumerated AUDIOTRACK devices:
06:04:32 T:18446744073168365872 NOTICE: Device 1
06:04:32 T:18446744073168365872 NOTICE: m_deviceName : AudioTrack
06:04:32 T:18446744073168365872 NOTICE: m_displayName : android
06:04:32 T:18446744073168365872 NOTICE: m_displayNameExtra: audiotrack
06:04:32 T:18446744073168365872 NOTICE: m_deviceType : AE_DEVTYPE_HDMI
06:04:32 T:18446744073168365872 NOTICE: m_channels : FL,FR,FC,LFE,BL,BR,SL,SR
06:04:32 T:18446744073168365872 NOTICE: m_sampleRates : 48000,44100,48000,96000,192000
06:04:32 T:18446744073168365872 NOTICE: m_dataFormats : AE_FMT_S16LE,AE_FMT_AC3,AE_FMT_DTS
06:04:32 T:18446744073168365872 DEBUG: CSkinSettings: no <skinsettings> tag found
06:04:32 T:18446744073168365872 NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
06:04:32 T:18446744073168365872 NOTICE: No settings file to load (special://masterprofile/advancedsettings.xml)
06:04:32 T:18446744073168365872 NOTICE: Default DVD Player: dvdplayer
06:04:32 T:18446744073168365872 NOTICE: Default Video Player: dvdplayer
06:04:32 T:18446744073168365872 NOTICE: Default Audio Player: paplayer
06:04:32 T:18446744073168365872 NOTICE: Disabled debug logging due to GUI setting. Level 0.
06:04:32 T:18446744073168365872 NOTICE: Log level changed to "LOG_LEVEL_NORMAL"
06:04:32 T:18446744073168365872 NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
06:04:32 T:18446744073168365872 NOTICE: Loaded playercorefactory configuration
06:04:32 T:18446744073168365872 NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
06:04:32 T:18446744073168365872 NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
06:04:32 T:18446744073168365872 NOTICE: Running database version Addons20
06:04:32 T:18446744073168365872 NOTICE: ADDONS: Using repository repository.xbmc.org
06:04:32 T:18446744073168365872 NOTICE: virtual bool CWinSystemEGL::InitWindowSystem(): Using EGL Implementation: android
06:04:32 T:18446744073168365872 NOTICE: CEGLNativeTypeAndroid: Switching to resolution:
06:04:32 T:18446744073168365872 NOTICE: Current resolution: 1920x1080 @ 60.00 - Full Screen
06:04:32 T:18446744073168365872 NOTICE: Previous line repeats 1 times.
06:04:32 T:18446744073168365872 NOTICE: Found resolution 1920 x 1080 for display 0 with 1920 x 1080 @ 60.000004 Hz
06:04:32 T:18446744073168365872 NOTICE: Found ([email protected]) at 16, setting to RES_DESKTOP at 16
06:04:32 T:18446744073168365872 NOTICE: Checking resolution 16
06:04:32 T:18446744073168365872 NOTICE: Current resolution: 1920x1080 @ 60.00 - Full Screen
06:04:32 T:18446744073168365872 NOTICE: CEGLNativeTypeAndroid: Switching to resolution: 1920x1080 @ 60.00 - Full Screen
06:04:32 T:18446744073168365872 NOTICE: GL_VENDOR = Imagination Technologies
06:04:32 T:18446744073168365872 NOTICE: GL_RENDERER = PowerVR Rogue G6430
06:04:32 T:18446744073168365872 NOTICE: GL_VERSION = OpenGL ES 3.1 build 1.5@3591622
06:04:32 T:18446744073168365872 NOTICE: GL_SHADING_LANGUAGE_VERSION = OpenGL ES GLSL ES 3.10 build 1.5@3591622
06:04:32 T:18446744073168365872 NOTICE: GL_EXTENSIONS = GL_EXT_debug_marker GL_EXT_blend_minmax GL_EXT_color_buffer_float GL_EXT_copy_image GL_EXT_discard_framebuffer GL_EXT_draw_buffers GL_EXT_draw_buffers_indexed GL_EXT_geometry_shader GL_EXT_geometry_point_size GL_EXT_gpu_shader5 GL_EXT_multi_draw_arrays GL_EXT_multisampled_render_to_texture GL_EXT_occlusion_query_boolean GL_EXT_primitive_bounding_box GL_EXT_pvrtc_sRGB GL_EXT_read_format_bgra GL_EXT_robustness GL_EXT_separate_shader_objects GL_EXT_shader_framebuffer_fetch GL_EXT_shader_io_blocks GL_EXT_shader_pixel_local_storage GL_EXT_shader_texture_lod GL_EXT_shadow_samplers GL_EXT_tessellation_shader GL_EXT_tessellation_point_size GL_EXT_texture_border_clamp GL_EXT_texture_buffer GL_EXT_texture_cube_map_array GL_EXT_texture_filter_anisotropic GL_EXT_texture_format_BGRA8888 GL_EXT_texture_rg GL_EXT_texture_sRGB_decode GL_IMG_multisampled_render_to_texture GL_IMG_program_binary GL_IMG_read_format GL_IMG_shader_binary GL_IMG_texture_compression_pvrtc GL_IMG_texture_compression_pvrtc2 GL_IMG_texture_format_BGRA8888 GL_IMG_texture_npot GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent GL_KHR_debug GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth24 GL_OES_depth_texture GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_element_index_uint GL_OES_fragment_precision_high GL_OES_draw_buffers_indexed GL_OES_get_program_binary GL_OES_mapbuffer GL_OES_packed_depth_stencil GL_OES_required_internalformat GL_OES_rgb8_rgba8 GL_OES_sample_shading GL_OES_sample_variables GL_OES_shader_image_atomic GL_OES_shader_multisample_interpolation GL_OES_standard_derivatives GL_OES_surfaceless_context GL_OES_texture_float GL_OES_texture_half_float GL_OES_texture_npot GL_OES_texture_stencil8 GL_OES_texture_storage_multisample_2d_array GL_OES_vertex_array_object GL_OES_vertex_half_float
06:04:32 T:18446744073168365872 NOTICE: Current resolution: 1920x1080 @ 60.00 - Full Screen
06:04:33 T:18446744073168365872 NOTICE: Running database version Addons20
06:04:33 T:18446744073168365872 NOTICE: Running database version ViewModes6
06:04:33 T:18446744073168365872 NOTICE: Running database version Textures13
06:04:33 T:18446744073168365872 NOTICE: Running database version MyMusic56
06:04:33 T:18446744073168365872 NOTICE: Running database version MyVideos99
06:04:33 T:18446744073168365872 NOTICE: Running database version TV29
06:04:33 T:18446744073168365872 NOTICE: Running database version Epg11
06:04:33 T:18446744073168365872 WARNING: JSONRPC: Could not parse type "Setting.Details.SettingList"
06:04:33 T:18446744073168365872 NOTICE: ActiveAE DSP - starting
06:04:33 T:18446744073168365872 NOTICE: initialize done
06:04:33 T:18446744073168365872 NOTICE: Running the application...
06:04:34 T:18446744073168365872 NOTICE: starting zeroconf publishing
06:04:34 T:18446744073168365872 NOTICE: starting upnp client
06:04:34 T:18446744073115494704 NOTICE: ES: Starting UDP Event server on 127.0.0.1:9777
06:04:34 T:18446744073115494704 NOTICE: UDP: Listening on port 9777
06:04:34 T:18446744073168365872 NOTICE: Current resolution: 1920x1080 @ 60.00 - Full Screen
06:04:34 T:18446744073168365872 NOTICE: GL_VENDOR = Imagination Technologies
06:04:34 T:18446744073168365872 NOTICE: GL_RENDERER = PowerVR Rogue G6430
06:04:34 T:18446744073168365872 NOTICE: GL_VERSION = OpenGL ES 3.1 build 1.5@3591622
06:04:34 T:18446744073168365872 NOTICE: GL_SHADING_LANGUAGE_VERSION = OpenGL ES GLSL ES 3.10 build 1.5@3591622
06:04:34 T:18446744073168365872 NOTICE: GL_EXTENSIONS = GL_EXT_debug_marker GL_EXT_blend_minmax GL_EXT_color_buffer_float GL_EXT_copy_image GL_EXT_discard_framebuffer GL_EXT_draw_buffers GL_EXT_draw_buffers_indexed GL_EXT_geometry_shader GL_EXT_geometry_point_size GL_EXT_gpu_shader5 GL_EXT_multi_draw_arrays GL_EXT_multisampled_render_to_texture GL_EXT_occlusion_query_boolean GL_EXT_primitive_bounding_box GL_EXT_pvrtc_sRGB GL_EXT_read_format_bgra GL_EXT_robustness GL_EXT_separate_shader_objects GL_EXT_shader_framebuffer_fetch GL_EXT_shader_io_blocks GL_EXT_shader_pixel_local_storage GL_EXT_shader_texture_lod GL_EXT_shadow_samplers GL_EXT_tessellation_shader GL_EXT_tessellation_point_size GL_EXT_texture_border_clamp GL_EXT_texture_buffer GL_EXT_texture_cube_map_array GL_EXT_texture_filter_anisotropic GL_EXT_texture_format_BGRA8888 GL_EXT_texture_rg GL_EXT_texture_sRGB_decode GL_IMG_multisampled_render_to_texture GL_IMG_program_binary GL_IMG_read_format GL_IMG_shader_binary GL_IMG_texture_compression_pvrtc GL_IMG_texture_compression_pvrtc2 GL_IMG_texture_format_BGRA8888 GL_IMG_texture_npot GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent GL_KHR_debug GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth24 GL_OES_depth_texture GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_element_index_uint GL_OES_fragment_precision_high GL_OES_draw_buffers_indexed GL_OES_get_program_binary GL_OES_mapbuffer GL_OES_packed_depth_stencil GL_OES_required_internalformat GL_OES_rgb8_rgba8 GL_OES_sample_shading GL_OES_sample_variables GL_OES_shader_image_atomic GL_OES_shader_multisample_interpolation GL_OES_standard_derivatives GL_OES_surfaceless_context GL_OES_texture_float GL_OES_texture_half_float GL_OES_texture_npot GL_OES_texture_stencil8 GL_OES_texture_storage_multisample_2d_array GL_OES_vertex_array_object GL_OES_vertex_half_float
06:06:34 T:18446744073168365872 NOTICE: CEGLNativeTypeAndroid: Switching to resolution: 1920x1080 @ 60.00 - Full Screen
06:06:34 T:18446744073168365872 NOTICE: GL_VENDOR = Imagination Technologies
06:06:34 T:18446744073168365872 NOTICE: GL_RENDERER = PowerVR Rogue G6430
06:06:34 T:18446744073168365872 NOTICE: GL_VERSION = OpenGL ES 3.1 build 1.5@3591622
06:06:34 T:18446744073168365872 NOTICE: GL_SHADING_LANGUAGE_VERSION = OpenGL ES GLSL ES 3.10 build 1.5@3591622
06:06:34 T:18446744073168365872 NOTICE: GL_EXTENSIONS = GL_EXT_debug_marker GL_EXT_blend_minmax GL_EXT_color_buffer_float GL_EXT_copy_image GL_EXT_discard_framebuffer GL_EXT_draw_buffers GL_EXT_draw_buffers_indexed GL_EXT_geometry_shader GL_EXT_geometry_point_size GL_EXT_gpu_shader5 GL_EXT_multi_draw_arrays GL_EXT_multisampled_render_to_texture GL_EXT_occlusion_query_boolean GL_EXT_primitive_bounding_box GL_EXT_pvrtc_sRGB GL_EXT_read_format_bgra GL_EXT_robustness GL_EXT_separate_shader_objects GL_EXT_shader_framebuffer_fetch GL_EXT_shader_io_blocks GL_EXT_shader_pixel_local_storage GL_EXT_shader_texture_lod GL_EXT_shadow_samplers GL_EXT_tessellation_shader GL_EXT_tessellation_point_size GL_EXT_texture_border_clamp GL_EXT_texture_buffer GL_EXT_texture_cube_map_array GL_EXT_texture_filter_anisotropic GL_EXT_texture_format_BGRA8888 GL_EXT_texture_rg GL_EXT_texture_sRGB_decode GL_IMG_multisampled_render_to_texture GL_IMG_program_binary GL_IMG_read_format GL_IMG_shader_binary GL_IMG_texture_compression_pvrtc GL_IMG_texture_compression_pvrtc2 GL_IMG_texture_format_BGRA8888 GL_IMG_texture_npot GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent GL_KHR_debug GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth24 GL_OES_depth_texture GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_element_index_uint GL_OES_fragment_precision_high GL_OES_draw_buffers_indexed GL_OES_get_program_binary GL_OES_mapbuffer GL_OES_packed_depth_stencil GL_OES_required_internalformat GL_OES_rgb8_rgba8 GL_OES_sample_shading GL_OES_sample_variables GL_OES_shader_image_atomic GL_OES_shader_multisample_interpolation GL_OES_standard_derivatives GL_OES_surfaceless_context GL_OES_texture_float GL_OES_texture_half_float GL_OES_texture_npot GL_OES_texture_stencil8 GL_OES_texture_storage_multisample_2d_array GL_OES_vertex_array_object GL_OES_vertex_half_float
06:09:35 T:18446744073168365872 NOTICE: CEGLNativeTypeAndroid: Switching to resolution: 1920x1080 @ 60.00 - Full Screen
06:09:35 T:18446744073168365872 NOTICE: GL_VENDOR = Imagination Technologies
06:09:35 T:18446744073168365872 NOTICE: GL_RENDERER = PowerVR Rogue G6430
06:09:35 T:18446744073168365872 NOTICE: GL_VERSION = OpenGL ES 3.1 build 1.5@3591622
06:09:35 T:18446744073168365872 NOTICE: GL_SHADING_LANGUAGE_VERSION = OpenGL ES GLSL ES 3.10 build 1.5@3591622
06:09:35 T:18446744073168365872 NOTICE: GL_EXTENSIONS = GL_EXT_debug_marker GL_EXT_blend_minmax GL_EXT_color_buffer_float GL_EXT_copy_image GL_EXT_discard_framebuffer GL_EXT_draw_buffers GL_EXT_draw_buffers_indexed GL_EXT_geometry_shader GL_EXT_geometry_point_size GL_EXT_gpu_shader5 GL_EXT_multi_draw_arrays GL_EXT_multisampled_render_to_texture GL_EXT_occlusion_query_boolean GL_EXT_primitive_bounding_box GL_EXT_pvrtc_sRGB GL_EXT_read_format_bgra GL_EXT_robustness GL_EXT_separate_shader_objects GL_EXT_shader_framebuffer_fetch GL_EXT_shader_io_blocks GL_EXT_shader_pixel_local_storage GL_EXT_shader_texture_lod GL_EXT_shadow_samplers GL_EXT_tessellation_shader GL_EXT_tessellation_point_size GL_EXT_texture_border_clamp GL_EXT_texture_buffer GL_EXT_texture_cube_map_array GL_EXT_texture_filter_anisotropic GL_EXT_texture_format_BGRA8888 GL_EXT_texture_rg GL_EXT_texture_sRGB_decode GL_IMG_multisampled_render_to_texture GL_IMG_program_binary GL_IMG_read_format GL_IMG_shader_binary GL_IMG_texture_compression_pvrtc GL_IMG_texture_compression_pvrtc2 GL_IMG_texture_format_BGRA8888 GL_IMG_texture_npot GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent GL_KHR_debug GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth24 GL_OES_depth_texture GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_element_index_uint GL_OES_fragment_precision_high GL_OES_draw_buffers_indexed GL_OES_get_program_binary GL_OES_mapbuffer GL_OES_packed_depth_stencil GL_OES_required_internalformat GL_OES_rgb8_rgba8 GL_OES_sample_shading GL_OES_sample_variables GL_OES_shader_image_atomic GL_OES_shader_multisample_interpolation GL_OES_standard_derivatives GL_OES_surfaceless_context GL_OES_texture_float GL_OES_texture_half_float GL_OES_texture_npot GL_OES_texture_stencil8 GL_OES_texture_storage_multisample_2d_array GL_OES_vertex_array_object GL_OES_vertex_half_float
06:12:46 T:18446744073164187952 NOTICE: Spotify --> Your platform (x86 System.Platform.Android)
06:12:48 T:18446744073164187952 NOTICE: Spotify --> Starting background service...
06:12:48 T:18446744073164187952 NOTICE: Spotify --> ERROR in backgroundservice! Unable to find 'libspotify'
06:12:48 T:18446744073164187952 ERROR: Exception
06:12:48 T:18446744073164187952 ERROR: OSError
06:12:48 T:18446744073164187952 ERROR: :
06:12:48 T:18446744073164187952 ERROR: OSError("Unable to find 'libspotify'",)
06:12:48 T:18446744073164187952 ERROR: in
06:12:48 T:18446744073164187952 ERROR: <bound method ?.? of <spotify.session.Session instance at 0xf95f7ff4>>
06:12:48 T:18446744073164187952 ERROR: ignored
06:12:48 T:18446744073164187952 NOTICE: Spotify --> Background service stopped
06:13:36 T:18446744073134176560 ERROR: warning:couldn't read token from cache
06:13:36 T:18446744073134176560 NOTICE: Spotify --> WebService - start helper webservice on port 52308
06:13:37 T:18446744073134176560 NOTICE: Spotify --> Waiting for authentication token...
06:13:40 T:18446744073164187952 NOTICE: Previous line repeats 3 times.
06:13:40 T:18446744073164187952 ERROR: localhost - - [10/May/2016 06:13:40] "GET /callback?code=AQCx91pEQqIx74Lp_CfE5KN2jWcPqMhW9nciN9asU6Wu5FQKyIW5bhv2jOLuWgX-jMFD9Z1a_ZN-5r7s1t3CiA6yMCRnPN_xCMLZAJQCpqqG27R6lEHN1yp3cDxFlb-ILMCDl5klztCfZEmu1hMpkaqOPdiY_rpIrhr8uiMi5kT5kh__62QxWMbWVXrdWh235h46c2LOwTZQ7XU​LrxLLD1SqoZeHUw25xgode0Z5nicA9VZ1U6SN5T8qyc9I9AlJJCGS5VAtA2NyivoRBnpAzW5ncEE-CJ0VvTJAvne959ScL8F59YWGAOSicCzWIqn2eCZCssSS2eTd4l9sXLUX64VMzFPkMBgaGBi2LJHh82oB​8iQFxbMaUnK0cIMMgVH85DSQsSJapEfNWE4cNbIzMSwlt3fodrXw1vNHY8PkpdUKxjjL5VP94HVvD_Qz​R1uldw0Vcv7O-L-46YPicr-R3iP3koqdLGNTkMxa5UMWzxvK9pkD5DQo4HqLXufP6lH_Q0NV85VpIJKTDNOjVv0W1g HTTP/1.1" 200 -
06:13:40 T:18446744073164187952 ERROR: localhost - - [10/May/2016 06:13:40] "GET /favicon.ico HTTP/1.1" 200 -
06:13:41 T:18446744073134176560 NOTICE: Spotify --> WebService - stop called
06:13:50 T:18446744073168365872 NOTICE: CEGLNativeTypeAndroid: Switching to resolution: 1920x1080 @ 60.00 - Full Screen
06:13:50 T:18446744073168365872 NOTICE: GL_VENDOR = Imagination Technologies
06:13:50 T:18446744073168365872 NOTICE: GL_RENDERER = PowerVR Rogue G6430
06:13:50 T:18446744073168365872 NOTICE: GL_VERSION = OpenGL ES 3.1 build 1.5@3591622
06:13:50 T:18446744073168365872 NOTICE: GL_SHADING_LANGUAGE_VERSION = OpenGL ES GLSL ES 3.10 build 1.5@3591622
06:13:50 T:18446744073168365872 NOTICE: GL_EXTENSIONS = GL_EXT_debug_marker GL_EXT_blend_minmax GL_EXT_color_buffer_float GL_EXT_copy_image GL_EXT_discard_framebuffer GL_EXT_draw_buffers GL_EXT_draw_buffers_indexed GL_EXT_geometry_shader GL_EXT_geometry_point_size GL_EXT_gpu_shader5 GL_EXT_multi_draw_arrays GL_EXT_multisampled_render_to_texture GL_EXT_occlusion_query_boolean GL_EXT_primitive_bounding_box GL_EXT_pvrtc_sRGB GL_EXT_read_format_bgra GL_EXT_robustness GL_EXT_separate_shader_objects GL_EXT_shader_framebuffer_fetch GL_EXT_shader_io_blocks GL_EXT_shader_pixel_local_storage GL_EXT_shader_texture_lod GL_EXT_shadow_samplers GL_EXT_tessellation_shader GL_EXT_tessellation_point_size GL_EXT_texture_border_clamp GL_EXT_texture_buffer GL_EXT_texture_cube_map_array GL_EXT_texture_filter_anisotropic GL_EXT_texture_format_BGRA8888 GL_EXT_texture_rg GL_EXT_texture_sRGB_decode GL_IMG_multisampled_render_to_texture GL_IMG_program_binary GL_IMG_read_format GL_IMG_shader_binary GL_IMG_texture_compression_pvrtc GL_IMG_texture_compression_pvrtc2 GL_IMG_texture_format_BGRA8888 GL_IMG_texture_npot GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent GL_KHR_debug GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth24 GL_OES_depth_texture GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_element_index_uint GL_OES_fragment_precision_high GL_OES_draw_buffers_indexed GL_OES_get_program_binary GL_OES_mapbuffer GL_OES_packed_depth_stencil GL_OES_required_internalformat GL_OES_rgb8_rgba8 GL_OES_sample_shading GL_OES_sample_variables GL_OES_shader_image_atomic GL_OES_shader_multisample_interpolation GL_OES_standard_derivatives GL_OES_surfaceless_context GL_OES_texture_float GL_OES_texture_half_float GL_OES_texture_npot GL_OES_texture_stencil8 GL_OES_texture_storage_multisample_2d_array GL_OES_vertex_array_object GL_OES_vertex_half_float
06:13:51 T:18446744073164187952 ERROR: localhost - - [10/May/2016 06:13:51] "QUIT / HTTP/1.1" 200 -
06:15:31 T:18446744073113405744 ERROR: Unable to find plugin
06:15:31 T:18446744073168365872 ERROR: static bool XFILE::CDirectory::GetDirectory(const CURL&, CFileItemList&, const XFILE::CDirectory::CHints&, bool) - Error getting plugin://
06:15:31 T:18446744073168365872 ERROR: CGUIMediaWindow::GetDirectory(plugin://) failed
06:17:47 T:18446744073134176560 NOTICE: Kodi Log Uploader: started
06:17:47 T:18446744073134176560 NOTICE: Kodi Log Uploader: settings: len(email)=24
06:17:47 T:18446744073134176560 NOTICE: Kodi Log Uploader: settings: skip_oldlog=True
06:17:55 T:18446744073134176560 NOTICE: Kodi Log Uploader: reading log...


RE: Spotify for Kodi - Ate my Skin - newsbeast - 2016-05-20

Hi,

I wanted to give your spotify client a try so I installed the repo as recommended. Here's a sketch of what happened:

The install of the repo seemed to want to tinker, update and otherwise mess with the Skin Helper Service and left my kodi install unusable.

And you guessed it I didn't have a backup of settings or the install of kodi. After a restart all I saw on the screen was the default Titan background. No controls, no logo, nada nothing zilch.

What happened?

The skin is nice on the eye as I have said prior but it does run slow on android -- takes about 15 or 20 seconds to load a page or section such as settings or addons no matter what is added on, or not.

I like the interface well enough to tolerate its short comings, but that my setup got totally borked by one of your own beta addons ain't really fun.

Another unfortunate casualty was the addon Russia Today News: lost most of its programme thumbnails -- they don't want to return -- must be due to sanctions.

kodi 16.1 - Titan Current -- android 5.11

Clues most welcome


RE: Spotify for Kodi - User 224999 - 2016-05-20

(2016-05-20, 00:00)mystic84 Wrote: HI I already posted my log but all I get 30 seconds of a song and then I get platform not supported here is my log once again I"m on a a nexus player thanks

Like I said before. Android x86 is not yet supported. There is no libspotify available for that platform.

Currently supported platforms:

Windows 32+64 bits
iOS
Android ARM-based
Linux x86/x64/arm/arm64
OSX

So, no support for arm64 or x86 on Android, sorry!