Serious issues:
- I still cannot minimize MC9 by simple LEFT-click of MC9 in task bar. This is a regular manner of Windows applications.
- All track info pages (dirt simple, DJ, ..., neoTropic) didn't show Japanese character. They all show '?' instead.
- Copy and paste of tag information doesn't work properly. For example, I select 20 songs in a album and push ^C to copy text information like song/artist/album name. When I push ^V on Notepad, it shows only 15 songs information.
I guess MC9 is copying the number of characters instead of bytes. For the case of multi-bytes characters, everytime the number of characters is smaller than actual bytes.
Not serious:
- MC9.1 smartlist wizard is kinda slow. I need to wait 25 seconds (it was 40 sec on 201) to get a wizard window when I choose add artist rule from wizard. It's beta, so I put this as non serious issue list.
- If I install MC9.1 to new machine, MC9.1 doesn't show window at first execution. I saw this problem on 198, but never tested it again since need to install OS to test this.
- folder= query is noe filename= query. Help file is needed to update.
Additional issues:
- Japanese character is not sorted in Japanese alphabetical order. Unicode didn't sort codes when they put characters, so need to sort them by using some rule based sort routine. Look at this,
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vjref98/html/com.ms.wfc.app.Locale.Sort_f.asp.
However, I found this too,
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/intl/nls_5jsj.asp. I'm not sure how WinXP works with this, but I just want to let you know this issue.
- If I push return key at the end of smartlist edit, MC9 starts playing the smartlist. Please stop this behavior.
- Panes should be resizeable.
Thanks.