Commit Graph

1054 Commits (55f13091405bd575ed66933150e0d05047ac86b4)
 

Author SHA1 Message Date
tidusjar f8457d1db2 Updated the episode cacher to have a minimum of 11 hours before it runs again.
8 years ago
tidusjar 5e090b04b1 Always set the wizard to be true when editing the Plex Requests settings (Since the flag is not in the UI, a bool defaults to false).
8 years ago
tidusjar 64d7acc7e4 Tiny bit of more info
8 years ago
tidusjar 42706a3068 Added some useful analytical infomation around the wizard.
8 years ago
tidusjar 632ce75fa0 Finished #459
8 years ago
tidusjar d843ab0ebb #459 is almost done
8 years ago
tidusjar 0a97d9e256 Updated the German translations #402
8 years ago
tidusjar 8677d96ed8 Modified the episode modal so that we are now resetting the button after a request
8 years ago
tidusjar 6f008f77a3 Added some code to shrink the DB. reworked the search to speed it up.
8 years ago
tidusjar 97b1901a64 Change to use the GrandparentTitle rather than the thumbnail.... facepalm
8 years ago
tidusjar f02dd18c66 Change the interval to hours!
8 years ago
tidusjar d19deea56c Added the transaction back into the DB.
8 years ago
tidusjar 0b21c69a46 Commented out the transaction for now to debug it.
8 years ago
tidusjar e4f9b4c71e Added logging
8 years ago
tidusjar f112af7e85 Since we are multithreading, we should use a threadsafe type to store the episodes to prevent any threading or race conditions.
8 years ago
tidusjar 5471a77480 Wrapped the bulk insert inside a transaction
8 years ago
tidusjar 1fa32d29ea Made the episode check parallel
8 years ago
tidusjar 25b8e2e78b Log out the GUID causing the issue
8 years ago
tidusjar 768519f28b fixed another test
8 years ago
tidusjar 348beb31ba Fixed tests
8 years ago
tidusjar 0699d777d6 Got mostly everything working for #254 Ready for testing
8 years ago
tidusjar 131a99b1bb Fixed issue with saving to db
8 years ago
tidusjar f60e880da5 Need to work out why the cacher is not working and where the datatype mismatch is
8 years ago
tidusjar f43d400cf6 don't delete first
8 years ago
tidusjar e5e1256fad Fix the log path issue #451
8 years ago
tidusjar a3c3945540 Dump an item
8 years ago
tidusjar c4a96e311c Changed the query slightly
8 years ago
tidusjar 94f8cee015 Small change with the return value in the batch insert
8 years ago
tidusjar 2608e53399 #254 Removed the cache, we are now storing the plex information into the database.
8 years ago
tidusjar af1c93620f Small change in the episode saver
8 years ago
tidusjar 7f6c70d7b2 Some small tweaks to improve the memory alloc
8 years ago
tidusjar 5d18877b49 Short circuit when Plex hasn't been setup. Added Miniprofiler
8 years ago
tidusjar 0f34885444 Consolidate newtonsoft.json packages
8 years ago
tidusjar 698b08aff9 Updated Newtonsoft.Json, Autofixture, Nlog and Dapper packages
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 98662ab74e Another null check
8 years ago
tidusjar cfd01fa86e Some more changes
8 years ago
tidusjar f6e1176295 some error handling
8 years ago
tidusjar 61124624ae check if the sonarr ep is monitored
8 years ago
tidusjar f271b0b4ce Added the Sonarr check for episodes #254
8 years ago
tidusjar 8f4adf780b Some logging
8 years ago
tidusjar a38877d984 Small changes, we will actually see the episode cacher on the scheduled jobs page now
8 years ago
tidusjar 0657264dd3 Work on the UI to show what episodes have been requested #254
8 years ago
tidusjar a5cbd5dfd6 small fix
8 years ago
tidusjar 4f71969ee5 Fix the api change in #450
8 years ago
tidusjar 50f9348350 Added unit tests
8 years ago
tidusjar 510e974283 #254
8 years ago
tidusjar 4392219823 Workaround for #440
8 years ago
tidusjar b3e90c7a7f Async async async improvements.
8 years ago