Closed Suramyavns closed 1 month ago
Hi, can you describe it in more detail? Which functions are you trying to implemented into a REST framework?
So the spotdl module in itself is just a package right? We can use it to create a full stack app with a good UI. I'll try building it myself.
So the spotdl module in itself is just a package right? We can use it to create a full stack app with a good UI. I'll try building it myself.
Hi yes, that's possible. Matter of fact we are currently doing this so that users can self host their own web apps.
Just download the exe and start it, and it will automatically open web ui.
Here's the code that handles the backend:
And here's the frontend code:
yes this is exactly what I was talking about, thanks for notifying
Requested Feature
This project's functions shall be implemented into a REST framework like flask or FASTAPI for the backend.
Possible implementation
React or other js frameworks for frontend development and APIs with flask or fastapi