mirror of
https://github.com/RatzzFatzz/MKVAudioSubtitleChanger.git
synced 2026-02-11 02:05:56 +01:00
[UPDATE] README.md
This commit is contained in:
@@ -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.
|
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
|
mkvtoolnixPath: /usr/bin
|
||||||
@@ -39,5 +40,7 @@ config:
|
|||||||
subtitle:
|
subtitle:
|
||||||
- OFF
|
- 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.
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<groupId>MKVAudioSubtilesChanger</groupId>
|
<groupId>MKVAudioSubtilesChanger</groupId>
|
||||||
<artifactId>MKVAudioSubtitlesChanger</artifactId>
|
<artifactId>MKVAudioSubtitlesChanger</artifactId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>1.0</version>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<defaultGoal>clean package</defaultGoal>
|
<defaultGoal>clean package</defaultGoal>
|
||||||
|
|||||||
Reference in New Issue
Block a user