• 1
  • 5
  • 6
  • 7(current)
  • 8
  • 9
  • 11
[RELEASE] Youtube Music
#91
I couldn't get this working on kodi 15 rc2 on fire tv. Although this works just fine on windows laptop with kodi 14.2. I am not sure if its the kodi version that not making it work or something else on fiire tv. Please suggest.
Reply
#92
Check debug log please. Works perfectly fine on windows and openelec running 15.x
Reply
#93
(2015-07-15, 19:38)schumi2004 Wrote: Check debug log please. Works perfectly fine on windows and openelec running 15.x

I tried again but didnt work at all. It has stopped working in Windows as well now after reinstallation of KODI 14.2.
The debug log file out for the same is at the below location.

http://jpst.it/Af1k

I really like this plugin and would appreciate if anyone can help me get this work.
Reply
#94
I have the same problem with kodi 15 and installing it from the provided repo. I did however get it to work when i installed an older version from another repo i found
Reply
#95
(2015-07-30, 15:15)ZefQ Wrote: I have the same problem with kodi 15 and installing it from the provided repo. I did however get it to work when i installed an older version from another repo i found

Could you tell us where you found a working version please.......
Reply
#96
Just search a little.
Here it is
Press THANK USER if I Help
Reply
#97
(2015-08-02, 14:38)AuXBoX Wrote: Just search a little.
Here it is

Thnx... testing now
Reply
#98
(2015-08-02, 17:23)bigpanda Wrote:
(2015-08-02, 14:38)AuXBoX Wrote: Just search a little.
Here it is

Thnx... testing now

Works great... this finishes my FTV skin setup nicely Big Grin
Reply
#99
@AddonScriptorDE: are you still maintaining this plugin and what is the correct repo source?
Reply
(2015-08-02, 18:08)bigpanda Wrote:
(2015-08-02, 17:23)bigpanda Wrote:
(2015-08-02, 14:38)AuXBoX Wrote: Just search a little.
Here it is

Thnx... testing now

Works great... this finishes my FTV skin setup nicely Big Grin

Hi All,

Still get a script error in the addon when I want to enter in the spotify playlist the genres.
As soon as I select one I get the following script error in the log.
By the way it is working on Android but not on windows with Kodi 15.
Used the latest plugin posted here as well as the one on Github https://github.com/sualfred/sualfreds-re...-1.0.5.zip
Anyone know how to resolve this?

Thanks

14:59:35 T:1600 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.spotitube/?limit&mode=listSpotifyPlaylists&type&url=http%3a%2f%2fapi.tunigo.com%2fv3%2fspace%2flatin%3fregion%3dnl%26page%3d0%26per_page%3d50%26platform%3dweb
14:59:35 T:1600 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.spotitube/?limit&mode=listSpotifyPlaylists&type&url=http%3a%2f%2fapi.tunigo.com%2fv3%2fspace%2flatin%3fregion%3dnl%26page%3d0%26per_page%3d50%26platform%3dweb) failed
14:59:35 T:7212 NOTICE: Thread LanguageInvoker start, auto delete: false
14:59:35 T:7212 NOTICE: -->Python Interpreter Initialized<--
14:59:35 T:4032 NOTICE: Thread BackgroundLoader start, auto delete: false
Reply
Addonscriptor used to be a very regular poster in a German kodi forum but we haven't seen him in months. I'm afraid this addon no longer gets maintained.
Reply
(2015-08-08, 23:34)DarkHelmet Wrote: Addonscriptor used to be a very regular poster in a German kodi forum but we haven't seen him in months. I'm afraid this addon no longer gets maintained.
Yes, I believe he/she also wrote simplplaylist add-on.
Reply
Simpleplaylist has a bug in kodi, you need to have the info display up for the script to work.

