Commit Graph

129 Commits (f8c11144012695ea6bf3aba86bf5e998fc73c2ca)

Author SHA1 Message Date
Jamie Rees c3c0228b45 swap out the scheduler #2750
6 years ago
tidusjar 52d9a7a586 moved the jobs to use quartz
6 years ago
tidusjar e9ead2eddb update poc quartz with develop
6 years ago
tidusjar c556334f79 Fixed #2910
6 years ago
tidusjar da9c481bb4 Removed some areas where we clear out the cache. This should help with DB locking #2750
6 years ago
Jamie 9ce0b9e70e Converted the Plex Jobs to use Quartz
6 years ago
Jamie 51f5bbc6a8 Fixed the issue where we wouldn't correctly mark some shows as available when there was no provider id #2429
6 years ago
Jamie e4f90e6c17 Fixed the 'loop' in the cacher #2429
6 years ago
TidusJar 438251d8c7 Started on some user stats !wip
6 years ago
TidusJar 185c87ab40 Updated the Emby availability checker to bring it more in line with what we do with Plex.
6 years ago
Jamie Rees c5274cf893 Added more background images and it will loop through the available ones
6 years ago
Jamie Rees 95f6426f53 Fixed #2338
6 years ago
Jamie 6adb0351ea Fixed #2348
6 years ago
Jamie 05a0369aca Fixed the issue where when we find an episode for the recently added sync, we don't check if we should run the availbility checker.
6 years ago
Jamie 02f941767e Fixed the issue with the Recently Added Sync sometimes not working as expected
6 years ago
Jamie b323db1864 Fixed a issue where the Plex Content Sync wouldn't pick up new shows #2276 #2244 #2261
6 years ago
Jamie Rees 83f871da86 Improved the way we sync the plex content and then get the metadata. #2243
6 years ago
Jamie Rees 81811bab03 Fixed that sometimes there would be a hidden error on the login page.
6 years ago
Jamie Rees 856ec03377 Moved the RecentlyAddedSync into it's own job, it still is calls the regular sync but this should make it easier to start the job from the UI (When I add that)
7 years ago
Jamie Rees 5529a049d6 Made a massive improvement on the Smaller more frequent Plex Job. This should pick up content a lot quicker now and also get their metadata a lot quicker.
7 years ago
Jamie Rees 0c7a13f728 Trigger a metadata refresh when we finish scanning the libraries
7 years ago
Jamie Rees bd741e053f Fixed #2169
7 years ago
Jamie eeaf614a29 Added a new Job. Plex Recently Added, this is a slimmed down version of the Plex Sync job, this will just scan the recently added list and not the whole library. I'd reccomend running this very regulary and the full scan not as regular.
7 years ago
Jamie 241e6fca67 Small memory improvements in the Plex Sync
7 years ago
tidusjar 04aee45446 Fixed an issue when Plex decideds to reuse the Plex Key for a different media item... #2038
7 years ago
Jamie 5f7ce5c175 Fixed #2042
7 years ago
Jamie dda467828c
Merge DNC into Master (#2034)
7 years ago
Jamie a7bc93889b Fixed the outstanding issue on #1995
7 years ago
tidusjar b015b101ed Fixed an issue for #1951
7 years ago
tidusjar acac2c3675 Try and fuzzy match the title and release if we cannot get the tvdb id or imdbid (depends on the media agents in Plex) #1951
7 years ago
TidusJar b223306ee8 fixed build and added logging
7 years ago
Jamie e9e61153cb potential fix for #1942
7 years ago
tidusjar 924e7c89f3 FIXED PLEX!!!!!
7 years ago
tidusjar 801b212bd4 Batch the PlexContentSync and increase the plex episode batch size
7 years ago
tidusjar 6f06f962d7 Fixed the migration issue, it's too difficult to migrate the tables
7 years ago
tidusjar 6002b202d9 Working on the movie matching. Stop dupes #1869
7 years ago
tidusjar c7d88f8808 Delete plex episodes on every run due to a bug, need to spend quite a bit of time on this.
7 years ago
tidusjar 6ac9da8bed Some memory management improvements
7 years ago
Jamie a957b37995 Fixed the emby notifications not being sent
7 years ago
tidusjar 40e732de27 #1802 and other small fixes
7 years ago
tidusjar 5d0a8fb493 Done #1788
7 years ago
Jamie 11f1f6b718 Fixed #1774
7 years ago
Jamie f944ef6a79 error handling #1749
7 years ago
tidusjar a383839bd0 Fixed #1721
7 years ago
Jamie 191c46d7aa Renames
7 years ago
Jamie ee13720a8b Reduce the memory consumption #1720
7 years ago
tidusjar 89ca7596c0 Fixed build
7 years ago
tidusjar 6d5a823353 Potential fix for the DB locking issue #1720
7 years ago
tidusjar 560072eba4 Added the option to import the plex admin.
7 years ago
tidusjar 0fdc5e47be Fixed the availability checker
7 years ago
tidusjar fc31db4c6e Added some better handling when adding existing seasons to a tv show in the Plex cacher.
7 years ago
tidusjar dedf42ac87 Should fix #1663
7 years ago
tidusjar 5e48c66325 Added the new banner background for tv shows
7 years ago
Jamie 855941c770 Fix the exception #1613
7 years ago
Jamie 20f3239b94 Found where we potentially are setting a new poster path, looks like the entity was being modified and being set as Tracked by entity framework, so the next time we called SaveChangesAsync() it would save the new posterpath on the entity.
7 years ago
Jamie.Rees 4fc50bb40b Fixed a null reference issue in the Plex Content Cacher
7 years ago
tidusjar 03f7aba47e Added the ability to specify how many episodes we should cache at a time. #1598
7 years ago
tidusjar 7c5bca3b2b Fixed the issue where movie requests were no longer being requested.
7 years ago
Jamie.Rees b7b0381ce7 started adding some more unit tests #1596
7 years ago
Jamie.Rees c58cb4dbe1 #1460 looks like the permissions issue has been resolved. Just need to make sure the Ombi process is terminated.
7 years ago
Jamie.Rees 247d708e7a Changed the way we download the .zip files in the auto updater #1460 This might make a difference to the permissions issue. but not 100% sure.
7 years ago
tidusjar 6c07295a69 Added some logging into the PlexCachers and set the log level to informational
7 years ago
tidusjar 9f82281744 another potential issue? :/
7 years ago
tidusjar 4c52516284 Some more around the plex importer !minor
7 years ago
tidusjar b944f90bdb Added some more logging around the plex user importer
7 years ago
tidusjar 057683d97a Fixed the issue of it showing as not requested when we find it in Radarr.
7 years ago
tidusjar 97d63f13d3 Added the ability to enable Plex User importing. We also allow you to exclude users #1456
7 years ago
Jamie.Rees 53a717aa8a !wip #1456
7 years ago
tidusjar 2e8f08fef1 omgwtf so many changes. #865
7 years ago
Jamie.Rees 599cb013d5 Tests
7 years ago
Jamie.Rees 36d93d5a9d #1456 Started on the User Importer
7 years ago
tidusjar 42f48caf3b Fixed a bunch of bugs in Ombi #865
7 years ago
Jamie.Rees 3cc45b3022 Improvements to the UI and also finished the availability checker #865 #1464
7 years ago
Jamie.Rees 385d206287 Availability Checker #1464 #865
7 years ago
Jamie.Rees 9ed6fd09a4 Fixed ##1492 and finished the episode searcher for #1464
7 years ago
tidusjar d7f0f61ece #1464
7 years ago
Jamie.Rees 0e6462bbd5 #1464 added the Plex episode cacher
7 years ago
Jamie.Rees b82dd4c529 Made a start on supporting multiple emby servers, the UI needs rework #865
7 years ago
Jamie d3e4ce99c2 Added new login page #865
7 years ago