feat: basic player commands

This commit is contained in:
2026-08-30 19:58:08 +02:00
parent ce35371c06
commit 5b223875bd
11 changed files with 196 additions and 2 deletions
+23
View File
@@ -0,0 +1,23 @@
# Frontend
- [ ] Status tracking (position, etc)
- [ ] Change metadata association for automated association
- [ ] Move songs with D&D, or index assignment?
- [ ] Explain additional info
- [ ] Tour
- [ ] Get player working
- [ ] Save playlists locally or on backend
- [ ] SSE connection
- [ ] Anti-Tamper
- [ ] Remote showcase views
- [ ] Login
- [ ] About page
- [ ] Apple-Music signin
- [ ] Loading existing playlists with local music and association of that
# Backend
- [ ] Implement all endpoints
- [ ] Integrate with store and auth sdks
- [ ] Create FOSS solution for above (single user)
- [ ] Setup guide
- [ ] Docker containers
- [ ] CI