From 46268af42d6809cc22b846c0f9ea8956da9ec2e9 Mon Sep 17 00:00:00 2001 From: sickprodigy Date: Sat, 25 Oct 2025 09:58:47 -0400 Subject: [PATCH] Update example input filename and output. --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 93cb131..a8ce751 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,15 @@ Small collection of Bash helpers used to prepare offline / archived YouTube vide Normalize filenames and create accompanying metadata (.info.json) so TubeArchivist can ingest local archives (especially those from archive.org or other offline sources). Example input filename: -`20170311 (5XtCZ1Fa9ag) Terry A Davis Live Stream.mp4` - +- Example A: `20170311 (5XtCZ1Fa9ag) Terry A Davis Live Stream.mp4` +- Example B: `20131003 - 001 - 1okW1RTPZ7Q - TempleOS Hymns #1.mp4` Resulting filename and sidecar JSON: -- `20170311 Terry A Davis Live Stream [5XtCZ1Fa9ag].mp4` -- `20170311 Terry A Davis Live Stream [5XtCZ1Fa9ag].info.json` - +- Example A: + - `20170311 Terry A Davis Live Stream [5XtCZ1Fa9ag].mp4` + - `20170311 Terry A Davis Live Stream [5XtCZ1Fa9ag].info.json` +- Example B: + - `20131003 - 001 - TempleOS Hymns #1 [1okW1RTPZ7Q].mp4` + - `20131003 - 001 - TempleOS Hymns #1 [1okW1RTPZ7Q].info.json` --- ## How it works / Usage