Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Support] Linuxserver.io - Ombi

Featured Replies

My last reply on the thread says we have no plans yet, (might be three posts up - I'm on mobile) that's still currently the case. We're speaking to tidusjar pretty much every day and when he's happy for it to be released, we'll do so.

  • 4 weeks later...
  • Replies 642
  • Views 172k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Ran into this too and it looks like this is the issue. Look at my post there (currently the last one) for a fix you can do without having to install anything into your container. It looks like they ad

  • tidusjar
    tidusjar

    That 'asshole' would be me.        Please keep in mind that I have a full time demanding job, a child, a 10 month old and a wife outside of what I do in ombi. All of my free time i

  • clowrym
    clowrym

    Your definitely not the assholes here....

Posted Images

Would we be able to just change the update branch to try v3?

10 hours ago, bobbintb said:

Would we be able to just change the update branch to try v3?

 

I created a template for V3. If you want it let me know and I'll send it to you

1 minute ago, jrdnlc said:

 

I created a template for V3. If you want it let me know and I'll send it to you

 

The reason we haven't released V3 is because tidusjar hasn't finished it, the container infrastructure is finished and ready for when he gives the green light  Be grateful if you'd respect the authors wish that it isn't released yet.

Just now, CHBMB said:

 

The reason we haven't released V3 is because tidusjar hasn't finished it, the container infrastructure is finished and ready for when he gives the green light  Be grateful if you'd respect the authors wish that it isn't released yet.

 

I have direct contact with him so thank you for your concern.

2 hours ago, CHBMB said:

I got no problem with you using it, it's distributing it.  

There is an open beta for it though.

There is an open beta for it though.
I'm only going by the author's request not to release the container.

Sent from my LG-H815 using Tapatalk

1 minute ago, CHBMB said:

I'm only going by the author's request not to release the container.

Sent from my LG-H815 using Tapatalk
 


Ah, gotcha. I don't really have time to mess with a beta anyway.

  • 3 weeks later...

Is there anyway to have this container automatically restart when it crashes? I currently have a script that runs daily to do a restart, but thats not enough, as it crashes numerous times througout the day!

  • 4 weeks later...
On 11/16/2017 at 9:34 AM, clowrym said:

Is there anyway to have this container automatically restart when it crashes? I currently have a script that runs daily to do a restart, but thats not enough, as it crashes numerous times througout the day!

I use this script to detect for a crash every 15min. I just used the user scripts plugin to set the 15min cron and run the below command.

If you get the same spamy error that I do (0000000) then you can use this script.

 

#!bin/bash

#Check for error in Ombi log and restarts docker if found

docker logs --tail 10 ombi 2>&1 | awk '/00000000/ {print | "docker restart ombi"}'

19 hours ago, ninthwalker said:

I use this script to detect for a crash every 15min. I just used the user scripts plugin to set the 15min cron and run the below command.

If you get the same spamy error that I do (0000000) then you can use this script.

 

#!bin/bash

#Check for error in Ombi log and restarts docker if found

docker logs --tail 10 ombi 2>&1 | awk '/00000000/ {print | "docker restart ombi"}'

 

I've moved to v3, works quite well!! for my usage, its just missing the weekly newsletter!

On 12/9/2017 at 2:25 PM, clowrym said:

 

I've moved to v3, works quite well!! for my usage, its just missing the weekly newsletter!

What's the easiest way to transition to v3? Did you have to start from scratch or was there an easy way to keep your settings

1 hour ago, bobokun said:

What's the easiest way to transition to v3? Did you have to start from scratch or was there an easy way to keep your settings

 

 

I started from scratch, created my own Docker template. So far with the exception of weekly newsletter missing, its been rock solid.

On 12/14/2017 at 9:51 AM, bobokun said:

What's the easiest way to transition to v3? Did you have to start from scratch or was there an easy way to keep your settings

You have to start from scratch. You cannot upgrade from V2 to V3 since it's a complete rewrite

Edited by jrdnlc

Hi,

 

 so for unraid its not available the beta test for now correct? Did a search and only the v2 version appeared.

 

 

1 hour ago, Tchucho said:

Hi,

 

 so for unraid its not available the beta test for now correct? Did a search and only the v2 version appeared.

 

 

you have to make your own template to set it up

  • 2 weeks later...

I've set Ombi up with Emby, Sonarr and Radarr enabled, but no search form is displayed under the text "Want to watch something that is not currently on Emby?! No problem! Just search for it below and request it!".

 

The web console shows the following error:

TypeError: $content is undefined                                      search.js:287:1
focusSearch                        http://192.168.69.99:3579/Content/search.js:287:1
<anonymous>                         http://192.168.69.99:3579/Content/search.js:54:5
i                      http://192.168.69.99:3579/Content/jquery-2.2.1.min.js:2:27060
fireWith                http://192.168.69.99:3579/Content/jquery-2.2.1.min.js:2:27828
ready                  http://192.168.69.99:3579/Content/jquery-2.2.1.min.js:2:29619
J                      http://192.168.69.99:3579/Content/jquery-2.2.1.min.js:2:29804

There are no ad-blockers running on this page.

 

Unfortunately, I can't file an issue against Ombi itself as the Docker version is 2.2.1678 and the Ombi issue template says that version 2.x is not supported any more, and asks me not to open issues against it.

 

Does anybody know what's going on here? From looking at the JavaScript, it's attempting to focus a tab, but it hasn't rendered any… (yes, I did remember to check the 'Enabled' boxes on Sonarr and Radarr!)

 

FIXED IT: forgot to enable the search types under Ombi Configuration! Slightly odd that every search type defaults to off, but there you go :)

Edited by ElectricBadger
Fixed!

  • 3 weeks later...
On 12/15/2017 at 11:59 PM, jrdnlc said:

You have to start from scratch. You cannot upgrade from V2 to V3 since it's a complete rewrite

Care to PM me the template?

would love to move to new version also

I would like the template if ones going around.

I've been using lsiodev/ombi-preview. Seems to be working great so far except is won't do newsletters yet. For that I've switched over to https://github.com/ninthwalker/NowShowing which has been working great so far and is more customizable.  You do need to start from scratch with your configs though. Ombi v3 will not upgrade a v2 config.

is there an easy way to create a custom template for ombi-preview? ombi v2 keeps crashing and its getting quite annoying...

1 hour ago, Nem said:

is there an easy way to create a custom template for ombi-preview? ombi v2 keeps crashing and its getting quite annoying...

 

Just switch to lsiodev/ombi-preview 

 

It's been working great for me, but you do have to set it up fresh.  V2 was crashing all the time on me.  V3 has been really great for the past 2 months I have been using it

 

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.