Go to file
Dmitry Isaenko bd45f72b5a screenshots 2021-09-12 06:12:41 +03:00
screenshots screenshots 2021-09-12 06:12:41 +03:00
src Update image, add save-window-size-on-close feature, start separating mplayer controls out of the in-app controller-class that should make application architecture more solid in future and give a chance to add other back ends support. Start code refactoring, adding copyleft banners. 2021-09-12 05:39:33 +03:00
Jenkinsfile small fixes 2019-01-05 23:35:27 +03:00
LICENSE v0.8.2. Fullscreen selection saves after restart. Refactoring in progress. 2018-05-02 05:21:44 +03:00
Readme.md Update a bit README file, add more explanatory screenshot, update dependencies. 2021-09-12 06:10:06 +03:00
pom.xml Update a bit README file, add more explanatory screenshot, update dependencies. 2021-09-12 06:10:06 +03:00

Readme.md

mplayer4anime

License Releases CI

mplayer4anime is mplayer launcher to play video file with audio layer and/or subtitles (.ass, .srt, etc.) at once.

Application screenshot 1

License

Source code spreads under the GNU General Public License v.3. You can find it in LICENSE file.

Note: Since 0.10 application supports playlists management and implements own json-based format that (somehow) could be used in third-party application, it would be nice to leave it as is. At least, I would prefer to have .alpr file extension used for this. As for the format of playlist, please refer to WFTPL license.

Used libraries

Requirements

For latest versions of this app use JRE or JDK 8 or higher.

For older versions (prior to v0.12) please use JRE/JDK 8 (and JavaFX if you're NOT using Windows. For example: in Debian Stretch you should install 'openjfx' package).

Running on Linux

Just start it as regular Java application:

$ java -jar mplayer4anime.jar

Running on Windows

Step 1.

Download and install JRE 8 or later: http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html

Step 2.

Download and install (unpack) mplayer: http://oss.netfarm.it/mplayer/ (see 'Build selection table', for example click 'generic')

Step 3.

Download and run jar file.

Step 4.

If using v0.12 or higher: Somehow set file associations for this application to all *.alpr files. Allow netowork usage when start application (using socket 65042 for inter-process communication within localhost)

OR

Wait for native installer. No ETA.