[ Ombi 3 ] [ 3.0.5202 ] Want a Movie or TV Show on Plex or Emby

This is the best place for community developers to publish their genius work. Your Apps enrich the QNAP Turbo NAS.
User avatar
QNAP_Stephane
Experience counts
Posts: 4802
Joined: Wed Mar 27, 2013 1:00 am

[ Ombi 3 ] [ 3.0.5202 ] Want a Movie or TV Show on Plex or Emby

Post by QNAP_Stephane »

Image

Source : https://github.com/tidusjar/Ombi

Download :

https://qnapclub.eu/fr/qpkg/487

arm-x41 added (not compatible with TS-531P)
arm-x41 require Apache74 as dependency


About :

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.
Allows your users to get custom notifications!
Secure authentication so you don't have to worry about those script kiddies
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.

Integration

We integrate with the following applications:

Plex Media Server
Emby
Sonarr
Radarr (beta)
DogNzb
Couch Potato

Notifications

Supported notifications:

SMTP Notifications (Email)
Discord
Slack
Pushbullet
Pushover
Mattermost
Last edited by QNAP_Stephane on Wed Jul 22, 2020 1:14 am, edited 30 times in total.
---------------------------------------------------------------------------------------------------------------------------

Find all QPKG in the MyQnap.org repository https://www.myqnap.org
join our discord server for any inquiry related to qpkg - https://discord.gg/4fPxHSWKQW

----------------------------------------------------------------------------------------------------------------------------
User avatar
peelos
Been there, done that
Posts: 580
Joined: Sun Jun 26, 2016 9:28 pm

Re: [ Ombi 3 ] [ 3.0.2122 ] Want a Movie or TV Show on Plex or Emby

Post by peelos »

Awesome, many thanks Stephane!
NAS: TVS-1282-i7-7700-40G / 4 x 500GB SSD 2.5" RAID 10 / 2 x 500GB M.2 SSD / 8 x 12TB WD Whites 3.5" RAID 6 / Noctua L9x65 / 3 x 80mm PWM Noctua fans / Corsair 600W PSU / Asus Turbo GTX 1060 6GB GPU
Software: Plex Media Server / Transmission / Sonarr / Radarr / Bazarr / Jackett / Tautulli / Home Assistant / Resilio Sync / Python / NetData / SortMyQPKGs
pfSense Firewall / OpenVPN Server: QOTOM Fanless Mini PC / Core i5 / 8GB RAM / 128GB SSD / 4 Gigabit NICs / AES-NI
Wireless Routers: 2 x Netgear AC1900 R7000 Nighthawk / 1 x Netgear AC3200 R8000 Nighthawk / FreshTomato Firmware
User avatar
GTunney
Been there, done that
Posts: 739
Joined: Tue Oct 14, 2014 4:16 pm

Re: [ Ombi 3 ] [ 3.0.2122 ] Want a Movie or TV Show on Plex or Emby

Post by GTunney »

Anybody managed to get this to work with Couchpotato when using an SSL cert?

I just can't get it to connect using SSL. I have a genuine issue cert from comodo and not self signed.

Code: Select all

