index
:
jellyfin
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Jellyfin.Server
/
StartupOptions.cs
Age
Commit message (
Expand
)
Author
2025-05-18
Add Full system backup feature (#13945)
JPVenson
2024-09-09
cli: add option to disable network change detection (#11253)
gnattu
2023-01-15
Enable in-process restarting
Patrick Barron
2022-12-07
Fix build errors
Bond_009
2022-12-05
Replace != null with is not null
Bond_009
2022-02-14
Fix option to disable server discovery
Bond_009
2021-04-17
Remove unused using directives
BaronGreenback
2021-02-27
fix
BaronGreenback
2020-09-16
Removed browser auto-load functionality from the server.
spookbits
2020-06-29
Respect FFMpeg path passed via Environment Variable
Neil Burrows
2020-06-04
initial implementation for custom plugin repositories
dkanada
2020-05-20
Renaming variable and refactoring IF statement
Neil Burrows
2020-05-02
Auto discover published URL override
Neil Burrows
2020-04-05
Add '--plugin-manifest-url' command line option and 'InstallationManager:Plug...
Mark Monteiro
2020-03-21
Rename command line option to --nowebclient and config setting to HostWebClient
Mark Monteiro
2020-03-17
Do not add command line flag to the config hierarchy unless it is explicitly set
Mark Monteiro
2020-03-15
Use the same key constant for command line config and all other config
Mark Monteiro
2020-03-15
Merge command line options into framework configuration
Mark Monteiro
2020-03-15
Add --nowebcontent command line flag
Mark Monteiro
2019-10-26
Enable nullable reference types for Jellyfin.Server
Bond_009
2019-08-11
Update deps + document startup project
Bond_009
2019-03-12
Finalise removal of --ffprobe switch
PloughPuff
2019-03-12
Implement review feedback
Joshua Boniface
2019-03-10
Add configuration flag for Web directory
Joshua Boniface
2019-03-05
Remove --ffprobe logic
PloughPuff
2019-02-01
Update StartupOptions.cs
Bond-009
2019-02-01
Rebase on master
Bond_009
2019-01-31
Improved help text and output errors to stderr
PloughPuff
2019-01-31
Revert back to NoAutoRunWebApp
PloughPuff
2019-01-31
Move Options to Jellyfin.Server and create interface file
PloughPuff