jurialmunkey / skin.arctic.fuse

Other
149 stars 22 forks source link

Premiere/Finale indicators disappear when sorting set to recentlywatched #753

Closed vella9 closed 3 months ago

vella9 commented 4 months ago

Skin section

Widgets

Current Behavior

I am not sure if this is related with the skin or tmdbhelper but whenever I change the widgets>next episodes sort method to recentlywatched on tmdbhelper, the premiere/finale indicators disappear. I am using the trakt>Your Next Episodes widget. If tmdbhelper sort method is set to airdate. It works normally.

Expected Behavior

premiere/finale indicators should be displayed even when tmdbhelper>widgets>next episodes sort method is set to recentlywatched

Steps To Reproduce

change sort method from tmdhhelper to recentlywatched premiere/finale indicators of Your Next Episodes disappear

Screenshots and Additional Info

No response

Checklist

jurialmunkey commented 3 months ago

It's an API thing. Trakt doesn't provide that data with the basic sync (which is by recently watched). Need to sync with extended data which is what all the other sorts do. So by recent is faster because it has less data to retrieve.

jurialmunkey commented 3 months ago

The "today" sort will do basically same thing but with the extra data. It and the week one also sort by recent but put episodes that aired today (or in last week for the week option) at the front temporarily.

I find these options are best as it keeps what I'm currently watching up front but also alerts me if a new episode airs for something I haven't watched in a while (eg for a season premiere)

vella9 commented 3 months ago

will check these option out. Thank you!