Small QOL improvement: When pressing 'down' while the search bar is active, the first item in the main view should be selected. In many applications (such as browsers) when searching, the results are displayed as a dropdown and can be selected using the down arrow immediately after typing. Musicbee doesn't display a dropdown of the results when searching like a browser does, but something similar can be achieved by always selecting the first or highlighted entry in the first element of the main panel (this will usually be the 'files' element).
Examples:
- In my library view I have configured it to display album thumbnails. When I search for something with the search bar and press down, the first album should be selected among the results.
- The playlist view allows searching for playlists in the sidebar. If you type a few letters a search bar will pop up and a matching playlist will be highlighted. When pressing down, the currently highlighted playlist should be selected.
- In the music explorer view, after finding an artist with the search bar and pressing down, it should select the first album.
It's already possible to select the first item in the main panel by cycling through the panels using tab/shift-tab, however this will depend on the layout, often requiring pressing tab multiple times. Because of this it's not always predictable, which is why I rarely use it.