Commit graph

1629 commits

Author SHA1 Message Date
smcpeck
f400412568 Normalized spacing/tabs 2017-02-28 20:53:29 -06:00
smcpeck
b7bfc2fcc0 Move local user login to be the first thing checked; renamed old Api variable to PlexApi now that Emby is in play. 2017-02-28 20:52:43 -06:00
smcpeck
f0358c1f5e Remove all the polling/retry logic around HP requests. This was a problem do to not properly awaiting the initial AddArtist API call being sent to HP. Also fix SetAlbumStatus to use ReleaseId instead of MusicBrainsId (same fix previously applied to AddArtist). 2017-02-28 20:51:28 -06:00
smcpeck
b5fc7692d6 Restore checking of HTTP StatusCode on ApiRequests; remove checking of response.ErrorException 2017-02-28 20:48:00 -06:00
Jamie.Rees
7d8848a69c Added gravitar image 2017-02-28 16:09:26 +00:00
smcpeck
3ee4ae34d5 Reverted (for now) non-200 response handling; added some extra logging. 2017-02-27 23:46:06 -06:00
smcpeck
ec973917b4 Tweaked ApiRequest behavior on non-200 responses; think it was breaking login. :-" 2017-02-27 23:30:03 -06:00
smcpeck
231a525109 Only deserialize response payload in ApiRequest when StatusCode == 200. Will a default return value in other cases cause other issues? 2017-02-27 22:14:42 -06:00
smcpeck
a5651775a6 Merge branch 'hp-timeout' of https://github.com/smcpeck/Ombi into hp-timeout 2017-02-27 21:18:59 -06:00
smcpeck
e57cdf8c6f Added a missing await for an HP AddArtist call. Added some more Trace logging. 2017-02-27 21:18:35 -06:00
smcpeck
652650dacc Added a missing await for an HP AddArtist call. Added some more Trace logging. 2017-02-27 21:16:21 -06:00
smcpeck
f931750f98 Merge branch 'hp-timeout' of https://github.com/smcpeck/Ombi into hp-timeout 2017-02-27 20:04:32 -06:00
smcpeck
af463d0dd7 Added some logging around API calls. 2017-02-27 20:03:26 -06:00
Shaun McPeck
68807c899c Merge pull request #3 from tidusjar/EAP
Sync'ing upstream EAP into local branch for HP investigation
2017-02-27 19:50:46 -06:00
Jamie.Rees
f6bf6493b2 Merge branch 'dev' of https://github.com/tidusjar/PlexRequests.Net.git 2017-02-27 08:03:10 +00:00
Jamie.Rees
0dfd2f2658 Fixed #1192 2017-02-27 08:02:47 +00:00
Jamie
3c6321f699 Merge pull request #1191 from tidusjar/dev
Dev
2017-02-25 22:53:52 +00:00
Jamie
1b8f175bcf Merge pull request #1190 from tidusjar/EAP
Eap
2017-02-25 22:53:30 +00:00
tidusjar
5095d30a3c Fixed a slight issue where we could click the change folders button rather than the dropdown arrow #1189 2017-02-25 22:52:28 +00:00
Jamie
e43d2d8880 Merge pull request #1186 from smcpeck/EAP
Fix Headphones album search integration.
2017-02-25 22:27:03 +00:00
smcpeck
2178881895 Headphones - added releaseID to generic RequestedModel and passing that through to HP request. Their API doesn't request via the MusicBrainzId. 2017-02-24 16:14:16 -06:00
Jamie
4472ebdb97 Merge pull request #1185 from tidusjar/dev
Dev
2017-02-24 21:47:40 +00:00
Jamie
e420d03a77 Merge pull request #1178 from smcpeck/master
FEATURE: Search movies by actor
2017-02-24 21:44:31 +00:00
tidusjar
3d6264095e Bunch of updater files 2017-02-24 21:43:36 +00:00
Shaun McPeck
63b6c8ea76 Merge pull request #1 from tidusjar/EAP
EAP
2017-02-24 15:26:22 -06:00
tidusjar
0da49440e2 #1163 #117 2017-02-24 20:59:53 +00:00
distaula
a0c783ea81 fixup! Reset the branch on v2.1.0 tag to get to a shared state between dev and Master. 2017-02-24 12:05:35 -05:00
smcpeck
99e48f31fe changed IEmbyAvailabilityChecker to use IEnumberables + checking actor search against Emby content + PR feedback 2017-02-24 10:48:12 -06:00
smcpeck
c96ec2ef9d removed some unnecessary 'ConfigureAwait` uses 2017-02-24 10:36:48 -06:00
smcpeck
65b69e3cad remove meaningless html class from actor searching checkbox 2017-02-24 10:24:34 -06:00
smcpeck
bdecd9cdac Merge branch 'master' of https://github.com/smcpeck/Ombi 2017-02-24 10:18:30 -06:00
smcpeck
1f18dd61f5 Remove extra delay when filtering out existing movies 2017-02-24 10:18:21 -06:00
Shaun McPeck
017ea96d9e Merge branch 'dev' into master 2017-02-24 10:14:01 -06:00
Jamie
bf35663c5f Merge pull request #1183 from tidusjar/dev
Fixed an issue where we were not always showing movies from external …
2017-02-24 13:34:48 +00:00
tidusjar
844938a92c Fixed an issue where we were not always showing movies from external programs 2017-02-24 13:34:07 +00:00
smcpeck
3c3afb37c2 Changed actor searching to support non-actors too 2017-02-23 20:20:59 -06:00
smcpeck
7156869621 Added a 10 second timer to refresh some new caching I put in 2017-02-23 18:09:11 -06:00
smcpeck
6ab8d52242 Post merge build fixes 2017-02-23 17:49:25 -06:00
Shaun McPeck
f817953ba3 Merge branch 'dev' into master 2017-02-23 17:44:46 -06:00
smcpeck
39871802b5 UI changes to add checkbox and support searching for only new matches via new API. 2017-02-23 17:17:27 -06:00
smcpeck
0d3ff966d6 Added API endpoint for /actor/new/ to support searching for movies not already available/requested 2017-02-23 17:15:58 -06:00
smcpeck
b51f790493 REFACTOR: IAvailabilityChecker - changed arrays to IEnumerables 2017-02-23 17:13:45 -06:00
Jamie
b752a22199 Merge pull request #1181 from tidusjar/dev
Dev
2017-02-23 22:32:30 +00:00
tidusjar
9542286806 fix 2017-02-23 22:32:07 +00:00
tidusjar
55e7b50b85 Fixed #1177 2017-02-23 22:31:26 +00:00
smcpeck
0aa00fd888 UI changes to consume actor searching API 2017-02-23 12:02:58 -06:00
smcpeck
9380ba3e45 API changes to allow for searching movies by actor 2017-02-23 12:02:04 -06:00
smcpeck
a8288a93b0 Enforcing async/await in synchronous methods that were marked async. 2017-02-23 11:59:37 -06:00
Jamie
b160c54f27 Merge pull request #1169 from tidusjar/dev
Fixed #1152
2017-02-21 21:18:13 +00:00
tidusjar
09a06bd6f0 Fixed #1152 2017-02-21 21:16:10 +00:00