• 1
  • 153
  • 154
  • 155(current)
  • 156
  • 157
  • 258
Release YouTube (IMPORTANT - READ FIRST POST)
(2015-08-26, 15:55)bromix Wrote:
(2015-08-26, 13:51)manu3lm Wrote: Hello! Some time ago I am having a problem with KODI, more specifically with the Youtube addon. Whenever playing a video does not return you to show me, I remove it from the search results. I've tried with different skins and the problem continues. Thank you very much for your help. Excuse my bad English!

Thank you so much!

Hola! Hace un tiempo estoy teniendo un problema con KODI, más puntualmente con el addon de Youtube. Cada vez que reproduzco un video no me lo vuelve a mostrar, me lo elimina de los resultados de la busqueda. Ya he probado con diversos Skins y sigue el problema. Muchas gracias por su ayuda. Disculpen mi mal ingles!

Muchas Gracias!


Version: Kodi 14.2
Youtube addon: 5.1.8

Sad can you provide screenshots or describe the problem in another way? I don't understand anything you're saying Sad


1: I find a video in the search addon youtube and reproduce without problems.
2: I want to see the same video that I've seen before and the video is not displayed anymore, not even looking for it by name.
(2015-08-27, 02:17)manu3lm Wrote: ...


1: I find a video in the search addon youtube and reproduce without problems.
2: I want to see the same video that I've seen before and the video is not displayed anymore, not even looking for it by name.

http://kodi.wiki/view/Video_navigation

It seems "watched clips" are hidden in your case. Try to change the option.
Hi,

I was unable to find a solution to my problem, although many people are having more or less the same problem
I am trying to play a youtube playlist on a menu item
inside the plugin i can see the playlist, and i am able to play the videos
but in a menu item it doesn't seem to work
menu action is
Quote:<action>ActivateWindow(10025,"plugin://plugin.video.youtube/play/?playlist_id=PLyBYyGadJ-vMdx47gREZ6FUx67mq_jgPq",return)</action>

