KMPlayer screensaver disabler

Utilities

Source i (link to git-repo or to original if based on someone elses unmodified work):

Add the source-code for this project on opencode.net

1
Become a Fan
5.0

Available as/for:
Description:
Basically, this is a wrapper script that prevents screensavers and monitor auto power-offs from working when KMPlayer is running.

It uses a simple program I wrote which periodically fakes user key presses (the default is the num-lock key pressed twice).

Of course, you can also modify the wrapper script so that another program is used instead of KMPlayer.

The attached file includes both the source and binary.

Hope this will prove useful to *someone* Though please note that this is, after all, a crude hack, and it'd be really nice if KMPlayer will have a built-in screensaver disabler in the near future.

--------------------------

Also, KMPlayer has a bug with regards to screensavers in that it will disable KScreensaver when in full screen mode, but forget to enable it again. I've written the following (very) short script to workaround the problem (just copy and paste into a file and set the execution permissions):

#!/bin/sh
screensaverstate=`dcop kdesktop KScreensaverIface isEnabled`
kmplayer $@
dcop kdesktop KScreensaverIface enable $screensaverstate

The idea is of course that if you're going to use the built in screensaver disabler in KMPlayer (which works *only* with KScreensaver), you won't need the fake-key-press program.
Last changelog:

1.3 -> 1.4 - Added a SIGINT handler (uses the same exit routine as the SIGTERM handler) for keyboard aborts (Ctrl-C). Minor cleanup of the code.

1.2 -> 1.3 - Added a real SIGTERM handler which properly closes the X window connection instead of relying on the default SIGTERM procedure.

1.1 -> 1.2 - Fixed a really stupid bug in the wrapper script, where the script only passes the arguments including and after the second one onto kmplayer, while the first argument is discarded.


Ratings & Comments

5 Comments

ricce

Things can be much easier done: ---- #!/bin/bash dcop kdesktop KScreensaverIface enable false kmplayer $* dcop kdesktop KScreensaverIface enable true ---- OK, this will only work if you are using kscreensaver, but you are right... Anyway, I think kmplayer have a half working screensaver desabler.

randomlinuxuser

Well... this is another case of the classic "itch-scratching". I have a LCD monitor, so I don't use screensavers, but rather set it to auto power-off after 1 minute, and I can't find any dcop call that can disable that. I use auto power-off because screensavers are bad for LCDs as they don't actually "save" anything (the screen is still on and functioning as normal). Plus, I heard MPlayer has the exact same idea for disabling the screensaver & co. during playback.

randomlinuxuser

Also, I can't seem to find *any* screensaver disabler in the KMPlayer config... where did you find the half-working one (I'm using Xine as backend btw, if that matters)? O.o

ricce

At least my kmplayer disables the screesaver when I put it in fullscreen -- but it forgets to re-enable it again (quite annoying).

randomlinuxuser

Well, you can just write a wrapper script that fixes the problem :) Actually I wrote one for that just now, and posted it in the description section of the page 'cause it's so short.

Pling
0 Affiliates
Details
license
version 1.4
updated
added
downloads 24h 0
mediaviews 24h 0
pageviews 24h 0

Other Utilities:

Gis Weather
RingOV
last update date: 8 years ago

Score 8.0

Splash Screen Manager
zorinos
last update date: 14 years ago

Score 7.4

BashStyle-NG
Chrispy
last update date: 10 years ago

Score 6.1

anymeal
wedesoft
last update date: 6 months ago

Score 5.0

MonA3XN 01
A3XN
last update date: 2 years ago

Score 5.0

SuperCalc (By Keshav bhatt)
keshavnrj
last update date: 10 years ago

Score 5.0



System Tags