mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-30 20:24:25 +00:00
NEW - [Sonarr/Queue] Check and update the queue in the background every 60 seconds - [Sonarr/Queue] Ability to view and manage your queue - [Sonarr/Queue] Ability to delete an item in the queue - [Sonarr/Sorting] Ability to set the initial sorting direction alongside the sorting type for series and releases TWEAKS - [Radarr] Use Radarr v3 icon across the UI - [Settings/Dialogs] Small tweaks and additional notes for entering hosts and passwords - [Settings/Host Dialog] Add validator on host to ensure user adds http:// or https:// FIXES - [UI/Checkbox] Fix overly vibrant checkbox background - [Sonarr/Add] Fix possible grey screen when adding a show with no seasons yet - [Flutter] Upgraded Flutter & Packages
4.3 KiB
4.3 KiB
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
- NZBHydra2
- Newznab Indexer Searching
- Wake on LAN
- Tautulli
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 (Stable Channel)
- XCode
- Developer Certificate Configured
Developing
- Clone the repository
git clone git@github.com:LunaSeaApp/LunaSea.git
- 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
- Clone the repository
git clone git@github.com:LunaSeaApp/LunaSea.git
- 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)
- Clone the repository
git clone git@github.com:LunaSeaApp/LunaSea.git
- Install the Flutter packages
flutter pub get
- Run
build_ipainside of thescriptsfolder - 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 (Stable Channel)
- Keystore Configured
Developing
- Clone the repository
git clone git@github.com:LunaSeaApp/LunaSea.git
- 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
- Clone the repository
git clone git@github.com:LunaSeaApp/LunaSea.git
- 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)
- Clone the repository
git clone git@github.com:LunaSeaApp/LunaSea.git
- Install the Flutter packages
flutter pub get
- Run
build_apkinside of thescriptsfolder - The APKs will be placed in the root of the project directory
- ARM 32-bit:
LunaSea-armeabi-v7a-release.apk - ARM 64-bit:
LunaSea-arm64-v8a-release.apk - x86 64-bit:
LunaSea-x86_64-release.apk
- ARM 32-bit:

