aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-08-25fix update level migrationLuke Pulverenti
2016-08-25update translationsLuke Pulverenti
2016-08-25fix notifications queryLuke Pulverenti
2016-08-25fix slow episode responsesLuke Pulverenti
2016-08-25Merge branch 'dev' of https://github.com/MediaBrowser/Emby into devLuke Pulverenti
2016-08-25update scaling with MaxHeightLuke Pulverenti
2016-08-24update mac projectLuke
2016-08-24fix dynamic images for osxLuke Pulverenti
2016-08-24fix because you watched showing unwatched titlesLuke Pulverenti
2016-08-24Merge branch 'dev' of https://github.com/MediaBrowser/Emby into devLuke Pulverenti
2016-08-24update cardsLuke Pulverenti
2016-08-24Merge pull request #2090 from softworkz/TvMazePrepLuke
Core server preparation for new "TV Maze Provider Plugin"
2016-08-24resolve 128k limitLuke Pulverenti
2016-08-24support realtime monitor per libraryLuke Pulverenti
2016-08-24update vaapi defaultsLuke Pulverenti
2016-08-24update opus mime typeLuke Pulverenti
2016-08-24reduce rescanning due to IsOfflineLuke Pulverenti
2016-08-23add vaapi supportLuke Pulverenti
2016-08-23fixes #1535 - More options for transcoding musicLuke Pulverenti
2016-08-23update syncLuke Pulverenti
2016-08-23update sync settingsLuke Pulverenti
2016-08-23Core server preparation for new "TV Maze Provider Plugin"softworkz
2016-08-22start a dashboard folderLuke Pulverenti
2016-08-21use unified theme media playerLuke Pulverenti
2016-08-20Merge pull request #2084 from softworkz/OrganizeNoJQueryLuke
Remove jquery from autoorganize scripts
2016-08-21Remove jquery from autoorganize scriptssoftworkz
2016-08-20add null check when updating imagesLuke Pulverenti
2016-08-20update admin session filterLuke Pulverenti
2016-08-20Merge branch 'dev' of https://github.com/MediaBrowser/Emby into devLuke Pulverenti
2016-08-20Merge pull request #2076 from softworkz/OrganizeInstantFeedbackLuke
Auto-Organize: Async operation and instant feedback UI (reworked)
2016-08-20Auto-Organize: Async operation and instant feedback UI (reworked)softworkz
This commit includes changes to enable and stabilize asyncronous operation in the auto-organize area. Here are the key points: - The auto-organize correction dialog is now closed (almost) instantly. This means that the user does not have to wait until the file copy/move operation is completed in order to continue. (even with local HDs the copy/move process can take several minutes or even much longer with network destination). - This commit also implements locking of files to be organized in order to prevent parallel processing of the same item. In effect, there can be 2 or more manual organization operations active even while the normal auto-organization task is running without causing any problems - The items that are currently being processed are indicated as such in the log with an orange color and a spinner graphic - The client display is refreshed through websocket messages - A side effect of this is that other clients showing the auto-organize log at the same time are always up-to-date as well
2016-08-19Merge branch 'dev' of https://github.com/MediaBrowser/Emby into devLuke Pulverenti
2016-08-19remove fingerprintjsLuke Pulverenti
2016-08-19update mac projectLuke
2016-08-19update boxset resolverLuke Pulverenti
2016-08-19update new episode creationLuke Pulverenti
2016-08-19update default dlna profileLuke Pulverenti
2016-08-19update genre validatorLuke Pulverenti
2016-08-18update xmltv libLuke Pulverenti
2016-08-18Merge branch 'dev' of https://github.com/MediaBrowser/Emby into devLuke Pulverenti
2016-08-18Merge pull request #2073 from softworkz/UnusedDlnaOptionLuke
Hide unused DLNA option
2016-08-18Merge pull request #2071 from softworkz/OrganizeErrorHandling2Luke
EpisodeFileOrganizer: Improve error handling (alternate approach)
2016-08-18update stream start eventsLuke Pulverenti
2016-08-18Merge pull request #2074 from softworkz/BitrateReportingLuke
Add accurate bitrate reporting for ffmpeg jobs
2016-08-18Add accurate bitrate reporting for ffmpeg jobssoftworkz
2016-08-18EpisodeFileOrganizer: Improve error handling (alternate approach)softworkz
Previously some methods were just returning null or empty values in case of encountered errors; as a consequence, the actual reason for failure was never written to the auto-organize log. Instead, only a generic message like "Unable to sort xxx because target path could not be determined." was displayed. After this change, the actual reason for failure will be saved to the auto-organize log or displayed in the UI (when completing the organize dialog). This information is very important for the user. Examples are "No permission", "Target folder not available", "Disk full", etc..
2016-08-18update notificationsLuke Pulverenti
2016-08-18update item by name validatorsLuke Pulverenti
2016-08-18fixes #1851 - EmbyServer crashes if staticly assigned IP address changesLuke Pulverenti
2016-08-18update season queriesLuke Pulverenti