From 3c28f1aa766cd40446b587b544bbb7357957e67b Mon Sep 17 00:00:00 2001 From: sickprodigy Date: Fri, 24 Oct 2025 20:17:05 -0400 Subject: [PATCH] fix formatting in how it works area, and add additional comments. --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f2c4ca5..009198c 100644 --- a/README.md +++ b/README.md @@ -19,11 +19,13 @@ Resulting filename and sidecar JSON: ## How it works / Usage 1. Put all the scripts in the directory with your video files (scripts currently do not recurse into subdirectories). 2. Edit 'Example.info.json' - Update these lines - - "channel_id": "Change To Channel ID/username", - - "uploader": "Youtube Username", - - "uploader_id": "Change To Channel ID", - - "uploader_url": "https://www.youtube.com/channel/ChangeToChannelID-or-username", + - Update these lines (And also any other lines you want copied to each video) + ``` +"channel_id": "Change To Channel ID/username", +"uploader": "Youtube Username", +"uploader_id": "Change To Channel ID", +"uploader_url": "https://www.youtube.com/channel/ChangeToChannelID-or-username", +``` 3. Run the scripts in order from the directory containing your media below: Each script performs a single transformation so you can inspect results between steps.