You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This removed the need for a second repo for the web content by making
all HTML SSG using Jinja and Datastar.
The old API routes are not being used now but I left them in place since
they are quite useful.
After merging and releasing, the old https://github.com/spotDL/web-ui/
can be archived.
Copy file name to clipboardExpand all lines: docs/usage.md
+1-9Lines changed: 1 addition & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -338,9 +338,6 @@ If you don't want the config to load automatically, change the `load_config` opt
338
338
"ca_file": null,
339
339
"allowed_origins": null,
340
340
"keep_sessions": false,
341
-
"force_update_gui": false,
342
-
"web_gui_repo": null,
343
-
"web_gui_location": null
344
341
}
345
342
```
346
343
@@ -435,7 +432,7 @@ Spotify options:
435
432
--max-retries MAX_RETRIES
436
433
The maximum number of retries to perform when getting metadata.
437
434
--headless Run in headless mode.
438
-
--use-cache-file Use the cache file to get metadata. It's located under C:\Users\user\.spotdl\.spotify_cache or ~/.spotdl/.spotify_cache under linux. It only caches tracks and
435
+
--use-cache-file Use the cache file to get metadata. It's located under C:\Users\<user>\.spotdl\.spotify_cache or ~/.spotdl/.spotify_cache under linux. It only caches tracks and
439
436
gets updated whenever spotDL gets metadata from Spotify. (It may provide outdated metadata use with caution)
440
437
441
438
FFmpeg options:
@@ -510,11 +507,6 @@ Web options:
510
507
The allowed origins for the web server.
511
508
--web-use-output-dir Use the output directory instead of the session directory for downloads. (This might cause issues if you have multiple users using the web-ui at the same time)
512
509
--keep-sessions Keep the session directory after the web server is closed.
513
-
--force-update-gui Refresh the web server directory with a fresh git checkout
514
-
--web-gui-repo WEB_GUI_REPO
515
-
Custom web gui repo to use for the web server. Example: https://github.com/spotdl/web-ui/tree/master/dist
516
-
--web-gui-location WEB_GUI_LOCATION
517
-
Path to the web gui directory to use for the web server.
0 commit comments