aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Configuration
AgeCommit message (Collapse)Author
2020-03-07Set EnableHttps disabled by defaultJoshua M. Boniface
Prevents issues on first setup when behind a reverse proxy. Also prevents issues saving the Networking page by default if SSL is not fully configured.
2020-03-05Add tracking of JF version used to run this config previouslyVasily
2020-03-04Merge pull request #2501 from JustAMan/pedal-to-the-metal-from-the-get-godkanada
Default transcoding throttling to false for new installs
2020-03-03Default transcoding throttling to false for new installsVasily
2020-02-24partially fix issue with music scansdkanada
2020-02-17#2407: Prefer MP4-Metadata for episodesUlrich Wagner
2020-02-12Another baseurl related fixBond_009
Baseurl always starts with a '/' (unless it's empty)
2020-02-04Fix warnings MediaBrowser.ModelBond_009
2020-01-25Removed old 'automatic restart after update' features'ferferga
2019-12-10Merge branch 'master' into mediaencodingBond_009
2019-11-25Make probesize and analyzeduration configurable and simplify circularBond_009
dependencies Makes the probesize and analyzeduration configurable with env args. (`JELLYFIN_FFmpeg_probesize` and `FFmpeg_analyzeduration`)
2019-11-25* Add support for multi segment base urlsBond_009
* Make baseurl case-insensitive
2019-10-09Use value instead of assigning baseUrl firstJoshua Boniface
2019-10-09Fix spacing issuesJoshua Boniface
2019-10-08Normalize baseUrl behaviourJoshua Boniface
Fully normalizes the baseUrl behaviour to better match how this sort of feature works in other programs. 1. The baseUrl is always appended to paths, even the built-in `/emby` and `/mediabrowser` paths. 2. The baseUrl is set statically at class instance creation, to ensure it persists through changes until the next restart. 3. Configuration is normalized using a function when set, to ensure it's in a standard `/mypath` format with leading `/`. 4. Cleans up the conditionals around default redirects. For sanity after changing the URL, it will match *any* path that doesn't match the current baseUrl and redirect it back to the main page (with baseUrl). 5. Adds a second method, NormalizeUrlPath, to avoid lots of `+ "/" +` string manipulations which are unclean - we should always have a leading slash. 6. Sets the default baseUrl to an empty string to avoid unexpected behaviour, though this would be worked-around automatically. 7. Adds some debug logs whenever a URL is normalized, to help track down issues with this code (if any arise).
2019-09-19Removed WAN DDNS sparky8251
It's odd that JF still had code lying around for generating a self signed cert. Currently, it does not do this so this code has been removed. JF also appears to have functions in place to modify provided certs? Warrants deeper investigation. JF should not be attempting modifications of any certs under any circumstance.
2019-08-19Merge branch 'master' into h265Joshua M. Boniface
2019-08-11add base url to server configurationdkanada
2019-06-01Fix #1432. Add support for encoding with libx265 and hevc_nvenc.Frank
2019-05-31move fanart image provider to plugindkanada
2019-03-05Remove --ffprobe logicPloughPuff
2019-03-05Address review comments from BondPloughPuff
2019-03-05Reworked FFmpeg path discovery and always display to userPloughPuff
1) Reworked FFmpeg and FFprobe path discovery (CLI switch, Custom xml, system $PATH, UI update trigger). Removed FFMpeg folder from Emby.Server.Implementations. All path discovery now in MediaEncoder. 2) Always display FFmpeg path to user in Transcode page. 3) Allow user to remove a Custome FFmpeg path and return to using system $PATH (or --ffmpeg if available). 4) Remove unused code associated with 'prebuilt' FFmpeg. 5) Much improved logging during path discovery.
2019-02-22Add option to toggle if ignore virtual interfacesXu Fasheng
Some VPN like ZerotierOne owns IP address but no gateway, and there is no good idea in NetworkManager.GetIPsDefault() to filter such virtual interfaces, so just provide one option to let user decide it.
2019-02-18Remove more self-update codeBond_009
2019-01-31Remove support for games as a media typeClaus Vium
2019-01-17Reformat JustAMan review pt2 changesErwin de Haan
Refs #575
2019-01-13ReSharper format: conform inline 'out' parameters.Erwin de Haan
2019-01-13ReSharper conform to 'var' settingsErwin de Haan
2019-01-13Find+Sed BOM removal *.cs: MediaBrowser.LocalMetadata-MediaBrowser.ModelErwin de Haan
2019-01-13EditorConfig reformat: MediaBrowser.ModelErwin de Haan
2019-01-13Visual Studio Reformat: MediaBrowser.ModelErwin de Haan
2019-01-07remove trailing whitespacehawken
2019-01-05Remove AutoRunAtStartupcvium
2019-01-03Post GPL cleanupBond_009
2019-01-03Remove report usage configuration optionBond_009
2019-01-01set EnableAnonymousUsageReporting to false to avoid log spam (#348)Claus Vium
It's the default value for the setting, so it'll only affect new servers. If enabled, it'll send usage statistics to an endpoint that doesn't exist, which just clutters the console/logs.
2018-12-30Readded some stuffBond_009
2018-12-28Fix default languageAndrew Rabert
The default preferred language in the startup wizard now defaults to English (United States).
2018-12-27Add GPL modulesAndrew Rabert
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-12-03Add setting to auto-run web app when server startsLuke Pulverenti
2017-11-103.2.36.7Luke Pulverenti
2017-11-01update librarymanagerLuke Pulverenti
2017-11-01normalize strm file contentsLuke Pulverenti
2017-10-26deprecate localized guids config switchLuke Pulverenti
2017-10-05adjust default provider orderLuke Pulverenti
2017-09-29fixes #1427 - [Feature Request]: Require EncryptionLuke Pulverenti
2017-09-24move season zero display name to per library settingsLuke Pulverenti
2017-09-23fix dlna direct play on samsung tv'sLuke Pulverenti