Skip to content

🎶 [App] Castafiore is a music player that support Subsonic API (navidrome, etc)

License

Notifications You must be signed in to change notification settings

sawyerf/Castafiore

Repository files navigation

logo
Castafiore is a music player that support Subsonic API. It is available on the following platforms: Web (PWA), Android.

DOWNLOAD APK PWA

Support Feature

  • Customize Home page
  • Offline music
  • Song
  • Playlist
  • Search
  • Artist
  • Radio

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 build-dev

Install the apk and run the dev server

npm run android