Spaces:
Running
Running
title: Music Player | |
emoji: 💻 | |
colorFrom: indigo | |
colorTo: blue | |
sdk: docker | |
pinned: false | |
license: mit | |
short_description: My personal music player | |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference | |
# Todo | |
## Testing | |
- [ ] Test docker locally for faster iterative testing. | |
``` | |
docker build -t musicplayer . | |
docker run -p 7860:7860 musicplayer | |
``` | |
## Enhancements | |
- [ ] Add a aesthetically beautiful background theme/color/design. | |
- [ ] Improve the icons/buttons and overall design | |
- [ ] The loop feature is not working as intended | |
- [ ] Add persistent memory, especially for creating playlists (it get's overwritten once the changes are deployed) |