Jagandeep Brar f73c09b805 [Release] v4.2.0+40200004 (#292)
NEW
- [Accounts] Added LunaSea accounts
- [Accounts] Ability to backup, restore, and delete cloud configurations
- [Backups] All backups now contain all customization and configuration options in LunaSea
- [Changelog] Show changelog on launch if a new version is installed
- [Changelog] Use a new bottom sheet UI for the changelog
- [Settings/Modules] Add an information/help button with module descriptions and links

TWEAKS
- [Radarr] Always show the amount of days content will be available instead of limiting it to only content in the next 30 days
- [Settings] Moved "Backup & Restore" and "Logs" to "System" section
- [Settings] Merged "Customization" and "Modules" sections into "Configuration"
- [Settings/Sonarr] Removed the need to enable Sonarr to test the connection
- [Settings/Tautulli] Removed the need to enable Tautulli to test the connection

FIXES
- [In App Purchases] Ensure all in app purchases are marked as "consumed"
- [Flutter] Updated packages
- [Logging] Updated Sentry to v4 framework to improve capturing fatal/crashing bugs
- [Settings/Logs] Hide exception and stack trace buttons when an error is not available
- [Settings/Resources] Updated URL endpoints
- [Sonarr/History] Fixed history fetching the oldest entries, not the newest
- [State] Correctly clear state when clearing LunaSea's configuration
- [Tautulli/Activity] Fixed consistency of hardware transcoding indicator compared to the web UI
- [UI/Divider] Fix consistency of divider width across regular and AMOLED dark theme
2020-12-28 20:57:49 -06:00
2020-08-27 09:26:05 -05:00
2019-12-30 16:36:26 -06:00
2020-12-22 08:46:25 -06:00
2020-12-28 20:57:49 -06:00
2020-12-28 20:57:49 -06:00
2020-12-28 20:57:49 -06:00
2020-12-28 20:57:49 -06:00
2020-12-22 08:46:25 -06:00
2019-12-30 16:36:26 -06:00
2020-12-28 20:57:49 -06:00
2020-08-16 14:01:11 -05:00
2019-12-31 10:13:00 -06:00
2020-12-28 20:57:49 -06:00
2020-12-28 20:57:49 -06:00
2020-12-22 08:46:25 -06:00

App Store Play Store Subreddit

LunaSea

LunaSea is a fully featured, open source self-hosted controller! Focused on giving you a seamless experience between all of your self-hosted media software, LunaSea supports:

  • Lidarr
  • Radarr
  • Sonarr
  • NZBGet
  • SABnzbd
  • Newznab Indexer Searching
  • NZBHydra2
  • Tautulli
  • Wake on LAN

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

  1. A MacOS Machine
  2. An AppleID account (does not require developer account)
  3. Flutter Framework (Stable Channel)
  4. XCode
  5. Developer Certificate Configured
  6. FlutterFire for IOS Configured

Developing

  1. Clone the repository
    • git clone git@github.com:LunaSeaApp/LunaSea.git
  2. Install the Flutter packages
    • flutter pub get
  3. Start your simulator or plug in your device and ensure you have accepted it is a trusted device
  4. Install LunaSea in development mode on your device or simulator
    • flutter run

Installing

Release builds can only be installed on physical devices

  1. Clone the repository
    • git clone git@github.com:LunaSeaApp/LunaSea.git
  2. Install the Flutter packages
    • flutter pub get
  3. Plug in your device and ensure you have accepted it is a trusted device
  4. Install a production version of the application on your device
    • flutter run --release

Building (.ipa)

  1. Clone the repository
    • git clone git@github.com:LunaSeaApp/LunaSea.git
  2. Install the Flutter packages
    • flutter pub get
  3. Run build_ipa inside of the scripts folder
  4. The IPA will be placed in the root of the project directory

Developing, Installing, & Building (Android)

Requirements

  1. Android SDK/Android Studio Installed & Configured
  2. Flutter Framework (Stable Channel)
  3. Keystore Configured
  4. FlutterFire for Android Configured

Developing

  1. Clone the repository
    • git clone git@github.com:LunaSeaApp/LunaSea.git
  2. Install the Flutter packages
    • flutter pub get
  3. Start your simulator or plug in your device and ensure you have enabled USB Debugging
  4. Install LunaSea in development mode on your device or simulator
    • flutter run

Installing

Release builds can only be installed on physical devices

  1. Clone the repository
    • git clone git@github.com:LunaSeaApp/LunaSea.git
  2. Install the Flutter packages
    • flutter pub get
  3. Plug in your device and ensure you have enabled USB Debugging
  4. Install a production version of the application on your device
    • flutter run --release

Building (.apk)

  1. Clone the repository
    • git clone git@github.com:LunaSeaApp/LunaSea.git
  2. Install the Flutter packages
    • flutter pub get
  3. Run build_apk inside of the scripts folder
  4. 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
Languages
Dart 94.2%
TypeScript 3.6%
C++ 0.8%
CMake 0.6%
Ruby 0.4%
Other 0.2%