musikspider/README.md

17 lines
497 B
Markdown
Raw Normal View History

2023-04-30 22:40:25 +03:00
`musikspider` is a web client that works with `musikquadrupled`. It is made using SvelteKit.
2023-04-12 07:34:23 +03:00
2023-04-30 22:40:25 +03:00
# Development
2023-04-12 07:34:23 +03:00
2023-04-30 22:40:25 +03:00
- Get `pnpm` and `nodejs`.
- Run `pnpm dev` for development server.
- Run `pnpm build` for production build.
2023-04-12 07:34:23 +03:00
2023-04-30 22:40:25 +03:00
# TODOs
2023-04-21 22:35:25 +03:00
2023-04-30 22:40:25 +03:00
- [x] basic music playing and controls
- [ ] implement playlists (local)
- [ ] implement album and artist viewing
- [ ] implement persistence of music data, playlists and such
- [ ] implement scrobbling (last.fm, etc)
- [ ] implement discord status
- [ ] add tauri app?