aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model
AgeCommit message (Collapse)Author
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
2016-08-15add setting for photo librariesLuke Pulverenti
2016-08-13add remuxing permissionLuke Pulverenti
2016-08-13improve genre displaysLuke Pulverenti
2016-08-13update direct stream url for improved cachingLuke Pulverenti
2016-08-13stub out objects for per library settingsLuke Pulverenti
2016-08-09update componentsLuke Pulverenti
2016-08-03reduce sync db accessLuke Pulverenti
2016-08-02update componentsLuke Pulverenti
2016-07-30remove nameofLuke Pulverenti
2016-07-30adjust audio transcoding bitrateLuke Pulverenti
2016-07-29Removed redundant Collection InitializersSven Van den brande
Removed Using directives that are not required
2016-07-25update behavior with restricted transcoding accessLuke Pulverenti
2016-07-17update suggestionsLuke Pulverenti
2016-07-17update listviewsLuke Pulverenti
2016-07-15remove fody from buildLuke Pulverenti
2016-07-13update hls subtitlesLuke Pulverenti
2016-07-09add new streambuilder optionsLuke Pulverenti
2016-07-06store chapter image date modifiedLuke Pulverenti
2016-07-05denormalize seriesidLuke Pulverenti
2016-07-05denormalize seasonidLuke Pulverenti
2016-07-04remove custom path subfolder optionLuke Pulverenti
2016-07-04removed custom path subfolder settingLuke Pulverenti
2016-07-03update default cache sizeLuke Pulverenti
2016-07-03update componentsLuke Pulverenti
2016-06-30add config settingLuke Pulverenti
2016-06-29update path configsLuke Pulverenti
2016-06-26pass all audio codecs to serverLuke Pulverenti
2016-06-25fix userdata transactionsLuke Pulverenti
2016-06-23Add Series and Season channel folder typesLuke Pulverenti
2016-06-23update startup wizardLuke Pulverenti