Changes

SMPlayer

1,049 bytes added, 11:13, 27 January 2009
New page: [http://smplayer.sourceforge.net SMPlayer] intends to be a complete front-end for [http://www.mplayerhq.hu MPlayer], from basic features like playing videos, DVDs, and VCDs to more advance...
[http://smplayer.sourceforge.net SMPlayer] intends to be a complete front-end for [http://www.mplayerhq.hu MPlayer], from basic features like playing videos, DVDs, and VCDs to more advanced features like support for MPlayer filters and more.

One of the most interesting features of SMPlayer: it remembers the settings of all files you play. So you start to watch a movie but you have to leave... don't worry, when you open that movie again it will resume at the same point you left it, and with the same settings: audio track, subtitles, volume...

<source lang="xml">
<package
id="smplayer"
name="SMPlayer"
revision="2009012701"
priority="10">
<check type="file" condition="exists" path="%PROGRAMFILES%\smplayer\smplayer.exe"/>
<install cmd="%SOFTWARE%\smplayer_0.6.6_setup.exe /verysilent" />
<install cmd="%SOFTWARE%\smplayer_codecs_20071007.exe /verysilent" />
<remove cmd="%PROGRAMFILES%\smplayer\unins000.exe /VERYSILENT" />
</package>
</source>


[[category:Silent Installers]]
Anonymous user