aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/Configuration/EncodingConfigurationExtensions.cs
AgeCommit message (Collapse)Author
2025-04-26Check for path overlaps (#12832)JPVenson
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.
2020-04-26Ensure transcoding path is created when it is retrievedMark Monteiro
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