Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SKIP: do you want continue with previous saved preferences and just load preferences #432

Closed
2 of 4 tasks
RafalSzy opened this issue Aug 22, 2022 · 0 comments
Closed
2 of 4 tasks

Comments

@RafalSzy
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

I'm submitting a ...

Description

Is it possible to add some variable to the JSON config so that when the program starts up it no longer asks to load the config but just starts up?
On every start program ask:do you want continue with previous saved preferences and hand waiting for answer.

I want to run it on windows using task scheduler

Environment

- OS : Windows 10
- Python : 3.9 exe
- Script version : 1.7.4

config.json

{
    "http_api": {
        "enabled": true,
        "host": "0.0.0.0",
        "port": 5000
    },
    "database": true,
    "views": 1000,
    "minimum": 85.0,
    "maximum": 95.0,
    "proxy": {
        "category": "p",
        "proxy_type": "http",
        "filename": "https://proxy.webshare.io/proxy/list/download/xxxxx/-/http/username/direct/",
        "authentication": true,
        "proxy_api": true,
        "refresh": 0.0
    },
    "background": false,
    "bandwidth": true,
    "playback_speed": 3,
    "max_threads": 5,
    "min_threads": 3
}
MShawon added a commit that referenced this issue Sep 25, 2022
@MShawon MShawon closed this as completed Sep 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants