aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-15update library setupLuke Pulverenti
2015-10-15rework new library dialogLuke Pulverenti
2015-10-15show library folder imagesLuke Pulverenti
2015-10-15update playlist drag and dropLuke Pulverenti
2015-10-15support drag and drop for playlist itemsLuke Pulverenti
2015-10-15enable back button on sort menusLuke Pulverenti
2015-10-14disable movie folder feature for dlna by defaultLuke Pulverenti
2015-10-14add multiselect help textLuke Pulverenti
2015-10-14fix missing fileLuke Pulverenti
2015-10-14rework playlist editorLuke Pulverenti
2015-10-14collection fixesLuke Pulverenti
2015-10-14boxset image fixesLuke Pulverenti
2015-10-13added IE fixesLuke Pulverenti
2015-10-13update media info dbLuke Pulverenti
2015-10-13rework directory pickerLuke Pulverenti
2015-10-13update chaptersLuke Pulverenti
2015-10-13update themeLuke Pulverenti
2015-10-12update scheduled tasks pageLuke Pulverenti
2015-10-11recording fixesLuke Pulverenti
2015-10-10update schedules direct mappingLuke Pulverenti
2015-10-08make tv guide standalone componentLuke Pulverenti
2015-10-08update nfo savingLuke Pulverenti
2015-10-07update polymerLuke Pulverenti
2015-10-07update collection menusLuke Pulverenti
2015-10-06Merge pull request #1213 from softworkz/RemoteSearchDuplicatesLuke
Remote-Search: Suppress duplicates when agregating results from multiple providers
2015-10-06retry image saving to internal locationLuke Pulverenti
2015-10-05update polymerLuke Pulverenti
2015-10-05Merge branch 'dev' of https://github.com/MediaBrowser/Emby into devLuke Pulverenti
2015-10-05update commonioLuke Pulverenti
2015-10-05update library monitorLuke Pulverenti
2015-10-05Merge pull request #1214 from softworkz/ProvidersFixSeriesSearchLuke
Remote-Search: Fixed providers to return year information when searching for series
2015-10-06Remote-Search: Fixed providers to return year information when searching for ↵softworkz
series * OmdbProvider: The result often contains strings like '2010-' or '2010-2012'. I fixed the parsing to use the first 4 digits only in these cases * TheMovieDb: While the search method did send appropriate queries for different search types, it didn't differentiate for deserialization of results. I fixed this at least for the TvResults, in order to get the 'first_air_date' property parsed. * TheTvdb: The parsing of the 'FirstAired' node was missing here as well (for search results)
2015-10-06Remote-Search: Suppress duplicates when agregating results from multiple ↵softworkz
providers This is a revision to pull request #1205 which tries to avoid returning duplicate results from multiple providers. Duplicates are eliminated in two stages: * Check for duplicate provider ids * In case of movies and series: Also remove duplicates by title/year combination The second stage is required because search results of themoviedb and thetvdb do not contain external ids and performing separate queries for each individual result would be too expensive. This is not an ideal solution, but Name/Year is anyway just exactly that information which is presented to the client in the results - apart from the image, of course. Images are only aggregated on matching provider ids, though. To allow image aggregation over all search results, the breaking condition once the result list is full has been removed..
2015-10-05update subtitle transcodingLuke Pulverenti
2015-10-04rework peopleLuke Pulverenti
2015-10-04Merge pull request #1209 from softworkz/AutoOrganizeErrorHandlingLuke
Auto-Organize: Display errors in client on server exceptions
2015-10-04update logging levelsLuke Pulverenti
2015-10-04update trailerLuke Pulverenti
2015-10-04update editor cssLuke Pulverenti
2015-10-04update channelsLuke Pulverenti
2015-10-04update channel dbLuke Pulverenti
2015-10-04update portable projectLuke Pulverenti
2015-10-04rework identify popupLuke Pulverenti
2015-10-04fix nuget errorLuke Pulverenti
2015-10-04remove nuget restoresLuke Pulverenti
2015-10-04remove nuget targetsLuke Pulverenti
2015-10-04Complete rework of IFileSystemLuke Pulverenti
2015-10-04continue file system reworkLuke Pulverenti
2015-10-03begin file system reworkLuke Pulverenti
2015-10-03Merge pull request #1210 from softworkz/SourcePathTooLongLuke
Auto-Organize: PathTooLongException on source file should not break auto-organize task