View previous topic :: View next topic |
Author |
Message |
bastya_elvtars
Joined: 20 Feb 2007 Posts: 9
|
Posted: Tue Feb 20, 2007 5:33 am Post subject: Keybindings, association and appreciation |
|
|
Hello,
First of all, I'd like to thank you for the project, I was using Erik's MPlayer binaries so far, but this frontend really impresses me, great work.
I, however, have a few problems: the up/down keybinding (for seeking +/-60 secs) does not seem to work, although it is in the bundled mplayer's configfile. Is it my error?
The other thing that annys me is the association: I like to open movies with doubleclick and if I do the association, nothing happens and I get a zombie ddeopener.exe process. Is there a way to find out what is wrong?
Thanks in advance!
Last edited by bastya_elvtars on Tue Feb 20, 2007 5:47 am; edited 1 time in total |
|
Back to top |
|
|
bastya_elvtars
Joined: 20 Feb 2007 Posts: 9
|
Posted: Tue Feb 20, 2007 5:41 am Post subject: |
|
|
The up/down thing has been solved by adding Code: | bind down "@seek -60"
bind up "@seek +60" | to config.kfg. Not sure how to make the embedded mplayer close with Q or Escape. |
|
Back to top |
|
|
bobef
Joined: 05 Jun 2005 Posts: 269
|
Posted: Tue Feb 20, 2007 12:40 pm Post subject: |
|
|
Well the up and down bindings are there by default, so I don't know why you were missing them...
will do the trick for the quit. And about the associations it is probably problem in your system. They work fine for me and nobody else has complained... The bad thing is I don't have any idea what could be causing this problem. ddeopener has the job to start the player (if it isn't started already) and tell it to open the movie via DDE. Is it possible that you have antivirus/firewall or something like that, that could be blocking it's normal operation? |
|
Back to top |
|
|
bastya_elvtars
Joined: 20 Feb 2007 Posts: 9
|
Posted: Tue Feb 20, 2007 7:09 pm Post subject: |
|
|
Thanks, q works now. Maybe a keybinding repository could be fired up.
As for the association, I am going to check what is going on and keep you posted.
EDIT: on my girlfrien1s machine the player works, must be something on my end. |
|
Back to top |
|
|
bastya_elvtars
Joined: 20 Feb 2007 Posts: 9
|
Posted: Fri Feb 23, 2007 5:24 pm Post subject: |
|
|
OK, the association works here, not sure what was wrong though. |
|
Back to top |
|
|
Guillaume
Joined: 22 Jan 2007 Posts: 19
|
Posted: Mon Oct 29, 2007 7:05 am Post subject: |
|
|
What is the advantage of using DDE over just opening it through player.exe? ddeopener.exe doesn't always work OK when opening movies from browsers (after downloading to cache). |
|
Back to top |
|
|
bobef
Joined: 05 Jun 2005 Posts: 269
|
Posted: Tue Oct 30, 2007 10:53 am Post subject: |
|
|
Guillaume wrote: | What is the advantage of using DDE over just opening it through player.exe? ddeopener.exe doesn't always work OK when opening movies from browsers (after downloading to cache). |
Because this way you can reuse the player instance. I know ddeopener has issues but..... well I will write a little sticky topic why things are not moving forward lately... |
|
Back to top |
|
|
NewUser
Joined: 21 Dec 2007 Posts: 3
|
Posted: Sat Dec 29, 2007 12:39 pm Post subject: |
|
|
What about binding the other useful keys like they are in mplayer
[ and ] Decrease/increase current playback speed by 10%.
{ and } Halve/double current playback speed.
+ and - Adjust audio delay by +/- 0.1 seconds. <= One of many reasons to use mplayer
and it would be nice if you add vertical scrollbar to console window. |
|
Back to top |
|
|
bobef
Joined: 05 Jun 2005 Posts: 269
|
Posted: Wed Jan 09, 2008 1:52 pm Post subject: |
|
|
You can bind (almost) any mplayer command to (almost) any key (and mouse buttons/wheel too). Plus you can bind ctrl+click and things like that. Just look how this is done in the config file. |
|
Back to top |
|
|
|