Kodi Community Forum
Release YouTube Plug-in Thread - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Video Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=154)
+---- Thread: Release YouTube Plug-in Thread (/showthread.php?tid=267160)



RE: YouTube Plug-in Thread - mac1202 - 2017-02-17

Hi guys it is possible to add support for url with timestamps. They can be opened with youtube plugin but the timestamps is ignored and they are played from the begining.

Example url
Code:
https://www.youtube.com/watch?v=Ha0IAGk2gxg#t=615s



RE: YouTube Plug-in Thread - DjDiabolik - 2017-02-17

(2017-02-17, 05:36)jdf76 Wrote: Someone else is having an issue where they get Video stream not found. I have a feeling youtube may have changed around the play part which doesn't allow us to access it. Unfortunately i'm not sure how to fix it to be honest.

Jeff

It's very strange because apparently for some work and for other no... it's possibly it's caused by different build of kodi used and it's possibly cause every build it's be different than other......

Also i ever do i have right now the latest nightly and apparently on OSMC last stable (hit all update made by ssh) this addons it's ever than fantastic. I continue myself to investigate about how it's better and how i can configure the imputstream as good but this is a totally different address Smile


RE: YouTube Plug-in Thread - Juppstein - 2017-02-17

I have the same issue with 5.3.8 and v17 right now. I updated to v17 only yesterday and I was not sure if the addon is the issue or the fact that I updated to v17. In fact I am still not sure which one is the reason :/ I just know that starting videos gives issues.

Funny enough, if you try to open the video a second time right after you got the error, it will work and the video will start playing without issues. But sometimes it will ask you if you want to continue the video where you left it the last time. It asks this for a video it was trying to open and failed only a few seconds ago. And to add to this, it sometimes asks you if you want to continue from a time that is longer in than the actual video is going in total Big Grin


RE: YouTube Plug-in Thread - not working after upgrading to Krypton ... Help! - thickman - 2017-02-17

Hi,

I just upgrade to Krypton yesterday and YT plug in just not working. When I play a video, it just showing a counter on the top right but nothing show up. What happens. I have the version 5.3.8 and should be the newest one. Please help!

Steve


RE: YouTube Plug-in Thread - jdf76 - 2017-02-17

Might want to check your inputstream settings? Also if you are using inputsteam, make sure you have mpeg-dash enabled. The FAQ has links on how to do this.

Jeff


RE: YouTube Plug-in Thread - Exten - 2017-02-17

(2017-02-17, 08:55)jmh2002 Wrote:
(2017-02-17, 08:37)Exten Wrote: I'm asking because that's what google says. it's only free for 60 days.

This is for the entire 'Cloud Platform'. You dont need this.

As already suggested to you several times, please simply follow my YOUTUBE PERSONAL API KEY INSTRUCTIONS in Post #2 on Page 1 here.

I use Personal API Keys myself and I can assure you that they do not expire after 2 months.

I'm not sure if you have already signed up, but I'm not signing up for the youtube api for kodi. Maybe you can correct the info in your initial posts since they are way out of date. It's required of the user in google cloud to sign an agreement that which I've already showed you about "trial docs" I won't be posting about this again because obviously your not listening. see google terms when clicking your first link found here in your posts when not already a member of google developer networks.


RE: YouTube Plug-in Thread - Бaton - 2017-02-17

Hello to everyone.

I logged in my youtube account, go to my subscription, try to play this video https://www.youtube.com/watch?v=ktiONWfSL48
but Kodi shows error "No videos streams found".
In log:
Code:
00:25:35.143 T:3620  NOTICE: [plugin.video.youtube] Running: YouTube (5.3.8) on Krypton (Kodi-17.0) with Python 2.7.11
00:25:36.198 T:3500   ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.youtube/play/?video_id=ktiONWfSL48]

If logged in my account in Firefox it plays fine. Is it because video have age limit? How to play it in Kodi YouTube plugin?


RE: YouTube Plug-in Thread - Abolfazl - 2017-02-17

(2017-02-17, 04:33)Abolfazl Wrote: I am having an issue when I try to play a YT video that requires a login because it is deemed 18+. Anyone else have this issue? The video in question is https://www.youtube.com/watch?v=ktiONWfSL48

When I go to play the item I get an error of:

Quote:18:24:57.612 T:1283453936 NOTICE: [plugin.video.youtube] Running: YouTube (5.3.9) on Krypton (Kodi-17.1) with Python 2.7.9
18:24:58.627 T:1958630320 ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.youtube/play/?video_id=ktiONWfSL48]

I have already logged into my YT account via the 2x youtube.com/activate prompt.

(2017-02-17, 23:37)Бaton Wrote: Hello to everyone.

I logged in my youtube account, go to my subscription, try to play this video https://www.youtube.com/watch?v=ktiONWfSL48
but Kodi shows error "No videos streams found".
In log:
Code:
00:25:35.143 T:3620  NOTICE: [plugin.video.youtube] Running: YouTube (5.3.8) on Krypton (Kodi-17.0) with Python 2.7.11
00:25:36.198 T:3500   ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.youtube/play/?video_id=ktiONWfSL48]

