XtremeMP XtremeMP is a free stable open-source cross-platform media player and visualizer - written in 100% pure java. The current version implements only a music player and visualizer. Support for other media will come in future releases. It provides the user with a graphical interface for choosing music files and playlists - and includes support for many audio file formats including .spx, .snd, .aifc, .aif, .wav, .au, .flac, .mp1, .mp2, .mp3, .ogg, .aac, and .m4a. The code is very modular to allow the straightforward extraction of core modules (such as the audio engine, the FFT analysis, the playlist management module, and several visualizations) to use in other projects as external libraries. A list of features:
System requirements
Installing XtremeMP Download xtrememp-0.7.0-bin.zip. Create a folder (directory) "xtrememp". Open the zip file en go in the subdirectory "xtrememp-0.7.0-bin". Copy the files in this directory to the new folder "xtrememp". That's it. Delete Windows and Linux stuff if you like. Be aware that the file "xtrememp-0.8.0-bin.zip" needs a higher version of Java. The xtrememp.cmd file This version of Xtrememp works with Open JDK in OS/2-eCS. I have made a xtrememp.cmd file with the following contents; @echo off set path=[drive:java]\JAVA160\bin set BEGINLIBPATH=[drive:java]\JAVA160\bin [drive:xtrememp] cd [drive:xtrememp]\xtrememp java -Duser.home=C:\xtrememp -jar XtremeMP.jar 2>XtremeMP-bugs.txtI use 2 separate folders (directories), one for Java and one for XtremeMP with the files created by this program. The references used in the cmd file;
should be replaced with real drive letters. Edit and save the file "xtrememp.cmd" from the distribution. This file is copied to the "xtrememp" folder (directory). Furthermore, different paths?, adjust according to your needs. Create a new program object. Specify the path and file name: "[drive: xtrememp]\xtrememp\xtrememp.cmd". In the tabpage Session check the boxes "OS/2 window", "Running as an icon" and "Close Window to end program". In the tabpage General you can enter the name "XtremeMP". You find enclosed in the file a suitable OS/2 icon. Parameters / options explained
Download In the file you can find the above command file (all driveletters are set to C:) and an OS/2 XtremeMP icon: XtremeMP-ecs.zip. revision July 8, 2015 |