• 1
  • 167
  • 168
  • 169(current)
  • 170
  • 171
  • 186
Release YouTube
(2024-09-26, 12:48)davidjm Wrote: The one thing I have noticed since then though is if I stop a video for whatever reason and come to restart it later I am no longer getting the option to resume and it starts from the beginning.

Should be fixed in https://github.com/anxdpanic/plugin.vide...tag/v7.1.0

 
(2024-09-26, 16:48)contremaitre Wrote: Hello, it cashes immediatelly after I start the plugin, after a freeze of a few second. Here is the crash dump/log :
latovucedo.kodi (paste)

Saw your issue on Github - https://github.com/anxdpanic/plugin.vide...issues/916

 
(2024-09-26, 22:31)Chizad Wrote: I get the Setup Wizard prompt every time I try to run YouTube. Click through the 9 prompts (I've tried setting them, and I've tried skipping them all). Get an error and it tells me to check the logs.

In the log is this line:
 
Code:
CAddon[plugin.video.youtube]: failed to load addon settings from special://profile/addon_data/plugin.video.youtube/settings.xml

...

I know you guys prefer to paste the full log to https://paste.kodi.tv/, but I'm trying to do that now and getting a "Something Went Wrong!" error on my 29,461 line log.

The reason why a full log is asked for is because what someone thinks may be the useful part of the log, may not be of any actual relevance to the issue they are reporting. This is one of those instances.

Try https://github.com/anxdpanic/plugin.vide...tag/v7.1.0 and see if the problem is resolved, otherwise will need to see the log.

If it is too big, then restart Kodi, and upon restart limit what you do to only what is required to replicate the issue. You can also split the log up into different parts if it is still too long to paste.


@The Diplomat - as mentioned by others, you need to update the plugin.


@Sorrylol - Can't support the plugin on such old versions of Kodi, but it is probably possible to make it work, however you will have to figure out the required changes yourself.


@bfoot - Those changes are extremely out of date and won't work properly, as you have already realised. Just update the plugin/Kodi instead to the latest supported release version.
Reply
Hi Peeps,

Something odd going on, I have Kodi installed on two Xboxes as well as a Windows 10 Laptop. For some reason both the xboxes have stopped worrking with the add-on,  the Laptop which has the traditional Omega app install (not Microsoft Store edition.) continues to work flawlessly, even with its ver 7.0.9.2 add-on

debug logs from one of the XBoxes...

zifayivoso (paste)
Reply
I don't know if this is some kind of YouTube restriction but is there a way to remove the "Next Page" button/indicator similar to hide_folders=true ?

I search everywhere in Kodi forums and didn't find anything and the next_page=false or nextpage=false are not working.

This is kinda annoying because also limits the results to 10 videos and if you click the "Next Page" thing nothing happens.

Here is my code for fetching youtube videos in Kodi video/music infodialogs....

