spotify-downloader icon indicating copy to clipboard operation
spotify-downloader copied to clipboard

local web-ui

Open Alchemichai opened this issue 1 year ago • 1 comments

Requested Feature

As I was trying to debug https://github.com/spotDL/spotify-downloader/issues/2067, I of course tried to fix my own web-ui at least temporarily by editing the web-ui files. That's when I realized the web-ui is downloaded every time spotdl web is invoked. This means the web-ui can't really be modified as it will just be overwritten again. It's also probably not very fast.

Possible implementation

It might be useful to check for the presence of the web-ui files before attempting to download them from the github repo. This would allow users to make lasting changes to their own web-ui. Something like --force-update-gui could be used to ignore the presence of web-ui files.

There could be an option to specify a path to web-ui files (--gui-source) so an advanced user could easily have it point to an alternative ui.

Alchemichai avatar Apr 13 '24 07:04 Alchemichai

This is from the perspective of a self-hosting user that would be hosting spotdl on docker for other users.

Alchemichai avatar Apr 13 '24 07:04 Alchemichai

added in v4.2.6

xnetcat avatar Jul 21 '24 11:07 xnetcat