Patrick Barron
dc85d86ea1
Enable in-process restarting
2 years ago
Bond_009
71982c7297
Fix build errors
2 years ago
Bond_009
52194f56b5
Replace != null with is not null
2 years ago
Bond_009
3cb49d6df0
Fix option to disable server discovery
3 years ago
BaronGreenback
bc1cc2d04a
Remove unused using directives
4 years ago
BaronGreenback
f666b7e102
fix
4 years ago
spookbits
5cca8bffea
Removed browser auto-load functionality from the server.
...
Added profiles in launchSettings to start either the web client or the swagger API page.
Removed --noautorunwebapp as this is the default functionality.
4 years ago
Neil Burrows
4389773508
Respect FFMpeg path passed via Environment Variable
4 years ago
dkanada
b7f4b8e2b5
initial implementation for custom plugin repositories
4 years ago
Neil Burrows
d7b2c2a176
Renaming variable and refactoring IF statement
5 years ago
Neil Burrows
b737301c70
Auto discover published URL override
5 years ago
Mark Monteiro
15dd46c25a
Add '--plugin-manifest-url' command line option and 'InstallationManager:PluginManifestUrl' config option
5 years ago
Mark Monteiro
aa546dd36a
Rename command line option to --nowebclient and config setting to HostWebClient
5 years ago
Mark Monteiro
7dd2f3a8f2
Do not add command line flag to the config hierarchy unless it is explicitly set
5 years ago
Mark Monteiro
5d48259046
Use the same key constant for command line config and all other config
5 years ago
Mark Monteiro
2a01537371
Merge command line options into framework configuration
5 years ago
Mark Monteiro
0996ce2898
Add --nowebcontent command line flag
...
Added without any functionality
5 years ago
Bond_009
2702dca8b6
Enable nullable reference types for Jellyfin.Server
5 years ago
Bond_009
003238ef5e
Update deps + document startup project
...
* 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
5 years ago
PloughPuff
b864e9da2a
Finalise removal of --ffprobe switch
...
Removed --ffprobe from src files and server/docker scripts.
6 years ago
Joshua Boniface
3c4043199a
Implement review feedback
6 years ago
Joshua Boniface
93d15cd969
Add configuration flag for Web directory
6 years ago
PloughPuff
656bffbbb2
Remove --ffprobe logic
6 years ago
Bond-009
fa3a8108e5
Update StartupOptions.cs
6 years ago
Bond_009
660f6174b3
Rebase on master
6 years ago
PloughPuff
b5e8cce4cf
Improved help text and output errors to stderr
...
Addressed review comments from JustAMan.
6 years ago
PloughPuff
211ae30188
Revert back to NoAutoRunWebApp
...
Addressed further review comments. Removed unnecessary .ParsedStartupOptions namespace. Removed DataDir, ConfigDir and LogDir from Interface file as not necessary.
6 years ago
PloughPuff
e18b89ca27
Move Options to Jellyfin.Server and create interface file
...
Changes following review comments.
6 years ago