mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-31 04:32:32 +00:00
5cf33b3abd506f8732ebb00a93ebf69be060fb63
NEW - [Networking] Strict TLS/SSL validation is now disabled globally - [Routing] Hold the AppBar back button to pop back to the home page of the module - [Settings/Sonarr] Toggle to enable Sonarr v3 features - [Sonarr] Complete rewrite of Sonarr - [Sonarr] State is now held across module switches - [Sonarr/Overview] View tags applied to series - [Sonarr/Catalogue] (v3 only) Ability to set and update language profile - [Sonarr/Catalogue] Ability to view all, only monitored, or only unmonitored series - [Sonarr/Releases] (v3 only) Ability to interactively search for season packs - [Sonarr/Releases] Ability to view all, only approved, or only rejected releases TWEAKS - [Settings] Removed all toggles for strict TLS - [Sonarr] Many tweaks to Sonarr's design - [Sonarr/Add] (v3 only) Tapping an already-added series will take you to the series page - [Sonarr/Add] Automatically navigate to newly added series - [Sonarr/Series] Toggling monitored state of series has now been moved to the edit prompt FIXES - [Images] Images will now load for invalid/self-signed certificates - [Tautulli/Activity] Fix grey screen for music activity - [TextField] Fix TextField actions (cut, copy, paste, etc.) not showing - [Timestamps] Fix 12:xx AM being shown as 00:xx AM - Additional small bug fixes
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 (Beta Channel)
- XCode 11.4 or Higher
- 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 (Beta 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:
Languages
Dart
94.2%
TypeScript
3.6%
C++
0.8%
CMake
0.6%
Ruby
0.4%
Other
0.2%

