aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations
AgeCommit message (Collapse)Author
2016-09-03add loopback handlerLuke Pulverenti
2016-09-02automate loopback exception for windows store appLuke Pulverenti
2016-09-01Rtp Rtcp fix Discovery #2116Luke Pulverenti
2016-09-01update tabsLuke Pulverenti
2016-08-31move channel view setting to globalLuke Pulverenti
2016-08-31update app footerLuke Pulverenti
2016-08-30Support grabbing channel number from urlLuke Pulverenti
2016-08-30update image editorLuke Pulverenti
2016-08-30switch to shared image editorLuke Pulverenti
2016-08-29make chapter images a per-library settingLuke Pulverenti
2016-08-29update recording file nameLuke Pulverenti
2016-08-29update introsLuke Pulverenti
2016-08-28comment out code not compilingLuke Pulverenti
2016-08-28update episode nfo savingLuke Pulverenti
2016-08-28Merge pull request #2118 from MediaBrowser/masterLuke
merge from master
2016-08-28Update SatIpDiscovery.csKay Diefenthal
Expand and correcting the Reading of the DeviceDescription Capability Field now can you look for how many Tuners and wicht type ( DVBS DVBT DVBC ) it is
2016-08-27Merge pull request #2089 from softworkz/OrganizeFixes3Luke
AutoorganizeLog: Fixed error when log empty; re-introduced full reload on task completion
2016-08-27fix saving of IsVirtualItemLuke Pulverenti
2016-08-27AutoOrganize: Differentiate server eventssoftworkz
2016-08-27AutoorganizeLog: Fixed error when log empty; re-introduced full reload on ↵softworkz
task completion
2016-08-26fix repeated guide refreshesLuke Pulverenti
2016-08-26Merge pull request #2091 from softworkz/EtagForSyncLuke
Provide (unique) ETag value for synced media sources
2016-08-26fix sync container statusesLuke Pulverenti
2016-08-25fix notifications queryLuke Pulverenti
2016-08-24support realtime monitor per libraryLuke Pulverenti
2016-08-24reduce rescanning due to IsOfflineLuke Pulverenti
2016-08-23update sync settingsLuke Pulverenti
2016-08-23ETag for synced mediaSoftworkz
2016-08-22start a dashboard folderLuke Pulverenti
2016-08-20add null check when updating imagesLuke Pulverenti
2016-08-20update admin session filterLuke 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-19remove fingerprintjsLuke Pulverenti
2016-08-19update boxset resolverLuke Pulverenti
2016-08-19update new episode creationLuke Pulverenti
2016-08-19update genre validatorLuke Pulverenti
2016-08-18update xmltv libLuke Pulverenti
2016-08-18Merge pull request #2071 from softworkz/OrganizeErrorHandling2Luke
EpisodeFileOrganizer: Improve error handling (alternate approach)
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
2016-08-17add guide optimizationsLuke Pulverenti
2016-08-17update sync displayLuke Pulverenti
2016-08-16remove readinputatnativeframerateLuke Pulverenti
2016-08-16update season queriesLuke Pulverenti
2016-08-15fix folder cachingLuke Pulverenti
2016-08-15Merge pull request #2025 from softworkz/AsyncStreamInterfaceLuke
Async stream handling: Use interface instead of Func<Stream,Task>