Playing youtube through rss feed
#1
I am adding a RSS media source (my own rss) to kodi that includes youtube videos,

but the videos won't play,

first I tried this as the URL of the feed items:

Code:
plugin://plugin.video.youtube/?action=play_video&videoid=xxxxx

but it gave this error when trying to play them items:

Code:
18:37:32 T:9408  NOTICE: Thread LanguageInvoker start, auto delete: false
18:37:49 T:9408  NOTICE: -->Python Interpreter Initialized<--
18:37:49 T:9408  NOTICE: [plugin.video.youtube] Running: YouTube (5.1.15) on Isengard (15.2) with Python 2.7.8
18:37:49 T:9408 WARNING: [plugin.video.youtube] DEPRECATED "plugin://plugin.video.youtube/?action=play_video&videoid=xxxxx"
18:37:49 T:9408 WARNING: [plugin.video.youtube] USE INSTEAD "plugin://plugin.video.youtube/play/?video_id=xxxxx"
18:37:51 T:9408 WARNING: Attempt to use invalid handle -1
18:37:51 T:9824  NOTICE: Thread LanguageInvoker start, auto delete: false
18:37:51 T:9824  NOTICE: -->Python Interpreter Initialized<--
18:37:51 T:9824  NOTICE: [plugin.video.youtube] Running: YouTube (5.1.15) on Isengard (15.2) with Python 2.7.8

then I tried:
Code:
plugin://plugin.video.youtube/play/?video_id=xxxxx

and this is the error:
Code:
18:41:24 T:6064  NOTICE: Thread BackgroundLoader start, auto delete: false
18:41:28 T:6644  NOTICE: Previous line repeats 1 times.
18:41:28 T:6644  NOTICE: Thread LanguageInvoker start, auto delete: false
18:41:28 T:6644  NOTICE: -->Python Interpreter Initialized<--
18:41:28 T:6644  NOTICE: [plugin.video.youtube] Running: YouTube (5.1.15) on Isengard (15.2) with Python 2.7.8
18:41:28 T:6644 WARNING: Attempt to use invalid handle -1
18:41:28 T:9772  NOTICE: Thread LanguageInvoker start, auto delete: false
18:41:28 T:9772  NOTICE: -->Python Interpreter Initialized<--
18:41:28 T:9772  NOTICE: [plugin.video.youtube] Running: YouTube (5.1.15) on Isengard (15.2) with Python 2.7.8

I have no idea if the problem is with the addon, kodi or both.

any help is appreciated.
Reply

Logout Mark Read Team Forum Stats Members Help
Playing youtube through rss feed0