Posts: 1,517
Joined: Mar 2018
Reputation:
34
2024-11-27, 17:40
(This post was last modified: 2024-11-27, 17:40 by Buschel.)
Thanks for confirming the fixes.
The mascot thing I will look at, even for the release.
The blue frame was always only there for grid view and recently added view. List views just highlight the selection by marking the whole row as selected with a different color. Internal detail: TV Show banners look like grid view, but they are in fact a list view. This made it quite difficult to handle in the past. So, no blue frame, and never had been. Maybe I will find a nice way for this…
Posts: 587
Joined: Apr 2014
Reputation:
10
2024-11-27, 18:44
(This post was last modified: 2024-11-27, 18:45 by amasephy. Edited 1 time in total.)
I figured they were a list view since they did not replace the poster art grid view. I was thinking it almost makes more sense to keep the traditional list view and substitute banner view for poster view when using this setting but I’m guessing this could upset some users. Personally, I think traditional list view is better to be available with both settings and that the setting should toggle the art view.
I also noticed that banner art view is not available in fullscreen mode. Any chance this could be implemented at some point?
Posts: 1,517
Joined: Mar 2018
Reputation:
34
I played around with full screen banners a while back, but found this not looking too great, especially in landscape mode. Because of the aspect ratio there are too few rows shown. I am also not too clear on how to deal with the next level menu (the season lists) then. Might be looking into this again though...
Posts: 587
Joined: Apr 2014
Reputation:
10
2024-11-27, 19:53
(This post was last modified: 2024-11-27, 19:54 by amasephy. Edited 1 time in total.)
I was thinking two columns of banner art in fullscreen but maybe you already considered this. I think this is what Estuary does on Kodi server.
Maybe I’m not familiar enough with the view but for next level wouldn’t you just use an overlay panel to display that?
Posts: 1,517
Joined: Mar 2018
Reputation:
34
If I would go down this path, I would like to use grid view for this. This would allow to use the existing methods which automatically support multiple columns. But as you rightly mentioned this causes more changes like starting in list view or not, ...
Posts: 587
Joined: Apr 2014
Reputation:
10
Found another really small thing. This is an extreme edge case and maybe nothing can be done about it.
In iPhone if you are in party mode and you long press on a track which is part of an album and you queue up a track from that album the playlist in the app doesn’t update to reflect that song being added. However, Kodi server immediately reflects this on its playlist.
This is only a problem while party mode is active.
The song does appear when you trigger a refresh of the now playing playlist manually.
Posts: 1,517
Joined: Mar 2018
Reputation:
34
Yep, confirmed. This is an undesired side effect of the playlist rework which got mainlined in August. To avoid flickering there updates got handled very restrictive while Party Mode is active. I made a change which is less restrictive and still does not flicker.
Posts: 1,517
Joined: Mar 2018
Reputation:
34
The issue with the section header is not showing on the iPad simulator (iOS18). Is there anything specific you do to get there?
On the icons: The icon feature is definitely not integrated yet, and the App was not built with the required Xcode. So whatever you see is done by iOS itself. I know that iOS somehow can apply tint to the icons, but the automatic process does it not correct, it is inverted: what should be darkest is brightest and vice versa. The dark mode icon on my iPhone (iOS 18.1.1) does not show at all. So, I am not sure what you see on your iPad. Just be patient until this is integrated and the new Xcode is used to build. This will done once the release was done.
Posts: 1,517
Joined: Mar 2018
Reputation:
34
I now also quickly checked the images I prepared for the dark icon. What you see on your system is inverted to what was intended. So iOS does some magic. But not on my iPhone ...
Posts: 587
Joined: Apr 2014
Reputation:
10
Ok so my suspicion was right… outside of fullscreen you need to be in grid view. Then when you enter fullscreen and start a search the header doesn’t span correctly. Happens in all libraries.
Posts: 1,517
Joined: Mar 2018
Reputation:
34
2024-12-05, 07:03
(This post was last modified: 2024-12-05, 13:55 by Buschel. Edited 1 time in total.)
Not on my simulator. How I love it.
Edit: Now I can reproduce it. You need to be in grid view before AND have sections visible (I needed to enable sort-by-year as I had too few movies in the list). Will look into a fix later today.
Posts: 587
Joined: Apr 2014
Reputation:
10
Glad you were able to reproduce. Were you able to determine if it’s strictly a bug in iPadOS 18? If so it’s a lucky break there weren’t any other issues with the OS update. The next fun will be your next SDK update. 🙂