musikspider/README.md

23 lines
782 B
Markdown
Raw Permalink Normal View History

2023-05-09 19:00:14 +03:00
`musikspider` is a web client that works with `musikquadrupled`. It is made using SvelteKit. WIP.
![image](https://github.com/yusdacra/musikspider/assets/19897088/d5b407cf-ea14-4c62-af79-453fed84bace)
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-10-13 23:19:29 +03:00
- Get `bun` and `nodejs`.
- Run `bun run preview` for development server.
- Run `bun run build` for production build.
2023-05-05 11:02:20 +03:00
You can also use the provided Nix development shell if you are using Nix flakes.
2023-10-13 23:19:29 +03:00
A production build is also available at `packages.x86_64-linux.default`.
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
2023-05-09 20:23:43 +03:00
- [ ] implement playlists (local and remote)
2023-04-30 22:40:25 +03:00
- [ ] implement album and artist viewing
- [ ] implement persistence of music data, playlists and such
- [ ] implement scrobbling (last.fm, etc)
- [ ] implement discord status
2023-05-09 17:32:21 +03:00
- [ ] add tauri app?