-
Notifications
You must be signed in to change notification settings - Fork 24
Rework, refactor, revamp #10
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
Rework, refactor, revamp #10
Conversation
Settings should be generated automatically based on the settings model since they change quite often. |
Im thinking of just getting the settings on the |
|
Will open a new PR from fresh fork. Opened #11 |
Details
Rework the current web-ui using vue with typescript, vue-pinia for state management. Changes are based on spotdl CLI dev branch.
To-do
Check for CLI, and web-ui updatesDone on server sidedownloadsand clicking download again #1864DisplayCanceled. Use vue-router insteadsearch,search results,queuein one pageissuelinkWhy and Motivation
My friends and I love to use spotDL. But using the web-ui feels like a bit "outdated", and we encountered some issues using it:
downloadon downloads page passes the file to IDM, then the page reloads, shutting down the server. The same behavior with manually entering thehttp://.../downloadurl in the browser is causing the server to shutdown as it returns{ details: "not found" }. I guess it's normal on SPA apps as the server only has/route.We noticed that web-ui repo is frequently inactive, so we've tried to work on our own version of it.
Please feel free to add some features you'd like to be implemented, on the todos list.