ivarbrandt / skin.nimbus

Other
58 stars 10 forks source link

Make viewtypes independent/unique per widget/source #121

Closed Dakotah-Engel closed 1 day ago

Dakotah-Engel commented 1 day ago

I like using poster flow view when using my genres widget but I like grid view when viewing my collection. Would be nice to have views saved differently based on widget/source of the view

ivarbrandt commented 1 day ago

Widgets refer to the home screen. Views refer to viewing content within an addon in the video windows.

Knowing that, rephrase your question.

Dakotah-Engel commented 1 day ago

Gonna close this. I meant I want each section within fen lite addon (not widgets) to have whatever view I set it to. For example, movies -> trending to be in flix view and movies -> popular to be in posterflow. Right now when you set a view type, it's the same for everything within the addon. Realizing now having every single one be unique is probably wildly impractical for memory reasons

ivarbrandt commented 1 day ago

Nimbus can save different viewtypes for different content types (movies, tvshows, seasons, episodes, and episode lists).

What you're asking for though is near impossible. Solid coding project though if you wanna take on it yourself.