by gitr » Tue Dec 21, 2010 8:10 am
Not sure if this is possible through "-actions" switch but I think you can do this by passing another ini file to smplayer, e.g. (like in "portable mode"):
smplayer -config-path path_to_settings_folder
Than, just change in smplayer.ini the soundcard as you like:
...snip...
[%General]
mplayer_bin=path...
driver\vo="gl:yuv=2:force-pbo"
driver\ao="dsound:device=0"
...snip...
Similar, for the build from portableapps.com, the command is:
"G:\PortableApps\SMPlayerPortable\App\SMPlayer\smplayer.exe" -config-path "G:\PortableApps\SMPlayerPortable\Data\settings"
Cheers and good luck.