Commit Graph

40 Commits (40f6bad06351b89d994373d081f137f7f3ccc788)

Author SHA1 Message Date
Jamie.Rees 39955f1cad Reverted TMDB package
8 years ago
tidusjar bcf1c9cd8e Lots of small fixes including #475
8 years ago
tidusjar 512d2131bd Fixed #553
8 years ago
tidusjar 465b24e6b0 added some error handing around the GetMovie area #517
8 years ago
tidusjar f092d64f53 Merge branch 'dev' of https://github.com/tidusjar/PlexRequests.Net.git
8 years ago
tidusjar e77add75a1 Fixed #505
8 years ago
tidusjar 7db336e202 Finished #415
8 years ago
tidusjar 87f343ef06 Update the availability checker to search for TV Episodes
8 years ago
tidusjar 764e158138 Add more unit tests
8 years ago
tidusjar 13324cac14 More unit tests around the login and also the core Plex Checker
8 years ago
tidusjar d7997d5cc0 Reworked #466
8 years ago
tidusjar 4eff175424 Potentially fixed the issue where we were requesting everything that was also available now.
8 years ago
tidusjar a7d5378426 Attempt at fixing a potential bug found from #466
8 years ago
tidusjar 2608e53399 #254 Removed the cache, we are now storing the plex information into the database.
8 years ago
tidusjar 7f6c70d7b2 Some small tweaks to improve the memory alloc
8 years ago
tidusjar 53f806fc71 Some performance improvements around the new TV stuff
8 years ago
tidusjar 4bccb8fcf0 Reworked the cacher, fixed the memory leak. No more logging within tight loops.
8 years ago
tidusjar 8f4adf780b Some logging
8 years ago
tidusjar 236024e4ae Added #436
8 years ago
tidusjar 14fddfc118 Finished #266
8 years ago
tidusjar 5041653c9a More work for #254
8 years ago
tidusjar 57ec940d5a Moved the plex auth token to the plex settings where it should belong.
8 years ago
tidusjar e82fad7428 Trycatch around the availbility checker
8 years ago
tidusjar 88a43563c4 Added some of the backend bits for #182
8 years ago
Drewster727 ffc0ec34c4 null provider check for movies
9 years ago
Drewster727 87bb392b41 fix obj ref error when scheduler runs (ProviderId is null?)
9 years ago
tidusjar e8706354b9 Fixed tests
9 years ago
tidusjar 89db8eb728 Added the new advanced search into the search page too.
9 years ago
tidusjar fefad77ac1 Attempting to improve #219
9 years ago
tidusjar 0ed75f163f Removed some DumpJson() from the trace logs.
9 years ago
tidusjar 31e5c07383 Fixed a bug in the user notification where if an admin wants to be notified they wouldn't be.
9 years ago
tidusjar e49b160500 Fully finished #27 just need to test it!
9 years ago
tidusjar df3dc4ac04 - Added a visual indication on the UI to tell the admin there is a update available.
9 years ago
tidusjar c50e2bb644 Added the actual notification part of #27
9 years ago
Drewster727 ba06e8630f additional cacher error handling + don't bother checking the requests when we don't get data back from plex
9 years ago
tidusjar 83bbd3fd88 merge and small changes
9 years ago
tidusjar 07c00d232c small changes
9 years ago
Drewster727 508baeec04 increase the scheduler cache timeframe to avoid losing cache when the remote api endpoints go offline (due to a reboot or some other reason) -- if they're online, the cache will get refreshed every 10 minutes like normal
9 years ago
Drewster727 121465210d fix the cacher by adding locking + extra logging in the plex checker + use a const key for scheduler caching time
9 years ago
tidusjar 9c61f909de Switched out the schedulers, this seems to be a better implimentation to the previous and is easier to add new "jobs" in.
9 years ago