Why doesn't another developer take it over?
Reply
I also get error on certain youtube songs
Code:
17:41:19 T:4984  NOTICE: [plugin.video.youtube] Running: YouTube (5.1.7) on Isengard (15.0) with Python 2.7.8
17:41:19 T:4984 WARNING: [plugin.video.youtube] DEPRECATED "plugin://plugin.video.youtube/?path=/root/video&action=play_video&videoid=yCReBBexdDo"
17:41:19 T:4984 WARNING: [plugin.video.youtube] USE INSTEAD "plugin://plugin.video.youtube/play/?video_id=yCReBBexdDo"
17:41:20 T:4984   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.KeyError'>
                                            Error Contents: 'title'
                                            Traceback (most recent call last):
                                              File "C:\Users\Kodi\AppData\Roaming\Kodi\addons\plugin.video.youtube\default.py", line 7, in <module>
                                                runner.run(__provider__)
                                              File "C:\Users\Kodi\AppData\Roaming\Kodi\addons\plugin.video.youtube\resources\lib\kodion\runner.py", line 32, in run
                                                __RUNNER__.run(provider, context)
                                              File "C:\Users\Kodi\AppData\Roaming\Kodi\addons\plugin.video.youtube\resources\lib\kodion\impl\xbmc\xbmc_runner.py", line 23, in run
                                                results = provider.navigate(context)
                                              File "C:\Users\Kodi\AppData\Roaming\Kodi\addons\plugin.video.youtube\resources\lib\kodion\abstract_provider.py", line 123, in navigate
                                                result = method(context, re_match)
                                              File "C:\Users\Kodi\AppData\Roaming\Kodi\addons\plugin.video.youtube\resources\lib\kodion\abstract_provider.py", line 157, in _internal_root
                                                return self.on_root(context, re_match)
                                              File "C:\Users\Kodi\AppData\Roaming\Kodi\addons\plugin.video.youtube\resources\lib\youtube\provider.py", line 485, in on_root
                                                return yt_old_actions.process_old_action(self, context, re_match)
                                              File "C:\Users\Kodi\AppData\Roaming\Kodi\addons\plugin.video.youtube\resources\lib\youtube\helper\yt_old_actions.py", line 56, in process_old_action
                                                return _process_play_video(provider, context, re_match)
                                              File "C:\Users\Kodi\AppData\Roaming\Kodi\addons\plugin.video.youtube\resources\lib\youtube\helper\yt_old_actions.py", line 19, in _process_play_video
                                                return provider.on_play(new_context, re_match)
                                              File "C:\Users\Kodi\AppData\Roaming\Kodi\addons\plugin.video.youtube\resources\lib\kodion\register_provider_path.py", line 12, in wrapper
                                                return func(*args, **kwargs)
                                              File "C:\Users\Kodi\AppData\Roaming\Kodi\addons\plugin.video.youtube\resources\lib\youtube\provider.py", line 363, in on_play
                                                return yt_play.play_video(self, context, re_match)
                                              File "C:\Users\Kodi\AppData\Roaming\Kodi\addons\plugin.video.youtube\resources\lib\youtube\helper\yt_play.py", line 17, in play_video
                                                video_streams = client.get_video_streams(context, video_id)
                                              File "C:\Users\Kodi\AppData\Roaming\Kodi\addons\plugin.video.youtube\resources\lib\youtube\client\youtube.py", line 85, in get_video_streams
                                                video_stream['title'], video_stream['container'], video_stream['video']['encoding'],
                                            KeyError: 'title'
                                            -->End of Python script error report<--
17:41:20 T:4728   ERROR: Playlist Player: skipping unplayable item: 8, path [plugin://plugin.video.spotitube/?url=Kygo+Sexual+Healing&mode=playYTByTitle]

AddonScriptorDE if you read this, pretty please fix the plugin. It is by far the best music video plugin.
Reply
Great addon. Hopefully, it gets revived.
Reply
  • 1
  • 5
  • 6
  • 7(current)
  • 8
  • 9
  • 11

Logout Mark Read Team Forum Stats Members Help
[RELEASE] Youtube Music2