LinuxServer Changes:
Added an optional env variable for base url setting.
Ombi Changes:
Apologies about the lack of releases recently. I've been working on Ombi V4 but also I have had a new job in the meantime and have been concentrating on that quite a lot!
So V4 will probably be the next release, there is still not ETA on it so please don't ask :)
Here's a picture of my puppy Bruce, enjoy!
Please note that any custom CRON's will be reset and will need to be setup once again
New Features
-
Added further logging into the API's (debug logging) [TidusJar]
-
Added some defensive coding around when we create an artist for #2915. [TidusJar]
-
New translation [TidusJar]
-
Add Gotify as notification provider. [Guillaume Taquet Gasperini]
-
Added a global mutex (not used yet) and moved around the code for logging in since I suspect the Get Roles call is using deffered execution on the database causing the lock when attempting to access straight away #2750. [TidusJar]
-
Set the View On Emby Url at runtime so the user can configure and change the URL and it will take effect straight away. [TidusJar]
Fixes
-
Fixed the issue where the recently added scan was actually calling the RefreshMedia which ends up wiping out the Plex cache instead of refreshing the metadata... i'm a dumb ass #3023. [TidusJar]
-
Fix #3027. [Jamie]
-
Renamed "Extensions" for Spelling Mistake. [bdrumm1234]
-
#3010 - Make sure we only sync the Monitored Radarr movies... [TidusJar]
-
Fixed #2995. [TidusJar]
-
Fix album-request-permission error message. [Patrick Collins]
-
Swagger index prepends configured baseurl. [Austin Jackson]
-
Add a internal retry when we have a locked db. [TidusJar]
-
Fixed #2374. [TidusJar]
-
Fixed #2950. [TidusJar]
-
Fixed #2967. [TidusJar]
-
Re-re fix the remove button. [goldenpipes]
-
Fixed the other error for #2955. [TidusJar]
-
More to debug logging. [TidusJar]
-
Placeholder Text for Search Boxes (#2939) [Kris Klosterman]
-
Reset all of the schedules due to Quartz using a different CRON system. Updated the UI code to reflect this. [TidusJar]
-
Swap out the scheduler #2750. [TidusJar]
-
Fixed the mixed content warnings and the error when removing a album request #2884. [TidusJar]
-
Fixed #2910. [TidusJar]
-
Fix for broken twitch url in readme file. [PotatoQuality]
-
More for #2750. [TidusJar]
-
Removed the auditing, was not used anyway #2750. [TidusJar]
-
Fixed #2803 in regards to the Request Button showing up. Still need to investigate the availability side of things. [TidusJar]
-
Delete the schedules db on startup, we don't want it trying to recover the jobs. [TidusJar]
-
Fixed the issue where it was not picking up roles until the JWT was refreshed. [TidusJar]
-
Fixed #2636. [TidusJar]
-
Take out the lastlogindate update for now #2750. [TidusJar]
-
Fixed #2860 When a future series is unknown it should appear as available when we have the other seasons. [TidusJar]
-
Set the CommandTimeout longer to see if EF can get a handle on the SQLite file when it's locked #2750. [TidusJar]
-
Prevented #2848 from erroring out causing further issues. [TidusJar]
-
Fixed #2847. [TidusJar]
-
Fixed a regression issue where TV Shows couldn't be requested. [TidusJar]
-
Fix typo. [Jeff]
-
Fixed an issue where the Subscribe button was appearing on available movies. [TidusJar]