mirror of
https://github.com/sawyerf/Castafiore.git
synced 2026-03-24 12:57:47 +08:00
Castafiore is a music player that support Subsonic API. It is available on the following platforms: Web (PWA), Android.
Support Feature
- Customize Home page
- Offline music
- Favorited
- Playlist
- Radio
- Lyrics
- Listenbrainz stats
- Listenbrainz fresh releases
- Multi-languages
- Theme
Install PWA on desktop
- Open Google Chrome
- Go to the website
- In the address bar, click the Install icon
- Confirm by clicking Install
Build locally
Web
If you want to build the web version, run the following command:
npm i
npm run export:web
It will generate a folder web-build that you can deploy to your server.
Android
If you want to build the .apk, you need to install Android Studio and you run the following command
npm i
npm run export:android
Development
Web
If you want to run the app in development mode, run the following command:
npm i
npm run web
Android
If you want to run the app in development mode for android, you need to install Android Studio.
Run the following command that will created an apk
npm i
npm run export:dev
Install the apk and run the dev server
npm run android
Description
🎶 Castafiore is a music player that support Navidrome and Subsonic API.
androidapkiosmusic-clientmusic-playernavidromenavidrome-clientpwareact-nativereact-native-track-playersubsonicsubsonic-clientwindows
Readme
Unlicense
2.3 MiB
Languages
JavaScript
98.7%
HTML
1%
Dockerfile
0.3%