aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/Configuration
AgeCommit message (Collapse)Author
2025-11-17Backport pull request #15466 from jellyfin/release-10.11.zBond-009
Don't error out when searching for marker files fails Original-merge: f4a846aa4dcffb3be7b701f806b24cb8dd6b7c5d Merged-by: crobibero <cody@robibe.ro> Backported-by: Bond_009 <bond.009@outlook.com>
2025-05-18Add Full system backup feature (#13945)JPVenson
2025-04-26Check for path overlaps (#12832)JPVenson
2025-03-10Merge pull request #13406 from Shadowghost/extract-trickplay-masterBond-009
Extract trickplay files into own subdirectory
2025-01-26Extract trickplay files into own subdirectoryShadowghost
2025-01-25chore: fix spellingJosh Soref
* a * acceleration * addition * altogether * api clients * artist * associated * bandwidth * cannot * capabilities * case-insensitive * case-sensitive * configuration * delimiter * dependent * diacritics * directors * enable * explicitly * filters * finish * have * hierarchy * implicit * include * information * into * its * keepalive * localization * macos * manual * matching * metadata * nonexistent * options * overridden * parsed * parser * playback * preferring * processes * processing * provider * ratings * retrieval * running * segments * separate * should * station * subdirectories * superseded * supported * system * than * the * throws * transpose * valid * was link: forum or chat rooms Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2022-08-18Minor cleanupBond_009
2022-07-11Move transcodes to be under CachePathCraig Andrews
Move transcodes to be under CachePath instead of ProgramDataPath. Since transcodes are ephemeral (they're cleaned up periodically and recreated if they don't exist), they're more like cache data than program data. Systems can (and oftentimes do) have the cache directory on a different disk, use a different type of file system, or have a different backup policy for the cache path because it contains ephemeral data.
2022-04-17Merge pull request #7561 from DMouse10462/named-config-api-fixCody Robibero
Fix NamedConfiguration API Generation (cherry picked from commit d7c548f3dbb74c03903cd9bb86ab3af33e295d15) Signed-off-by: Joshua Boniface <joshua@boniface.me>
2021-05-05Enable nullable reference types for MediaBrowser.CommonBond_009
2020-10-12Update IConfigurationManager.csBaronGreenback
2020-10-12Update IConfigurationManager.csBaronGreenback
2020-10-12Update IConfigurationManager.csBaronGreenback
2020-10-11Added extra functionality to support registrar.Greenback
2020-09-02Properly host static files and set base urlcrobibero
2020-06-03Enable StyleCop for MediaBrowser.CommonBond-009
2020-04-26Ensure transcoding path is created when it is retrievedMark Monteiro
2020-03-15Merge remote-tracking branch 'upstream/master' into ↵Mark Monteiro
support-running-without-web-content
2020-03-15Do not call UseContentRoot() on the web host builderMark Monteiro
This call has nothing to do with static web content and should not have ever been called with the web content path: https://docs.microsoft.com/en-us/aspnet/core/fundamentals/?view=aspnetcore-3.1&tabs=windows#content-root Since this call is removed, the ContentRoot property is also removed from ApplicationHost as it is no longer needed. Finally, move validation of the static content path to the DashboardService where it is actually used.
2020-02-23Fix some warningsBond_009
* Add analyzers to MediaBrowser.XbmcMetadata * Enable TreatWarningsAsErrors for MediaBrowser.XbmcMetadata * Add analyzers to MediaBrowser.WebDashboard * Enable TreatWarningsAsErrors for MediaBrowser.WebDashboard * Disable SA1600 in favor of CS1591
2020-02-12Enable documentation warnings for fully documented filesMark Monteiro
2020-02-10add-some-xml-documentationMark Monteiro
2019-12-11More warnings (removed)Bond_009
2019-12-04Fix GetTranscodePath function and cache path update loglineBond_009
* GetTranscodePath returned an empty string after the option was left blank in the web UI * Unified the log style for all paths
2019-11-24Update MediaBrowser.Common/Configuration/EncodingConfigurationExtensions.csBond-009
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
2019-11-21Don't append transcodes to transcoding temp pathBond-009
2019-10-09Enable `TreatWarningsAsErrors` for MediaBrowser.Common and Emby.PhotosBond_009
Adds `#pragma warning disable CS1591` to all files in MediaBrowser.Common containing undocumented members.
2019-03-12Implement review feedbackJoshua Boniface
2019-03-10Add further resources to complete WebPathJoshua Boniface
2019-02-18Removed remaining self-update codeBond_009
2019-01-17Reformat JustAMan review pt2 changesErwin de Haan
Refs #575
2019-01-13Find+Sed BOM removal *.cs: Jellyfin.Server-MediaBrowser.ControllerErwin de Haan
2019-01-13Visual Studio Reformat: MediaBrowser.CommonErwin de Haan
2018-12-27Add GPL modulesAndrew Rabert
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2016-11-13update .net core startupLuke Pulverenti
2014-12-26move files out of commonLuke Pulverenti
2014-12-21add standalone EncodingOptionsLuke Pulverenti
2014-12-21add metadata editor info endpointLuke Pulverenti
2014-08-10add activity log featureLuke Pulverenti
2014-08-04update playlist xml savingLuke Pulverenti
2014-06-29added modular configurationLuke Pulverenti
2013-12-29make lazy loaded paths more nimbleLuke Pulverenti
2013-12-04add ApplicationPath to app paths interface to hide implementationLuke Pulverenti
2013-07-16Added album soundtrack linksLuke Pulverenti
2013-03-04Created IConfigurationManagerLukePulverenti