You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
601 B
17 lines
601 B
11 years ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!DOCTYPE kcfg SYSTEM "http://www.kde.org/standards/kcfg/1.0/kcfg.dtd">
|
||
|
<kcfg>
|
||
3 years ago
|
<kcfgfile name="mplayer-thumbnailer"/>
|
||
|
<group name="MPlayerThumbnailerCfg">
|
||
11 years ago
|
<entry name="mplayerbin" type="String">
|
||
|
<label>Full path of the mplayer binary to use.</label>
|
||
|
</entry>
|
||
|
<entry name="noextensions" type="StringList">
|
||
3 years ago
|
<label>File extensions that mplayer-thumbnailer should avoid</label>
|
||
11 years ago
|
</entry>
|
||
|
<entry name="customargs" type="String">
|
||
|
<label>Append custom arguments to mplayer</label>
|
||
|
</entry>
|
||
|
</group>
|
||
|
</kcfg>
|