Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in contentprovider #293

Open
derrgoo opened this issue Sep 11, 2024 · 5 comments
Open

Error in contentprovider #293

derrgoo opened this issue Sep 11, 2024 · 5 comments

Comments

@derrgoo
Copy link

derrgoo commented Sep 11, 2024

image

This just shows randomly.

@inb4after inb4after added bug Something isn't working High Priority labels Sep 11, 2024
@inb4after
Copy link
Collaborator

inb4after commented Sep 11, 2024

This is due to how the Youtube addon handles pagination on the Video Info screen.

It doesn't seem to be able to handle searching with dynamic paths as well as TMDBHelper does, as the page number changes when you load the screen and hit next/previous page using a window property.

Most likely an issue with their addon, so I recommend opening an issue over there.

I've left the bug in so that they can test the skin to easily reproduce and make a fix for it. For now, disable the Youtube list in Skin Settings > Library Views > Configure Netflix VideoInfo > Configure Lists > Youtube.

Alternatively, I could make a temporary workaround to be able to use the Youtube list, but it will unfortunately be a static list, without support for next/previous page buttons.

Let me know if this interests you while we wait for it to be fixed.

@derrgoo
Copy link
Author

derrgoo commented Sep 12, 2024

I will do what you suggest because mostly I use YouTube only for trailers. Skin is really working great and smooth. Thanks for all your work.

@inb4after
Copy link
Collaborator

The fix should now be live, but due to the nature of the bug I had to backport the changes to all versions of AuraMOD.

Could you now re-install the skin from Addons > My add-ons > All > AuraMOD > Versions > Select latest version from repository and test if the issue still occurs.

If you still have the issue after re-installing, it's possible that Kodi has installed the skin from the local package cache instead of the repository where the updated .zips are.

To fix this, navigate to ...\addons\packages and delete skin.auramod.zip before trying to install again.

@inb4after
Copy link
Collaborator

Make sure you also have the latest version of the Youtube addon.

Some fixes to the addon, such as hiding the built-in next page icon, have not been released yet, so this feature will only start working once the addon updates.

Another feature that has been requested is to hide the paid items from the list of results. These would be the Youtube Movies results that you have to purchase/rent in order to watch.

Once this feature has been added to Youtube addon, it will be backported again. You can track this here:

anxdpanic/plugin.video.youtube#901

@inb4after
Copy link
Collaborator

@derrgoo

plugin.video.youtube v7.1.0+beta.3 has been released, this should now hide the built-in next page icon.

As for paid videos, there doesn't seem to be a clear way to do this from Youtube API, so they'll have to be left in for now.

Please check if there are any bugs with the Youtube list. Don't forget to update AuraMOD again using the steps above, as there have been some other changes backported.

@inb4after inb4after added the Feedback wanted Waiting on user feedback label Sep 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants