(2019-04-19, 18:10)jay.kody Wrote: Hi there,
I released an early alpha version (with a lot of known issues):
I only recommend installing this plugin if you know what you are doing. Here's an (somewhat complicated) instruction you can follow: https://forum.kodi.tv/showthread.php?tid...pid2711943
I tested/developed it on Kodi v18.1, but it should also work on v17.x. (It won't work with v16.x and below.)
@btotaku yes, you have to replace your existing "plugin.audio.soundcloud" folder.
Feedback is welcome (either here or via GitHub issue).
Really nice, thx! for this Jay.Kodi. Unfortunately I can't get it running, here is what I tried so far (Running Kodi 17.6 on Windows 7 64-Bit):
Uninstalled all SoundCloud plugIns (offical and Ukigumoh's Fork) first.
1) Downloaded the alpha you linked and tried installing > got installation failed error within Kodi
2) Extracted the zip and put the contents in a folder named plugin.audio.soundcloud > zipped this filder into plugin.audio.soundcloud.zip > tried installing this .zip > got installation failed error within Kodi
3) Installed Ukigumohs fork successfully > renamed the folder from plugin.audio.soundcloud to plugin.audio.soundcloud-backup and copied over the extracted zip of the alpha into folder plugin.audio.soundcloud - restarted Kodi and executed SoundCloud > PlugIn crashes
Currently I don't have a clue what to try... of someone has a suggestion?
Essential questions are basically do I need to have some other SoundCloud PlugIn installed (stock or Ukigumohs fork)?
I can't really get the idea of this
post as it is basically describing renaming of the original PlugIn folder (I assume stock SoundCloud), copying over the extracted folder of the new PlugIn (that is Ukigumohs fork) and starting Kodi (which is what I basically did with Ukigumohs Fork installed beeing "replaced" by your Alpha Jay.Kodi.
I attached the relevant section of my Kodi.log maybe anyone ca give me some advice.
20:22:07.687 T:3148 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.AttributeError'>
Error Contents: 'xbmcgui.ListItem' object has no attribute 'setIsFolder'
Traceback (most recent call last):
File "C:\Users\admin\AppData\Roaming\Kodi\addons\plugin.audio.soundcloud\addon.py", line 3, in <module>
plugin.run()
File "C:\Users\admin\AppData\Roaming\Kodi\addons\plugin.audio.soundcloud\resources\plugin.py", line 38, in run
items = listItems.root()
File "C:\Users\admin\AppData\Roaming\Kodi\addons\plugin.audio.soundcloud\resources\lib\kodi\items.py", line 21, in root
list_item.setIsFolder(True)
AttributeError: 'xbmcgui.ListItem' object has no attribute 'setIsFolder'
-->End of Python script error report<--
20:22:07.755 T:2488 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.audio.soundcloud/
20:22:07.755 T:2488 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.audio.soundcloud/) failed
Anyway, great to see someone dealing with SoundCloud, thumbs up!