aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Entities/TV
AgeCommit message (Collapse)Author
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.
2016-04-20add OriginalTitle to metadata editorLuke Pulverenti
2016-04-18don't use omdb for missing episodesLuke Pulverenti
2016-04-09update DisplayParentLuke Pulverenti
2016-04-02resolve issue with querying by multiple item idsLuke Pulverenti
2016-03-31update sort namesLuke Pulverenti
2016-03-27Remove unused code...Sven Van den brande
2016-02-26sync fixesLuke Pulverenti
2015-11-11added new parent methodsLuke Pulverenti
2015-11-06encode with qsvLuke Pulverenti
2015-10-29update db queriesLuke Pulverenti
2015-10-23update mouse handlerLuke Pulverenti
2015-09-29removed dead db fieldsLuke Pulverenti
2015-09-19update metadata editorLuke Pulverenti
2015-07-31update stream bufferingLuke Pulverenti
2015-05-04added headroom scrollingLuke Pulverenti
2015-04-293.0.5597.1Luke Pulverenti
2015-04-25update audio transcoding bitrateLuke Pulverenti
2015-03-23Fix season images not showing up when Emby starts.Mike
The TvdbSeasonImageProvider was running before the TvdbSeasonImageProvider. This caused the seriesid be null on the series. (This is apparently populated as part of the metadata refresh on the series. Moving that scan before the seasons seems to fix the problem. See the following code from TvdbSeriesImageProvider var seriesId = series != null ? series.GetProviderId(MetadataProviders.Tvdb) : null; if (!string.IsNullOrEmpty(seriesId) && season.IndexNumber.HasValue)
2015-03-14add live tv collageLuke Pulverenti
2015-03-09support storage of original titleLuke Pulverenti
2015-02-14fix language settings inheritanceLuke Pulverenti
2015-02-07sync updatesLuke Pulverenti
2015-02-05some initial work on cloud syncLuke Pulverenti
2015-01-28restore dummy season folder creationLuke Pulverenti
2015-01-27support getting all episodes per seriesLuke Pulverenti
2015-01-25sync updatesLuke Pulverenti
2015-01-24sync updatesLuke Pulverenti
2014-12-27added optional SeasonUserDataLuke Pulverenti
2014-12-22begin work on daily episodesLuke Pulverenti
2014-12-20start using user policyLuke Pulverenti