Inrixia / Floatplane-Downloader

Project for automatically organizing and downloading Floatplane videos for plex.
https://monitor.spookelton.net/public-dashboards/db0aec66747b4950b01b128916eb737e
GNU Affero General Public License v3.0
153 stars 41 forks source link

[Feature suggestion] Better config management #177

Open TakenMC opened 1 year ago

TakenMC commented 1 year ago

Would it be possible for the binary to have a specific directory for it's config files so we could have the binary be run from anywhere and not have the folders be generated everywhere.

Something like ~/.config on linux and %APPDATA% on windows and have the option to use an env var to set the location or a flag to the binary to specify a config.

Inrixia commented 1 year ago

This should be doable but I'll have to check. It would just be an env var/parameter

Inrixia commented 1 year ago

Is this still something that's wanted? it would be a bit messy to implement but its doable.

TakenMC commented 1 year ago

I mean it would be good to have the config in one place and the binary in the bin root so you could run it like any other program

AltriusRS commented 2 months ago

If this is something that is still desired, what would stop it being an interactive terminal for those in a tty? Could use a hotkey to open up the settings, and have a TUI to edit the settings? It would be a reasonable amount of work, but it is something I could maybe look into eventually.