getting this odd error in the title bar when there is an " & " symbol. its being converted to an underscore " _ " such as windows 32bit menus do for for creating short in a menu.
e.g. in AutoHotkey menus syntax this file name would need a double " && " to show a single " & "
menu, musicbee, add, Loren Nerell & Mark Seelig,
would show " Loren Nerell _Mark Seelig ", as musicbees title bar is showing now.
while
menu, musicbee, add, Loren Nerell && Mark Seelig,
would show " Loren Nerell & Mark Seelig ", would correctly show a single & with its own escape character
the tag for artist:
Loren Nerell & Mark Seelig
nothing to earth shattering haha, thou i still grab the window title with autohotkey to search my library with everything so it throws it off a bit.
-xavier