Difference between revisions of "SMPlayer"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(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...)
 
 
Line 15: Line 15:
 
</package>
 
</package>
 
</source>
 
</source>
 +
 +
 +
 +
<source lang="xml">
 +
<package
 +
        id="smplayer"
 +
        name="SMPlayer"
 +
        revision="20110416"
 +
        priority="10">
 +
        <check type="uninstall" condition="exists"  path="SMPlayer 0.6.9" />
 +
        <install cmd="%SOFTWARE%\smplayer-0.6.9-win32.exe /S" />
 +
        <upgrade cmd="%SOFTWARE%\smplayer-0.6.9-win32.exe /S" />
 +
        <remove cmd="%PROGRAMFILES%\smplayer\uninst.exe /S" />
 +
</package>
 +
</source>
 +
  
  
 
[[category:Silent Installers]]
 
[[category:Silent Installers]]

Latest revision as of 18:00, 16 April 2011

SMPlayer intends to be a complete front-end for 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...

<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>


<package
        id="smplayer"
        name="SMPlayer"
        revision="20110416"
        priority="10">
        <check type="uninstall" condition="exists"  path="SMPlayer 0.6.9" />
        <install cmd="%SOFTWARE%\smplayer-0.6.9-win32.exe /S" />
        <upgrade cmd="%SOFTWARE%\smplayer-0.6.9-win32.exe /S" />
        <remove cmd="%PROGRAMFILES%\smplayer\uninst.exe /S" />
</package>