aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/StartupOptions.cs
AgeCommit message (Collapse)Author
2019-01-31Move Options to Jellyfin.Server and create interface filePloughPuff
Changes following review comments.
2019-01-31Accept single-hyphen usage and rename -programdatadir to -datadirPloughPuff
For backwards compatibility, modify the args[] strings to replace single-hyphens with double-hyphens before parsing. Also rename -programdatadir to -datadir.
2019-01-31Use CommandLineParser package for handling CLI argsPloughPuff
2019-01-13Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTvErwin de Haan
2019-01-02Rename and rework entry pointBond_009
2016-11-18move classes to portable projectLuke Pulverenti