mirror of
https://github.com/janishutz/MusicPlayer.git
synced 2026-09-10 14:25:24 +02:00
26 lines
864 B
Markdown
26 lines
864 B
Markdown
# 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
|
|
- [ ] Remote screens can use polling (once a minute or so) or SSE for updating (/fancy uses SSE by default, /share uses polling by default). Should reduce server load
|
|
- [ ] Comply with AGPL (link source code somewhere)
|
|
|
|
# Backend
|
|
- [ ] Implement all endpoints
|
|
- [ ] Integrate with store and auth sdks
|
|
- [ ] Create FOSS solution for above (single user)
|
|
- [ ] Setup guide
|
|
- [ ] Docker containers
|
|
- [ ] CI
|