aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Entities/TV
AgeCommit message (Collapse)Author
2016-09-03trim excess loggingLuke Pulverenti
2016-09-03update season cleanupLuke Pulverenti
2016-08-25update translationsLuke Pulverenti
2016-08-25fix slow episode responsesLuke Pulverenti
2016-08-18update season queriesLuke Pulverenti
2016-08-17update season methodsLuke Pulverenti
2016-08-17update loggingLuke Pulverenti
2016-08-17update loggingLuke Pulverenti
2016-08-16update season queriesLuke Pulverenti
2016-08-16update series queriesLuke Pulverenti
2016-08-14refresh people on demand, when neededLuke Pulverenti
2016-08-12limit series pooling to common librariesLuke Pulverenti
2016-08-12rework storage of PresentationUniqueKeyLuke Pulverenti
2016-07-29Removed redundant Collection InitializersSven Van den brande
Removed Using directives that are not required
2016-07-10add faster access to series sort nameLuke Pulverenti
2016-07-07fix season idsLuke Pulverenti
2016-07-05denormalize seriesidLuke Pulverenti
2016-07-05denormalize seasonidLuke Pulverenti
2016-07-04denormalize series fieldsLuke Pulverenti
2016-07-01next up upgrade fixesLuke Pulverenti
2016-06-16update child count creationLuke Pulverenti
2016-06-15update recording formatLuke Pulverenti
2016-06-12update item queriesLuke Pulverenti
2016-06-08stub out channel mappingLuke Pulverenti
2016-06-06record time baseLuke Pulverenti
2016-06-04more jquery removalLuke Pulverenti
2016-06-04restore episode poolingLuke Pulverenti
2016-06-03rework user dataLuke Pulverenti
2016-06-01Merge pull request #1796 from greenlanternprime/devLuke
Remote Trailers support at episode Level
2016-05-31Remote Trailers support at episode LevelAlun Jones
2016-05-31add series trakt linkLuke Pulverenti
2016-05-29update album refreshLuke Pulverenti
2016-05-24deprecate provider optionsLuke Pulverenti
2016-05-24update episode filtersLuke Pulverenti
2016-05-21update seasonsLuke Pulverenti
2016-05-20update seasonsLuke Pulverenti
2016-05-20update season filtersLuke Pulverenti
2016-05-18update artist queriesLuke Pulverenti
2016-05-12update textLuke Pulverenti
2016-05-11update user data queriesLuke Pulverenti
2016-05-08update windows ffmpegLuke Pulverenti
2016-05-08update user data queriesLuke Pulverenti
2016-05-07update iconsLuke Pulverenti
2016-05-06fix episode queryLuke Pulverenti
2016-05-06update componentsLuke Pulverenti
2016-05-02update series poolingLuke Pulverenti
2016-05-02support pooling series and seasonsLuke Pulverenti
2016-05-01introduce presentation unique keyLuke Pulverenti
2016-04-30support multiple user data keysLuke Pulverenti
2016-04-23Restrict metadata refresh of missing/virtual episodessoftworkz
This commit can significantly improe library scan times! (in my case from 15minutes to 50s) This fixes the following situation: When a user has a series in his library with lots of episodes (like thousands), the metadata for ALL series episodes was refreshed during each library scan. This resulted in very long scan times, even when using the provider's cached data. This fix skips metadata refresh for episodes that are NOT present in the local library and are having an airdate older than 30days (no more changes likely to occur) during library scans. But these skipped items would still be refreshed during a full metadata refresh. I believe this is an acceptable balance between performance and accuracy.