maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   how to control remote software (VLC, iTunes, etc) via NIT? (https://talk.maemo.org/showthread.php?t=22129)

tty 2008-07-21 05:36

how to control remote software (VLC, iTunes, etc) via NIT?
 
is there any way to control remote Mac software via NIT? in the first place the apps of interest would be VLC, iTunes and Transmission torrent client, but controlling all the applications would be nice, if possible.

as for now i've found RemoteBuddy, but i also would be grateful if someone could point me to possible alternatives? are there any?

also, if someone's interested, then specifically for iTunes there's quite nice (and free) browserTunes program.


thank you.

GeneralAntilles 2008-07-21 05:46

Re: how to control remote software (VLC, iTunes, etc) via NIT?
 
Remote Buddy is the way to go. Works great with MicroB and is very customizable.

tty 2008-07-21 11:00

Re: how to control remote software (VLC, iTunes, etc) via NIT?
 
but aren't there any our usual free and open-source alternatives? :)

Laughing Man 2008-07-22 14:33

Re: how to control remote software (VLC, iTunes, etc) via NIT?
 
You could just VNC into your computer (thus having access to everything on your computer) and control it from there.

Not the prettiest solution but it works pretty well.

mrklaw 2008-07-22 15:02

Re: how to control remote software (VLC, iTunes, etc) via NIT?
 
You could do it yourself with a web server on your mac (apache) and cgi applescripts. There's some pretty detailed instructions in "Applescript: The Definitive Guide"

Riba 2008-07-22 15:06

Re: how to control remote software (VLC, iTunes, etc) via NIT?
 
I'm using LogMeIn Free, you may want to check it out. My needs are somewhat specific so it may not suit everyone.
For iTunes, I bought CoverBuddy a while ago it has its own web interface optimized for PSP but needless to say, it works wonderfully for N800 as well.

tty 2008-07-22 16:20

Re: how to control remote software (VLC, iTunes, etc) via NIT?
 
VNC and LogMeIn doesn't suite because i use two 20'' monitors (and therefore all that scrolling will drive me crazy :)). also, those products (i.e. protocols they are using) are pretty slow :(.

as for applescript and websever... well, i assume that it's quite possible, yes. or we may use even ssh, for example. but anyway it'd take some time to arrange all those scripts. and, as mac-user :), i really don't want to program or patch something anymore :). that's why i've switched to mac.

there's also telekinesis program... but it just doesn't work on N800 :( (checks for Safari, i assume).

wartstew 2008-07-22 21:13

Re: how to control remote software (VLC, iTunes, etc) via NIT?
 
Quote:

Originally Posted by tty (Post 205904)
... i really don't want to program or patch something anymore :). that's why i've switched to mac...

Because you switched to a Mac is WHY you are now having to jump through hoops. I can do amazing things remotely to my Linux machines using my N810. It does remote X apps through a SSH tunnel quite well (although I don't know how to do a center mouse click!).

Benson 2008-07-22 21:27

Re: how to control remote software (VLC, iTunes, etc) via NIT?
 
Quote:

Originally Posted by wartstew (Post 206003)
Because you switched to a Mac is WHY you are now having to jump through hoops. I can do amazing things remotely to my Linux machines using my N810. It does remote X apps through a SSH tunnel quite well (although I don't know how to do a center mouse click!).

You need to have xmodmap, and run a script like this (from the menu, osso-statusbar-cpu, or whatever):
Code:

#!/bin/sh
xmodmap -e "pointer = 2 3 1"
sleep 5
xmodmap -e "pointer = 1 2 3"

That sets it to do a middle click when you single click for the next 5 seconds, then sets it back. You can get right-click the same way, but change the first mapping to 3 2 1.

On consideration, you undoubtedly have xmodmap on the server, so you might run it there.

josiahg777 2008-07-22 21:34

Re: how to control remote software (VLC, iTunes, etc) via NIT?
 
For VLC you can use its built in web interface.

On the mac go to the VLC menu and mouse over "Add Interface". Choose "Web interface" then on your local network enter the following URL into your tablet's web browser:

http://<Your Computer's IP>:8080/?

if needed you can find your desktop's IP address by going into System Preferences --> Network.

There's also instructions here for creating a web-remote interface for iTunes.

Hope this helps :)


All times are GMT. The time now is 08:26.

vBulletin® Version 3.8.8