Here's a simple method of controlling your home desktop computer or HTPC from your n900 using the desktop command execution widget. It looks like this:
For those who don't know what MPD is: It's the most awesome music library player around, believe me. MPD is a backend with billions of frontends for it:
And the simplest MPD client is "mpc", a simple command line client. This is what we're gonna use for our remote control widgets. Here's the set of simple scripts used. Mind that you need to change your IP (192.168.1.2) and port (21337) to whatever your mpd server uses. Also, remember that you might have to allow clients from outside into your mpd server by commenting out 'bind_to_address "127.0.0.1"' in your mpd.conf.
If you don't want to type all this in, you can edit your ~/.desktop_cmd_exec file and edit the following things. Mind, that if you screw this up all your desktop command execution widgets will likely be broken and you'll have to start over. So you might wanna back up the file first. If you do however screw this up, don't come here whining.
So now you can control your player from anywhere around.
__________________
Author of:
The "Alarmed" scheduling and automation app. (Supports alarms, switching profiles, resetting the GPRS counter, setting custom commands to go off, cron syntax and much more. GUI and CLI).
For those who don't know what MPD is: It's the most awesome music library player around, believe me. MPD is a backend with billions of frontends for it:
General:
http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki
List of clients:
http://mpd.wikia.com/wiki/Clients
And the simplest MPD client is "mpc", a simple command line client. This is what we're gonna use for our remote control widgets. Here's the set of simple scripts used. Mind that you need to change your IP (192.168.1.2) and port (21337) to whatever your mpd server uses. Also, remember that you might have to allow clients from outside into your mpd server by commenting out 'bind_to_address "127.0.0.1"' in your mpd.conf.
repeat:
Add this to the end of c_titles:
Author of: