SickGear/sickbeard/databases
Prinz23 c1d3487a21 Change increase namecache size and fix deleting items from it when at capacity.
Add thread lock to NameParserCache.
Add exception handling for add to cache.
Change increase NameParserCache to 1000 entries.
Change NameParserCache to OrderedDefaultdict.
Add move_to_end to OrderedDefaultdict class (backported from python 3).
Add first_key, last_key to OrderedDefaultdict.
Change use much faster first_key in NameParserCache.
Change remove import of python pre 2.7 OrderedDict.
2018-04-17 23:59:20 +01:00
..
__init__.py Change logos, text etc. branding to SickGear. 2014-11-12 20:56:40 +00:00
cache_db.py Change increase namecache size and fix deleting items from it when at capacity. 2018-04-17 23:59:20 +01:00
failed_db.py Add support for a testing.db version (>=100000). 2018-01-30 17:57:15 +00:00
mainDB.py Add choose to delete watched episodes from a list of played media at Kodi, Emby, and/or Plex. 2018-03-06 02:12:45 +00:00