Kodi Community Forum
[RELEASE] YouTube3 - YouTube Script - 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] YouTube3 - YouTube Script (/showthread.php?tid=33585)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21


- borick - 2009-03-01

I've release a new version of the script, if you had problems please try it out and let me know how it goes. It should be a lot more robust and error-free (hopefully) Smile

Download at:
http://code.google.com/p/xbmc-youtube/downloads/list


- borick - 2009-03-01

Hello all,

I've released a new version of this script. Please download the latest script at: http://code.google.com/p/xbmc-youtube/downloads/list

Thanks!


- frikky - 2009-03-01

Thank you so much for your great work, borick!

The script now works like a charm :O) It's great being able to watch Youtube videos again.


- xGROMx - 2009-03-01

maybe i'm doing somthing wrong, what version is considered the lastest? The one offered from the main website or one from somewere else? ...if so were?


- borick - 2009-03-01

xGROMx Wrote:maybe i'm doing somthing wrong, what version is considered the lastest? The one offered from the main website or one from somewere else? ...if so were?

The one from http://code.google.com/p/xbmc-youtube/downloads/list is the latest version, the "Featured" download, the only one you should see listed.

If you experience crashes with this version, please post it in the thread even if you've posted before. Thanks


- xGROMx - 2009-03-01

i'm sorry guys, i know i am cluddering up the wrong thread, i meant latest version of XBMC.....


- waldo22 - 2009-03-02

xGROMx Wrote:i'm sorry guys, i know i am cluddering up the wrong thread, i meant latest version of XBMC.....

What platform are you talking about?

The links from the main website are the last supported and compiled versions.

For the very "latest" versions, you want to compile yourself from SVN or use a pre-compiled version.

Here are some Pre-compiled Windows versions from SVN:
http://forum.xbmc.org/showthread.php?tid=35452

-Wes


not working on xbox - bsr_dev - 2009-03-03

I am having issues with this script on an xbox. I have the latest version of the xbmc build. Forgive me for being a newb here. I have done my homework and have many other plugins up and working, and they are all installed in the apps/plugins/video folder. This is the only one I have put in apps/scripts directory as it does not even seem to work anywhere else.

Is the apps/scripts directory the correct place for this?

It completes loading the "Recently Featured" feeds successfully. But, when I click on a video to play it, it hangs on opening the file. It gets to what would seem like 90+% of caching it. The dialog box that's hung says:

Cache size set to 4096 Bytes
Connected to server: http://www.youtube.com
Caching...

And it hangs just as it seems to complete caching. I have to powercycle the box. Any help is appreciated and I would be happy to provide anymore info I can give you. Thanks.

s


- borick - 2009-03-03

yes this is a script not a plugin and belongs in the scripts folder as you mentioned

as you using the latest version of the youtube script from the google code page?

bsr_dev Wrote:I am having issues with this script on an xbox. I have the latest version of the xbmc build. Forgive me for being a newb here. I have done my homework and have many other plugins up and working, and they are all installed in the apps/plugins/video folder. This is the only one I have put in apps/scripts directory as it does not even seem to work anywhere else.

Is the apps/scripts directory the correct place for this?

It completes loading the "Recently Featured" feeds successfully. But, when I click on a video to play it, it hangs on opening the file. It gets to what would seem like 90+% of caching it. The dialog box that's hung says:

Cache size set to 4096 Bytes
Connected to server: www.youtube.com
Caching...

And it hangs just as it seems to complete caching. I have to powercycle the box. Any help is appreciated and I would be happy to provide anymore info I can give you. Thanks.

s



- jeff300 - 2009-03-03

I am having the exact same problem as bsr_dev. (Using the latest version obtained from your link at the top of this thread.)


- borick - 2009-03-03

I am sorry to hear you are having this problem. If you could please provide additional information such as exact build and version number of XBMC, youtube script, xbmc debug log, whether you experience problems with any other python scripts or plugins. This can help me to figure out what is going on, because I don't experience the same problem. Thx

jeff300 Wrote:I am having the exact same problem as bsr_dev. (Using the latest version obtained from your link at the top of this thread.)



- bsr_dev - 2009-03-03

borick Wrote:yes this is a script not a plugin and belongs in the scripts folder as you mentioned

as you using the latest version of the youtube script from the google code page?

Yup, re-downloaded and installed it from the link just above my previous post. I "installed" the script the same way I have been installing plugins, just ftp'ing the whole Youtube folder under the apps/scripts folder. I then reboot the xbox.. Same issue occurs everytime no matter what video I try. Let me know if I am doing anything wrong as far as install and/or running the script.

I can search and play youtube videos successfully using the VideoMonkey plugin, if that helps at all.

-steve


- borick - 2009-03-03

bsr_dev Wrote:Yup, re-downloaded and installed it from the link just above my previous post. I "installed" the script the same way I have been installing plugins, just ftp'ing the whole Youtube folder under the apps/scripts folder. I then reboot the xbox.. Same issue occurs everytime no matter what video I try. Let me know if I am doing anything wrong as far as install and/or running the script.

I can search and play youtube videos successfully using the VideoMonkey plugin, if that helps at all.

-steve

Interesting... the VideoMonkey interfaces with the XBMC Player API similar to youtube script. The only differences could be:

1) VideoMonkey has a setting for player type, youtube script currently set to use PLAYER_CORE_MPLAYER on line 80 of default.py (of the youtube script.) You could try changing PLAYER_CORE_MPLAYER to PLAYER_CORE_AUTO to see if that makes any difference, but its just a shot in the dark.

2) The URL Being used to play the video could be parsed differently causing some loading issue. At some point I'll try and look into what YouTube URL VideoMonkey is using, if I have any luck I'll post in the forum.


- kevcampbell - 2009-03-08

hello

nice script, can you add mouse support please, i have to use enter on the keyboard to play a youtube video, i cant click the video and play the video

thanks


- Nuka1195 - 2009-03-08

mouse clicks are builtin, but were only recently fixed in xbmc. make sure your xbmc is upto date.