* [gentoo-user] opening movies in the current mplayer window
@ 2007-03-15 7:04 Alex Fansky
2007-03-15 9:27 ` Anthony E. Caudel
2007-03-15 10:44 ` Neil Bothwick
0 siblings, 2 replies; 3+ messages in thread
From: Alex Fansky @ 2007-03-15 7:04 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 332 bytes --]
Hello.
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?
--
Alex "V" Fansky
Minsk, BSU
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-user] opening movies in the current mplayer window
2007-03-15 7:04 [gentoo-user] opening movies in the current mplayer window Alex Fansky
@ 2007-03-15 9:27 ` Anthony E. Caudel
2007-03-15 10:44 ` Neil Bothwick
1 sibling, 0 replies; 3+ messages in thread
From: Anthony E. Caudel @ 2007-03-15 9:27 UTC (permalink / raw
To: gentoo-user
Alex Fansky wrote:
> Hello.
> 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?
You might drag it to the open mplayer.
--
Those who would give up essential Liberty, to purchase a little temporary
Safety, deserve neither Liberty nor Safety.
-- Benjamin Franklin
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-user] opening movies in the current mplayer window
2007-03-15 7:04 [gentoo-user] opening movies in the current mplayer window Alex Fansky
2007-03-15 9:27 ` Anthony E. Caudel
@ 2007-03-15 10:44 ` Neil Bothwick
1 sibling, 0 replies; 3+ messages in thread
From: Neil Bothwick @ 2007-03-15 10:44 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 720 bytes --]
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=$(dcop kmplayer-* | head -n 1)
if [[ ${PLAYER} ]]; then
dcop ${PLAYER} KMediaPlayer openURL "$1"
else
kmplayer "$1"
fi
--
Neil Bothwick
Another victim of Modem Addictus
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-03-15 10:52 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-15 7:04 [gentoo-user] opening movies in the current mplayer window Alex Fansky
2007-03-15 9:27 ` Anthony E. Caudel
2007-03-15 10:44 ` Neil Bothwick
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox