mirror of
https://zotify.xyz/zotify/zotify.git
synced 2024-11-10 01:02:06 +01:00
Update README.md
This commit is contained in:
parent
bed7057f9f
commit
f6f70020e5
1 changed files with 3 additions and 3 deletions
|
@ -42,15 +42,15 @@ Different usage modes:
|
||||||
|
|
||||||
Extra command line options:
|
Extra command line options:
|
||||||
-ns, --no-splash Suppress the splash screen when loading.
|
-ns, --no-splash Suppress the splash screen when loading.
|
||||||
--config-location Use a different zs_config.json, defaults to the one in the program directory
|
--config-location Use a different zconfig.json, defaults to the one in the program directory
|
||||||
```
|
```
|
||||||
|
|
||||||
### Options:
|
### Options:
|
||||||
|
|
||||||
All these options can either be configured in the zs_config or via the commandline, in case of both the commandline-option has higher priority.
|
All these options can either be configured in the zconfig or via the commandline, in case of both the commandline-option has higher priority.
|
||||||
Be aware you have to set boolean values in the commandline like this: `--download-real-time=True`
|
Be aware you have to set boolean values in the commandline like this: `--download-real-time=True`
|
||||||
|
|
||||||
| Key (zs-config) | commandline parameter | Description
|
| Key (zconfig) | commandline parameter | Description
|
||||||
|------------------------------|----------------------------------|---------------------------------------------------------------------|
|
|------------------------------|----------------------------------|---------------------------------------------------------------------|
|
||||||
| ROOT_PATH | --root-path | directory where Zotify saves the music
|
| ROOT_PATH | --root-path | directory where Zotify saves the music
|
||||||
| ROOT_PODCAST_PATH | --root-podcast-path | directory where Zotify saves the podcasts
|
| ROOT_PODCAST_PATH | --root-podcast-path | directory where Zotify saves the podcasts
|
||||||
|
|
Loading…
Reference in a new issue