lunasea media manager
lunasea is a fully featured, open source self-hosted media manager! focused on giving you a seamless experience between all of your self-hosted media software, lunasea supports:
- lidarr
- radarr
- sonarr
- sabnzbd
- nzbget
- newznab indexer searching
lunasea even comes with support for multiple instances of applications using profiles, backing up and restoring your configuration to your filesystem, an amoled black theme, and more!
please note that lunasea is purely a remote control application, it does not offer any functionality without software installed on a server/computer.
developing, installing, & building (ios)
requirements
- a macos machine
- an appleid account (does not require developer account)
- flutter framework (beta channel)
- xcode 11.4 or higher
- developer certificate configured
developing
- install the flutter packages
flutter pub get
- start your simulator or plug in your device and ensure you have accepted it is a trusted device
- install lunasea in development mode on your device or simulator
flutter run
installing
release builds can only be installed on physical devices
- install the flutter packages
flutter pub get
- plug in your device and ensure you have accepted it is a trusted device
- install a production version of the application on your device
flutter run --release
building (.ipa)
- install the flutter packages
flutter pub get
- run
build_ipa
inside of thescripts
folder - the ipa will be placed in the root of the project directory
developing, installing, & building (android)
requirements
- android sdk/android studio installed & configured
- flutter framework (beta channel)
- keystore configured
developing
- install the flutter packages
flutter pub get
- start your simulator or plug in your device and ensure you have enabled usb debugging
- install lunasea in development mode on your device or simulator
flutter run
installing
release builds can only be installed on physical devices
- install the flutter packages
flutter pub get
- plug in your device and ensure you have enabled usb debugging
- install a production version of the application on your device
flutter run --release
building (.apk)
- install the flutter packages
flutter pub get
- run
flutter build apk --split-per-abi
- the apks are located in:
./build/app/outputs/apk/release/app-armeabi-v7a-release.apk
./build/app/outputs/apk/release/app-arm64-v8a-release.apk
./build/app/outputs/apk/release/app-x86_64-release.apk
Comments are closed.