• 1
  • 77
  • 78
  • 79(current)
  • 80
  • 81
  • 258
Release YouTube (IMPORTANT - READ FIRST POST)
(2015-03-07, 01:15)hansinger Wrote: Received an automatic Update of the Youtube Addon and now the issue is fixed.


I guess you sorted it out?!

Not that I know Smile But I'm glad to hear that it's working Big Grin
There is a little problem with the addon and current Kodi master builds (15.0-ALPHA2). With Kodi 14.x there is no such problems.

Runtime isn't correct:
Image

The channel name isn't displayed properly (it looks like season+episode):
Image

Debug log (tested with a clean Kodi installation)

Thanks in advance.
(2015-03-08, 15:11)Uukrul Wrote: There is a little problem with the addon and current Kodi master builds (15.0-ALPHA2). With Kodi 14.x there is no such problems.

Runtime isn't correct:

Yes, but at the moment I won't invest any time in a 15.X build....especially ALPHAs. For now I will support Gotham and Helix Smile

(2015-03-08, 15:11)Uukrul Wrote: The channel name isn't displayed properly (it looks like season+episode):

Yes, Season and Episode...I provide also the Studio and an Artist...but this information is based on the skin. The skin decides what to show there...I provide so much information as possible, so a designer can choose.
(2015-03-08, 20:22)bromix Wrote: Yes, but at the moment I won't invest any time in a 15.X build....especially ALPHAs. For now I will support Gotham and Helix Smile

Thanks. For XBMC, I always use master unless something is completely wrong Smile
(2015-03-08, 20:26)Uukrul Wrote:
(2015-03-08, 20:22)bromix Wrote: Yes, but at the moment I won't invest any time in a 15.X build....especially ALPHAs. For now I will support Gotham and Helix Smile

Thanks. For XBMC, I always use master unless something is completely wrong Smile

https://github.com/xbmc/xbmc/pull/5562
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
(2015-03-09, 02:22)superryo Wrote:
(2015-03-09, 01:11)bromix Wrote:
(2015-03-09, 00:59)superryo Wrote: Oh sorry I should be more clear - it's the new Youtube addon. For some reason on one of my box, it does not allow me to login and there is no way to change the login. because i am not logged in, i can't logout and i can't uninstall as there are other addons that uses the youtube addon.

In the first post, everything is described to login Wink you have to visit YouTube.com to enter a code...after that you're logged in...but read the link.
http://forum.kodi.tv/showthread.php?tid=200735

Hey Bromix. I did follow those instructions and everything was working beautifully. However today for some reason when i tried, the login keeps saying it can't login. I am able to login vis my computer browser so I guess i am saying something is corrupted on my Android box. I just can't seem to force a login or logout to fix the problem.
(2015-03-02, 21:50)legostar Wrote: Some videos I can't play - restricted.

https://www.youtube.com/watch?v=ZGiB1GmgqvM
https://www.youtube.com/watch?v=EUEHNNaVDSs
https://www.youtube.com/watch?v=cWhOh4MRWbk
https://www.youtube.com/watch?v=i9b3n2Xw_T0
https://www.youtube.com/watch?v=B7lP98U0_Q4
https://www.youtube.com/watch?v=ij9R2mxigWY
https://www.youtube.com/watch?v=kw8PHuV-2II

for those of you that have error playing because restricted, just change your youtube account to worldwide(all),
And for age restricted or might not be appropriate for ...., here you must change your profile in google+ basic profile, just edit, put your bithday, save, in youtube desktop, safesearch off, and try to open video that have age restricted, it will confirm your age, and in kodi automatic change, log off and login again
(2015-03-09, 02:42)superryo Wrote:
(2015-03-09, 02:22)superryo Wrote:
(2015-03-09, 01:11)bromix Wrote: In the first post, everything is described to login Wink you have to visit YouTube.com to enter a code...after that you're logged in...but read the link.
http://forum.kodi.tv/showthread.php?tid=200735

Hey Bromix. I did follow those instructions and everything was working beautifully. However today for some reason when i tried, the login keeps saying it can't login. I am able to login vis my computer browser so I guess i am saying something is corrupted on my Android box. I just can't seem to force a login or logout to fix the problem.


