Skip to content

PlexRequests v1.4.0

Compare
Choose a tag to compare
@tidusjar tidusjar released this 19 Mar 16:55

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