*** PortableApps.com Platform and Suite 1.6 have been released! ***
VLC Media Player Portable 0.9.9 ReleasedSubmitted by John T. Haller on April 2, 2009 - 5:13pm
FeaturesVLC media player is a highly portable multimedia player for various audio and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, XviD, WMV, mp3, ogg, ...) as well as DVDs, VCDs, and various streaming protocols. It can also be used as a server to stream in unicast or multicast in IPv4 or IPv6 on a high-bandwidth network. Learn more about VLC media player... New In This ReleaseThis release updates VLC Media Player to 0.9.9 (release notes - scroll down), adds our latest multilingual installer and fixes a bug where a folder was left behind in the local APPDATA directory when a DVD was played. PortableApps.com Installer / PortableApps.com FormatVLC Media Player Portable is packaged in a PortableApps.com Installer so it will automatically detect an existing PortableApps.com installation when your drive is plugged in. And it's in PortableApps.com Format, so it automatically works with the PortableApps.com Suite including the Menu and Backup Utility. DownloadVLC Media Player Portable is available for immediate download from the VLC Media Player Portable homepage. Get it today! ( categories: )
|




thanks
for the update
"Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis .." Friday Next -
"May The Schwartz be with You!" Yogurt the Yoda
Many thanks John :-)
As always keep up the Great Work!
Live to learn. Learn to live. - JWSII
awesome
Thank you very much! It works great!
Thanks
Thanks! great player.
Many Thanks
VLC is a great player - even better as a portableapp! Many thanks!
tanx
hi
tanx 4 new update
VLCPortable.nsi still missing $ADDITIONALPARAMETERS
Hi,
The
AdditionalParametersvar is still not being used from theVLCPortable.inifile. It's very simple to patch to theVLCPortable.nsifile, and it would be great to put the fix into the official release! Here is the patch that fixes the problem:--- VLCPortable.000.nsi 2008-12-31 11:51:38.000000000 -0500 +++ VLCPortable.nsi 2008-12-30 10:50:16.000000000 -0500 @@ -185,11 +185,11 @@ Section "Main" StrCmp "'$0'" "''" "" LaunchProgramParameters ;=== No parameters - StrCpy $EXECSTRING `"$PROGRAMDIRECTORY\$PROGRAMEXECUTABLE" --vlm-conf "$SETTINGSDIRECTORY\vlcrc" --no-plugins-cache --config "$SETTINGSDIRECTORY\vlcrc"` + StrCpy $EXECSTRING `"$PROGRAMDIRECTORY\$PROGRAMEXECUTABLE" --vlm-conf "$SETTINGSDIRECTORY\vlcrc" --no-plugins-cache --config "$SETTINGSDIRECTORY\vlcrc" $ADDITIONALPARAMETERS` Goto AdjustSettings LaunchProgramParameters: - StrCpy $EXECSTRING `"$PROGRAMDIRECTORY\$PROGRAMEXECUTABLE" $0 --vlm-conf "$SETTINGSDIRECTORY\vlcrc" --no-plugins-cache --config "$SETTINGSDIRECTORY\vlcrc"` + StrCpy $EXECSTRING `"$PROGRAMDIRECTORY\$PROGRAMEXECUTABLE" $0 --vlm-conf "$SETTINGSDIRECTORY\vlcrc" --no-plugins-cache --config "$SETTINGSDIRECTORY\vlcrc" $ADDITIONALPARAMETERS` AdjustSettings: StrCmp $SECONDARYLAUNCH "true" LaunchAndCloseCheers! -Ross