aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server/StartupOptions.cs
AgeCommit message (Collapse)Author
2025-05-18Add Full system backup feature (#13945)JPVenson
2024-09-09cli: add option to disable network change detection (#11253)gnattu
2023-01-15Enable in-process restartingPatrick Barron
2022-12-07Fix build errorsBond_009
2022-12-05Replace != null with is not nullBond_009
2022-02-14Fix option to disable server discoveryBond_009
2021-04-17Remove unused using directivesBaronGreenback
2021-02-27fixBaronGreenback
2020-09-16Removed browser auto-load functionality from the server.spookbits
Added profiles in launchSettings to start either the web client or the swagger API page. Removed --noautorunwebapp as this is the default functionality.
2020-06-29Respect FFMpeg path passed via Environment VariableNeil Burrows
2020-06-04initial implementation for custom plugin repositoriesdkanada
2020-05-20Renaming variable and refactoring IF statementNeil Burrows
2020-05-02Auto discover published URL overrideNeil Burrows
2020-04-05Add '--plugin-manifest-url' command line option and ↵Mark Monteiro
'InstallationManager:PluginManifestUrl' config option
2020-03-21Rename command line option to --nowebclient and config setting to HostWebClientMark Monteiro
2020-03-17Do not add command line flag to the config hierarchy unless it is explicitly setMark Monteiro
2020-03-15Use the same key constant for command line config and all other configMark Monteiro
2020-03-15Merge command line options into framework configurationMark Monteiro
2020-03-15Add --nowebcontent command line flagMark Monteiro
Added without any functionality
2019-10-26Enable nullable reference types for Jellyfin.ServerBond_009
2019-08-11Update deps + document startup projectBond_009
* Fixed the release build * Documented all public/internal members of Jellyfin.Server * Enable TreatWarningsAsErrors for debug builds for Jellyfin.Server This will ensure that any new public/internal members of Jellyfin.Server are documented
2019-03-12Finalise removal of --ffprobe switchPloughPuff
Removed --ffprobe from src files and server/docker scripts.
2019-03-12Implement review feedbackJoshua Boniface
2019-03-10Add configuration flag for Web directoryJoshua Boniface
2019-03-05Remove --ffprobe logicPloughPuff
2019-02-01Update StartupOptions.csBond-009
2019-02-01Rebase on masterBond_009
2019-01-31Improved help text and output errors to stderrPloughPuff
Addressed review comments from JustAMan.
2019-01-31Revert back to NoAutoRunWebAppPloughPuff
Addressed further review comments. Removed unnecessary .ParsedStartupOptions namespace. Removed DataDir, ConfigDir and LogDir from Interface file as not necessary.
2019-01-31Move Options to Jellyfin.Server and create interface filePloughPuff
Changes following review comments.