Music Web player, compatible with subsonic api web client, suport gonic, navidrone, supysonic.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Music Web Player, with howlerjs
multiple code support (MP3, MPEG, OPUS, OGG, OGA, WAV, AAC, CAF, M4A, MP4, WEBA, WEBM, FLAC), compatible with API subsonic client.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
This is an example of how to list things you need to use the software and how to install them.
pnpm install pnpm@latest -g
git clone https://github.com/otakuryo/mutiny-music-svelte.git
.env.example
to .env
pnpm install
package.json
ports for dev
(default 3000)pnpm run dev
git clone https://github.com/otakuryo/mutiny-music-svelte.git
docker-compose up -d
Can use SSL with docker, for this you need to create a folder called cert
in the root of the project, and inside it place the files cert.pem
and key.pem
(or rename them in the docker-compose.yml
file).
On macos can use mkcert for create self-signed certificates.
mkcert -install
cd cert
mkcert -key-file key.pem -cert-file cert.pem localhost
| More info https://stackoverflow.com/questions/73205096/run-sveltekit-dev-with-https
Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
For more examples, please refer to the Documentation
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)Distributed under the Apache License 2.0. See LICENSE
for more information.
Project Link: https://github.com/otakuryo/mutiny-music-svelte