aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-02-04sync updatesLuke Pulverenti
2015-02-04dlna fixesLuke Pulverenti
2015-02-03order sync usersLuke Pulverenti
2015-02-03updated nugetLuke Pulverenti
2015-02-03enforce user access to offline itemsLuke Pulverenti
2015-02-03update sync progress displayLuke Pulverenti
2015-02-03clean up sync temp files when canceling jobsLuke Pulverenti
2015-02-03sync updatesLuke Pulverenti
2015-02-03update sync job % trackingLuke Pulverenti
2015-02-03fix web projectLuke Pulverenti
2015-02-02rework detail page a littleLuke Pulverenti
2015-02-02subtitle profile fixesLuke Pulverenti
2015-02-02update translationsLuke Pulverenti
2015-02-01fix missing paramLuke Pulverenti
2015-02-01xbox 360 dlna fixesLuke Pulverenti
2015-02-01update thumbnail generationLuke Pulverenti
2015-02-01add params for libnvencLuke Pulverenti
2015-02-01update roku apiLuke Pulverenti
2015-02-01remove roku projectLuke Pulverenti
2015-02-01added roku assemblyLuke Pulverenti
2015-01-31update translationsLuke Pulverenti
2015-01-31Merge pull request #996 from MediaBrowser/masterLuke
Merge master changes
2015-01-31duplicate password fields on admin sideLuke Pulverenti
2015-01-31compatibility fix for upnp inspectorLuke Pulverenti
2015-01-31revert dlna to relative url'sLuke Pulverenti
2015-01-31update naming projectLuke Pulverenti
2015-01-31Merge pull request #995 from Bluebull32/Bluebull32-patch-1Luke
Bluebull32 patch 1
2015-01-31update naming projectLuke Pulverenti
2015-01-31Update MediaEncoder.csBluebull32
Currently, the extraction routine is giving ffmpeg 2 minutes to get all the thumbnails from a video. For most videos, this is not enough time. Updating the routine here to poll thumbnail output every 2 minutes, and assume that ffmpeg is still doing well if new jpegs are being created.
2015-01-31Update BifService.csBluebull32
Reversing endianness for integers in the index.bif file. Little Endian is what we want here, so if BitConverter does NOT give us that, then we need to reverse the bytes.
2015-01-30fix foreign language fallback for moviedbLuke Pulverenti
2015-01-30validate image aspect ratio > 0Luke Pulverenti
2015-01-30dlna fixesLuke Pulverenti
2015-01-30switch dlna servicesLuke Pulverenti
2015-01-30add xbox 360 dlna servicesLuke Pulverenti
2015-01-30show restart message when changing languageLuke Pulverenti
2015-01-30fix mono buildLuke Pulverenti
2015-01-30support play all from here for episodesLuke Pulverenti
2015-01-30dispose content stream with StaticRemoteStreamWriterLuke Pulverenti
2015-01-30sync updatesLuke Pulverenti
2015-01-29support in-home easy passwordLuke Pulverenti
2015-01-28added sync help buttonsLuke Pulverenti
2015-01-28restore dummy season folder creationLuke Pulverenti
2015-01-28update translationsLuke Pulverenti
2015-01-27updated nugetLuke Pulverenti
2015-01-27support getting all episodes per seriesLuke Pulverenti
2015-01-27update chmod for ffmpegLuke Pulverenti
2015-01-27Merge branch 'dev' of https://github.com/MediaBrowser/MediaBrowser into devLuke Pulverenti
2015-01-27add SyncJobCreated eventLuke Pulverenti
2015-01-27Merge pull request #992 from jabbera/dlnaDelaySleepFixLuke
Don't sleep too long responding to dlna search requests.