Posts: 601
Joined: Apr 2014
Reputation:
10
Feature request: May I ask that you implement watched status glyphs for the seasons on the seasons list for tv shows? Kodi server already does this. No glyph for unwatched, half filled circle for in progress, check mark for completed.
Posts: 584
Joined: Jan 2021
Reputation:
9
If I remember it correctly, I asked for the same a few months ago and @Buschel's first try resulted in extreme flicker on Kodi server display, since the API doesn’t support this directly, so the App needs to query the status for each episode "manually". But maybe I am mistaken and mixing things up?
Posts: 601
Joined: Apr 2014
Reputation:
10
Good point about music albums. Still, with the check mark one could deduce which season is in progress anyway and from there see which episodes have already been watched. So in progress status isn’t really necessary.
Posts: 1,543
Joined: Mar 2018
Reputation:
34
Could you look into it? I really need some help with this.
Posts: 601
Joined: Apr 2014
Reputation:
10
iOS 17 has proven to be a very problematic release for this app. At least nothing seems to have broken the app like what happened a few years ago.
Thank you for your diligence in resolving these issues as small as they are. It really shows your integrity in maintaining this app. 👍🏻
Posts: 601
Joined: Apr 2014
Reputation:
10
Hi Buschel, wondering if something is possible. Often if you toggle to the now playing view you’ll see a cd jewel case artwork (the placeholder artwork) for a split second. Is it possible to put this on some sort of async timer where if actual fanart/box art isn’t loaded after a set interval that this placeholder art is displayed instead of immediately attempting to show this art? That would eliminate the undesirable flickering. It would be nice to see the actual artwork just gracefully load in first and then fallback to the placeholder artwork.
Posts: 584
Joined: Jan 2021
Reputation:
9
I think you are talking about an iPhone, aren’t you? Since I never experienced a similar effect on my iPad.
Posts: 601
Joined: Apr 2014
Reputation:
10
2024-05-31, 18:01
(This post was last modified: 2024-05-31, 23:04 by amasephy. Edited 1 time in total.)
Yes on iPhone. I rarely use the app on my iPad. I would be surprised if the same issue wasn't present on iPad as well though.
I notice it when playback starts for a media item for the first time. It seems the placeholder graphic is loaded first then if there’s artwork available that loads in. It often happens really quickly and if you aren’t watching for it it’s easy to miss.
Might even be a race condition as I can’t confirm but I feel like it doesn’t happen every time.
Edit: I can confirm I have same experience on iPad. Happens when first playing media (most noticeable) and when resuming the app after it’s been suspended (not as noticeable).
Posts: 1,543
Joined: Mar 2018
Reputation:
34
Thanks for pointing me to this. I will look at it over weekend. And I think you’re right suspecting a fallback being shown before the cover is loaded.
Posts: 601
Joined: Apr 2014
Reputation:
10
2024-05-31, 23:26
(This post was last modified: 2024-05-31, 23:27 by amasephy. Edited 1 time in total.)
Just noticed a minor visual glitch. When toggling between full and normal now playing views on iPad the aspect ratio label text shifts erratically for a split second.
I’m guessing this will be a pain in the neck to fix because you are dynamically calculating the size and position of the elements independently.