From a8762a1c1544804e9b9f1a5b2d11de532604c65a Mon Sep 17 00:00:00 2001 From: Paillat Date: Mon, 10 Jul 2023 11:10:10 +0200 Subject: [PATCH] chore(readme.md): add tasks for improving tutorial and adding thumbnail generator chore(readme.md): add tasks for changing background music and making prompts channel specific feat(readme.md): add task for adding global settings dictionary and listener for settings changes --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 08bdc60..363ffeb 100644 --- a/readme.md +++ b/readme.md @@ -49,4 +49,5 @@ If you want to contribute to this project, you can do so by creating a pull requ - [ ] 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 +- [ ] Same as with channel specifis script prompt, also for the marp heading and the oîdeas prompts. Make the optionally channel specific. +- [ ]Add a global settings dict with all of the settings, and a listener to changes in the settings file, to akkow changing the settings without restarting the script. Also allow all te settings to be passed as cli arguments. \ No newline at end of file