aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model
AgeCommit message (Collapse)Author
2016-10-07update live stream managementLuke Pulverenti
2016-10-06avoid buffering http responsesLuke Pulverenti
2016-10-05update live streamsLuke Pulverenti
2016-10-04update timer listingsLuke Pulverenti
2016-10-03update listsLuke Pulverenti
2016-10-02set timer typesLuke Pulverenti
2016-10-02move more metadata settings to per libraryLuke Pulverenti
2016-10-01update series timer editorLuke Pulverenti
2016-09-30add new guide settingsLuke Pulverenti
2016-09-29add infinite propertyLuke Pulverenti
2016-09-29update closing of streamsLuke Pulverenti
2016-09-27update closing of live streamsLuke Pulverenti
2016-09-27implement keep up toLuke Pulverenti
2016-09-26update recording layoutsLuke Pulverenti
2016-09-23stub out storage for new path substitutionLuke Pulverenti
2016-09-21update recording dialogsLuke Pulverenti
2016-09-20update live tv hlsLuke Pulverenti
2016-09-17update startup tasksLuke Pulverenti
2016-09-14improve resiliency of recording processLuke Pulverenti
2016-09-11move download images in advance option from global to per libraryLuke Pulverenti
2016-09-11rework upnp discoveryLuke Pulverenti
2016-09-09update default image extraction timeoutsLuke Pulverenti
2016-09-09update dialogsLuke Pulverenti
2016-09-08update dialogsLuke Pulverenti
2016-09-08add option to save recordings as mkvLuke Pulverenti
2016-09-06add sports and kids recording categoriesLuke Pulverenti
2016-09-06fix artist editorLuke Pulverenti
2016-09-05update recording layoutLuke Pulverenti
2016-09-04add configurable encoding paramsLuke Pulverenti
2016-09-02update subtitles in edgeLuke Pulverenti
2016-08-31add setting to hide external content from suggestionsLuke Pulverenti
2016-08-31move channel view setting to globalLuke Pulverenti
2016-08-29make chapter images a per-library settingLuke Pulverenti
2016-08-29update recording file nameLuke Pulverenti
2016-08-26fix repeated guide refreshesLuke Pulverenti
2016-08-25fix notifications queryLuke 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-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-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-18update stream start eventsLuke Pulverenti
2016-08-17add guide optimizationsLuke Pulverenti
2016-08-15fix folder cachingLuke Pulverenti