Hi,
I've got question especially to DrO.
I've noticed change in DNAS (LINUX) behaviour when sending XML metadata to server.
I was sending XML formated metada using this:
code:
"GET /admin.cgi?sid=$id&mode=updinfo&type=xml&song=$xml&pass=$pass HTTP/1.0\r\nUser-Agent:Mozilla/4.0\r\n\r\n"
With previous versions of sc_serv XML was properly parsed and all properties were properly set.
From DNAS version 2.2 whole xml code is displayed as track title.
Is the way of sending xml metadata to DNAS has been changed ?