[UPDATE] README.md

This commit is contained in:
2020-06-06 13:19:36 +02:00
parent 79fa6de190
commit 03c58d27ed
2 changed files with 7 additions and 4 deletions

View File

@@ -21,7 +21,8 @@ Opening terminal / cmd in the directory of the jar and the config file and execu
You have to replace the brackets and the content of it with the path to your mkv file or the directory with mkv files.
### config.yml example:
### config.yml example
Config file needs to be placed in the same directory as the jar.
```
mkvtoolnixPath: /usr/bin
@@ -39,5 +40,7 @@ config:
subtitle:
- OFF
```
Config file needs to be placed in the same directory as the jar.
This config will first check if there is japanese audio and german or english subtitles available, if yes,
it will set these attributes. If these are not available, it will check the second part. This means, it checks
if german or english audio is available. It does not care for the subtitle, because it's "off", which means, it
will disable subtitles in this case.

View File

@@ -6,7 +6,7 @@
<groupId>MKVAudioSubtilesChanger</groupId>
<artifactId>MKVAudioSubtitlesChanger</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
<build>
<defaultGoal>clean package</defaultGoal>