aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller
AgeCommit message (Collapse)Author
2015-03-29sync updatesLuke Pulverenti
2015-03-29update live stream generationLuke Pulverenti
2015-03-29update live stream generationLuke Pulverenti
2015-03-29update stream generationLuke Pulverenti
2015-03-28implement modular media sourcesLuke Pulverenti
2015-03-28sync updatesLuke Pulverenti
2015-03-27sync updatesLuke Pulverenti
2015-03-27fix mp4 sync encodingLuke Pulverenti
2015-03-26use server to build initial stream url'sLuke Pulverenti
2015-03-24update tv db cleanupLuke Pulverenti
2015-03-24removed ProcessManagerLuke 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-21beta fixesLuke Pulverenti
2015-03-20incorporate file length into image cache tagLuke Pulverenti
2015-03-20update ILiveTvServiceLuke Pulverenti
2015-03-18updated nugetLuke Pulverenti
2015-03-18update translationsLuke Pulverenti
2015-03-18add query by PersonIdLuke Pulverenti
2015-03-17stub out localizable pluginLuke Pulverenti
2015-03-17support adding connect userLuke Pulverenti
2015-03-17support remove connect userLuke Pulverenti
2015-03-17sync updatesLuke Pulverenti
2015-03-16added archive interfaceLuke Pulverenti
2015-03-15update dynamic imagesLuke Pulverenti
2015-03-15sync updatesLuke Pulverenti
2015-03-15rework handling of original qualityLuke Pulverenti
2015-03-15sync updatesLuke Pulverenti
2015-03-14save appVersion with device recordLuke 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-13update default image providersLuke 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-13update server syncLuke Pulverenti
2015-03-12adjust audio direct play checksLuke Pulverenti
2015-03-12remove more reliance on ActiveServiceLuke Pulverenti
2015-03-12remove some usage of ActiveServiceLuke Pulverenti
2015-03-12add methods to get quality optionsLuke Pulverenti
2015-03-11don't apply path substitution when transcodingLuke Pulverenti
2015-03-10update artist and album fields on song changesLuke Pulverenti
2015-03-10update server syncLuke Pulverenti
2015-03-09support storage of original titleLuke Pulverenti
2015-03-09fix session not found errorsLuke Pulverenti
2015-03-08don't use socket to report start/stopLuke Pulverenti
2015-03-08connect to socket with access tokenLuke Pulverenti
2015-03-08sync updatesLuke Pulverenti
2015-03-07update server syncLuke Pulverenti
2015-03-07add methods to media source managerLuke Pulverenti