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
This commit is contained in:
Paillat
2023-07-10 11:10:10 +02:00
parent 76524e6cc1
commit a8762a1c15

View File

@@ -50,3 +50,4 @@ If you want to contribute to this project, you can do so by creating a pull requ
- [ ] Add a generator for more beautiful thumbnails - [ ] 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 - [ ] 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. - [ ] 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.