$INFO[ListItem.Label,plugin://plugin.video.youtube/search/?q=,&hide_folders=true]


Cheers
Nessus
Reply
(2024-10-07, 10:50)garfin Wrote: For some reason both the xboxes have stopped worrking with the add-on

https://github.com/anxdpanic/plugin.vide...issues/923 - there is an issue with InputStream Helper, that is used by this addon. v7.1.0.1 works around the issue.

(2024-10-08, 20:52)nessus Wrote: I don't know if this is some kind of YouTube restriction

You can fetch at most 50 items at a time per search. Extra results are paginated.

(2024-10-08, 20:52)nessus Wrote: This is kinda annoying because also limits the results to 10 videos and if you click the "Next Page" thing nothing happens.

Here is my code for fetching youtube videos in Kodi video/music infodialogs....

See https://github.com/anxdpanic/plugin.vide...issues/896 for some similar discussion about making the pagination work using parameters, changing the number of items shown, and hiding the next page button

TLDR:
Code:

$INFO[ListItem.Label,plugin://plugin.video.youtube/search/?q=,&search_type=video&hide_folders=true&hide_next_page=true&incognito=true&items_per_page=50]
or if you want to control the pagination manually using a window property as an example
Code:

plugin://plugin.video.youtube/goto_page/$INFO[Window(Home).Property(ExamplePageNumberProperty)]/search/?q=$INFO[ListItem.Label]&search_type=video&hide_folders=true&hide_next_page=true&incognito=true&items_per_page=50&page_token=new
Reply
(2024-10-09, 00:25)MoojMidge Wrote: https://github.com/anxdpanic/plugin.vide...issues/923 - there is an issue with InputStream Helper, that is used by this addon. v7.1.0.1 works around the issue.

Thanks, you legend!! Works like a charm!!
Reply
(2024-10-09, 00:25)MoojMidge Wrote: See https://github.com/anxdpanic/plugin.vide...issues/896 for some similar discussion about making the pagination work using parameters, changing the number of items shown, and hiding the next page button

TLDR:
Code:

$INFO[ListItem.Label,plugin://plugin.video.youtube/search/?q=,&search_type=video&hide_folders=true&hide_next_page=true&incognito=true&items_per_page=50]
or if you want to control the pagination manually using a window property as an example
Code:

plugin://plugin.video.youtube/goto_page/$INFO[Window(Home).Property(ExamplePageNumberProperty)]/search/?q=$INFO[ListItem.Label]&search_type=video&hide_folders=true&hide_next_page=true&incognito=true&items_per_page=50&page_token=new
Yep... that worked perfectly. Although it needs the latest GitHub version. Its not working with v7.0.9.2 from the official repo.

No worries... will push my changes once you update the official repo version.

Thanks
Nessus
Reply
Hi I have Kodi-Youtube on the same TV on a Nvidea Shield Pro and on the TV itself.     The Nvidea one at times the videos wont play ,  I immediately switch over to the TV and it works.  Any ideas?
Reply
(2024-10-13, 23:16)nycguy Wrote: The Nvidea one at times the videos wont play ,  I immediately switch over to the TV and it works.  Any ideas?

Without a log it is impossible to say. You could probably run the Setup Wizard or otherwise check that they are setup in the same way as a start.
Reply
Hi thanks for reply. I don’t really know how to do that. This is for my uncle who is 81 and I only get to his house when I can. He insists on using the Kodi version of YouTube. says it’s easier for him. Anything else I can check or do?
Reply
I do know that both are set up identically.
Reply
(2024-10-15, 13:49)nycguy Wrote: Hi thanks for reply. I don’t really know how to do that.

There is a log uploader that's easy to use:
Add-on:Kodi Logfile Uploader
I use the outstanding Tidal2 KODI Add-On to stream music, along with rips of my CD collection.
Check out my CD library if you want:
Growing CD Collection
Reply
Hello everybody!

First of all I should mention that I'm a noob in here. So please excuse if I make formal mistakes.

For some seems my YouTube add-on isn't working anymore. I was used to use it together with Newpipe on Android quite for a while flawlessly before. Any idea what's the problem and how I could make it work again?

Thanks in advance!

https://paste.kodi.tv/kirehalife
Reply
@tool_king01 - noob or not, the forum rules (wiki) apply equally to everyone who signs up and posts here.
We do not condone piracy, nor do we offer any support for devices and installations containing such piracy banned addons (wiki) such as the ones on yours.

The forum moderators have determined that banned addons (wiki) are present on your system. To receive assistance here, these banned items must be removed. If a clean log is not submitted within 3 days, then the relevant post(s) will be removed after this time.
|Banned add-ons (wiki)|Forum rules (wiki)|VPN policy (wiki)|First time user (wiki)|FAQs (wiki) Troubleshooting (wiki)|Add-ons (wiki)|Free content (wiki)|Debug Log (wiki)|

Kodi Blog Posts
Reply
Sorry for the inconvenience. I hope the log is proper now:
https://paste.kodi.tv/ovujowicen
Reply
(2024-10-19, 23:48)tool_king01 Wrote: Sorry for the inconvenience. I hope the log is proper now:
https://paste.kodi.tv/ovujowicen

Problem solved in the meantime. Thanks anyway.
Reply
  • 1
  • 167
  • 168
  • 169(current)
  • 170
  • 171
  • 186

Logout Mark Read Team Forum Stats Members Help
YouTube0