From fca57052070178f68ddf99c08ee8308d89cdca90 Mon Sep 17 00:00:00 2001 From: Julian Mutter Date: Mon, 13 Mar 2023 10:31:18 +0100 Subject: [PATCH] Move TOC in Readme below description --- Readme.org | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Readme.org b/Readme.org index 7b8265d..7124f50 100644 --- a/Readme.org +++ b/Readme.org @@ -1,4 +1,4 @@ -#+title: Dvd Rip +#+TITLE: DVD Rip #+OPTIONS: toc:2 Some scripts to automate ripping and transcoding of your DVDs (movies or series) into video files. @@ -6,6 +6,15 @@ Note this is most efficient digitizing TV series and/or large amounts of movies. If you only have a few movies you want digitized, I recommend using [[https://handbrake.fr/][Handbrake]] to do it manually. +* Table of contents :TOC: +- [[#how-it-works][How it works]] + - [[#ripping][Ripping]] + - [[#transfer][Transfer]] + - [[#transcoding][Transcoding]] +- [[#configuration][Configuration]] +- [[#dependencies][Dependencies]] + - [[#nix-dev-shell][Nix dev-shell]] + * How it works This project is divided in two separate parts, the =ripper= and the =transcoder=.