Hello,
I working to configure interaction between linknx and squeezebox system.
To display the song title I use lua script/ioport to catch the name on the title send by the server. Every thing seem ok but wend the name of the song containts the word 'on' it is changed in '1' (the number). So when the song title is "Sonic" the sent value is 'S1ic'.
I think it is due to a translation of the word 'on' to '1' to simplify the interaction between systems.
To bypass the issue, I put the string in uppercase, it is not perfect, but I have the real song title.
For information, the version of linknx is less than 5 days old (take on the CVS server).
I don't know if you know this issue and if it is possible to have a patch or a second set function without translation for string usage.
Regards
Last edit: adm 1024 2013-03-24
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I working to configure interaction between linknx and squeezebox system.
To display the song title I use lua script/ioport to catch the name on the title send by the server. Every thing seem ok but wend the name of the song containts the word 'on' it is changed in '1' (the number). So when the song title is "Sonic" the sent value is 'S1ic'.
I think it is due to a translation of the word 'on' to '1' to simplify the interaction between systems.
To bypass the issue, I put the string in uppercase, it is not perfect, but I have the real song title.
For information, the version of linknx is less than 5 days old (take on the CVS server).
I don't know if you know this issue and if it is possible to have a patch or a second set function without translation for string usage.
Regards
Last edit: adm 1024 2013-03-24