Joshua Boniface
aad34e62ca
Move jellyfin-sudoers to conf dir
6 years ago
Joshua Boniface
45d8ace9bb
Use good ideas from Fedora systemd in Debian
6 years ago
Joshua Boniface
5e4697802f
Replace programdata with datadir everywhere
6 years ago
Joshua Boniface
f6227e99cc
Add cachedir to deployment scripts; fix bad logdir
6 years ago
Joshua Boniface
ae24d644db
Use double-dash args in install-jellyfn.ps1
6 years ago
Joshua Boniface
b982d7c239
Update to long opts and add cache dirs
6 years ago
Joshua M. Boniface
c713824bf9
Merge pull request #734 from Bond-009/culture
...
Fix more analyzer warnings
6 years ago
Joshua M. Boniface
ea851317e7
Merge pull request #733 from Bond-009/startuptasks
...
Remove unused function
6 years ago
Claus Vium
8985fb8d58
Remove support for games as a media type
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
PloughPuff
ebd2a30087
Accept single-hyphen usage and rename -programdatadir to -datadir
...
For backwards compatibility, modify the args[] strings to replace single-hyphens with double-hyphens before parsing.
Also rename -programdatadir to -datadir.
6 years ago
PloughPuff
fd361421b1
Use CommandLineParser package for handling CLI args
6 years ago
Claus Vium
f7a46c7a56
Remove more Connect related stuff
6 years ago
Bond-009
1ea219bf3f
Merge branch 'master' into culture
6 years ago
Bond-009
d0f2b3a747
Merge branch 'master' into startuptasks
6 years ago
Vasily
ffcf6bdd3a
Merge pull request #713 from EraYaN/fix-emtpy-statement
...
Fix empty statement in DidlBuilder.cs
6 years ago
Joshua M. Boniface
795f2c8774
Merge pull request #769 from EraYaN/fix-removed-filesystem-wrapper-conditions
...
Fix conditions where the ! was swallowed in #726
6 years ago
Erwin de Haan
f8aff0c51d
Fix conditions where the ! was swallowed in #726
6 years ago
Vasily
c8cb908004
Merge pull request #716 from Bond-009/warnings
...
Remove more compile time warnings
6 years ago
Vasily
8ab08dd041
Merge pull request #728 from nvllsvm/ffmpeg_docker
...
Use ffmpeg from jrottenberg/ffmpeg
6 years ago
Vasily
8487319374
Merge pull request #726 from EraYaN/remove-wrappers-for-system-io
...
Clean up IFileSystem wrappers around stdlib.
6 years ago
Vasily
91e99effc9
Apply suggestions from code review for flipped conditions.
...
Co-Authored-By: EraYaN <EraYaN@users.noreply.github.com>
6 years ago
Vasily
0e2e731103
Merge pull request #758 from RazeLighter777/master
...
Add password field to initial setup
6 years ago
Vasily
6822975fd3
Merge pull request #757 from cvium/fix_aspect_ratio_for_real
...
Fix default aspect ratio
6 years ago
Justin Suess
12e4c1c7ae
Added RazeLighter777 to the contributors file
6 years ago
Justin Suess
6786dfcabd
Made password field non-mandatory upon setup
6 years ago
Justin Suess
f06b9a14f3
Added password as an API field to the Startup/User Service
6 years ago
Erwin de Haan
838541b825
Removed loose whitespace and one .ToArray() call.
6 years ago
Erwin de Haan
1d1d7e8a37
Fixed inlining local-variable artifact.
6 years ago
Erwin de Haan
d3afa53191
Final refactored `IFileSystem` and `ManagedFileSystem`
6 years ago
Erwin de Haan
450f246f95
Unwrapped `GetFileNameWithoutExtension`
6 years ago
Erwin de Haan
b9a111432a
Unwrapped all /(Write|Read)All(Text|Bytes)/ functions.
6 years ago
Erwin de Haan
581a7fe078
Unwrapped `MoveDirectory`, `DirectoryExists`, `FileExists` & removed `MoveFile`
6 years ago
Erwin de Haan
a430568082
Unwrapped `OpenRead` and `CopyFile`
6 years ago
Erwin de Haan
d7c6d16250
Unwrapped CreateDirectory and DeleteDirectory
6 years ago
Erwin de Haan
3a831994f6
Unwrapped GetDirectoryName and DirectorySeperatorChar
6 years ago
Claus Vium
dc68d61491
Fix default aspect ratio
6 years ago
Claus Vium
a05d803d4c
Fix crash when trying to deserialize a non-existing scheduled task
6 years ago
Andrew Rabert
b4893b9ac9
Merge pull request #740 from Bond-009/deadcode
...
Remove code for pre-installed plugins & properly check if file exists
6 years ago
Andrew Rabert
b0608d26b4
Merge pull request #739 from cvium/change_multi_version_movie
...
Change multi version logic for movies
6 years ago
Andrew Rabert
67b1f9f716
Merge pull request #737 from EraYaN/skia-assembyinfo
...
Add AssemblyInfo for Jellyfin.Drawing.Skia
6 years ago
Erwin de Haan
39195aae09
Make guidance in issue templates comments, this will declutter issues when people do not remove it.
6 years ago
Erwin de Haan
cc598a86f1
Make guidance in PR template comments, this way we don't get so people just leaving it there.
6 years ago
Bond_009
ffe79c8982
Check if file exists instead of catching exceptions
6 years ago
Claus Vium
05ad2e9b3f
Add Year to the new VideoInfo
6 years ago
Claus Vium
42abb5a993
Remove unnecessary ToList
6 years ago
Claus Vium
a4055779f6
Change multi version logic for movies
6 years ago
Bond_009
1a3543e5a5
Remove code for pre-installed plugins
6 years ago