- Thread starter
- #261
Hello,
I am having some trouble with character set in the UNICODE payload of the message sent to Eventghost: when MP plays a file which name contains extended caracters, the filename in the payload is displayed incorrectly in Eventghost (or sent incorrectly by EventghostPlus: I don't know which must be blamed :-D )
Example of message received by Eventghost from EventghostPlus:
TCP.MediaPortal.Music.Play ['192.168.0.1', u'\\\\DISQUERESEAU\\Nos documents\\Nos musiques\\Julien Dor?\\Bichon\\06 - Julien Dor? - Laisse Avril.flac', u'Pop/Rock', u'']
You were right... Silly me converted the whole line to ASCII before sending it, naturally I should send only the commands in ASCII and the Payloads shouldn't be encoded.
This was only buggy on network send, local setting is working correctly.
You'll now get codes like \xe9 for "é" character sent over the network, if you use the variable or print it, it will display correctly.
You can update (to version 1.1.3.5) through Media Portal Extentions Installer (MPEI) or you can download it from repository.
Last edited: