aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/Library
AgeCommit message (Collapse)Author
2019-03-05Switch to HeaderNames instead of hardcoded strings (and other header related ↵Claus Vium
fixes)
2019-02-02Remove MoreLINQBond_009
2019-01-31Remove support for games as a media typeClaus Vium
2019-01-30Fix conditions where the ! was swallowed in #726Erwin de Haan
2019-01-28Unwrapped `MoveDirectory`, `DirectoryExists`, `FileExists` & removed `MoveFile`Erwin de Haan
2019-01-25Revert "Merge pull request #452 from Bond-009/activitydb"Erwin de Haan
This reverts commit 48ad18d12baeeb42ec0ec7df9473330dcbc76754, reversing changes made to fe197415cac19c0e4005c52761c5e7a37b8a4557.
2019-01-23Suffix async methods with AsyncBond_009
2019-01-17Reformat JustAMan review pt2 changesErwin de Haan
Refs #575
2019-01-13ReSharper conform to 'var' settingsErwin de Haan
2019-01-13Find+Sed BOM removal *.cs: Jellyfin.Server-MediaBrowser.ControllerErwin de Haan
2019-01-13Visual Studio Reformat: MediaBrowser.ApiErwin de Haan
2019-01-10Mayor code cleanupErwin de Haan
Add Argument*Exceptions now use proper nameof operators. Added exception messages to quite a few Argument*Exceptions. Fixed rethorwing to be proper syntax. Added a ton of null checkes. (This is only a start, there are about 500 places that need proper null handling) Added some TODOs to log certain exceptions. Fix sln again. Fixed all AssemblyInfo's and added proper copyright (where I could find them) We live in *current year*. Fixed the use of braces. Fixed a ton of properties, and made a fair amount of functions static that should be and can be static. Made more Methods that should be static static. You can now use static to find bad functions! Removed unused variable. And added one more proper XML comment.
2018-12-30Fix exception loggingBond_009
2018-12-30Use Microsoft.Extensions.Logging abstractionBond_009
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-11-14support sharing m3u tuner streamsLuke Pulverenti
2017-09-01fix skiasharp referenceLuke Pulverenti
2017-08-26remove async when there's nothing to awaitLuke Pulverenti
2017-08-19update live tv data transferLuke Pulverenti
2017-08-09consolidate emby.server.core into emby.server.implementationsLuke Pulverenti
2017-07-27move auto-organize to pluginLuke Pulverenti
2017-07-183.2.25.8Luke Pulverenti
2017-06-23support individual library refreshingLuke Pulverenti
2017-06-11improve live tv imagesLuke Pulverenti
2017-06-03update live tv startupLuke Pulverenti
2017-05-26update GetItems methodLuke Pulverenti
2017-05-21update data queriesLuke Pulverenti
2017-01-09update video osdLuke Pulverenti
2016-11-26save additional info to recording nfo'sLuke Pulverenti
2016-11-21reduce library queriesLuke Pulverenti
2016-11-10rework result factoryLuke Pulverenti
2016-10-31make api project portableLuke Pulverenti
2016-10-25make controller project portableLuke Pulverenti
2016-10-23move interface to modelLuke Pulverenti
2016-10-23move classes to modelLuke Pulverenti
2016-10-09add playback of in-progress recordingsLuke Pulverenti
2016-10-05update live streamsLuke Pulverenti
2016-09-24add network share configLuke Pulverenti
2016-09-23stub out storage for new path substitutionLuke Pulverenti
2016-08-31add setting to hide external content from suggestionsLuke 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-13save library options on dialog closeLuke Pulverenti
2016-08-13improve genre displaysLuke Pulverenti
2016-08-13stub out objects for per library settingsLuke Pulverenti
2016-07-22switch to ExcludeArtistIdsLuke Pulverenti
2016-07-22update more from/similarLuke Pulverenti
2016-07-08add null checks to get theme mediaLuke Pulverenti
2016-06-19update task resultsLuke Pulverenti
2016-05-14auto-organize fixesLuke Pulverenti
2016-05-04update recording savingLuke Pulverenti