mldonkey-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Mldonkey-users] request: feed mldonkey_preview the ip of remote hos


From: Marc Thoben
Subject: Re: [Mldonkey-users] request: feed mldonkey_preview the ip of remote host
Date: Mon, 20 Oct 2003 07:56:36 +0200
User-agent: Mutt/1.5.3i

Hi Guido,

>> I'm not always sitting at the computer that is running mldonkey

but half of my time I am :) That's why the ip as third parameter
would be cool to automate which computer should run the preview.

On 19th of October 2003 at 22:19:05, Guido Seifert wrote:
> 
> You can easily do something like that yourself.

Currently I'm creating a file called ~./remote with the remote
hostname in it, when remote preview should be done:

if [ -s ~/.remote ]
then
    ssh `cat ~/.remote` "bin/mplayer.sh -idx -quiet
    /mnt/devcon/home/chojin/.mlnet/$1 &> ~/.remote_play.log" &
else
    $PREVIEW_BIN -quiet "$1" &
fi


>
> *Of course, with mldonkey running on it, it is not a real firewall anymore.

lol ! :)

( Selbsterkenntnis ist der erste Weg zu Besserung ;) Wobei, bei uns
beiden darf sich mldonkey woanders per ssh einloggen *flööööt* )

Regards,
Marc





reply via email to

[Prev in Thread] Current Thread [Next in Thread]