aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Entities/TV
AgeCommit message (Collapse)Author
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
2014-12-18add more sync buttonsLuke Pulverenti
2014-12-11update sync objectsLuke Pulverenti
2014-11-16update naming methodsLuke Pulverenti
2014-11-16add new naming projectLuke Pulverenti
2014-10-24add LocalFileInfo.IdLuke Pulverenti
2014-10-15move user image into profile settingsLuke Pulverenti
2014-09-20add MediaInfo to improve media analysis for video filesLuke Pulverenti
2014-08-30Adjust transcoding throttlingLuke Pulverenti
2014-08-29add photo albumLuke Pulverenti
2014-08-14update translationsLuke Pulverenti
2014-08-05fixes #887 - Support ttml subtitle outputLuke Pulverenti
2014-08-02fixes #791 - Support server-side playlistsLuke Pulverenti
2014-07-17add dlna channel factoryLuke Pulverenti
2014-07-05fixes #689 - Support grouping latest itemsLuke Pulverenti
2014-07-03fixes #762 - Marking unwatched doesn't update displayLuke Pulverenti
2014-06-19Fixed absolute episodes being being resolved and the tvdb provider not ↵Thomas Gillen
identifying them Episode resolver will only consider absolute episodes (those without a season) if the media type is TV Series for the collection.
2014-05-09Do better to make sure hls files are cleaned upLuke Pulverenti
2014-04-19dlna fixesLuke Pulverenti
2014-03-03add more report dataLuke Pulverenti
2014-02-27added app theme classes and serviceLuke Pulverenti
2014-02-25fix directory not found error in episode organizationLuke Pulverenti
2014-02-21rework checkboxes for block unrated itemsLuke Pulverenti
2014-02-17fixed themoviedb search returning no resultsLuke Pulverenti
2014-02-13take photos into the coreLuke Pulverenti
2014-02-10fix refresh of tv recordingsLuke Pulverenti
2014-02-10restored external subtitle supportLuke Pulverenti
2014-02-08added item type to refresh infoLuke Pulverenti
2014-02-08added more image providersLuke Pulverenti
2014-02-06switch to generic lookup typeLuke Pulverenti
2014-02-06Inherit custom ratingLuke Pulverenti
2014-02-05converted movie providers to new systemLuke Pulverenti