October 6, 20178 yr 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.
October 28, 20178 yr 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
October 28, 20178 yr 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.
October 28, 20178 yr 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.
October 28, 20178 yr 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.
October 28, 20178 yr 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
October 28, 20178 yr 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.
November 16, 20178 yr 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!
December 8, 20178 yr 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"}'
December 9, 20178 yr 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!
December 14, 20178 yr 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
December 14, 20178 yr 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.
December 16, 20178 yr 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 December 16, 20178 yr by jrdnlc
December 22, 20178 yr Hi, so for unraid its not available the beta test for now correct? Did a search and only the v2 version appeared.
December 22, 20178 yr 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
January 5, 20188 yr 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 January 10, 20188 yr by ElectricBadger Fixed!
January 22, 20188 yr 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?
January 22, 20188 yr 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.
January 25, 20188 yr is there an easy way to create a custom template for ombi-preview? ombi v2 keeps crashing and its getting quite annoying...
January 25, 20188 yr 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
February 6, 20188 yr Hello, how does one go about modifying the landing/login page backgrounds for Ombi-Preview? I am using the below link for reference. I tried modifying the files in the Docker itself, but once I restart the changes are reverted. Sorry if this is a easy question! https://github.com/tidusjar/Ombi/wiki/Customize-the-Landing-and-Login-background
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.