Posts: 523
Joined: Apr 2014
Reputation:
8
Alright, I figured I would mention it as it might have provided a clue as to the root problem.
I’m very happy with the state of the app at the moment. 🙂
Posts: 1,367
Joined: Mar 2018
Reputation:
30
That's good to hear. 😊
Please keep reporting the issues. Even if I might not be able or might not want to work on this, it is not lost. Currently I am a bit more cautious as I saw that quite some of my changes caused unexpected side effects. The app is quite loaded with functions, and the code is not easy to understand in some areas like the iPad stack controller. And reworking areas like this is opening Pandora's Box, just remember the search bar.
Posts: 523
Joined: Apr 2014
Reputation:
8
Totally understandable. Also don’t forget that 3rd party library used for the artwork and the chaos we went through with that one. 😉
Posts: 523
Joined: Apr 2014
Reputation:
8
2024-09-28, 20:47
(This post was last modified: 2024-09-28, 20:47 by amasephy. Edited 1 time in total.)
That’s a new one. What do you recall doing before noticing this?
And are both of those time elapsed labels increasing in time?
Posts: 1,367
Joined: Mar 2018
Reputation:
30
When searching, the list keeps the sort order as requested/received from Kodi, no additional sort logic is applied. I agree, this looks weird for cases like Top100, which are sorted by descending playcount, or songs, which have no specific sort order. Changing this is for sure possible, but will need some thinking. Sort order is another one of those complex implementations. Let’s see.
Posts: 523
Joined: Apr 2014
Reputation:
8
On a recent test flight the toolbar was fixed on iPad to work after a search had been performed in a library view.
I’m wondering if it’s possible to enable the toolbar even during a search on iPhone. Currently it’s hidden from view during an active search. I believe this may not be necessary to hide it anymore with all of your search bar fixes.
My evidence of this is that I came up with a way to trick the app into showing the toolbar during an active search and it works as expected. Pressing any buttons on the toolbar simply clears the search.
The setup:
Go to a library view like movies. Perform a search. Scroll to hide the keyboard. Toolbar is still invisible. Long press a movie, show details. Swipe back. Search is still active, toolbar is now visible. Interact with the toolbar.
Posts: 1,367
Joined: Mar 2018
Reputation:
30
1.16 build 4691.42
This a test build with a non-merged PR to collect some feedback. It provides the improvements in search which we discussed earlier:
- Improvement: Show sections with item type for search results in Global Search
- Improvement: Sort search results by ascending label
...and a new feature for search in general (you can enter "1973" in movie, TV show, video, album, song views to match this with the release year):
- Feature: Support searching year via the search field