musikspider/README.md
2023-10-13 23:19:29 +03:00

782 B

musikspider is a web client that works with musikquadrupled. It is made using SvelteKit. WIP.

image

Development

  • Get bun and nodejs.
  • Run bun run preview for development server.
  • Run bun run build for production build.

You can also use the provided Nix development shell if you are using Nix flakes. A production build is also available at packages.x86_64-linux.default.

TODOs

  • basic music playing and controls
  • implement playlists (local and remote)
  • implement album and artist viewing
  • implement persistence of music data, playlists and such
  • implement scrobbling (last.fm, etc)
  • implement discord status
  • add tauri app?