spotDL / web-ui

wip
MIT License
20 stars 15 forks source link

Rework, refactor, revamp #10

Closed abcdefghijorngarbosaxyz closed 1 year ago

abcdefghijorngarbosaxyz commented 1 year ago

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

Why 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:

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.

xnetcat commented 1 year ago

Additional settings capabilities

Settings should be generated automatically based on the settings model since they change quite often.

abcdefghijorngarbosaxyz commented 1 year ago

Additional settings capabilities

Settings should be generated automatically based on the settings model since they change quite often.

Im thinking of just getting the settings on the api/options_model so the web-ui stays updated with the CLI.

abcdefghijorngarbosaxyz commented 1 year ago

Will open a new PR from fresh fork.

Opened #11