Kodi Community Forum
Release YouTube - 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 (/showthread.php?tid=356934)



RE: YouTube - kremor - 2020-12-16

Hi community.
Installed Kodi on Xiaomi mi box tv 
Looking for way to screencast youtube music videos of my Spotify playlists. Is there anything already similar so I can pickup and contribute to. Plugins or other script?
It going to be for local homebrew pub so my hands should be free to pouring a beer . Not hassling with playlists . The music vids !
Thanks in advance!


RE: YouTube - vladis - 2020-12-16

@anxdpanic ,

I tried the documentation to enable adaptive inputstream.

But at step 5 I don't have "VideoPlayer InputStream" appearing in the list...

The kodi Add-on Repository is however well activated ...

Thanks the help me.


RE: YouTube - debennett2 - 2020-12-16

Latest Youtube add-on beta on a Win 10 machine (matrix) exhibits these types of issues:

Suggested videos (continuous playback) no longer works.
Recommendations are actually missing from the menu (which leads me to think you already know about this)
the search function crashes Kodi the moment you actually hit "Done" typing in the search terms. 

Don't have time to post logs or anything at this moment but thought I'd get that out there real quick. Thanks for this add-on!


RE: YouTube - vladis - 2020-12-16

@anxdpanic ,

It should be installed by executing the following in a terminal:
Code:
sudo apt-get install kodi-inputstream-adaptive

Then you have to activate it in the kodi extensions and then activate it in the settings of the youtube addon.

It's not complicated as a procedure Rofl .

I finally able to configure MPEG-DASH in the youtube settings but I still have the same problems Confused .


RE: YouTube - BreizhReloaded - 2020-12-16

(2020-12-16, 13:18)kremor Wrote: Hi community.
Installed Kodi on Xiaomi mi box tv 
Looking for way to screencast youtube music videos of my Spotify playlists. Is there anything already similar so I can pickup and contribute to. Plugins or other script?
It going to be for local homebrew pub so my hands should be free to pouring a beer . Not hassling with playlists . The music vids !
Thanks in advance!
You want to somehow automatically find the YouTube video from a Spotify track? Extract meta-data from the track should be easy I guess via the Spotify API. But I don't know if there is a easy way or an existing scraper to get the YouTube video from that.


RE: YouTube - kodden - 2020-12-17

(2020-12-15, 23:02)David7578 Wrote: I guess "Watch Later" is dead for everyone else too ?
Had to create a personal playlist and it adds some steps to store vids and then find them on other devices, but at least it works.
Yup, died after upgrading to 6.8.9-matrix.1~beta3, just gives PlaylistNotFound error. It's not in the Playlist sections either. I know this is a beta so I'd expect bugs, but since the official one stopped working a few weeks ago the beta is the only version that works at all now Smile

Recommendations is completely gone as well.


RE: YouTube - FXB78 - 2020-12-17

(2020-12-17, 22:44)kodden Wrote:
(2020-12-15, 23:02)David7578 Wrote: I guess "Watch Later" is dead for everyone else too ?
Had to create a personal playlist and it adds some steps to store vids and then find them on other devices, but at least it works.
Yup, died after upgrading to 6.8.9-matrix.1~beta3, just gives PlaylistNotFound error. It's not in the Playlist sections either. I know this is a beta so I'd expect bugs, but since the official one stopped working a few weeks ago the beta is the only version that works at all now Smile

Recommendations is completely gone as well.
See this post on the previous page https://forum.kodi.tv/showthread.php?tid=356934&pid=2995871#pid2995871


RE: YouTube - kodden - 2020-12-18

(2020-12-17, 22:58)FXB78 Wrote:
(2020-12-17, 22:44)kodden Wrote:
(2020-12-15, 23:02)David7578 Wrote: I guess "Watch Later" is dead for everyone else too ?
Had to create a personal playlist and it adds some steps to store vids and then find them on other devices, but at least it works.
Yup, died after upgrading to 6.8.9-matrix.1~beta3, just gives PlaylistNotFound error. It's not in the Playlist sections either. I know this is a beta so I'd expect bugs, but since the official one stopped working a few weeks ago the beta is the only version that works at all now Smile

