Commit graph

63 commits

Author SHA1 Message Date
tidusjar
d7997d5cc0 Reworked #466 2016-08-11 21:47:01 +01:00
tidusjar
a7d5378426 Attempt at fixing a potential bug found from #466 2016-08-11 12:41:47 +01:00
tidusjar
d843ab0ebb #459 is almost done 2016-08-09 13:27:09 +01:00
tidusjar
698b08aff9 Updated Newtonsoft.Json, Autofixture, Nlog and Dapper packages 2016-08-04 11:54:39 +01:00
tidusjar
4392219823 Workaround for #440 2016-07-29 17:02:11 +01:00
tidusjar
14fddfc118 Finished #266
Added a new cacher job to cache all episodes in Plex.
2016-07-28 17:05:24 +01:00
tidusjar
5411225fa0 #254 having an issue with Sonarr 2016-07-27 19:43:41 +01:00
tidusjar
a82fdbc3bd Fixed #438 2016-07-26 11:35:03 +01:00
tidusjar
b14fd36ecd #254 MOSTLY DONE! At last, this took a while.
So currently if a series exists then we will correctly monitor the episodes selected.

TODO: When the series doesn't exist in sonarr we need to add the series and then wait for the episode metadata to be populated.

Also need to add in all of the regular checks  and notification e.g. whitelist etc.
2016-07-24 18:02:43 +01:00
tidusjar
33ba1db20b frontend and tv episodes api work for #254 2016-07-15 14:29:58 +01:00
tidusjar
71263994b9 #359 2016-07-14 15:39:45 +01:00
tidusjar
ffe6bc41ac small changes around the user management 2016-07-14 12:37:35 +01:00
tidusjar
ae64c11485 Added code to request the api key for CouchPotato 2016-07-08 13:46:56 +01:00
Drewster727
8e004cea2e workaround for #334 2016-06-21 10:00:22 -05:00
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
tidusjar
fcf2c84f61 More work on #298. Everything wired up 2016-06-09 13:36:34 +01:00
tidusjar
e7aba8a4c8 Fixed a bug with some users with the CP profiles 2016-06-03 14:19:21 +01:00
tidusjar
41b439d3bb fixes #296 2016-06-02 14:12:44 +01:00
tidusjar
748fe2ca2d Started working on #26 2016-05-23 15:05:51 +01:00
tidusjar
5a6863456f #164 has been resolved 2016-05-23 13:28:16 +01:00
TidusJar
24b329b132 Downgraded packages 2016-05-12 23:23:06 -04:00
TidusJar
03c7585ebe Finished #209 2016-05-12 16:01:05 -04:00
tidusjar
fdbb373da5 Finished up the caching TODO's 2016-04-12 22:38:14 +01:00
Drewster727
3261bdbf9b revert everything (except PlexRequests.UI) back to .NET 4.5.2 -- fixes incompatibilities with the latest version of mono (4.2.3.4) -- fixes notifications not working #152 #147 #141 2016-04-10 20:01:35 -05:00
Drewster727
718e8868c1 #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
Drewster727
5f67302b32 #150 sonarr/sickrage cache checking. sickrage has a couple small items left 2016-04-08 10:05:09 -05:00
Drewster727
6ed7df2c21 cache the couchpotato wanted list, update it on an interval, and use it to determine if a movie has been queued already 2016-04-07 21:45:05 -05:00
tidusjar
dd07e7546b Added logging around SickRage 2016-04-07 22:15:14 +01:00
tidusjar
10be8f0440 Fixes for sonarr, we now display the error messages back to the user 2016-04-07 20:38:36 +01:00
tidusjar
3efd54c1b6 Fixed #144 2016-04-06 23:08:00 +01:00
tidusjar
f0d44b2788 Fixed an issue where we would add the Sickrage series but it would fail on adding the seasons. 2016-04-05 21:51:52 +01:00
tidusjar
c2737b76a8 Added the music check in the Plex Checker 2016-04-05 12:30:32 +01:00
tidusjar
39a5032c3e Finished the bulk work for Headphones. Needs testing #32 2016-04-04 14:27:55 +01:00
Drewster727
08b14d0164 #114 first pass at choosing quality profile when approving + focus search input by default and when switching tabs 2016-04-03 17:37:41 -05:00
tidusjar
acb39b56f8 work for #32 2016-04-03 21:35:09 +01:00
Shannon Barrett
208c45340b Merge branch 'dev' of https://github.com/tidusjar/PlexRequests.Net into newdev 2016-04-01 21:48:04 -05:00
tidusjar
45fb3ad376 A bit more work on #32 started working on requesting it. The DB is a bit of an issue... 2016-04-01 12:39:13 +01:00
tidusjar
c43f70a0e0 Most of the UI work done for #32 2016-04-01 12:16:04 +01:00
tidusjar
1596dce629 Basic search working for #32 2016-04-01 10:15:09 +01:00
tidusjar
e9d0ccd5c0 Started adding the api part for headphones #32 2016-03-31 13:51:15 +01:00
tidusjar
fe0f6873e5 Made the feedback from Sonarr better when Sonarr already has the series #85 2016-03-29 10:34:20 +01:00
Shannon Barrett
6921e3aa85 Updating SickRage api to verify Season List is up to date 2016-03-28 14:16:55 -05:00
tidusjar
3d2c787062 Finished up #68 and #62 2016-03-25 16:54:18 +00:00
Jamie
47c0c0daf0 Merge pull request #83 from shiitake/dev
Fixes issue #62 and #68
2016-03-24 19:08:32 +00:00
Shannon Barrett
15f7572cf5 Updated the logic for handling specific seasons in Sonarr and Sickrage 2016-03-24 12:03:59 -05:00
tidusjar
2d5612a045 Finished adding pushover support. #44 2016-03-22 22:17:06 +00:00
Jamie
c5db1ed8e6 Merge pull request #39 from shiitake/dev
Fixes for Checking if the user is the owner
2016-03-19 16:15:32 +00:00
tidusjar
9402d1409e Wow, that was a lot of work.
- So, I have now finished #40.
- Fixed a bug where we was not choosing the correct tv series (Because of TVMaze)
- Fixed a bug when checking for plex titles
- Fixed a bug where the wrong issue would clean on the UI (DB was correct)
- Refactored how we send tv shows
- And too many small changes to count.
2016-03-19 14:17:54 +00:00
tidusjar
e34170f55a Added the option to set a CP quality #38 2016-03-19 00:16:44 +00:00
Shannon Barrett
c28a26413a Should fix issue #36 2016-03-18 19:16:29 -05:00