diff --git a/docs/settings.rst b/docs/settings.rst index e28d7d0..76f64df 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -29,6 +29,7 @@ application). var_handbrake var_id_template var_max_resolution + var_mkvextract var_mkvpropedit var_output_format var_source diff --git a/docs/var_mkvextract.rst b/docs/var_mkvextract.rst new file mode 100644 index 0000000..9eb33e3 --- /dev/null +++ b/docs/var_mkvextract.rst @@ -0,0 +1,19 @@ +.. tvrip: extract and transcode DVDs of TV series +.. +.. Copyright (c) 2024 Dave Jones +.. +.. SPDX-License-Identifier: GPL-3.0-or-later + +=========== +mkvextract +=========== + +:: + + set mkvextract /path/to/mkvextract + +Sets the path of the mkvextract binary, used by tvrip to fill out the MKV +meta-data fields after ripping is complete. Example:: + + (tvrip) set mkvextract /usr/bin/mkvextract + diff --git a/tvrip/docs/var_mkvextract.rst b/tvrip/docs/var_mkvextract.rst new file mode 120000 index 0000000..e655325 --- /dev/null +++ b/tvrip/docs/var_mkvextract.rst @@ -0,0 +1 @@ +../../docs/var_mkvextract.rst \ No newline at end of file