CaesarAug wrote:Maybe a great solution could be to have the following information on the screen:
File name
Id3Tag information (Artist and song)
Time of song with progress bar
Selected icon with magnifying glass effect as Wolfgar's proposal (but not in the center, just over the selected icon)
Obviously, this is my dream

- You are right : It is high time i add support for id3tag information support in tomplayer...
- Time of song was submitted as a patch a few weeks ago : I have not merged it because i feared it breaks some skins and i wanted to try to make it work on all skins. The function is easy to add but i don't know how to handle it properly for all existing skins
For the magnifying glass effect : I fear that it will not be very nice if i let the effect over the selected icon. Besides as the coordinates are not very exact, the effect may truncate the icon ...
My current idea regarding this is :
- Find nice generic icons (volume+, volume-, brightness+ , brightness-, contrast + , contrast -, play, pause forward .....) and display them for 1 or 2 seconds in the center of the screen when the corresponding control is selected and then hide this central icon and only keep my current selection effect with a thicker line( with a circle instead of square when appropriate).
That way, it would be very easy to see which button is currently selected when navigating among the controls.
Besides this solution is not very difficult to implement...