Commit graph

16 commits

Author SHA1 Message Date
tidusjar
963b4e6ee8 Added an option to disable/enable the Plex episode cacher 2016-08-10 12:39:48 +01:00
tidusjar
f8457d1db2 Updated the episode cacher to have a minimum of 11 hours before it runs again. 2016-08-10 12:28:39 +01:00
tidusjar
97b1901a64 Change to use the GrandparentTitle rather than the thumbnail.... facepalm 2016-08-08 13:45:18 +01:00
tidusjar
d19deea56c Added the transaction back into the DB.
Do not run the episode cacher if it's been run in the last hour
2016-08-08 13:38:26 +01:00
tidusjar
f112af7e85 Since we are multithreading, we should use a threadsafe type to store the episodes to prevent any threading or race conditions. 2016-08-08 10:52:15 +01:00
tidusjar
1fa32d29ea Made the episode check parallel 2016-08-08 09:23:06 +01:00
tidusjar
131a99b1bb Fixed issue with saving to db 2016-08-05 20:36:24 +01:00
tidusjar
f60e880da5 Need to work out why the cacher is not working and where the datatype mismatch is 2016-08-05 12:53:06 +01:00
tidusjar
f43d400cf6 don't delete first 2016-08-05 12:41:55 +01:00
tidusjar
a3c3945540 Dump an item 2016-08-05 12:35:17 +01:00
tidusjar
2608e53399 #254 Removed the cache, we are now storing the plex information into the database.
There is a big structure change around this, also increased the default check time to be in hours.
2016-08-05 11:34:00 +01:00
tidusjar
af1c93620f Small change in the episode saver 2016-08-05 08:48:51 +01:00
tidusjar
7f6c70d7b2 Some small tweaks to improve the memory alloc 2016-08-04 21:53:19 +01:00
tidusjar
5d18877b49 Short circuit when Plex hasn't been setup. Added Miniprofiler 2016-08-04 13:38:42 +01:00
tidusjar
4bccb8fcf0 Reworked the cacher, fixed the memory leak. No more logging within tight loops. 2016-08-03 22:10:36 +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