2017-10-17 10:27:42.160 +01:00 [Information] Start installing Hangfire SQL objects...
2017-10-17 10:27:42.343 +01:00 [Information] Hangfire SQL objects installed.
2017-10-17 10:27:42.415 +01:00 [Information] Starting Hangfire Server
2017-10-17 10:27:42.424 +01:00 [Information] Using job storage: 'SQLite Server: Ombi.db'
2017-10-17 10:27:42.425 +01:00 [Information] Using the following options for Hangfire Server:
2017-10-17 10:27:42.425 +01:00 [Information]     Worker count: 1
2017-10-17 10:27:42.426 +01:00 [Information]     Listening queues: 'default'
2017-10-17 10:27:42.426 +01:00 [Information]     Shutdown timeout: 00:00:15
2017-10-17 10:27:42.426 +01:00 [Information]     Schedule polling interval: 00:00:15
2017-10-17 10:27:57.327 +01:00 [Error] Could not test CP
System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.Http.CurlException: SSL peer certificate or SSH remote key was not OK
   at System.Net.Http.CurlHandler.ThrowIfCURLEError(CURLcode error)
   at System.Net.Http.CurlHandler.MultiAgent.FinishRequest(StrongToWeakReference`1 easyWrapper, CURLcode messageResult)
   --- End of inner exception stack trace ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()
   at System.Net.Http.HttpClient.<FinishSendAsyncBuffered>d__58.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Ombi.Api.Api.<Request>d__8`1.MoveNext() in C:\projects\requestplex\src\Ombi.Api\Api.cs:line 69
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Ombi.Api.CouchPotato.CouchPotatoApi.<Status>d__4.MoveNext() in C:\projects\requestplex\src\Ombi.Api.CouchPotato\CouchPotatoApi.cs:line 54
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Ombi.Controllers.External.TesterController.<CouchPotato>d__53.MoveNext() in C:\projects\requestplex\src\Ombi\Controllers\External\TesterController.cs:line 285
Model: TS-453D 8GB
Disks: 3 x 4TB Western Digital WD40EFRX - RAID 5
Total Storage: 7.2TB
Applications: Plex | Sonarr | QSabnzbd+ | Radarr | Home Assistant | MQTT/Z2M
Other Devices: Netgear D7000 AC1900 VDSL Router | FTTP - 1014/104 | Netgear GS108 Gigabit Switch
mdhwoods
Know my way around
Posts: 188
Joined: Wed Mar 29, 2017 8:30 pm

Re: [ Ombi 3 ] [ 3.0.2122 ] Want a Movie or TV Show on Plex or Emby

Post by mdhwoods »

Fyi this is in open beta. Qnap-Stephene can you package the latest build which is 3.0.2124. Internal updater does not appear to work with our qpkg.


thanks
User avatar
nickiman
Know my way around
Posts: 217
Joined: Thu Nov 13, 2014 11:15 pm
Location: Madrid, Spain

Re: [ Ombi 3 ] [ 3.0.2143 ] Want a Movie or TV Show on Plex or Emby

Post by nickiman »

Someone having problems after upgrade Ombi 3 to 3.0.2143 version from the repo?

I can´t reach to the app right now (the web page doesn´t load) even from my LAN´s network or from HD Station.

EDIT: I think the problem is related with this issue opened in GitHub:
https://github.com/tidusjar/Ombi/issues/1580
Last edited by nickiman on Thu Oct 19, 2017 5:46 am, edited 1 time in total.
TS-453 Pro - FW: QTS 5.1.4.2596
6Tb WD Red WD6002FFWX (x4) with RAID 5
mdhwoods
Know my way around
Posts: 188
Joined: Wed Mar 29, 2017 8:30 pm

Re: [ Ombi 3 ] [ 3.0.2143 ] Want a Movie or TV Show on Plex or Emby

Post by mdhwoods »

nickiman wrote:Someone having problems after upgrade Ombi 3 to 3.0.2143 version from the repo?

I can´t reach to the app right now (the web page doesn´t load) even from my LAN´s network or from HD Station.
just updated an no problems reaching it on my system.
User avatar
nickiman
Know my way around
Posts: 217
Joined: Thu Nov 13, 2014 11:15 pm
Location: Madrid, Spain

Re: [ Ombi 3 ] [ 3.0.2143 ] Want a Movie or TV Show on Plex or Emby

Post by nickiman »

mdhwoods wrote: just updated an no problems reaching it on my system.
Ah, OK... in that case I will reinstall it, maybe I´ve made something wrong.
TS-453 Pro - FW: QTS 5.1.4.2596
6Tb WD Red WD6002FFWX (x4) with RAID 5
mdhwoods
Know my way around
Posts: 188
Joined: Wed Mar 29, 2017 8:30 pm

Re: [ Ombi 3 ] [ 3.0.2143 ] Want a Movie or TV Show on Plex or Emby

Post by mdhwoods »

nickiman wrote:
mdhwoods wrote: just updated an no problems reaching it on my system.
Ah, OK... in that case I will reinstall it, maybe I´ve made something wrong.
i noticed if you click the update button, it eventually crashes and requires a reinstall. maybe you did that? I decided to install it as a docker so i can stay on the current build, this one is still 1 or 2 behind.
User avatar
QNAP_Stephane
Experience counts
Posts: 4802
Joined: Wed Mar 27, 2013 1:00 am

Re: [ Ombi 3 ] [ 3.0.2297 ] Want a Movie or TV Show on Plex or Emby

Post by QNAP_Stephane »

updated
---------------------------------------------------------------------------------------------------------------------------

Find all QPKG in the MyQnap.org repository https://www.myqnap.org
join our discord server for any inquiry related to qpkg - https://discord.gg/4fPxHSWKQW

----------------------------------------------------------------------------------------------------------------------------
nunkistein
New here
Posts: 2
Joined: Fri Oct 07, 2016 1:54 am

Re: [ Ombi 3 ] [ 3.0.2297 ] Want a Movie or TV Show on Plex or Emby

Post by nunkistein »

The self updater within Ombi isnt working (for me at least), any chance we can get the latest update? Thanks!
User avatar
QNAP_Stephane
Experience counts
Posts: 4802
Joined: Wed Mar 27, 2013 1:00 am

Re: [ Ombi 3 ] [ 3.0.2450 ] Want a Movie or TV Show on Plex or Emby

Post by QNAP_Stephane »

updated
---------------------------------------------------------------------------------------------------------------------------

Find all QPKG in the MyQnap.org repository https://www.myqnap.org
join our discord server for any inquiry related to qpkg - https://discord.gg/4fPxHSWKQW

----------------------------------------------------------------------------------------------------------------------------
mgeorgia
New here
Posts: 5
Joined: Sat May 06, 2017 11:20 pm

Re: [ Ombi 3 ] [ 3.0.2450 ] Want a Movie or TV Show on Plex or Emby

Post by mgeorgia »

Accidentally posted in an older post about Ombi. I was having an issue that nunkistein was having with the updater not working, hope to see a new update for this soon! Thanks for your work on this! https://github.com/tidusjar/Ombi/issues ... -363220323 Here is the issue for github if anyone is interested.
User avatar
peelos
Been there, done that
Posts: 580
Joined: Sun Jun 26, 2016 9:28 pm

Re: [ Ombi 3 ] [ 3.0.2143 ] Want a Movie or TV Show on Plex or Emby

Post by peelos »

mdhwoods wrote:
nickiman wrote:
mdhwoods wrote: just updated an no problems reaching it on my system.
Ah, OK... in that case I will reinstall it, maybe I´ve made something wrong.
i noticed if you click the update button, it eventually crashes and requires a reinstall. maybe you did that? I decided to install it as a docker so i can stay on the current build, this one is still 1 or 2 behind.
apologies for the maybe simple question but I am new to docker, how did you install the latest v3 prerelease version in docker?
NAS: TVS-1282-i7-7700-40G / 4 x 500GB SSD 2.5" RAID 10 / 2 x 500GB M.2 SSD / 8 x 12TB WD Whites 3.5" RAID 6 / Noctua L9x65 / 3 x 80mm PWM Noctua fans / Corsair 600W PSU / Asus Turbo GTX 1060 6GB GPU
Software: Plex Media Server / Transmission / Sonarr / Radarr / Bazarr / Jackett / Tautulli / Home Assistant / Resilio Sync / Python / NetData / SortMyQPKGs
pfSense Firewall / OpenVPN Server: QOTOM Fanless Mini PC / Core i5 / 8GB RAM / 128GB SSD / 4 Gigabit NICs / AES-NI
Wireless Routers: 2 x Netgear AC1900 R7000 Nighthawk / 1 x Netgear AC3200 R8000 Nighthawk / FreshTomato Firmware
User avatar
peelos
Been there, done that
Posts: 580
Joined: Sun Jun 26, 2016 9:28 pm

Re: [ Ombi 3 ] [ 3.0.2849 ] Want a Movie or TV Show on Plex or Emby

Post by peelos »

could we get the latest version please Stephane? the current file on qnapclub I again get "data file error" had to install the previous version.
NAS: TVS-1282-i7-7700-40G / 4 x 500GB SSD 2.5" RAID 10 / 2 x 500GB M.2 SSD / 8 x 12TB WD Whites 3.5" RAID 6 / Noctua L9x65 / 3 x 80mm PWM Noctua fans / Corsair 600W PSU / Asus Turbo GTX 1060 6GB GPU
Software: Plex Media Server / Transmission / Sonarr / Radarr / Bazarr / Jackett / Tautulli / Home Assistant / Resilio Sync / Python / NetData / SortMyQPKGs
pfSense Firewall / OpenVPN Server: QOTOM Fanless Mini PC / Core i5 / 8GB RAM / 128GB SSD / 4 Gigabit NICs / AES-NI
Wireless Routers: 2 x Netgear AC1900 R7000 Nighthawk / 1 x Netgear AC3200 R8000 Nighthawk / FreshTomato Firmware
Post Reply

Return to “Community Apps”