smirgol / plugin.video.crunchyroll

Watch videos from the anime platform Crunchyroll.com on Kodi
GNU Affero General Public License v3.0
49 stars 10 forks source link

No specific view by page. #29

Open rjousse18 opened 9 months ago

rjousse18 commented 9 months ago

When I change to another view for a specific page, like the resume page, it changes the view for all page of the add-on. It's a bit annoying since some pages are better in some view and other page are better on other view. Why is it global and not specific per page ?

smirgol commented 9 months ago

When did you update the last time? There were some changes that might have caused that. I have rolled back the changes now, it should behave like before. Please let me know if the problem is still there.

rjousse18 commented 9 months ago

Nope, same as before, if I change the view on "anime > popular", it changes the view for all the pages.

rjousse18 commented 9 months ago

Update : some pages are not affected.

rjousse18 commented 9 months ago

After some tests, it seems that "queue" page, "history" page and "resume" page share the same view mode. Home page, "animes" page and all sub-page of "animes" share another same view mode.

smirgol commented 9 months ago

I actually never realized, because I use the same view for everything. I think it's more of a Kodi thing and not sure if that can be changed easily. I'm curious if that is the same for other addons, like Disney+ or Netflix - I assume it is.

I had a look at the page-types used for the views and it matches with what you have tested: "queue", "history" and "resume" use the "episodes" display type of Kodi, as these are listing episodes. most of the ones under "anime" uses "tvshows" - with the exception of the seasons listing, which uses the "seasons" view

I assume that Kodi saves the display type per one of these types. Not sure what can be done about that, other than somehow adding options to the settings to enforce specific display types, but that's easier said than done.

smirgol commented 9 months ago

I've checked it and I can set a different view for every menu item and it stays that way. Not sure if it is because of my changes to the lists today, though. I will ping you when I finished my work on that and updated staging with it, so you can give it another try.

smirgol commented 9 months ago

New changes are on staging. Let's hope it resolves your issue :)

rjousse18 commented 8 months ago

I tested yesterday, and it seems it same as before. When I change the view style of crunchylist for example, it changes the view style for the main page too. Pretty annoying, especially if we compare with Netflix add-on where each page can be change individually.

smirgol commented 8 months ago

Hm I'm out of ideas right now. For my skin (Aeon MQ) I can change the layout of every page and they will all be different. Have to investigate further, but changing my skin for testing purposes is problematic :)