Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/developersu/mplayer4anime
mplayer front end to play content pairs, that mostly used for anime (mka+mkv, mp4+ac3, mkv+srt).
https://github.com/developersu/mplayer4anime
anime mplayer player
Last synced: 23 days ago
JSON representation
mplayer front end to play content pairs, that mostly used for anime (mka+mkv, mp4+ac3, mkv+srt).
- Host: GitHub
- URL: https://github.com/developersu/mplayer4anime
- Owner: developersu
- License: gpl-3.0
- Created: 2018-03-11T20:16:53.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-20T20:51:31.000Z (about 1 month ago)
- Last Synced: 2024-11-20T21:41:29.086Z (about 1 month ago)
- Topics: anime, mplayer, player
- Language: Java
- Homepage: https://developersu.blogspot.com/search/label/mplayer4anime
- Size: 1.03 MB
- Stars: 4
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# mplayer4anime
![License](https://img.shields.io/badge/License-GPLv3-blue.svg) ![Releases](https://img.shields.io/github/downloads/developersu/mplayer4anime/total.svg) [![status-badge](https://ci.redrise.ru/api/badges/2/status.svg)](https://ci.redrise.ru/repos/2)
mplayer4anime is mplayer launcher to play video file with audio layer and/or subtitles (.ass, .srt, etc.) at once.
![Application screenshot 1](screenshots/1.png)
### 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
* [GSON](https://github.com/google/gson) (library distributes under Apache-2.0 license)
* [Material design icons](https://materialdesignicons.com/)
* Since v0.12: [OpenJFX](https://wiki.openjdk.java.net/display/OpenJFX/Main)### 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.htmlStep 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.
### Thanks!
* [DDinghoya](https://github.com/DDinghoya), who translated this application to Korean!