dirkjanm / firefox-send-to-xbmc

Send to XBMC/Kodi Firefox plugin
MIT License
65 stars 26 forks source link

Update YouTube plugin url sending syntax #29

Closed dirkjanm closed 6 years ago

dirkjanm commented 8 years ago

Current method is deprecated:

18:16:50 T:2672817184 WARNING: [plugin.video.youtube] DEPRECATED "plugin://plugin.video.youtube/?action=play_video&videoid=-qaB-sxDZwU"
18:16:50 T:2672817184 WARNING: [plugin.video.youtube] USE INSTEAD "plugin://plugin.video.youtube/play/?video_id=-qaB-sxDZwU"

To look at:

honyczek commented 8 years ago

After updating OpenELEC to version 6.0.0 (Kodi 15.2), video is not played. Kodi tries to connect streaming, then appears bubble Working and then nothing happens. Maybe is it because of a new way of plugin call (the issue #29)?

dirkjanm commented 8 years ago

It sounds similar to #28 You would have to look in your Kodi log to be sure but usually when the link arrives at Kodi the addon doesn't have control over it anymore and any problems are related to the YouTube plugin.

honyczek commented 8 years ago

28 is the same, as I wrote. Thanks for your work!