Ombi/PlexRequests.Api.Models/Plex
tidusjar fefad77ac1 Attempting to improve #219
We now have a new setting "Advanced Search". What this does is for each item  in the plex library we will get the ratingKey and perform another API call to get the MetaData for that ratingKey, inside the metadata it contains the "guid", the guid contains either a IMDBId or TheTVDBID. We will then use that to match the request. This does mean that we now need to capture the TvDbId for each TV Request.
2016-06-09 22:21:41 +01:00
..
PlexAccount.cs Should fix issue #36 2016-03-18 19:16:29 -05:00
PlexAuthentication.cs Fixed a bug in the Login and added a unit test to cover that. 2016-03-10 19:58:32 +00:00
PlexError.cs Fixed a bug in the Login and added a unit test to cover that. 2016-03-10 19:58:32 +00:00
PlexFriends.cs Fixed a bug in the Login and added a unit test to cover that. 2016-03-10 19:58:32 +00:00
PlexLibraries.cs #150 start caching plex media as well. refactored the availability checker. NEEDS TESTING. also, we need to make the Requests hit the plex api directly rather than hitting the cache as it does now. 2016-04-09 12:18:04 -05:00
PlexMediaType.cs #150 start caching plex media as well. refactored the availability checker. NEEDS TESTING. also, we need to make the Requests hit the plex api directly rather than hitting the cache as it does now. 2016-04-09 12:18:04 -05:00
PlexMetadata.cs Attempting to improve #219 2016-06-09 22:21:41 +01:00
PlexSearch.cs Attempting to improve #219 2016-06-09 22:21:41 +01:00
PlexStatus.cs #150 start caching plex media as well. refactored the availability checker. NEEDS TESTING. also, we need to make the Requests hit the plex api directly rather than hitting the cache as it does now. 2016-04-09 12:18:04 -05:00
PlexUserRequest.cs Added test button to Plex. That's fixed #9 2016-03-15 13:29:28 +00:00