What leading spaces? If I copy anything from the IR code list and paste it into any converter for example iConvert Hex to Globalcache it tells me it's an invalid hex code. If I copy the code for "page down" above from myzidoo, that's the only one that works? So whats wrong with those codes that they are invalid? And what's an RTI anyhow, I don't know this abbreviation.
CAN ANYBODY HELP? ALL THE IR CODE'S ARE OK IN THE ABOVE TXT FILE BUT THE "CORSOR LEFT" CODE IS WRONG...WHEN I PASTE IT IN MY PHILIPS PRONTO I GET A ERROR !? LEFT CURSOR: 0000 006E 0048 0002 0153 00AA 0014 0014 0014 0014 0014 0014 0014 0014 0014 0014 0014 0014 0014 0040 0014 0014 0014 0014 0014 0014 0014 0014 0014 0014 0014 0014 0014 0014 0014 0040 0014 0014 0014 0014 0014 0014 0014 0014 0014 0014 0014 0040 0014 0014 0014 0014 0014 0014 0014 0040 0014 0040 0014 0040 0014 0040 0014 0014 0014 0040 0014 0040 0014 0040 0014 06EF 0153 0055 0014 0E2F
do you have the code for left pad? the one in the text file is wrong...i got a error in my philips pronto and with the other code's not... this one i got (wrong): left pad cursor: 0000 006E 0048 0002 0153 00AA 0014 0014 0014 0014 0014 0014 0014 0014 0014 0014 0014 0014 0014 0040 0014 0014 0014 0014 0014 0014 0014 0014 0014 0014 0014 0014 0014 0014 0014 0040 0014 0014 0014 0014 0014 0014 0014 0014 0014 0014 0014 0040 0014 0014 0014 0014 0014 0014 0014 0040 0014 0040 0014 0040 0014 0040 0014 0014 0014 0040 0014 0040 0014 0040 0014 06EF 0153 0055 0014 0E2F thanx!
Sorry for the delay. Try this one LEFT 0000 006E 0022 0002 0158 00B0 0019 0015 0019 0015 0019 0015 0019 0015 0019 0015 0019 0015 0019 003D 0019 0015 0019 0015 0019 0015 0019 0015 0019 0015 0019 0015 0019 0015 0019 003D 0019 0015 0019 0015 0019 0015 0019 0015 0019 0015 0019 003D 0019 0015 0019 0015 0019 0015 0019 003D 0019 003D 0019 003D 0019 003D 0019 0015 0019 003D 0019 003D 0019 003D 0019 0624 0158 005A 0019 0DF7 That's the left code of the latest zidoo remote which comes with the UHD2000
Hello everybody! I'm evaluating to buy a Zidoo X20 or UHD 2000 to change my Oppo. I need very specific possibility of controlling it by Rs232 and/or by IP control. Looking at your thread i saw that using http server integrated i can use my host of Philips Pronto. My question is about two ways communication: is it possible to have from the Zidoo the elapsed time while playing a file? I didn't find this command into list on developer page. or, may be it is but i wasn't recognizing. Can someone help me? Thanks! Federico
the zidoo has a fair amount of infos ready for two way communication. Unfortunately it's not reporting player status actively so you need to request info (ping) at regular intervals. Player communication feedback works better over IP than RS-232. BTW on my UHD2000 RS-232 is broken...on X20 it works rock solid. @Fbrighi FYI : Here's a raw exerpt of player status information that can be requested from the player over ip. (ie the response you get from the zidoo api if you use the Get playback status command: {"status":200,"video":{"status":1,"title":"xxxxxx","path":"\xxxxxxxx","currentPosition":96806,"duration":5850000,"width":3840,"height":2160,"fps":23.97599983215332,"formt":"H.265","filesize":"32.88 GiB","bitrate":"80.0 Mb\/s","output":"3840x2160P @ 23Hz YUV444 12 Bits BT2020 ","subtitleInfo":"English PGS (1\/15)","audioInfo":"English Dolby TrueHD 7.1 channel 48.0KHz (1\/17)"},"subtitle":{"index":1,"information":"English PGS (1\/15)"},"audio":{"index":0,"information":"English Dolby TrueHD 7.1 channel 48.0KHz (1\/17)"},"playMode":{"index":0,"information":"Off"},"zoom":{"index":1,"information":"Fit"},"3D":{"index":0,"information":"2D","isMvc3D":false}} you will certainly need need to parse it hope this helps
Yes, that's very good to know!!! Thank you very much. But, just to confirm, you mean that playback status is also offered by Rs232? I have both possibilities but since my automation is absed on rs232 at present time this will require less modification to work. Then, parse the string is not a big issue...only one question: duration and current position are communicated as which type of data (seconds, frames, ect)? because your numbers seems to me very big if real in both cases (or, are they only as example?). Thanks again, you have been very pretious Federico
RS-232 is FAR less verbose in feedback than IP. You see what's avail. through RS-232 here : https://www.zidoo.tv/Support/rs232.html For the time indications the figures are real and are if I'm not mistaking in milliseconds...have programed a long time ago when integrating my X20...it's on the top of my head