Bromix - here are my logs: http://pastebin.com/J6ty87fe

It doesn't seem to say anything I can figure out. When I run the app, it just errors out and tells me unable to login and backs out.
Another question I have unrelated to the above... if I make the call from LSP to bring up a channel, is the format the following?

<item>
<title>The Jaime Bayly Show</title>
<link>plugin://plugin.video.youtube/channel/UC9DDFrb_dGvEvcTrzNn5LpA/</link>
</item>

I tried that and it doesn't work. Is it supposed to bring up the available videos?
(2015-03-09, 03:42)superryo Wrote: Another question I have unrelated to the above... if I make the call from LSP to bring up a channel, is the format the following?

<item>
<title>The Jaime Bayly Show</title>
<link>plugin://plugin.video.youtube/channel/UC9DDFrb_dGvEvcTrzNn5LpA/</link>
</item>

I tried that and it doesn't work. Is it supposed to bring up the available videos?
As mentioned in first post, channel call will show you the content not play the content. LSP plugin expect to play the content after calling anthoer addon. That is why it wont work.

But you can go to the channel from the LSP like this:
Code:
<item>
<title>Lauch youtube</title>

<link>$doregex[showyoutube]</link>

<regex>
<name>showyoutube</name>
<expres>$pyFunction:xbmc.executebuiltin('ActivateWindow(10025,&quot;plugin://plugin.video.youtube/channel/UC9DDFrb_dGvEvcTrzNn5LpA/&quot;)')</expres>
<page></page>
</regex>
</item>
(2015-03-09, 04:52)alibaba011 Wrote:
(2015-03-09, 03:42)superryo Wrote: Another question I have unrelated to the above... if I make the call from LSP to bring up a channel, is the format the following?

<item>
<title>The Jaime Bayly Show</title>
<link>plugin://plugin.video.youtube/channel/UC9DDFrb_dGvEvcTrzNn5LpA/</link>
</item>

I tried that and it doesn't work. Is it supposed to bring up the available videos?
As mentioned in first post, channel call will show you the content not play the content. LSP plugin expect to play the content after calling anthoer addon. That is why it wont work.

But you can go to the channel from the LSP like this:
Code:
<item>
<title>Lauch youtube</title>

<link>$doregex[showyoutube]</link>

<regex>
<name>showyoutube</name>
<expres>$pyFunction:xbmc.executebuiltin('ActivateWindow(10025,&quot;plugin://plugin.video.youtube/channel/UC9DDFrb_dGvEvcTrzNn5LpA/&quot;)')</expres>
<page></page>
</regex>
</item>

Thank you so much! This is exactly what I was looking for.
Alibaba - do you know if there is an equivalent to show content of the playlist and not play it?
(2015-03-09, 05:35)superryo Wrote: Alibaba - do you know if there is an equivalent to show content of the playlist and not play it?

A clean Endpoint for that is missing Smile but I can add this Endpoint for v5.0.9.

What could work is the following:
Code:
plugin://plugin.video.youtube/channel/NOTHING/playlist/<PLAYLIST_ID>/
Hey bromix -

Ran into an issue this evening - scared it's major!

https://www.youtube.com/watch?v=vIi57zhDl78

Works ok in browser ect, in Kodi gives the error

"rtmpe streams are not supported"

Debug log :

22:44:52 T:4068 DEBUG: [plugin.video.youtube] Starting Kodion framework by bromix...
22:44:52 T:4068 NOTICE: [plugin.video.youtube] Running: YouTube (5.0.8) on Helix (2.19) with Python 2.7.8
22:44:52 T:4068 DEBUG: [plugin.video.youtube] Path: "/play/
22:44:52 T:4068 DEBUG: [plugin.video.youtube] Params: "{'video_id': u'vIi57zhDl78'}"
22:44:52 T:4952 DEBUG: CCurlFile::GetMimeType - https://i.ytimg.com/vi/w-6mAgkm7K0/hqdefault.jpg -> image/jpeg
22:44:52 T:4952 DEBUG: CurlFile::Open(0A993130) https://i.ytimg.com/vi/w-6mAgkm7K0/hqdefault.jpg
22:44:52 T:4952 DEBUG: Caching image 'https://i.ytimg.com/vi/w-6mAgkm7K0/hqdefault.jpg' to '3/36e7f69c.jpg':
22:44:52 T:4952 DEBUG: cached image 'special://masterprofile/Thumbnails/3/36e7f69c.jpg' size 480x360
22:44:52 T:4952 DEBUG: CCurlFile::GetMimeType - https://i.ytimg.com/vi/srdGz3WNQig/hqdefault.jpg -> image/jpeg
22:44:52 T:4952 DEBUG: CurlFile::Open(0A992A60) https://i.ytimg.com/vi/srdGz3WNQig/hqdefault.jpg
22:44:52 T:4352 DEBUG: CCurlFile::GetMimeType - https://i.ytimg.com/vi/BCNoToGFzlQ/hqdefault.jpg -> image/jpeg
22:44:52 T:4352 DEBUG: CurlFile::Open(0A992390) https://i.ytimg.com/vi/BCNoToGFzlQ/hqdefault.jpg
22:44:52 T:4952 DEBUG: Caching image 'https://i.ytimg.com/vi/srdGz3WNQig/hqdefault.jpg' to '5/58cc7333.jpg':
22:44:52 T:4952 DEBUG: cached image 'special://masterprofile/Thumbnails/5/58cc7333.jpg' size 480x360
22:44:52 T:628 DEBUG: CCurlFile::GetMimeType - https://i.ytimg.com/vi/iNOfG77v8gc/hqdefault.jpg -> image/jpeg
22:44:52 T:628 DEBUG: CurlFile::Open(0A993130) https://i.ytimg.com/vi/iNOfG77v8gc/hqdefault.jpg
22:44:52 T:628 DEBUG: Caching image 'https://i.ytimg.com/vi/iNOfG77v8gc/hqdefault.jpg' to '5/53a0d845.jpg':
22:44:52 T:628 DEBUG: cached image 'special://masterprofile/Thumbnails/5/53a0d845.jpg' size 480x360
22:44:52 T:4952 DEBUG: CCurlFile::GetMimeType - https://i.ytimg.com/vi/5CWJHyr9-Qk/hqdefault.jpg -> image/jpeg
22:44:52 T:4952 DEBUG: CurlFile::Open(0A992028) https://i.ytimg.com/vi/5CWJHyr9-Qk/hqdefault.jpg
22:44:52 T:4068 DEBUG: LocalizeStrings: no strings.po file exist at C:\Users\Media\AppData\Roaming\Kodi\addons\plugin.video.youtube\resources\language\English, fallback to strings.xml
22:44:52 T:4944 DEBUG: XFILE::CPluginDirectory::WaitOnScriptResult- plugin returned failure
22:44:52 T:4068 DEBUG: [plugin.video.youtube] Shutdown of Kodion
22:44:52 T:4944 ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.youtube/play/?video_id=vIi57zhDl78]
22:44:52 T:4068 INFO: CPythonInvoker(8, C:\Users\Media\AppData\Roaming\Kodi\addons\plugin.video.youtube\default.py): script successfully run
22:44:52 T:4944 DEBUG: Playlist Player: no more playable items... aborting playback
22:44:52 T:4068 INFO: Python script stopped
22:44:52 T:4068 DEBUG: Thread LanguageInvoker 4068 terminating
22:44:52 T:3384 NOTICE: Thread BackgroundLoader start, auto delete: false
(2015-03-10, 00:45)Nailzy Wrote: Hey bromix -

Ran into an issue this evening - scared it's major!

https://www.youtube.com/watch?v=vIi57zhDl78

Works ok in browser ect, in Kodi gives the error

"rtmpe streams are not supported"

Debug log :

