MPLaunch v2 - MPlayer frontend
This is a simple cross platform application to launch mplayer through a simple GUI. Almost all basic options of MPlayer are available (like DVD/Network playback) and more are added continously.
Chagelog for MPLaunch v2 - Qt 4.x
7. Sep. 2007 - v0.2.8.1
- some fixes
- added missing files
28. July 2007 - v0.2.8
- made all strings translateable
- added subdelay option
- added option to position subtitles below the movie (thanks to Pampino and Fury for their suggestion)
10. Feb. 2007 - v0.2.7
- added update checker for MPLaunch (look for it in Help->Check for updates...)
- misc changes in the gui code
2. Feb. 2007 - v0.2.6 final released
Changes since
build: Jan 27 2007-19:12:45
- added new application icon (svg format) made by myself available
under the GPL
- added credits for to creator of Nuvola icon theme
build: Jan 26 2007-13:53:28
- logwindow gets cleared upon start button press
- /-s are replaced by \-s when copying commandline to clipboard
build: Jan 23 2007-18:36:00
- removed CD device setting (seems that MPlayer uses only one switch for both the CD & DVD dev.)
- "-alang" & "-slang" switches weren't passed to the commandline by DVD/CD playback
- added option to paste command line to the clipboard
- added option to save the logfile (e.g. for bugreports)
- file filters are now working
Changelog for MPLaunch v2 - Qt 3.x
v0.2.5.2 20. jan 2007
- removed unneccesary files from the source tree
- major clean-up in the .pro file
- reorganized source tree
v0.2.5.1 14. jan 2007
- application icon compiled into the executable
- moved qt-mt3.dll and mingwm10.dll to the install directory
because non-administrator users aren't allowed to install files in the
System folder under Windows XP
v0.2.5 30. oct 2006.
- updated MPlayer to v1.0-rc1
- some code clean up again
v0.2.5-RC2 29. jun 2006.
- misc. code cleanup and some variables renamed to clarify their purpose
- closing MPlaunch now automatically causes running MPlayer to close as well
v0.2.5-RC1 13. jun 2006.
- windows build tools upgraded to MinGW 5.0.2 (g++ 3.4.2)
- windows installer now contains a custom built MPlayer
- MPlayer updated to version 1.0pre8 (internal test versions were using 1.0pre7-try3)
- fixed bug with playlist and subtitle file loading (filename-in-quotes [" "] bug)
- fixed close event bug in config dialog (window is now closed after the OK button is pressed)
- fixed bug in dvd playback (title # was appended twice to the command line)
- open file dialogs now point by default to the last opened directory
v0.2.4 07. may 2006.
- released -rc1 without changes
v0.2.4-rc1 26. april 2006.
- updated qt-mt3.dll to version 3.3.5-5
- enabled message log window on Windows (seems to work with QT 3.3.5-5)
- files with spaces in name are played as well (hope so..)
- backport of some features from MPL v3
- using native dialogs (again) for opening files (this enables you to play files in your
network neighbourhood)
- updated docs
v0.2.3 23. april 2006.
-released -rc1 without changes
v0.2.3-rc1 15. january 2006.
- removed openFilteredFile() method
- subtitle, playlist, mplayer-bin opening methods completly rewritten
- general options do work now with DVD and network playback too
- added more debug messages
- changing device settings doesn't need a restart of mplaunch from now on
v0.2.3-pre1 11. january 2006.
- added config dialog for configuring CD/DVD device path
- open file function rewritten from scratch -> file filters do work now
v0.2.2 - 30. september 2005.
- added 2 missing dll's to the installer for the windows version
- fixed bug in seek to time that caused all other general options not to work
- moved file filters into #define macros
- fixed typo in file filters " (*.avi " was wrong
- fixed bug with disabled input boxes in file playback
v0.2.1 - 19. august 2005.
- using only 1 player->start() because of strange debug messages I couldn't figure out...
- added splash screen
- GUI fix: avoid turning on DVD and Network playback at the same time
v0.2.0 - 19. july 2005.
- added support for network playback
* http
* ftp
* rt(s)p
* mms(t)
* + user defined protocols not listed
v0.1.0 - 07. july 2005.
- mplayer launcher code rewritten
* seek in file does work now
* postprocessing with given value does work now
* no more error messages about missing inputs if playing a DVD
- added a log window on the bottom of the main window that displays mplayer output (works on OS != Windows only!!!)
- new GUI layout
* DVD options disabled by default
- implemented the help module (TODO: write users guide)
v0.0.2 - 13. april 2005.
- gui tweak
* removed output log viewer
* added banner (eyecandy rulz :)
- error message if no input files selected and play pressed
- error message if more then two inputs selected