Skip to content

App build with Flutter, that can request Ombi API to request media's.

License

Notifications You must be signed in to change notification settings

RubenVP2/ombi-requester

Repository files navigation

Ombi requester

Demo preview

Project Description

Personal application created with the Flutter framework.
It allows to communicate with the Ombi tool.
Realized for educational purposes.
The application allows you to ask Ombi to add movies or series on Sonarr or Radarr.

How to Install and Run the Project

You need to install the Flutter SDK and the Dart SDK.
You can find the installation instructions here.

After installing the SDKs, you need to clone the repository.

Get the dependencies for flutter:

flutter pub get

You can run the application by running the following command:

flutter run [environment]

More information about the flutter cli : here.

How to Use the Project

When you open the application, you will see the home page.
First of all, you need to go to the settings page, where you can configure api key, username and url of the Ombi server.
After that, you can go to the home page, where you can see the list of movies or series.

License

GPL-3.0