From 5cfb3a0182d3bc7bf7656d93199f7d0f25821f0d Mon Sep 17 00:00:00 2001 From: PotatoQuality Date: Sun, 24 Sep 2017 16:56:38 +0200 Subject: [PATCH 1/8] Update Readme for V3 --- README.md | 70 ++++++++++++++++++++++++++++++++++++++----------------- 1 file changed, 49 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 3b061c4a7..1154897b1 100644 --- a/README.md +++ b/README.md @@ -14,46 +14,67 @@ ____ [![Report a bug](http://i.imgur.com/xSpw482.png)](https://github.com/tidusjar/Ombi/issues/new) [![Feature request](http://i.imgur.com/mFO0OuX.png)](http://feathub.com/tidusjar/Ombi) -| Service | Master (Recommend) | Early Access | Dev | V3 (Not ready for use!) | -|----------|:---------------------------:|:----------------------------:|:----------------------------:|:----------------------------:| +| Service | Master (Recommend Version 3.0) | Early Access | Dev | +|----------|:---------------------------:|:----------------------------:|:----------------------------:| | AppVeyor | [![Build status](https://ci.appveyor.com/api/projects/status/hgj8j6lcea7j0yhn/branch/master?svg=true)](https://ci.appveyor.com/project/tidusjar/requestplex/branch/master) | [![Build status](https://ci.appveyor.com/api/projects/status/hgj8j6lcea7j0yhn/branch/eap?svg=true)](https://ci.appveyor.com/project/tidusjar/requestplex/branch/eap) | [![Build status](https://ci.appveyor.com/api/projects/status/hgj8j6lcea7j0yhn/branch/dev?svg=true)](https://ci.appveyor.com/project/tidusjar/requestplex/branch/dev)| [![Build status](https://ci.appveyor.com/api/projects/status/hgj8j6lcea7j0yhn/branch/DotNetCore?svg=true)](https://ci.appveyor.com/project/tidusjar/requestplex/branch/DotNetCore) -| Download |[![Download](http://i.imgur.com/odToka3.png)](https://github.com/tidusjar/Ombi/releases) | [![Download](http://i.imgur.com/odToka3.png)](https://ci.appveyor.com/project/tidusjar/requestplex/branch/eap/artifacts) | [![Download](http://i.imgur.com/odToka3.png)](https://ci.appveyor.com/project/tidusjar/requestplex/branch/dev/artifacts) |[![Download](http://i.imgur.com/odToka3.png)](https://ci.appveyor.com/project/tidusjar/requestplex/branch/DotNetCore/artifacts) | +| Download |[![Download](http://i.imgur.com/odToka3.png)](https://ci.appveyor.com/project/tidusjar/requestplex/branch/DotNetCore/artifacts) | [![Download](http://i.imgur.com/odToka3.png)](https://ci.appveyor.com/project/tidusjar/requestplex/branch/eap/artifacts) | [![Download](http://i.imgur.com/odToka3.png)](https://ci.appveyor.com/project/tidusjar/requestplex/branch/dev/artifacts) | # Features -Here some of the features Ombi has: -* All your users to Request Movies, TV Shows (Whole series, whole seaons or even single episodes!) and Albums +Here some of the features Ombi V3 has: +* Out of the box working on all OS Just download the zip and start Ombi! +* Let users request Movies and TV Shows (Whole series, whole seaons or even single episodes!) * Easily manage your requests * User management system (supports plex.tv accounts and local accounts) -* Sending newsletters -* Fault Queue for requests (Buffer requests if Sonar/Couchpotato/SickRage is offline) * Allow your users to report issues and manage them separately * A landing page that will give you the availability of your Plex server and also add custom notification text to inform your users of downtime. -* Allow your users to get notifications! +* Allow your users to get custom notifications! * Secure authentication so you don't have to worry about those script kiddies * We check to see if the request is already in Plex, if it's already in Plex then why you requesting it?! -* We have allowed the ability for a user to add a custom note on a request * It automatically updates the status of requests when they are available on Plex * Slick, responsive and mobile friendly UI - +* Ombi wil automatically update here self :) +* Very fast system. ### Integration We integrate with the following applications: -* Plex server 1.2 (and higher) -* Emby (beta) +* Plex server +* Emby * Sonarr -* SickRage -* CouchPotato * Radarr (beta) -* Watcher (beta) -* Headphones + ### Notifications Supported notifications: * SMTP Notifications (Email) +* Discord +* Slack * Pushbullet * Pushover -* Slack -* Discord -* Weekly Recently Added email notification to all of your Plex Users! +* Mattermost + +### The difference between Version 3 and 2 + +Over the last 7 months, we focust on the main functions on Ombi. +Make it better, faster and more stable. +We did already a lot of work, but you will still miss some functions in the new version. +We are planning to bring this features back in Version 3. You can find a list below with the feature difference. + + +| Service | Version 3 | Version 2 | +|----------|:----------:|:----------:| +| Supported online | Yes | No | +| Emby & Plex support | Yes | Yes | +| Mono needed | No | Yes | +| Notifications support | Yes| Yes | +| Landing page | Yes (brand new) | Yes | +| Login page | Yes (brand new) | Yes | +| Custom Logo in Ombi and notifications | Yes | No | +| Change bulk roles in user management | Yes | No | +| Sending newsletters | Planned | Yes | +| Send a Mass Email | Planned | Yes | +| SickRage | Planned (not supported yet)| Yes | +| CouchPotato | Planned| Yes | +| Watcher | Planned| Yes | +| Headphones | X (support dropped) | Yes | # Feature Requests Feature requests are handled on FeatHub. @@ -69,8 +90,15 @@ Search the existing requests to see if your suggestion has already been submitte # Installation -[Windows Guide!](http://www.htpcguides.com/install-plex-requests-net-windows-system-service/) -[Ubuntu Guide!](http://www.htpcguides.com/install-plex-requests-net-ubuntu-14-x/) +Windows: Download the windows zip file above and run ombi.exe + +Linux: Download the linux zip file, run chmod +x Ombi to make the Ombi file an executable. + +Get the following error? +libunwind.so.8: cannot open shared object file +Sometimes you need to install libwind8. +Pleas run the following command: +```apt-get install libunwind8``` # FAQ Do you have an issue or a question? if so check out our [FAQ](https://github.com/tidusjar/Ombi/wiki/FAQ)! From 122f1de92fb923389e8245eed7908d6a16f073ba Mon Sep 17 00:00:00 2001 From: PotatoQuality Date: Wed, 27 Sep 2017 21:50:34 +0200 Subject: [PATCH 2/8] Update README.md --- README.md | 38 ++++++++++++++++++-------------------- 1 file changed, 18 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 1154897b1..452bde462 100644 --- a/README.md +++ b/README.md @@ -14,29 +14,28 @@ ____ [![Report a bug](http://i.imgur.com/xSpw482.png)](https://github.com/tidusjar/Ombi/issues/new) [![Feature request](http://i.imgur.com/mFO0OuX.png)](http://feathub.com/tidusjar/Ombi) -| Service | Master (Recommend Version 3.0) | Early Access | Dev | +| Service | Master (Version 3.0 - Recommended) | Early Access | Dev | |----------|:---------------------------:|:----------------------------:|:----------------------------:| | AppVeyor | [![Build status](https://ci.appveyor.com/api/projects/status/hgj8j6lcea7j0yhn/branch/master?svg=true)](https://ci.appveyor.com/project/tidusjar/requestplex/branch/master) | [![Build status](https://ci.appveyor.com/api/projects/status/hgj8j6lcea7j0yhn/branch/eap?svg=true)](https://ci.appveyor.com/project/tidusjar/requestplex/branch/eap) | [![Build status](https://ci.appveyor.com/api/projects/status/hgj8j6lcea7j0yhn/branch/dev?svg=true)](https://ci.appveyor.com/project/tidusjar/requestplex/branch/dev)| [![Build status](https://ci.appveyor.com/api/projects/status/hgj8j6lcea7j0yhn/branch/DotNetCore?svg=true)](https://ci.appveyor.com/project/tidusjar/requestplex/branch/DotNetCore) | Download |[![Download](http://i.imgur.com/odToka3.png)](https://ci.appveyor.com/project/tidusjar/requestplex/branch/DotNetCore/artifacts) | [![Download](http://i.imgur.com/odToka3.png)](https://ci.appveyor.com/project/tidusjar/requestplex/branch/eap/artifacts) | [![Download](http://i.imgur.com/odToka3.png)](https://ci.appveyor.com/project/tidusjar/requestplex/branch/dev/artifacts) | # Features Here some of the features Ombi V3 has: -* Out of the box working on all OS Just download the zip and start Ombi! -* Let users request Movies and TV Shows (Whole series, whole seaons or even single episodes!) +* Now working without crashes on Linux. +* Lets users request Movies and TV Shows (whether it being the entire series, an entire season, or even single episodes.) * Easily manage your requests -* User management system (supports plex.tv accounts and local accounts) -* Allow your users to report issues and manage them separately -* A landing page that will give you the availability of your Plex server and also add custom notification text to inform your users of downtime. +* User management system (supports plex.tv, Emby and local accounts) +* A landing page that will give you the availability of your Plex/Emby server and also add custom notification text to inform your users of downtime. * Allow your users to get custom notifications! * Secure authentication so you don't have to worry about those script kiddies -* We check to see if the request is already in Plex, if it's already in Plex then why you requesting it?! -* It automatically updates the status of requests when they are available on Plex +* We check to see if the request is already on Plex, if it's already on Plex then why you requesting it?! +* It automatically updates the status of requests when they are available on Plex/Emby * Slick, responsive and mobile friendly UI -* Ombi wil automatically update here self :) +* Ombi will automatically update itself :) * Very fast system. ### Integration We integrate with the following applications: -* Plex server +* Plex Media Server * Emby * Sonarr * Radarr (beta) @@ -53,28 +52,27 @@ Supported notifications: ### The difference between Version 3 and 2 -Over the last 7 months, we focust on the main functions on Ombi. -Make it better, faster and more stable. -We did already a lot of work, but you will still miss some functions in the new version. -We are planning to bring this features back in Version 3. You can find a list below with the feature difference. +Over the last 7 months, we focused on the main functions on Ombi, a complete rewrite while making it better, faster and more stable. +We have already done most of the work, but some features will still be missing in this first version. +We are planning to bring back these features in Version 3 but for now you can find a list below with a comparison of features between v2 and v3. | Service | Version 3 | Version 2 | |----------|:----------:|:----------:| | Supported online | Yes | No | +|Multiple Plex/Emby Servers| Yes | No | | Emby & Plex support | Yes | Yes | -| Mono needed | No | Yes | +| Mono dependency | No | Yes | | Notifications support | Yes| Yes | | Landing page | Yes (brand new) | Yes | | Login page | Yes (brand new) | Yes | | Custom Logo in Ombi and notifications | Yes | No | -| Change bulk roles in user management | Yes | No | | Sending newsletters | Planned | Yes | | Send a Mass Email | Planned | Yes | | SickRage | Planned (not supported yet)| Yes | -| CouchPotato | Planned| Yes | -| Watcher | Planned| Yes | -| Headphones | X (support dropped) | Yes | +| CouchPotato | Planned | Yes | +| Watcher | Planned | Yes | +| Headphones | No (support dropped) | Yes | # Feature Requests Feature requests are handled on FeatHub. @@ -96,7 +94,7 @@ Linux: Download the linux zip file, run chmod +x Ombi to make the Ombi file an e Get the following error? libunwind.so.8: cannot open shared object file -Sometimes you need to install libwind8. +You may need to install libwind8. Pleas run the following command: ```apt-get install libunwind8``` From c57c3c77311e154c0ceb78a1c5d7edb88610b3fe Mon Sep 17 00:00:00 2001 From: PotatoQuality Date: Wed, 27 Sep 2017 21:59:16 +0200 Subject: [PATCH 3/8] Prepare readme for upcoming beta --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 452bde462..20be619e5 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,10 @@ ____ [![Report a bug](http://i.imgur.com/xSpw482.png)](https://github.com/tidusjar/Ombi/issues/new) [![Feature request](http://i.imgur.com/mFO0OuX.png)](http://feathub.com/tidusjar/Ombi) -| Service | Master (Version 3.0 - Recommended) | Early Access | Dev | +| Service | Master (Version 2.0 - Recommended) | Early Access (Version 3.0) | Dev | |----------|:---------------------------:|:----------------------------:|:----------------------------:| -| AppVeyor | [![Build status](https://ci.appveyor.com/api/projects/status/hgj8j6lcea7j0yhn/branch/master?svg=true)](https://ci.appveyor.com/project/tidusjar/requestplex/branch/master) | [![Build status](https://ci.appveyor.com/api/projects/status/hgj8j6lcea7j0yhn/branch/eap?svg=true)](https://ci.appveyor.com/project/tidusjar/requestplex/branch/eap) | [![Build status](https://ci.appveyor.com/api/projects/status/hgj8j6lcea7j0yhn/branch/dev?svg=true)](https://ci.appveyor.com/project/tidusjar/requestplex/branch/dev)| [![Build status](https://ci.appveyor.com/api/projects/status/hgj8j6lcea7j0yhn/branch/DotNetCore?svg=true)](https://ci.appveyor.com/project/tidusjar/requestplex/branch/DotNetCore) -| Download |[![Download](http://i.imgur.com/odToka3.png)](https://ci.appveyor.com/project/tidusjar/requestplex/branch/DotNetCore/artifacts) | [![Download](http://i.imgur.com/odToka3.png)](https://ci.appveyor.com/project/tidusjar/requestplex/branch/eap/artifacts) | [![Download](http://i.imgur.com/odToka3.png)](https://ci.appveyor.com/project/tidusjar/requestplex/branch/dev/artifacts) | +| AppVeyor | [![Build status](https://ci.appveyor.com/api/projects/status/hgj8j6lcea7j0yhn/branch/master?svg=true)](https://ci.appveyor.com/project/tidusjar/requestplex/branch/master) | [![Build status](https://ci.appveyor.com/api/projects/status/hgj8j6lcea7j0yhn/branch/DotNetCore?svg=true)](https://ci.appveyor.com/project/tidusjar/requestplex/branch/DotNetCore) | [![Build status](https://ci.appveyor.com/api/projects/status/hgj8j6lcea7j0yhn/branch/dev?svg=true)](https://ci.appveyor.com/project/tidusjar/requestplex/branch/dev)| +| Download |[![Download](http://i.imgur.com/odToka3.png)](https://github.com/tidusjar/Ombi/releases) | [![Download](http://i.imgur.com/odToka3.png)](https://ci.appveyor.com/project/tidusjar/requestplex/branch/DotNetCore/artifacts) | [![Download](http://i.imgur.com/odToka3.png)](https://ci.appveyor.com/project/tidusjar/requestplex/branch/dev/artifacts) | # Features Here some of the features Ombi V3 has: * Now working without crashes on Linux. From b7a65a8ecdba89ca586839bab812049349a308f6 Mon Sep 17 00:00:00 2001 From: PotatoQuality Date: Wed, 27 Sep 2017 22:17:14 +0200 Subject: [PATCH 4/8] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20be619e5..dfe00cdb7 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ ____ [![Report a bug](http://i.imgur.com/xSpw482.png)](https://github.com/tidusjar/Ombi/issues/new) [![Feature request](http://i.imgur.com/mFO0OuX.png)](http://feathub.com/tidusjar/Ombi) -| Service | Master (Version 2.0 - Recommended) | Early Access (Version 3.0) | Dev | +| Service | Master (Version 2.0 - Recommended) | Early Access (Version 3.0 - Open Beta) | Dev | |----------|:---------------------------:|:----------------------------:|:----------------------------:| | AppVeyor | [![Build status](https://ci.appveyor.com/api/projects/status/hgj8j6lcea7j0yhn/branch/master?svg=true)](https://ci.appveyor.com/project/tidusjar/requestplex/branch/master) | [![Build status](https://ci.appveyor.com/api/projects/status/hgj8j6lcea7j0yhn/branch/DotNetCore?svg=true)](https://ci.appveyor.com/project/tidusjar/requestplex/branch/DotNetCore) | [![Build status](https://ci.appveyor.com/api/projects/status/hgj8j6lcea7j0yhn/branch/dev?svg=true)](https://ci.appveyor.com/project/tidusjar/requestplex/branch/dev)| | Download |[![Download](http://i.imgur.com/odToka3.png)](https://github.com/tidusjar/Ombi/releases) | [![Download](http://i.imgur.com/odToka3.png)](https://ci.appveyor.com/project/tidusjar/requestplex/branch/DotNetCore/artifacts) | [![Download](http://i.imgur.com/odToka3.png)](https://ci.appveyor.com/project/tidusjar/requestplex/branch/dev/artifacts) | From ab3f850c437523d9f3a1e0fec0640a2d61466e67 Mon Sep 17 00:00:00 2001 From: PotatoQuality Date: Wed, 27 Sep 2017 22:35:48 +0200 Subject: [PATCH 5/8] Remove dev branch --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dfe00cdb7..f94f7c014 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,10 @@ ____ [![Report a bug](http://i.imgur.com/xSpw482.png)](https://github.com/tidusjar/Ombi/issues/new) [![Feature request](http://i.imgur.com/mFO0OuX.png)](http://feathub.com/tidusjar/Ombi) -| Service | Master (Version 2.0 - Recommended) | Early Access (Version 3.0 - Open Beta) | Dev | +| Service | Master (Version 2.0 - Recommended) | Early Access (Version 3.0 - Open Beta) | |----------|:---------------------------:|:----------------------------:|:----------------------------:| -| AppVeyor | [![Build status](https://ci.appveyor.com/api/projects/status/hgj8j6lcea7j0yhn/branch/master?svg=true)](https://ci.appveyor.com/project/tidusjar/requestplex/branch/master) | [![Build status](https://ci.appveyor.com/api/projects/status/hgj8j6lcea7j0yhn/branch/DotNetCore?svg=true)](https://ci.appveyor.com/project/tidusjar/requestplex/branch/DotNetCore) | [![Build status](https://ci.appveyor.com/api/projects/status/hgj8j6lcea7j0yhn/branch/dev?svg=true)](https://ci.appveyor.com/project/tidusjar/requestplex/branch/dev)| -| Download |[![Download](http://i.imgur.com/odToka3.png)](https://github.com/tidusjar/Ombi/releases) | [![Download](http://i.imgur.com/odToka3.png)](https://ci.appveyor.com/project/tidusjar/requestplex/branch/DotNetCore/artifacts) | [![Download](http://i.imgur.com/odToka3.png)](https://ci.appveyor.com/project/tidusjar/requestplex/branch/dev/artifacts) | +| AppVeyor | [![Build status](https://ci.appveyor.com/api/projects/status/hgj8j6lcea7j0yhn/branch/master?svg=true)](https://ci.appveyor.com/project/tidusjar/requestplex/branch/master) | [![Build status](https://ci.appveyor.com/api/projects/status/hgj8j6lcea7j0yhn/branch/DotNetCore?svg=true)](https://ci.appveyor.com/project/tidusjar/requestplex/branch/DotNetCore) | +| Download |[![Download](http://i.imgur.com/odToka3.png)](https://github.com/tidusjar/Ombi/releases) | [![Download](http://i.imgur.com/odToka3.png)](https://ci.appveyor.com/project/tidusjar/requestplex/branch/DotNetCore/artifacts) | # Features Here some of the features Ombi V3 has: * Now working without crashes on Linux. From 863b6f9ed24db2cecd77a789c13bab082f281417 Mon Sep 17 00:00:00 2001 From: PotatoQuality Date: Wed, 27 Sep 2017 22:37:03 +0200 Subject: [PATCH 6/8] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f94f7c014..81beeacfc 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ ____ | Service | Master (Version 2.0 - Recommended) | Early Access (Version 3.0 - Open Beta) | -|----------|:---------------------------:|:----------------------------:|:----------------------------:| +|----------|:---------------------------:|:----------------------------:| | AppVeyor | [![Build status](https://ci.appveyor.com/api/projects/status/hgj8j6lcea7j0yhn/branch/master?svg=true)](https://ci.appveyor.com/project/tidusjar/requestplex/branch/master) | [![Build status](https://ci.appveyor.com/api/projects/status/hgj8j6lcea7j0yhn/branch/DotNetCore?svg=true)](https://ci.appveyor.com/project/tidusjar/requestplex/branch/DotNetCore) | | Download |[![Download](http://i.imgur.com/odToka3.png)](https://github.com/tidusjar/Ombi/releases) | [![Download](http://i.imgur.com/odToka3.png)](https://ci.appveyor.com/project/tidusjar/requestplex/branch/DotNetCore/artifacts) | # Features From 7715602479edba6170250d18a5c42d05e80921e3 Mon Sep 17 00:00:00 2001 From: PotatoQuality Date: Wed, 27 Sep 2017 22:37:58 +0200 Subject: [PATCH 7/8] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81beeacfc..889276070 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ ____ [![Report a bug](http://i.imgur.com/xSpw482.png)](https://github.com/tidusjar/Ombi/issues/new) [![Feature request](http://i.imgur.com/mFO0OuX.png)](http://feathub.com/tidusjar/Ombi) -| Service | Master (Version 2.0 - Recommended) | Early Access (Version 3.0 - Open Beta) | +| Service | Master (Version 2.0 - Recommended) | Open Beta (Version 3.0) | |----------|:---------------------------:|:----------------------------:| | AppVeyor | [![Build status](https://ci.appveyor.com/api/projects/status/hgj8j6lcea7j0yhn/branch/master?svg=true)](https://ci.appveyor.com/project/tidusjar/requestplex/branch/master) | [![Build status](https://ci.appveyor.com/api/projects/status/hgj8j6lcea7j0yhn/branch/DotNetCore?svg=true)](https://ci.appveyor.com/project/tidusjar/requestplex/branch/DotNetCore) | | Download |[![Download](http://i.imgur.com/odToka3.png)](https://github.com/tidusjar/Ombi/releases) | [![Download](http://i.imgur.com/odToka3.png)](https://ci.appveyor.com/project/tidusjar/requestplex/branch/DotNetCore/artifacts) | From 1eed6f5c7dd914070efc1a90e2748b8b9658b11b Mon Sep 17 00:00:00 2001 From: PotatoQuality Date: Sat, 30 Sep 2017 18:20:13 +0200 Subject: [PATCH 8/8] Update README.md --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 889276070..37354708a 100644 --- a/README.md +++ b/README.md @@ -19,16 +19,16 @@ ____ | AppVeyor | [![Build status](https://ci.appveyor.com/api/projects/status/hgj8j6lcea7j0yhn/branch/master?svg=true)](https://ci.appveyor.com/project/tidusjar/requestplex/branch/master) | [![Build status](https://ci.appveyor.com/api/projects/status/hgj8j6lcea7j0yhn/branch/DotNetCore?svg=true)](https://ci.appveyor.com/project/tidusjar/requestplex/branch/DotNetCore) | | Download |[![Download](http://i.imgur.com/odToka3.png)](https://github.com/tidusjar/Ombi/releases) | [![Download](http://i.imgur.com/odToka3.png)](https://ci.appveyor.com/project/tidusjar/requestplex/branch/DotNetCore/artifacts) | # Features -Here some of the features Ombi V3 has: +Here are some of the features Ombi V3 has: * Now working without crashes on Linux. * Lets users request Movies and TV Shows (whether it being the entire series, an entire season, or even single episodes.) * Easily manage your requests * User management system (supports plex.tv, Emby and local accounts) * A landing page that will give you the availability of your Plex/Emby server and also add custom notification text to inform your users of downtime. -* Allow your users to get custom notifications! +* Allows your users to get custom notifications! * Secure authentication so you don't have to worry about those script kiddies -* We check to see if the request is already on Plex, if it's already on Plex then why you requesting it?! -* It automatically updates the status of requests when they are available on Plex/Emby +* Will show if the request is already on plex or even if it's already monitored. +* Automatically updates the status of requests when they are available on Plex/Emby * Slick, responsive and mobile friendly UI * Ombi will automatically update itself :) * Very fast system. @@ -53,7 +53,7 @@ Supported notifications: ### The difference between Version 3 and 2 Over the last 7 months, we focused on the main functions on Ombi, a complete rewrite while making it better, faster and more stable. -We have already done most of the work, but some features will still be missing in this first version. +We have already done most of the work, but some features are still be missing in this first version. We are planning to bring back these features in Version 3 but for now you can find a list below with a comparison of features between v2 and v3. @@ -95,7 +95,6 @@ Linux: Download the linux zip file, run chmod +x Ombi to make the Ombi file an e Get the following error? libunwind.so.8: cannot open shared object file You may need to install libwind8. -Pleas run the following command: ```apt-get install libunwind8``` # FAQ