Recommendations is completely gone as well.
See this post on the previous page https://forum.kodi.tv/showthread.php?tid=356934&pid=2995871#pid2995871
I did read that post, but there was no solution there or am I missing something? Just a suggestion to add stuff to any other playlist. But that's not a real solution since Watch Later is a special YouTube playlist, it's not replaceable by the normal ones. The YouTube UI allows you to add to Watch Later in lots of places.


RE: YouTube - tjoe - 2020-12-18

I have the same issue, also "My Subscriptions" and "History" are empty.

I was currious about the space "%20" in the URL.
 
Quote:ERROR: [plugin.video.youtube] Error reason: |playlistNotFound| with message: |The playlist identified with the request's playlistId parameter cannot be found.
ERROR: GetDirectory - Error getting plugin://plugin.video.youtube/channel/mine/playlist/%20WL/
I tried to change " WL" for "WL" (without the space) in the plugin code (.py files) but still the same error is showing up. Delete the .pyo files.

But still seeing the same exact error with "%20WL", any idea ?
Quote:ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.youtube/channel/mine/playlist/%20WL/) failed



RE: YouTube - David7578 - 2020-12-18

(2020-12-18, 04:59)kodden Wrote:
(2020-12-17, 22:58)FXB78 Wrote:
(2020-12-17, 22:44)kodden Wrote: Yup, died after upgrading to 6.8.9-matrix.1~beta3, just gives PlaylistNotFound error. It's not in the Playlist sections either. I know this is a beta so I'd expect bugs, but since the official one stopped working a few weeks ago the beta is the only version that works at all now Smile

Recommendations is completely gone as well.
See this post on the previous page https://forum.kodi.tv/showthread.php?tid=356934&pid=2995871#pid2995871
I did read that post, but there was no solution there or am I missing something? Just a suggestion to add stuff to any other playlist. But that's not a real solution since Watch Later is a special YouTube playlist, it's not replaceable by the normal ones. The YouTube UI allows you to add to Watch Later in lots of places.
YouTube Kodi addon relied on a deprecated and now dead API.
Many functions were lost when google progressively phased out that API.
Unless I'm wrong, I think the 'Watch Later' function was lost for the same reason.
The proposed work around works, even if it's a little more cumbersome, at least it works.


RE: YouTube - jonib - 2020-12-18

(2020-12-18, 07:10)tjoe Wrote: https://forum.kodi.tv/showthread.php?tid=356934&pid=2975149#pid2975149I have the same issue, also "My Subscriptions" and "History" are empty.

Get the development version as it has a solution for "My Subscriptions".

And next time please read the last pages of the thread as the solution has been discussed for a while.

jonib


RE: YouTube - tjoe - 2020-12-18

(2020-12-18, 10:03)jonib Wrote:
(2020-12-18, 07:10)tjoe Wrote: https://forum.kodi.tv/showthread.php?tid=356934&pid=2975149#pid2975149I have the same issue, also "My Subscriptions" and "History" are empty.

Get the development version as it has a solution for "My Subscriptions".

And next time please read the last pages of the thread as the solution has been discussed for a while.

jonib

Sorry about that, thanks "My Subscriptions" works with the beta.


RE: YouTube History empty - maral - 2020-12-18

since 2 or 3 days the list is empty.  Version 6.8.8


RE: YouTube - maral - 2020-12-18

since 2 or 3 days historylist is empty 6.8.8


RE: YouTube - blueribb - 2020-12-18

(2020-12-18, 21:54)maral Wrote: since 2 or 3 days historylist is empty 6.8.8

Install Latest in-development version: 6.x.x-dev (post #2)