mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-07 21:30:16 +00:00
[Request] Add a config list option #871
Reference in New Issue
Block a user
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 @JohnVeness on GitHub (Oct 18, 2025).
Originally assigned to: @mnadareski on GitHub.
Is your feature request related to a problem? Please describe.
Taken from #903, it would be nice to have an option to MPF.Check and MPF.CLI to show saved config options.
Describe the solution you'd like
git uses
git config listget_iplayer uses
get_iplayer --prefs-show.I like the get_iplayer method, as it shows you the filename the config came from. You can also do:
So basically you can completely manage saved prefs without having to manually edit a text file.
I think
git configallows similar things, although it doesn't show you the filename the config came from.@mnadareski commented on GitHub (Oct 19, 2025):
Once the commit referenced above gets into
main, then this will be addressed