session support in xfmedia
Jean-Philippe Guillemin
jp.guillemin at free.fr
Sun Sep 17 20:38:15 CEST 2006
Brian J. Tarricone wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Jean-Philippe Guillemin wrote:
>
>
>> When will xfmedia have session/remote support ? (like gxine has).
>>
>
> xfmedia-remote --help
>
> -brian
#!/bin/bash
if xfmedia-remote --ping 2>/dev/null ; then
xfmedia-remote -p --playlist-add=$1
else
xfmedia $1
fi
thanks :) JP
More information about the Xfce4-dev
mailing list