From 0e9d008c7ee30c8b50391e9001ed5cedad07c53b Mon Sep 17 00:00:00 2001 From: RatzzFatzz Date: Mon, 12 May 2025 16:00:19 +0200 Subject: [PATCH] Fix formatting in README.md --- README.md | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index d1f1f32..1a6533f 100644 --- a/README.md +++ b/README.md @@ -10,18 +10,21 @@ A streamlined solution for managing MKV files, this program leverages MKVToolNix - mkvtoolnix installation ## Execution -### Minimal usage -Portable: `java -jar mkvaudiosubtitlechanger-.jar --library "X:/Files" --attribute-config eng:ger eng:OFF` -Windows & Linux (installed): `mkvaudiosubtitlechanger --library "X:/Files" --attribute-config eng:ger eng:OFF` +Portable: +``` +java -jar mkvaudiosubtitlechanger-.jar --library "X:/Files" --attribute-config eng:ger eng:OFF +``` +Windows & Linux (installed): +``` +mkvaudiosubtitlechanger --library "X:/Files" --attribute-config eng:ger eng:OFF +``` -### Safe usage (best for testing before applying to whole library) -Portable: `java -jar mkvaudiosubtitlechanger-.jar --library "X:/Files" --attribute-config eng:ger eng:OFF --safe-mode` -Windows & Linux (installed): `mkvaudiosubtitlechanger --library "X:/Files" --attribute-config eng:ger eng:OFF --safe-mode` +Add `--safe-mode` oder `-s` to not change any files. This is recommended for the first executions. -**Attribute-config must be entered in pairs: `audio:subtitle`; Example: `jpn:eng`. More about this topic -[here](https://github.com/RatzzFatzz/MKVAudioSubtitleChanger/wiki/Attribute-Config).** +Attribute-config must be entered in pairs: `audio:subtitle`; Example: `jpn:eng`. More about this topic +[here](https://github.com/RatzzFatzz/MKVAudioSubtitleChanger/wiki/Attribute-Config). -## Available parameters +### Available parameters ``` -a, --attribute-config=... List of audio:subtitle pairs used to match in order and update files accordingly (e.g. jpn:eng jpn:ger)