By the way, if you curious about what I'm doing and what problem I have - I have a problem with
AIMP player. I do not want to advertise it here, but it's somewhat a lightweight version of Winamp. I believe you had heard about it, it's also developed by a russian developer.
AIMP's API is very similiar to Winamp's, it also supports winamp's plugins, but there is also some difference.
And the problem is with songs with Cyrillic text in the title. Such titles don't display in Media Control correctly. I had analogical problem on a 32bit platform, but after AIMP update it was fixed. But now I have a problem with 64bit.
If I use
{?tracknum}{tracknum}. {?}{trackname}{?album} - {album}{?}{?year} [{year}]{?}{?artist} - {artist}{?} for title format as it's provided in this forum, unicode characters don't display correctly.
If I user simple
{artist} - {trackname} and track's filename is in this format - Media Control shows only "-". But if filename is in different format - Media Control, as I understood, takes ID3tag information and display the title correctly - with all unicode characters and so on.
There is no such problems with Winamp, but anyway there is something bad with title formats - why Media Control displays title correctly in some cases? :roll: