Implement using searching feature via a shortcut
Qt-based Multimedia Player
Brought to you by:
trialuser02
Considering the high amount of music possibly present in a playlist, it would be great to also have a way to access the "Quick Search" tool by calling it via a shortcut (e.g. Ctrl + F) instead of keeping it as a separate toolbar element.
This way, one can keep the simple interface Qmmp promises without having to allocate a fixed space for the search bar, which might not always be used. My suggestion would be to make said element appear on the top-right, and disappear once the user clicks on a song or exits the searching environment.
QMMP version: 2.2.5
Compiled with Qt version: 6.9.0
Using Qt version: 6.9.1
I guess a similar approach can be achieved by substituting the "Jump to Track" shortcut from "J" to "Ctrl + F". It's not what I had in mind, but it works great enough.