on activating this action the LOG says:
Quote:14:19:30 T:2640 DEBUG: [plugin.video.youtube] Shutdown of Kodion
14:19:30 T:2640 INFO: CPythonInvoker(5, C:\Users\luis-\AppData\Roaming\Kodi\addons\plugin.video.youtube-master\default.py): script successfully run
14:19:30 T:2640 INFO: Python script stopped
14:19:30 T:2640 DEBUG: Thread LanguageInvoker 2640 terminating
14:19:31 T:6656 DEBUG: XFILE::CPluginDirectory::WaitOnScriptResult - plugin exited prematurely - terminating
14:19:31 T:6656 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.youtube/play/?playlist_id=PLyBYyGadJ-vMdx47gREZ6FUx67mq_jgPq
14:19:31 T:6656 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.youtube/play/?playlist_id=PLyBYyGadJ-vMdx47gREZ6FUx67mq_jgPq) failed
14:19:31 T:6656 DEBUG: CGUIMediaWindow::GetDirectory ()
14:19:31 T:6656 DEBUG: ParentPath = [plugin://plugin.video.youtube/play/?playlist_id=PLyBYyGadJ-vMdx47gREZ6FUx67mq_jgPq]
14:19:31 T:6184 NOTICE: Thread BackgroundLoader start, auto delete: false
14:19:31 T:6184 DEBUG: Thread BackgroundLoader 6184 terminating
14:19:31 T:1252 DEBUG: CTextureCacheJob::GetImageHash - unable to stat url
(2015-08-27, 15:34)Luis Gil Wrote: Hi,

I was unable to find a solution to my problem, although many people are having more or less the same problem
I am trying to play a youtube playlist on a menu item
inside the plugin i can see the playlist, and i am able to play the videos
but in a menu item it doesn't seem to work
menu action is
Quote:<action>ActivateWindow(10025,"plugin://plugin.video.youtube/play/?playlist_id=PLyBYyGadJ-vMdx47gREZ6FUx67mq_jgPq",return)</action>

on activating this action the LOG says:
Quote:14:19:30 T:2640 DEBUG: [plugin.video.youtube] Shutdown of Kodion
14:19:30 T:2640 INFO: CPythonInvoker(5, C:\Users\luis-\AppData\Roaming\Kodi\addons\plugin.video.youtube-master\default.py): script successfully run
14:19:30 T:2640 INFO: Python script stopped
14:19:30 T:2640 DEBUG: Thread LanguageInvoker 2640 terminating
14:19:31 T:6656 DEBUG: XFILE::CPluginDirectory::WaitOnScriptResult - plugin exited prematurely - terminating
14:19:31 T:6656 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.youtube/play/?playlist_id=PLyBYyGadJ-vMdx47gREZ6FUx67mq_jgPq
14:19:31 T:6656 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.youtube/play/?playlist_id=PLyBYyGadJ-vMdx47gREZ6FUx67mq_jgPq) failed
14:19:31 T:6656 DEBUG: CGUIMediaWindow::GetDirectory ()
14:19:31 T:6656 DEBUG: ParentPath = [plugin://plugin.video.youtube/play/?playlist_id=PLyBYyGadJ-vMdx47gREZ6FUx67mq_jgPq]
14:19:31 T:6184 NOTICE: Thread BackgroundLoader start, auto delete: false
14:19:31 T:6184 DEBUG: Thread BackgroundLoader 6184 terminating
14:19:31 T:1252 DEBUG: CTextureCacheJob::GetImageHash - unable to stat url

I had to ask one of the KODI Member Smile I'v no skills in skinning Smile

You should use RunPlugin instead of ActivateWindow and maybe...you don't need the quotations.
Can't set to work with RunPlugin

I'm using "Black Glass Nova" skin

The following shortcut works, but doen't play the playlist
ActivateWindow(10025,"plugin://plugin.video.youtube/channel/mine/playlist/PLyBYyGadJ-vMdx47gREZ6FUx67mq_jgPq",return)

This one doen't work
ActivateWindow(10025,"plugin://plugin.video.youtube/play/?playlist_id=PLyBYyGadJ-vMdx47gREZ6FUx67mq_jgPq",return)
RunPlugin(plugin://plugin.video.youtube/play/?playlist_id=PLyBYyGadJ-vMdx47gREZ6FUx67mq_jgPq)

When i play the playlist using the plugin it shows this info in the log
21:28:40 T:6740 DEBUG: [plugin.video.youtube] Starting Kodion framework by bromix...
21:28:40 T:6740 NOTICE: [plugin.video.youtube] Running: YouTube (5.1.8) on Isengard (15.1) with Python 2.7.8
21:28:40 T:6740 DEBUG: [plugin.video.youtube] Path: "/play/
21:28:40 T:6740 DEBUG: [plugin.video.youtube] Params: "{'playlist_id': u'PLyBYyGadJ-vMdx47gREZ6FUx67mq_jgPq', 'play': u'1'}"

does it help ?
Once you have watched a YouTube video, it shows the watched flag. Is there any way to then mark the video as unwatched? Reason I ask is because a couple of times I have started watching something and fell asleep and by the time I wake up the video had ended, and in such cases I might actually want to watch that video again at a later date but in the meantime would like to set it back to unwatched status.
What in the world is the deal with the "daily limit exceeded" when any search is performed??!! Any way to fix this? (Using version 5.1.8)
It's a thing to do with youtube. He's just outputting what the error message is from youtube.
I don't get this when I access YouTube from my computer my iPad or my iPhone. So how do I fix it in Kodi?
Thats a good question, Bromix knows more about youtube than I do. He should have a solution.
Is this happening to anyone else? This is a relatively new problem; YouTube has always worked fine for me on xbmc and kodi--now all of a sudden it doesn't...Very frustrating!!!
(2015-08-30, 05:34)ArtVandalay7 Wrote: Is this happening to anyone else? This is a relatively new problem; YouTube has always worked fine for me on xbmc and kodi--now all of a sudden it doesn't...Very frustrating!!!
Please use the search directly in this thread. The problem got already explained. And stop comparing your browser behavior with an addon..these are completely different things regarding API.
(2015-08-30, 12:11)bromix Wrote:
(2015-08-30, 05:34)ArtVandalay7 Wrote: Is this happening to anyone else? This is a relatively new problem; YouTube has always worked fine for me on xbmc and kodi--now all of a sudden it doesn't...Very frustrating!!!
Please use the search directly in this thread. The problem got already explained. And stop comparing your browser behavior with an addon..these are completely different things regarding API.

Thanks for the response. I had already done an extensive search and is the long story short there is no fix for this because I can't find one. If the add-on is frequently non-functional (which it now is for me) then it's a big problem, no? And the comparison is mostly for YouTube via xbmc and kodi, which up until about a week or two ago, never had this problem.
Give signing out and signing back in a try.

Thanks
Jeff
Hello there, need some help! I love this addon, but latley its extremely slow, im on kodi 15.1 isenguard, linux unbubtu. The problem started when I was on helix. Youtube (current) is slow and says "no pvr clients have been started...". I tried to uninstall and it says "youtube is being used by urlresolver." So I cant even uninstall and reinstall. It takes as long as 15 min video to apear and another 25 min to click on another video. Any help is appreciatedBig Grin im a noob at this. Thanks
  • 1
  • 153
  • 154
  • 155(current)
  • 156
  • 157
  • 258

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