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 - anxdpanic - 2017-06-21

alpha4 zips are posted, to resolve 'Cannot operate on a closed cursor'

Thanks for testing and feedback


RE: YouTube Plug-in Thread - DjDiabolik - 2017-06-21

(2017-06-21, 15:42)anxdpanic Wrote: alpha4 zips are posted, to resolve 'Cannot operate on a closed cursor'

Thanks for testing and feedback

Thanks to you to continue to provide and continue to developing this fantastic addons......... i test immediatelly on OSMC Smile

*EDIT*
First feedback.........alpha 4 -unofficial- installed and all apparently it's working ever it's do Smile

I have only a question about the override view.... i have re-executed the wizard and from wizard i select id 53 and 54 but apparently nothigs append. On "My Subscription (filtered)" every access the "SHIFT" view_id it's autoselected and it's be selected also if i change the view one time myself. Same append on normal "My Subscription".... every time i access i re-obtain the views setted at "InfoWall". I have tryed to change the view_id manually from "Advanced" related to my xml files posted yesterday but apparently nothings appends..........
mmmmmm ok.... it's not a very important otherwise Smile it's possibly i miss or commit some errors Smile


RE: YouTube Plug-in Thread - Sea Monkey - 2017-06-23

For those of you getting python errors that crash Kodi when attempting to play YouTube videos...

(2017-02-21, 01:16)Klasw Wrote: It is actually a bug, see this:

https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1636573

What you can do is to install python-cryptography version 1.7.1-2 and python-openssl version 16.2.0-1 from distro Zesty (Ubuntu 17.04). What I did:

Edit /etc/apt/sources.list

add:

#Zesty
deb http://se.archive.ubuntu.com/ubuntu zesty main
deb-src http://se.archive.ubuntu.com/ubuntu zesty main

(for Sweden, you can of course change to your country's repository, fist letters after http://)

sudo aptitude update
sudo aptitude install python-cryptography=1.7.1-2
(will also upgrade python-openssl to latest version)



RE: YouTube Plug-in Thread - Jeffers24 - 2017-06-23

When using this addon do I need to apply for personal API details and enter them?

Are there a default set of API details that can be used?

What will happen if I try to use the addon without entering API details?


RE: YouTube Plug-in Thread - jonib - 2017-06-23

(2017-06-23, 18:11)Jeffers24 Wrote: When using this addon do I need to apply for personal API details and enter them?
No

Quote:Are there a default set of API details that can be used?
Yes (included in the plugin)

Quote:What will happen if I try to use the addon without entering API details?
Some functionality in the plugin might not work in a 24 hour period when the API quota is exceeded (read more here)

jonib


RE: YouTube Plug-in Thread - Jeffers24 - 2017-06-23

(2017-06-23, 19:46)jonib Wrote:
(2017-06-23, 18:11)Jeffers24 Wrote: When using this addon do I need to apply for personal API details and enter them?
No

Quote:Are there a default set of API details that can be used?
Yes (included in the plugin)

Quote:What will happen if I try to use the addon without entering API details?
Some functionality in the plugin might not work in a 24 hour period when the API quota is exceeded (read more here)

jonib

Thanks


RE: YouTube Plug-in Thread - Arokhaerr - 2017-06-25

Sorry if it has been asked before but what is the difference between the alpa4 ZIP and the unofficial_alpha4 zip?


RE: YouTube Plug-in Thread - jdf76 - 2017-06-25

Unofficial has the view choices still in the plugin, but the alpha4 does not. Unoffical is not sanctioned by Kodi because the views should be controlled by the skins and not the plugin. The unofficial is to satisfy the want of some of the users who are used to the old ways.

Thanks
Jeff


RE: YouTube Plug-in Thread - Arokhaerr - 2017-06-26

Ah thanks! Helps deciding which one to choose. Smile


RE: YouTube Plug-in Thread - Perfect Styles - 2017-06-27

just a question about what would make a live channel on YT play fine on YT but when I try to watch it through the TY addon it constantly freezes...if you want me to post the particular live channel I can...although I notice this with a number of live YT channels now.

thanks


RE: YouTube Plug-in Thread - K0dinator - 2017-06-28

My youtube plugin stopped working a few days ago on raspberry pi kodi.

The following is the error:
Code:
21:57:34.198 T:1958433712   ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.youtube/play/?video_id=XZVpR3Pk-r8]
21:58:01.778 T:1570239472   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.SyntaxError'>
                                            Error Contents: invalid syntax (mimetypes.py, line 216)
                                            Traceback (most recent call last):
                                              File "/home/osmc/.kodi/addons/plugin.video.youtube/default.py", line 3, in <module>
                                                from resources.lib.kodion import runner
                                              File "/home/osmc/.kodi/addons/plugin.video.youtube/resources/lib/kodion/__init__.py", line 17, in <module>
                                                from requests import api as client
                                              File "/home/osmc/.kodi/addons/script.module.requests/lib/requests/__init__.py", line 52, in <module>
                                                from .packages.urllib3.contrib import pyopenssl
                                              File "/home/osmc/.kodi/addons/script.module.requests/lib/requests/packages/__init__.py", line 27, in <module>
                                                from . import urllib3
                                              File "/home/osmc/.kodi/addons/script.module.requests/lib/requests/packages/urllib3/__init__.py", line 8, in <module>
                                                from .connectionpool import (
                                              File "/home/osmc/.kodi/addons/script.module.requests/lib/requests/packages/urllib3/connectionpool.py", line 35, in <module>
                                                from .request import RequestMethods
                                              File "/home/osmc/.kodi/addons/script.module.requests/lib/requests/packages/urllib3/request.py", line 3, in <module>
                                                from .filepost import encode_multipart_formdata
                                              File "/home/osmc/.kodi/addons/script.module.requests/lib/requests/packages/urllib3/filepost.py", line 9, in <module>
                                                from .fields import RequestField
                                              File "/home/osmc/.kodi/addons/script.module.requests/lib/requests/packages/urllib3/fields.py", line 3, in <module>
                                                import mimetypes
                                              File "/usr/lib/python2.7/mimetypes.py", line 216
                                                (  break
                                                       ^
                                            SyntaxError: invalid syntax
                                            -->End of Python script error report<--
21:58:01.803 T:1958433712   ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.youtube/play/?video_id=XZVpR3Pk-r8]
I tried updating the plugin twice but it did not work :F

What should I do?


RE: YouTube Plug-in Thread - jdf76 - 2017-06-29

Latest version of the Youtube plugin is version: 5.4.0

--> Download for 5.4.0 <--

--> Directory of Archives <--

--> Repository <--

--> Unofficial <--


RE: YouTube Plug-in Thread - DjDiabolik - 2017-06-30

(2017-06-29, 20:08)jdf76 Wrote: Latest version of the Youtube plugin is version: 5.4.0

CUT CUT

There's some different between latest alpha 4 and this "final" release ?


RE: YouTube Plug-in Thread - jdf76 - 2017-06-30

Just the version bump.

Jeff


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

Pushed to Kodi repo

http://github.com/xbmc/repo-plugins/pull/1291

Is anyone interested in doing so screen shots for the plugin as it currently works now to replace the readme file?

Look at to see the old one.
https://github.com/jdf76/plugin.video.youtube

Thanks
Jeff