If logged in my account in Firefox it plays fine. Is it because video have age limit? How to play it in Kodi YouTube plugin?

How funny that I was trying to watch the exact same video. It must be because of the age limitation.


RE: YouTube Plug-in Thread - thickman - 2017-02-17

(2017-02-17, 22:02)jdf76 Wrote: Might want to check your inputstream settings? Also if you are using inputsteam, make sure you have mpeg-dash enabled. The FAQ has links on how to do this.

Jeff

The inputstream add-on is enabled. The mpeg-dash is enabled. Still the same. Is there any other things I need to look at?

Steve


RE: YouTube Plug-in Thread - Бaton - 2017-02-17

(2017-02-17, 23:40)Abolfazl Wrote: It must be because of the age limitation.
I tried another video with age limit and again have same error. So YouTube Plug-in cant play video with age limit?


RE: YouTube Plug-in Thread - jdf76 - 2017-02-17

Not at the moment no.

Jeff


RE: YouTube Plug-in Thread - linesma - 2017-02-18

@jdf76 - Thank you again for all your hard work. I also want to say thank you for posting the information about the plugin repository on the OP of this thread. I had to reinstall the plug-in after updating to Krypton and was having issues. After removing the old plugin completely and changing the repository, I am back up and running. Running with the personal API as well!


RE: YouTube Plug-in Thread - jmh2002 - 2017-02-18

(2017-02-17, 23:18)Exten Wrote:
(2017-02-17, 08:55)jmh2002 Wrote:
(2017-02-17, 08:37)Exten Wrote: I'm asking because that's what google says. it's only free for 60 days.

This is for the entire 'Cloud Platform'. You dont need this.

As already suggested to you several times, please simply follow my YOUTUBE PERSONAL API KEY INSTRUCTIONS in Post #2 on Page 1 here.

I use Personal API Keys myself and I can assure you that they do not expire after 2 months.

I'm not sure if you have already signed up, but I'm not signing up for the youtube api for kodi. Maybe you can correct the info in your initial posts since they are way out of date. It's required of the user in google cloud to sign an agreement that which I've already showed you about "trial docs" I won't be posting about this again because obviously your not listening. see google terms when clicking your first link found here in your posts when not already a member of google developer networks.

- I have already signed up around a year ago so I know that the Personal API Keys do not expire after 60 days.

- The info in the instructions is NOT 'way out of date'. Only that Google has added the extra screen you mention to accept the Terms of Service. I will add a screenshot of that to the instructions. The rest of the instructions remain correct.

- I just followed the instructions and setup everything on a fresh account and they worked perfectly. Yes it is necessary to accept the Terms of Service (of course!) but it is not required to sign up for any 'Free Trial', and it is not required to give your credit card details, or to pay anything.

- It is your own choice to create Personal API Keys or not. You are free to make this decision as you wish, nobody is forcing you.
If you don't want to do so please accept the limitations of using this addon without them.

If you do want to create Personal API Keys, please follow my instructions in Post #2 on Page 1 here. (update pending)


RE: YouTube Plug-in Thread - Snoop247 - 2017-02-18

Having an issue with the personal API key and double sign in. Double sign in worked fine but uses were exceeded. So I went through the steps for personal API keys. Now the sign in does not work and pops up an error. Here is the log:

Quote:08:31:42.879 T:140702008125184 NOTICE: PulseAudio: Opened device alsa_output.pci-0000_00_1f.3.hdmi-stereo in pcm mode with Buffersize 150 ms
08:31:53.476 T:140702508579200 ERROR: GetDirectory - Error getting plugin://plugin.video.youtube/sign/in/
08:31:53.477 T:140702508579200 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.youtube/sign/in/) failed
08:31:53.616 T:140702024910592 NOTICE: [plugin.video.youtube] Running: YouTube (5.3.8) on Krypton (Kodi-17.0) with Python 2.7.12
08:32:16.835 T:140701398214400 ERROR: GetDirectory - Error getting
08:32:17.040 T:140700880451328 ERROR: Previous line repeats 2 times.
08:32:17.040 T:140700880451328 ERROR: EXCEPTION: Non-Existent Control 1
08:32:25.354 T:140700880451328 WARNING: Attempt to use invalid handle -1
08:49:25.504 T:140702008125184 WARNING: Previous line repeats 2 times.
08:49:25.504 T:140702008125184 NOTICE: PulseAudio: Opened device alsa_output.pci-0000_00_1f.3.hdmi-stereo in pcm mode with Buffersize 150 ms



RE: YouTube Plug-in Thread - jdf76 - 2017-02-18

New Version 5.3.10 is released.

[fix/upd] resolve 'No video streams found' for age-gated content and other minor.
[fix/upd] unescaping HTML entities in subtitles [mdmdmdmdmd]
[upd] Polish strings [Etharr]

Download Youtube 5.3.10

PR submited to Kodi Repository. PR #992