Files
lunasea/README.md
Jagandeep Brar 923f5ee6c5 [Release] v4.0.0 (400102) (#260)
NEW
- [Module] Tautulli support
- [Calendar] Ability to set how many days in the past and future to fetch calendar entries for
- [Drawer] Categorical folders are now optional
- [Drawer] If using folders, ability to set the initial expanded state
- [Locale] Ability to use 24 hour timestamps
- [Quick Actions] Ability to set upto four homescreen quick actions
- [Search] Ability to set custom headers for individual indexers
- [Settings] Complete overhaul of the settings
- [Settings/Resources] (iOS) Added link to join TestFlight

TWEAKS
- [Home/Calendar] Separate calendar view type into its own preference
- [Home/Calendar] Show no modules enabled message when there are no automation modules enabled, not just no modules overall
- [Home/Calendar] Default past and future days is now 14 days for each
- [Images] Images are no longer cached to the device storage to heavily improve performance & reduce crashing on older/lower-end devices
- [Images] Fetch images at specific resolutions instead of full resolution to reduce network performance and decrease memory pressure
- [Search] Improved detection of adult categories
- [Settings] Settings now replaces the active module/route and shows the drawer on the base route
- [Settings/System] Removed clear image cache tile
- [UI] Added new loading animation design

FIXES
- [Flutter] Updated packages & Flutter
- [General] Many small bug fixes
- [LunaSea] Many behind the scenes changes to reduce memory pressure
- [LunaSea] Heavy improvements and fixes to the navigation routing
- [Settings/Logs] Logs could be shown in reverse order
- [Text] Fixed "squished" text on iOS 14 and higher devices
2020-09-21 05:10:29 -05:00

4.3 KiB

App Store Play Store Beta Build Subreddit

LunaSea

Screenshot

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

  1. A MacOS Machine
  2. An AppleID account (does not require developer account)
  3. Flutter Framework (Beta Channel)
  4. XCode 11.4 or Higher
  5. Developer Certificate 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 (Beta Channel)
  3. Keystore 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