Release SoundCloud
(2019-04-22, 16:08)btotaku Wrote: 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! 

I published a new release: https://github.com/jaylinski/kodi-addon-....0-alpha.1 (This time the file should be zipped properly. @TP.One thx for the info!)
The error popped up because I used a function from the v18 API, which wasn't even needed. I tested it on Kodi v17 and it should work. But you should change the audio format from opus to mp3 in the settings, since it looks like Kodi v17 has some problems with opus.

@TP.One concerning your "trending audio" wish: do you mean the "Charts: New & hot" playlist? (https://soundcloud.com/discover/sets/cha...l-music:at)
(the one linked on the https://soundcloud.com/discover page?)
Adding this playlist is on my TODO list. Smile  Some of the playlists can already be found under "Discover" (it was called "Explore" in the previous plugin).
Reply


Messages In This Thread
SoundCloud - by bromix - 2014-10-17, 16:18
RE: SoundCloud (Alpha) - by schumi2004 - 2014-10-17, 16:23
RE: SoundCloud (alpha 7) - by bromix - 2014-10-18, 19:59
RE: SoundCloud (alpha 7) - by rridder - 2014-10-19, 10:56
RE: SoundCloud (alpha 7) - by rridder - 2014-10-19, 11:10
RE: SoundCloud (alpha 7) - by bromix - 2014-10-19, 17:54
RE: SoundCloud (alpha 7) - by bromix - 2014-10-19, 15:17
RE: SoundCloud (alpha 8) - by Zombi - 2014-10-19, 19:47
RE: SoundCloud (alpha 8) - by Dukman - 2014-10-19, 22:12
RE: SoundCloud (alpha 8) - by rridder - 2014-10-19, 22:53
RE: SoundCloud (beta 3) - by bromix - 2014-10-20, 20:22
RE: SoundCloud (beta 3) - by synthesus - 2014-10-20, 21:36
RE: SoundCloud (beta 3) - by phuerta08 - 2014-10-24, 07:12
RE: SoundCloud (beta 3) - by bromix - 2014-10-24, 10:10
RE: SoundCloud - by bromix - 2014-10-31, 13:11
RE: SoundCloud - by bry - 2014-10-31, 15:44
RE: SoundCloud - by Slurrrp - 2014-11-24, 18:21
RE: SoundCloud - by bromix - 2014-11-24, 18:42
RE: SoundCloud - by Slurrrp - 2014-11-24, 19:03
RE: SoundCloud - by bromix - 2014-11-24, 19:52
RE: SoundCloud - by Slurrrp - 2014-11-24, 21:12
RE: SoundCloud - by hoojman - 2015-02-05, 03:26
RE: SoundCloud - by bromix - 2015-02-05, 08:14
RE: SoundCloud - by teemue - 2015-04-02, 16:34
RE: SoundCloud - by bromix - 2015-04-02, 16:51
RE: SoundCloud - by Hwesta - 2016-07-09, 23:07
RE: SoundCloud - by SikeMo - 2015-04-14, 05:48
RE: SoundCloud - by bromix - 2015-04-14, 07:42
RE: SoundCloud - by SikeMo - 2015-04-14, 08:23
RE: SoundCloud - by bromix - 2015-04-14, 08:46
RE: SoundCloud - by SikeMo - 2015-04-16, 02:55
RE: SoundCloud - by sanell.by - 2015-04-16, 20:34
RE: SoundCloud - by bromix - 2015-04-16, 21:08
RE: SoundCloud - by sanell.by - 2015-04-22, 11:50
RE: SoundCloud - by bromix - 2015-04-22, 11:52
RE: SoundCloud - by bromix - 2015-05-10, 15:44
RE: SoundCloud - by bromix - 2015-05-17, 15:21
RE: SoundCloud - by Zombi - 2015-05-17, 15:59
RE: SoundCloud - by bromix - 2015-05-17, 16:00
RE: SoundCloud - by Zombi - 2015-05-20, 15:00
RE: SoundCloud - by akuseru - 2015-06-07, 16:10
RE: SoundCloud - by bromix - 2015-06-07, 16:11
RE: SoundCloud - by akuseru - 2015-06-07, 16:21
RE: SoundCloud - by bromix - 2015-06-07, 16:37
RE: SoundCloud - by akuseru - 2015-06-07, 16:39
RE: SoundCloud - by akuseru - 2015-06-07, 16:45
RE: SoundCloud - by bromix - 2015-06-07, 16:49
RE: SoundCloud - by akuseru - 2015-06-07, 16:59
RE: SoundCloud - by apexalpha - 2015-06-15, 11:32
RE: SoundCloud - by bromix - 2015-06-15, 11:36
RE: SoundCloud - by bromix - 2015-08-01, 20:24
RE: SoundCloud - by SMotiv - 2015-08-16, 11:27
RE: SoundCloud - by bromix - 2015-08-16, 11:29
RE: SoundCloud - by SMotiv - 2015-08-16, 11:50
RE: SoundCloud - by bromix - 2015-08-16, 11:55
RE: SoundCloud - by SMotiv - 2015-08-16, 16:00
RE: SoundCloud - by bromix - 2015-08-16, 16:03
RE: SoundCloud - by ryantrip - 2015-08-19, 09:38
RE: SoundCloud - by bromix - 2015-08-21, 17:30
RE: SoundCloud - by ryantrip - 2015-08-26, 08:11
RE: SoundCloud - by bromix - 2015-08-27, 18:59
RE: SoundCloud - by bromix - 2015-08-31, 18:21
RE: SoundCloud - by nielsvans - 2015-09-19, 17:04
RE: SoundCloud - by bromix - 2015-09-19, 17:06
RE: SoundCloud - by nielsvans - 2015-09-19, 18:23
RE: SoundCloud - by bromix - 2015-09-19, 19:13
RE: SoundCloud - by nielsvans - 2015-09-20, 13:20
RE: SoundCloud - by bromix - 2015-09-20, 19:16
RE: SoundCloud - by Mathes75 - 2015-09-21, 17:02
RE: SoundCloud - by nielsvans - 2015-09-21, 21:31
RE: SoundCloud - by ThaProZac - 2015-11-26, 16:15
RE: SoundCloud - by bromix - 2015-11-26, 16:20
RE: SoundCloud - by ThaProZac - 2015-11-26, 16:21
RE: SoundCloud - by ThaProZac - 2015-11-26, 18:38
RE: SoundCloud - by bromix - 2015-11-26, 19:49
RE: SoundCloud - by ThaProZac - 2015-11-26, 20:14
RE: SoundCloud - by bromix - 2015-12-02, 09:58
RE: SoundCloud - by ThaProZac - 2015-12-02, 13:34
RE: SoundCloud - by bromix - 2015-12-02, 14:38
RE: SoundCloud - by ThaProZac - 2015-12-13, 05:47
RE: SoundCloud - by orlaithshusband - 2015-12-02, 21:46
RE: SoundCloud - by bromix - 2015-12-07, 10:25
RE: SoundCloud - by bromix - 2015-12-07, 10:25
RE: SoundCloud - by gardar - 2016-01-24, 14:47
RE: SoundCloud - by Rantanplan-1 - 2016-03-26, 14:33
RE: SoundCloud - by biberesser - 2016-05-20, 23:46
RE: SoundCloud - by hvalbrecht - 2016-05-21, 19:22
RE: SoundCloud - by biberesser - 2016-05-28, 15:28
RE: SoundCloud - by hvalbrecht - 2016-05-30, 17:01
RE: SoundCloud - by bino91 - 2017-02-12, 14:21
RE: SoundCloud - by biberesser - 2016-10-03, 15:33
RE: SoundCloud - by Cornellus - 2016-11-11, 11:33
RE: SoundCloud - by j040v170r - 2016-12-27, 03:17
RE: SoundCloud - by tgunergun - 2017-01-07, 19:18
RE: SoundCloud - by PantsOnFire - 2017-01-31, 21:42
RE: SoundCloud - by zitoon - 2017-03-13, 18:50
RE: SoundCloud - by wb9688 - 2017-04-17, 15:33
RE: SoundCloud - by leas - 2017-07-08, 12:17
RE: SoundCloud - by nethots - 2017-06-16, 01:10
RE: SoundCloud - by nethots - 2017-06-17, 07:40
RE: SoundCloud - by charliekay74 - 2017-07-08, 11:18
RE: SoundCloud - by mirh - 2017-07-25, 19:52
RE: SoundCloud - by lwrcase - 2017-08-31, 21:19
RE: SoundCloud - by Drol - 2017-10-24, 11:57
RE: SoundCloud - by btotaku - 2017-10-31, 23:04
RE: SoundCloud - by btotaku - 2017-11-01, 17:57
RE: SoundCloud - by davedr - 2017-11-10, 10:50
RE: SoundCloud - by momoe - 2017-11-18, 15:57
RE: SoundCloud - by frtorres - 2017-11-18, 21:16
RE: SoundCloud - by momoe - 2017-11-20, 20:19
RE: SoundCloud - by HacktionMan - 2017-11-27, 15:45
RE: SoundCloud - by Oli_Oops - 2017-12-15, 21:48
RE: SoundCloud - by celedhrim - 2017-12-22, 17:40
RE: SoundCloud - by stlouistechy - 2018-06-11, 08:10
RE: SoundCloud - by Karellen - 2018-06-11, 08:47
RE: SoundCloud - by Oli_Oops - 2018-06-15, 01:57
RE: SoundCloud - by ScumbagDog - 2018-08-21, 08:29
RE: SoundCloud - by vogelmann - 2018-08-21, 20:39
RE: SoundCloud - by musikmaker - 2019-02-10, 20:25
RE: SoundCloud - by effe.rnr - 2019-04-01, 23:49
RE: SoundCloud - by jay.kody - 2019-04-13, 13:58
RE: SoundCloud - by vogelmann - 2019-04-13, 17:48
RE: SoundCloud - by btotaku - 2019-04-18, 20:19
RE: SoundCloud - by jay.kody - 2019-04-19, 18:10
RE: SoundCloud - by btotaku - 2019-04-22, 16:08
RE: SoundCloud - by jay.kody - 2019-04-22, 22:09
RE: SoundCloud - by btotaku - 2019-04-23, 20:02
RE: SoundCloud - by TP.One - 2019-04-22, 06:25
RE: SoundCloud - by TP.One - 2019-04-23, 01:00
RE: SoundCloud - by jay.kody - 2019-04-23, 11:12
RE: SoundCloud - by TP.One - 2019-04-23, 14:30
RE: SoundCloud - by jay.kody - 2019-04-23, 21:13
RE: SoundCloud - by TP.One - 2019-04-23, 22:33
RE: SoundCloud - by jay.kody - 2019-04-24, 16:13
RE: SoundCloud - by jay.kody - 2019-04-27, 00:54
RE: SoundCloud - by TP.One - 2019-04-27, 16:41
RE: SoundCloud - by jay.kody - 2019-04-27, 19:37
RE: SoundCloud - by TP.One - 2019-04-27, 16:58
RE: SoundCloud - by TP.One - 2019-04-27, 20:20
RE: SoundCloud - by jay.kody - 2019-04-28, 02:31
RE: SoundCloud - by _fdc_ - 2019-04-28, 20:14
RE: SoundCloud - by MB1968 - 2019-04-29, 21:01
RE: SoundCloud - by MB1968 - 2019-04-29, 21:05
RE: SoundCloud - by Karellen - 2019-05-02, 22:05
RE: SoundCloud - by jay.kody - 2019-05-08, 22:38
RE: SoundCloud - by Jackojmi - 2019-05-13, 00:47
RE: SoundCloud - by TP.One - 2019-05-13, 22:30
RE: SoundCloud - by TP.One - 2019-05-15, 02:35
RE: SoundCloud - by jay.kody - 2019-05-27, 16:52
RE: SoundCloud - by jjd-uk - 2019-05-31, 12:20
RE: SoundCloud - by jay.kody - 2019-06-01, 22:14
RE: SoundCloud - by vogelmann - 2019-05-19, 16:33
SoundCloud - by MB1968 - 2019-05-28, 13:30
RE: SoundCloud - by Jackojmi - 2019-05-30, 13:37
RE: SoundCloud - by TP.One - 2019-05-31, 00:39
RE: SoundCloud - by TP.One - 2019-06-01, 03:04
RE: SoundCloud - by jjd-uk - 2019-06-01, 04:23
RE: SoundCloud - by understatement - 2019-06-08, 22:24
RE: SoundCloud - by peat - 2019-06-10, 11:50
RE: SoundCloud - by Thommi - 2019-07-05, 18:02
RE: SoundCloud - by jay.kody - 2019-07-06, 16:58
RE: SoundCloud - by jay.kody - 2019-08-17, 11:22
SoundCloud - by MB1968 - 2019-07-07, 00:16
RE: SoundCloud - by jay.kody - 2019-07-07, 00:59
SoundCloud - by MB1968 - 2019-07-07, 16:04
RE: SoundCloud - by blackride - 2019-07-20, 08:33
RE: SoundCloud - by jay.kody - 2019-07-20, 09:15
RE: SoundCloud - by blackride - 2019-07-21, 07:40
RE: SoundCloud - by stahlwollschaf - 2020-12-23, 02:06
RE: SoundCloud - by jay.kody - 2020-12-23, 13:48
RE: SoundCloud - by stahlwollschaf - 2020-12-24, 02:47
RE: SoundCloud - by jay.kody - 2019-10-20, 01:59
RE: SoundCloud - by MB1968 - 2019-10-20, 11:35
RE: SoundCloud - by jay.kody - 2019-10-20, 22:20
RE: SoundCloud - by josky - 2019-11-30, 17:25
RE: SoundCloud - by jay.kody - 2019-12-01, 16:12
RE: SoundCloud - by jay.kody - 2019-12-03, 13:50
RE: SoundCloud - by josky - 2019-12-03, 16:40
RE: SoundCloud - by Jackojmi - 2020-01-27, 01:36
RE: SoundCloud - by jay.kody - 2020-01-27, 20:45
RE: SoundCloud - by Jackojmi - 2020-01-28, 11:31
RE: SoundCloud - by jay.kody - 2020-01-28, 19:25
RE: SoundCloud - by Jackojmi - 2020-01-28, 23:28
RE: SoundCloud - by Jackojmi - 2020-01-31, 02:51
SoundCloud - by MB1968 - 2020-03-27, 16:33
RE: SoundCloud - by jay.kody - 2020-03-27, 19:51
RE: SoundCloud - by MB1968 - 2020-03-27, 22:32
RE: SoundCloud - by jay.kody - 2020-03-30, 22:57
RE: SoundCloud - by MB1968 - 2020-03-31, 10:03
RE: SoundCloud - by vogelmann - 2020-05-02, 10:58
RE: SoundCloud - by understatement - 2020-05-26, 06:16
RE: SoundCloud - by vogelmann - 2023-06-13, 19:26
RE: SoundCloud - by jay.kody - 2023-06-16, 21:41
RE: SoundCloud - by MB1968 - 2023-06-26, 13:59
RE: SoundCloud - by jay.kody - 2023-06-27, 15:58
RE: SoundCloud - by MB1968 - 2023-06-28, 15:37
Soundcloud - by philji - 2019-05-02, 18:45
RE: Soundcloud - by Jackojmi - 2019-05-03, 00:56
RE: Soundcloud - by Jackojmi - 2019-05-03, 00:58
Logout Mark Read Team Forum Stats Members Help
SoundCloud1