22:44:52 T:4068 DEBUG: [plugin.video.youtube] Starting Kodion framework by bromix...
22:44:52 T:4068 NOTICE: [plugin.video.youtube] Running: YouTube (5.0.8) on Helix (2.19) with Python 2.7.8
22:44:52 T:4068 DEBUG: [plugin.video.youtube] Path: "/play/
22:44:52 T:4068 DEBUG: [plugin.video.youtube] Params: "{'video_id': u'vIi57zhDl78'}"
22:44:52 T:4952 DEBUG: CCurlFile::GetMimeType - https://i.ytimg.com/vi/w-6mAgkm7K0/hqdefault.jpg -> image/jpeg
22:44:52 T:4952 DEBUG: CurlFile::Open(0A993130) https://i.ytimg.com/vi/w-6mAgkm7K0/hqdefault.jpg
22:44:52 T:4952 DEBUG: Caching image 'https://i.ytimg.com/vi/w-6mAgkm7K0/hqdefault.jpg' to '3/36e7f69c.jpg':
22:44:52 T:4952 DEBUG: cached image 'special://masterprofile/Thumbnails/3/36e7f69c.jpg' size 480x360
22:44:52 T:4952 DEBUG: CCurlFile::GetMimeType - https://i.ytimg.com/vi/srdGz3WNQig/hqdefault.jpg -> image/jpeg
22:44:52 T:4952 DEBUG: CurlFile::Open(0A992A60) https://i.ytimg.com/vi/srdGz3WNQig/hqdefault.jpg
22:44:52 T:4352 DEBUG: CCurlFile::GetMimeType - https://i.ytimg.com/vi/BCNoToGFzlQ/hqdefault.jpg -> image/jpeg
22:44:52 T:4352 DEBUG: CurlFile::Open(0A992390) https://i.ytimg.com/vi/BCNoToGFzlQ/hqdefault.jpg
22:44:52 T:4952 DEBUG: Caching image 'https://i.ytimg.com/vi/srdGz3WNQig/hqdefault.jpg' to '5/58cc7333.jpg':
22:44:52 T:4952 DEBUG: cached image 'special://masterprofile/Thumbnails/5/58cc7333.jpg' size 480x360
22:44:52 T:628 DEBUG: CCurlFile::GetMimeType - https://i.ytimg.com/vi/iNOfG77v8gc/hqdefault.jpg -> image/jpeg
22:44:52 T:628 DEBUG: CurlFile::Open(0A993130) https://i.ytimg.com/vi/iNOfG77v8gc/hqdefault.jpg
22:44:52 T:628 DEBUG: Caching image 'https://i.ytimg.com/vi/iNOfG77v8gc/hqdefault.jpg' to '5/53a0d845.jpg':
22:44:52 T:628 DEBUG: cached image 'special://masterprofile/Thumbnails/5/53a0d845.jpg' size 480x360
22:44:52 T:4952 DEBUG: CCurlFile::GetMimeType - https://i.ytimg.com/vi/5CWJHyr9-Qk/hqdefault.jpg -> image/jpeg
22:44:52 T:4952 DEBUG: CurlFile::Open(0A992028) https://i.ytimg.com/vi/5CWJHyr9-Qk/hqdefault.jpg
22:44:52 T:4068 DEBUG: LocalizeStrings: no strings.po file exist at C:\Users\Media\AppData\Roaming\Kodi\addons\plugin.video.youtube\resources\language\English, fallback to strings.xml
22:44:52 T:4944 DEBUG: XFILE::CPluginDirectory::WaitOnScriptResult- plugin returned failure
22:44:52 T:4068 DEBUG: [plugin.video.youtube] Shutdown of Kodion
22:44:52 T:4944 ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.youtube/play/?video_id=vIi57zhDl78]
22:44:52 T:4068 INFO: CPythonInvoker(8, C:\Users\Media\AppData\Roaming\Kodi\addons\plugin.video.youtube\default.py): script successfully run
22:44:52 T:4944 DEBUG: Playlist Player: no more playable items... aborting playback
22:44:52 T:4068 INFO: Python script stopped
22:44:52 T:4068 DEBUG: Thread LanguageInvoker 4068 terminating
22:44:52 T:3384 NOTICE: Thread BackgroundLoader start, auto delete: false
The message says it already. These rtmpe streams won't work with kodi.
  • 1
  • 77
  • 78
  • 79(current)
  • 80
  • 81
  • 258

Logout Mark Read Team Forum Stats Members Help
YouTube (IMPORTANT - READ FIRST POST)20