Posts: 601
Joined: Apr 2014
Reputation:
10
2024-08-31, 19:36
(This post was last modified: 2024-08-31, 19:49 by amasephy. Edited 3 times in total.)
Finally figured out another thing I’ve noticed for awhile. I think this was part of an update awhile back.
When you go into settings menu the pane header flickers when you toggle the various views from the bottom toolbar. What is actually happening is a new name of the current view flickers for a split second and then the header is overwritten to Kodi Settings every time. For example, the second view on the toolbar is actually named Programs.
Edit: another bug. When you perform “Clean database” from the app power menu the toast notification is executed after the action is performed instead of before. Performing a database update does this correctly.
Edit 2: When performing “mark as watched or unwatched” on an entire tv show from the app the network connection for the app to server fails and goes red. This also causes Kodi to flicker like crazy. It does reconnect automatically after it’s done performing the update to watch status on the server. I think UlfSchimidt reported this behavior before. It’s also very slow to perform this action. Doing the same action from the server gui it marks the entire show watched or unwatched instantly. The app performs very poorly here.
Posts: 601
Joined: Apr 2014
Reputation:
10
2024-08-31, 21:10
(This post was last modified: 2024-08-31, 21:12 by amasephy. Edited 1 time in total.)
For #2 the message fails if you trigger the database clean and then suspend the app. Wait until Kodi server finishes cleaning and then resume the app. You will see a red message something along the lines of “can’t do that”. Its the “executed” message that comes up only after database cleaning completes but it should be displayed when it starts.
For #3 that’s too bad. It’s doubtful we will get a server fix for this. The flickering really is a minor issue compared to just how slow it is.
And the app disconnecting from the server - is that just a side effect of this problem?
Posts: 1,543
Joined: Mar 2018
Reputation:
34
2024-08-31, 21:27
(This post was last modified: 2024-08-31, 21:30 by Buschel. Edited 1 time in total.)
#1, happens for each menu. It is just not that visible at majorly "Text" is replace by "Text (N)" like "Albums" with "Albums (13)". I am not clear yet, if I simply can remove the first title which does not hold the amount of items.
#2, could test this now. Yes, for scan Kodi API responds immediately that it accepted the command. For clean it responds after execution was finished. Not sure, if I want to add conditions for the different methods called. The code in the App is generic, Kodi API just behaves different ...
#3, I guess the disconnect is a load effect on server side.
Posts: 1,543
Joined: Mar 2018
Reputation:
34
#1 fixed. This now will also again show "Programs (2)", "Video Add-ons (4)" and so on for the tabs, instead of only "Kodi settings (2)", "Kodi settings (4)" and so on.
Posts: 601
Joined: Apr 2014
Reputation:
10
Thanks for taking a look at these items. 👍🏻
Regarding the unlikelihood of JSON fixes it really seems like there is a serious drought of devs for Kodi server the past 5 or more years now. I have been following Kodi pretty regularly since around 2012 and there was a LOT more activity 10 years ago than there is today. It’s a shame because Kodi is one of the greatest community built applications.
Posts: 601
Joined: Apr 2014
Reputation:
10
I’m certain this wouldn’t be overly difficult to design for on iPad (even portrait mode) the real problem is on iPhone. We all had a hard time even moving the shuffle and repeat buttons to the main view.
My original idea mocked up was to have the now playing screen where the artwork is to be a scrollable pane between a header pane and a toolbar pane. That gives you more space for infrequently used actions and information.
However as Buschel stated we need a UIX dev to help with such massive overhauls. I’m only good at building mockups in photoshop. Sadly this doesn’t translate into building it in code. 🙂
With that said I can load up my mockups and do some tinkering.
Subtitle interaction is very important to me as I use them for all of my content. So I have a high interest in this - although I already am fine with using the main remote for this.
Posts: 601
Joined: Apr 2014
Reputation:
10
Creating a new post for this as it’s a completely separate thought.
New bug. Buschel you are going to be so thrilled about this. 🙂 Another disappearing act from scrollbars. Probably an easy fix for you though.
If you are on grid view when you launch the app and you switch to list view, the scroll bars disappear. This doesn’t happen toggling the views in the reverse order. I only checked this in library views.