From 2b2f35e0791d9d302d8bc7358c8a4fd02ce00326 Mon Sep 17 00:00:00 2001 From: Paillat Date: Sat, 8 Jul 2023 22:06:07 +0200 Subject: [PATCH] docs(readme.md): add contributing guidelines and TODO list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit feat(readme.md): add a way to change settings without restarting the script feat(readme.md): add a more detailed tutorial on how to use the script & readme feat(readme.md): add a generator for more beautiful thumbnails feat(readme.md): add a way to change the background music / add a way to add more background music / add a way to have channel specific background music feat(readme.md): make the script prompts optionally channel specific for marp heading and oîdeas prompts --- readme.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/readme.md b/readme.md index 034a7c9..f03700b 100644 --- a/readme.md +++ b/readme.md @@ -40,3 +40,13 @@ Now, you can run the `main.py` script to generate the videos. If it is the first # Other stuff In each channel's folder there will be a `channel.yaml` file with all of the channel's settings. You can change them manually, but you will need to restart the script for the changes to take effect. + +# Contributing +If you want to contribute to this project, you can do so by creating a pull request. You can check the #TODO section below. + +# TODO +[ ] Add a way to change the settings without restarting the script +[ ] Add a more detailed tutorial on how to use the script & readme +[ ] Add a generator for more beautiful thumbnails +[ ] Add a way to change the background music / add a way to add more background music / add a way to have channel specific background music +[ ] Same as with channel specifis script prompt, also for the marp heading and the oîdeas prompts. Make the optionally channel specific. \ No newline at end of file