fix formatting in how it works area, and add additional comments.

This commit is contained in:
Aaron 2025-10-24 20:17:05 -04:00
parent 09fcf0fe6d
commit 3c28f1aa76

View File

@ -19,11 +19,13 @@ Resulting filename and sidecar JSON:
## How it works / Usage ## How it works / Usage
1. Put all the scripts in the directory with your video files (scripts currently do not recurse into subdirectories). 1. Put all the scripts in the directory with your video files (scripts currently do not recurse into subdirectories).
2. Edit 'Example.info.json' 2. Edit 'Example.info.json'
Update these lines - Update these lines (And also any other lines you want copied to each video)
- "channel_id": "Change To Channel ID/username", ```
- "uploader": "Youtube Username", "channel_id": "Change To Channel ID/username",
- "uploader_id": "Change To Channel ID", "uploader": "Youtube Username",
- "uploader_url": "https://www.youtube.com/channel/ChangeToChannelID-or-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: 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. Each script performs a single transformation so you can inspect results between steps.