mirror of
https://github.com/Arrowar/StreamingCommunity.git
synced 2025-06-04 02:20:10 +00:00
[ENH] Difficult management of config.json everytime you modify it #28
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Mattia990 on 2/21/2025
Enhancement
A good improvement will be to have the default values of the config.json inside the software.
This because everytime you add a new configuration and I update it from an old version I will have errors. So i need to check your config.json file and add in my config.json file the missing configurations.
For example (in the last update):
Because config
"segment_timeout": 8,
was missing in my config.jsonBecause
"download_sub": true,
changed to"download_subtitle": true,
Because
"show_trending": true,
was missing in my config.jsonIt's hard to manage, everytime you modify the config.json, all the changes you did in order to fix it.