From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.62) (envelope-from ) id 1HRnZJ-0007RA-Fc for garchives@archives.gentoo.org; Thu, 15 Mar 2007 10:52:25 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l2FApJH3001631; Thu, 15 Mar 2007 10:51:19 GMT Received: from desiato.digimed.co.uk (82-69-83-178.dsl.in-addr.zen.co.uk [82.69.83.178]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l2FAiG6p025257 for ; Thu, 15 Mar 2007 10:44:16 GMT Received: from hactar.digimed.co.uk (hactar.digimed.co.uk [192.168.1.2]) by desiato.digimed.co.uk (Postfix) with ESMTP id 2D01938D61 for ; Thu, 15 Mar 2007 10:44:15 +0000 (GMT) Date: Thu, 15 Mar 2007 10:44:11 +0000 From: Neil Bothwick To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] opening movies in the current mplayer window Message-ID: <20070315104411.3b42fe6e@hactar.digimed.co.uk> In-Reply-To: <200703150905.07547.garen@tut.by> References: <200703150905.07547.garen@tut.by> Organization: Digital Media Production X-Mailer: Claws Mail 2.8.1cvs8 (GTK+ 2.10.9; x86_64-pc-linux-gnu) X-GPG-Fingerprint: 7260 0F33 97EC 2F1E 7667 FE37 BA6E 1A97 4375 1903 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: multipart/signed; boundary=Sig_GoJuawgiu7wrZvnVasWkQg3; protocol="application/pgp-signature"; micalg=PGP-SHA1 X-Archives-Salt: 7edc4082-d887-4738-b06b-5a2709ef0029 X-Archives-Hash: 7bd2fedf1b2e92f1d5245b167f5bb000 --Sig_GoJuawgiu7wrZvnVasWkQg3 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Thu, 15 Mar 2007 09:04:58 +0200, Alex Fansky wrote: > I am using kde-3.5.6 and gmplayer as frontend to mplayer 1.0rc1-4.1.2. > When I doubleclick on the video file, it is opened in new mplayer > window. Is there any ways to make it be played in already runned > mplayer instead of previously opened movie, like it do MS Windows video > players? There's no obvious way of doing this with gmplayer, but as you're using KDE, you can do it with kmplayer by using this script to load the video file #!/bin/sh PLAYER=3D$(dcop kmplayer-* | head -n 1) if [[ ${PLAYER} ]]; then dcop ${PLAYER} KMediaPlayer openURL "$1" else kmplayer "$1" fi --=20 Neil Bothwick Another victim of Modem Addictus --Sig_GoJuawgiu7wrZvnVasWkQg3 Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.3 (GNU/Linux) iD8DBQFF+SN+um4al0N1GQMRAtYjAJ9DT+OHm/Vrt/KxEjx6Eqw8lGy2WwCfZqQs 8H+c7XQ0pBfuf5PjkXIcZBI= =PLnR -----END PGP SIGNATURE----- --Sig_GoJuawgiu7wrZvnVasWkQg3-- -- gentoo-user@gentoo.org mailing list