Use a browser to remote control your Popcorn Hour A/C-200The c200remote uses PHP to let clients control the popular Popcorn Hour C200 and A200 using most browsers. Just click on the remote control picture with your mouse, and thy mediaplayer shalt obey your command.
c200remote connects to the
... [More]
device on a raw socket at port 30000. Characters, including non-printables like \n, is interpreted as commands. With the PHP sending the commands it is easy to build native apps and scripts for home automation and other scenarios using the c200remote to submit it.
At present most commands are known and working, but a few are not fully working in all states. Please help us find the missing commands:
Skip track backwards, during photo- and music playlist playback (not working)
Intromit disc, e.g. slide disc back in tray after Eject (not working) (Shutdown, e.g. complete power off - found but not implemented)
(Reboot - found but not implemented)
For more information follow this thread: http://www.networkedmediatank.com/showthread.php?tid=30168&page=1
The big Thank You's go out to BrainStormer for the original discovery, PoPEye for finding more commands and giving inspiration, and everyone else that has contributed to the mapping of commands, to ideas and cheers along the way!
UsageYou can install and start this app via the CSI.
You can then either use the simple web interface provided by pointing your browser to:
http://:9999/c200remote_web/
or, simply send commands directly via URL with exact commands:
http://:9999/c200remote_web/webrc200.php?cmd=x
or with alias:
http://:9999/c200remote_web/webrc200.php?fcmd=power
For a list of aliases see here: RemoteControlCommandsMap. You can add or change any alias you like in the webrc200.php file.
Wish list, in no particular orderMake sexier GUI. (Some help here would be great!) Optimize and enhance code. (Ditto...) Make input field for custom macros. Optimize/skin for iPhone and other devices. Integrate with llink. Integrate with other nice things. Manage playlists. Browse directories on webpage. Make it work on the A-200. Change logRead the Release Notes. [Less]