diff --git a/README.md b/README.md index e504830..b8309ac 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/pom.xml b/pom.xml index e62cc98..c1df755 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ MKVAudioSubtilesChanger MKVAudioSubtitlesChanger - 1.0-SNAPSHOT + 1.0 clean package