Skip to content

Releases: Ombi-app/Ombi

PlexRequests v1.5.0

25 Mar 17:38
Compare
Choose a tag to compare

Here is version 1.5!
So in this release we have another member working on Plex Requests.Net, Welcome shiitake! A massive thank you for your help this release 😄

Please note the following:

If you was using CouchPotato, you will need to go into the settings an Enable it now!
You will have to create a new admin user, the old one will no longer work. This is because we beefed up the security.
If you had previously email notification on, you will now need to go into the settings and add the sender email to the email settings. This allows us to use External MTA's. If you do not do this, your email notifications will no longer work until you have filled it in.

A small other note, it seems that SickRage is very slow to process new requests, because of this there is a small delay when approving a request to go to SickRage, we have to wait for the show to be added and then change the status of the seasons (Wanted etc).

Features

  • Added the ability to change the admin password.
  • Added pushover notifications!
  • When requesting TV Shows we can now request the first season, last season or all seasons
  • We also show what TV season the user requested on the requests page
    NOTE: Because of this change we require a new administrator to be created, your old account will not work (No settings will be lost).
  • Added the ability to add a sub directory to CouchPotato, Sonarr and Plex.
  • We no longer need CouchPotato to search and request movies.
  • Added better error visibility in the UI when something is not correctly configured e.g. if Plex is not configured while searching we will not notify the user rather than Something went wrong.
  • Added a new admin page to view the error logs and to change the logging levels.
  • Added some pretty icons to the navbar
  • Moved the admin menu over to the right (Best change yet!)
  • Updated the status page, now when there is a new update it will also show the change log and a direct link to download it.
  • Added the ability to filter and sort on the requests page!

Bugs Fixed

  • The notification observers are no longer spamming the logs.
  • Allowed us to enter non-email addresses for the username in the Email notifications, this allows us to use an External MTA to route mail. Because of this we have added a new field called Email Sender, this will be the sender set on the From of the email e.g. [email protected]
  • Added better UI error reporting in some areas
  • Fixed a bug where if you requested a TV show using the 'Latest Season' option it would not get applied in Sonarr
  • Fixed the Link for TV shows

Enjoy!

PlexRequests v1.4.1

20 Mar 12:32
Compare
Choose a tag to compare

Bug Fixes

  • Fixed an issue where Plex Requests.Net would crash after 5 minutes.

PlexRequests v1.4.0

19 Mar 16:55
Compare
Choose a tag to compare

So another release with some new features!

Please note if you are upgrading, Sonarr has a new settings (Enabled), you will need to enable Sonarr.

New Features

  • Now send TV Series over to SickRage!
  • Added the ability to set the CouchPotato quality
  • Complete switch over to a new TV provider (TV Maze) faster search results and better matching!
  • Added a mobile view

Enhancements

  • Added a SSL option under the CouchPotato, Sonarr and SickRage settings

Technical

  • Removed the Requested table, we are now storing all of the requests as a JSON blob. This means if we change the structure of the request we do not have to make any DB schema changes.
  • To do the above there is some first migration code in place that will lookup all requests and add them into the new store. Also since we have a new TV provider while it is looking up all requests, if it finds a TV request it will update the information with the info from TVMaze.

Bug Fixes

  • Sometimes when requesting a TV show it wouldn't check if it was in Plex
  • When requesting a TV/Movie with the same name as something already in Plex it would think you already have it
  • When clearing an issue, it would not clear the issue correctly in the UI (It would be correct in the database)
  • Fixed the Approve all button where it wouldn't approve TV Shows
  • Many other small bug fixes

PlexRequests v1.3.0

17 Mar 20:56
Compare
Choose a tag to compare

So another release with some notification features!

New Features

  • Email Notifications!
  • Pushbullet Notifications!

Enhancements

  • Added a SSL option under the Plex settings

PlexRequests.Net v1.2.1

16 Mar 22:54
Compare
Choose a tag to compare

Enhancements
Added validation to the settings pages

Other
Fixed a bug where you could not access PlexRequests remotely

PlexRequests.Net v1.2.0

15 Mar 19:45
Compare
Choose a tag to compare

So here is a new version!
Below are some of the changes/updates

New Features

  • Added a new option under report issue for the admins, you can now leave an 'Admin note' for your users!
  • Added a connectivity test button, test your connectivity to your applications in the settings pages

Enhancements

  • We are now checking if the request is in Plex when the request comes in, if it is in Plex we let the user know
  • Added a new Status Page, you can now see the product version and if there are any new releases
  • Added a nice ajax loading bar at the top of the page!

Other

  • Added a bunch more unit tests
  • Fixed an issue where the text was appearing larger when reporting an issue
  • Added more logging
  • Other small bug fixes

RequestPlex.Net v1.1.1

13 Mar 21:16
Compare
Choose a tag to compare

So this is the first release of PlexRequests written in .NET!

A massive thanks to loken for his assistance during the development.
Current features include:

  • Couchpotato integration
  • Sonarr integration
  • Plex Authentication
  • Auto approval of requests
  • Manual approval of requests
  • Automatic checks to see if the request is in your current Plex library
  • And more!