aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Entities
AgeCommit message (Collapse)Author
2015-07-14update people sortingLuke Pulverenti
2015-07-12update dto dictionary buildingLuke Pulverenti
2015-07-09update polymerLuke Pulverenti
2015-07-09update favorites pageLuke Pulverenti
2015-07-083.0.5666.2Luke Pulverenti
2015-07-06update people queriesLuke Pulverenti
2015-06-28update people savingLuke Pulverenti
2015-06-28consolidate people accessLuke Pulverenti
2015-06-20start people updateLuke Pulverenti
2015-06-01add IsKids columnLuke Pulverenti
2015-06-01update recording databaseLuke Pulverenti
2015-06-01update live tv databaseLuke Pulverenti
2015-05-31normalize tv recording objectsLuke Pulverenti
2015-05-08update translationsLuke Pulverenti
2015-05-05update login pageLuke Pulverenti
2015-05-04added headroom scrollingLuke Pulverenti
2015-04-293.0.5597.1Luke Pulverenti
2015-04-25update audio transcoding bitrateLuke Pulverenti
2015-04-19live tv fixesLuke Pulverenti
2015-04-19added a photo viewLuke Pulverenti
2015-04-16resolve photo scan hangLuke Pulverenti
2015-04-15added user view settingLuke Pulverenti
2015-04-15fix roku thumbnailsLuke Pulverenti
2015-04-14resolve AVG false positivesLuke Pulverenti
2015-04-133.0.5582.0Luke Pulverenti
2015-04-13rework server syncLuke Pulverenti
2015-04-12support sync for live tv recordingsLuke Pulverenti
2015-04-11updated image magickLuke Pulverenti
2015-04-11fix chapter image extractionLuke Pulverenti
2015-04-10rework image providersLuke Pulverenti
2015-04-10fix library changedLuke Pulverenti
2015-04-10improve ffmpeg cleanupLuke Pulverenti
2015-04-09improve name matchingLuke Pulverenti
2015-04-05add notification services tabLuke Pulverenti
2015-04-05probe live streams after openingLuke Pulverenti
2015-04-01post release housecleaningLuke Pulverenti
2015-03-26use server to build initial stream url'sLuke 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-20incorporate file length into image cache tagLuke Pulverenti
2015-03-18update translationsLuke Pulverenti
2015-03-18add query by PersonIdLuke Pulverenti
2015-03-16added archive interfaceLuke Pulverenti
2015-03-15update dynamic imagesLuke Pulverenti
2015-03-14add movie metadata support to live tvLuke Pulverenti
2015-03-14add live tv collageLuke Pulverenti
2015-03-14add dynamic imagesLuke Pulverenti
2015-03-13query for content by studio idLuke Pulverenti
2015-03-13add ArtistItems to api outputLuke Pulverenti
2015-03-13add AlbumArtists to item dto'sLuke Pulverenti
2015-03-10update artist and album fields on song changesLuke Pulverenti