diff --git a/Readme.md b/Readme.md index 65a6463..133724d 100644 --- a/Readme.md +++ b/Readme.md @@ -1,12 +1,14 @@ # mplayer4anime -mplayer4anime is mplayer launcher to play video file with audio layer and/or subtitles (.ass, .srt, etc,,,) at once. +![License](https://img.shields.io/badge/License-GPLv3-blue.svg) ![Releases](https://img.shields.io/github/downloads/developersu/mplayer4anime/total.svg) ![CI](https://img.shields.io/jenkins/build?jobUrl=https%3A%2F%2Fredrise.ru%2Fjen%2Fjob%2Fmplayer4anime%2Fjob%2Fmaster%2F) -![Screenshot](https://farm8.staticflickr.com/7917/40285210053_fe9c781698_o.png) +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 or just visit www.gnu.org (it should be there for sure). +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 diff --git a/pom.xml b/pom.xml index 206b893..ad1a7ed 100644 --- a/pom.xml +++ b/pom.xml @@ -55,35 +55,35 @@ com.google.code.gson gson - 2.8.5 + 2.8.8 compile org.openjfx javafx-controls - 11 + 16 linux compile org.openjfx javafx-media - 11 + 16 linux compile org.openjfx javafx-fxml - 11 + 16 linux compile org.openjfx javafx-graphics - 11 + 16 linux compile @@ -91,28 +91,28 @@ org.openjfx javafx-controls - 11 + 16 win compile org.openjfx javafx-media - 11 + 16 win compile org.openjfx javafx-fxml - 11 + 16 win compile org.openjfx javafx-graphics - 11 + 16 win compile @@ -120,28 +120,28 @@ org.openjfx javafx-controls - 11 + 16 mac compile org.openjfx javafx-media - 11 + 16 mac compile org.openjfx javafx-fxml - 11 + 16 mac compile org.openjfx javafx-graphics - 11 + 16 mac compile diff --git a/sreenshots/1.png b/sreenshots/1.png new file mode 100644 index 0000000..cbd1cbf Binary files /dev/null and b/sreenshots/1.png differ