by gege » Sun Jul 15, 2007 6:45 pm
joejoe wrote:In version 3.0.0.145, if the song name has a question mark (?) it is not displayed in the title field in the player.
In fact it displays for a second then it disapears.
Confirmed!
I've made some tests with other symbols. It turns out the player is using the same replacement rules used in the Auto-Organize feature:
Code: Select all
these are not affected ; \ , . ~ ^ ´ ` = + { } [ ] ! @ # $ % ¨ & ( )
these are replaced by - : / < >
this is deleted ?
[quote="joejoe"]In version 3.0.0.145, if the song name has a question mark (?) it is not displayed in the title field in the player.
In fact it displays for a second then it disapears.[/quote]
Confirmed!
I've made some tests with other symbols. It turns out the player is using the same replacement rules used in the Auto-Organize feature:
[code]these are not affected ; \ , . ~ ^ ´ ` = + { } [ ] ! @ # $ % ¨ & ( )
these are replaced by - : / < >
this is deleted ?[/code]