I'm using Roomie to control my Oppo BDP-105D via IP. I cannot get the MUTE command to work. — Staff replied: “Just sending "MUT" to the Oppo would be their serial format, not IP, so that will not work. What you would want to do this on your own would be to rename your custom set to "Supplemental Commands" instead of the internal”
I'm using Roomie to control my Oppo BDP-105D via IP. I cannot get the MUTE command to work.
When I push the Mute button in "Edit Device > Test Remote" mode, nothing happens. Evidently, no command is sent, because the command name does not appear at the top, either in blue or in red.
I tried to fix this by creating a RoomieCodes.plist file, per the DDK. My file looks like this:
<blockquote><?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<array>
<dict>
<key>brand</key>
<string>Oppo</string>
<key>cat</key>
<string>All Models IP</string>
<key>codes</key>
<dict>
<key>MUTE</key>
<string>MUT</string>
</dict>
<key>method</key>
<string>udp</string>
<key>type</key>
<integer>2</integer>
</dict>
</array>
</plist>
</blockquote>
(I found a list of IP commands here: groups.google.com/group/command ... authuser=0)
The file loads without incident via Dropbox. Once loaded it appears to override the entire default Oppo remote, and replace it with a minimal remote containing only the simplest 4-icon control (mute, vol up, vol dn, gesture button), along with a single text button, "Mute".
The text button seems to send the MUTE command (it appears in blue at the top), but it has no effect on the Oppo. The 4-icon controller generates no blue commands and appears to send nothing.
Any ideas how to get the Roomie MUTE control to work on the Oppo? Or more generally, how to insert functioning IP commands into an existing command set to fix/add commands (without overriding the existing set).
Thanks,
John