mirror of
https://github.com/RandomNinjaAtk/arr-scripts.git
synced 2026-03-02 22:57:35 -05:00
[FEATURE] - Lidarr Extended - extended.conf Updater #114
Labels
No labels
Needs Triage
Not Reproducible
Upstream Issue
User Error
bug
documentation
enhancement
good first issue
help wanted
invalid
lidarr
lidarr
question
radarr
readarr
sabnzbd
sonarr
synology (host)
unraid (host)
waiting for logs
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/arr-scripts#114
Loading…
Add table
Add a link
Reference in a new issue
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 @hockeygoalie35 on GitHub (Feb 12, 2024).
Is your feature request related to a problem? Please describe.
This would assist with the auto-updating/updating of extended.conf, as well as prevent #189 from happening again.
Describe the solution you'd like
To implement this feature, there would need to be 2 things done:
Go from:

To:
This would allow easy parsing of the conf file, by other languages (already have it working in Python).
This could either update the user's conf on each restart, or it can be the new/alternate way to update the conf file by running the py script. If it is done on start, I believe the script would need to be called by setup.bash, for the changes to happen before the other scripts start up. A flag can also be added to extended.conf so the user has the option to turn this off.
Risks:
I understand this is a somewhat risky change. Thoughts appreciated!
Flow chart:

@akzov commented on GitHub (Mar 4, 2024):
Better than having the Kodi script and renaming features turn themselves on randomly without warning and having all your content unexpectedly renamed and changed
@hockeygoalie35 commented on GitHub (Mar 27, 2024):
An update, I have a prototype working. Just need to make the error checking and redundency more robust. Don't want to be wiping out user' settings. 😋