Bond-009
|
0951dc632b
|
Update MediaBrowser.Controller/Entities/InternalPeopleQuery.cs
Co-Authored-By: Mark Monteiro <marknr.monteiro@protonmail.com>
|
5 years ago |
Bond-009
|
d6224ddeda
|
Update InternalPeopleQuery.cs
|
5 years ago |
Bond_009
|
3161e85f76
|
Address comments
|
5 years ago |
Mark Monteiro
|
5b1091db27
|
Merge remote-tracking branch 'upstream/master' into do-not-instantiate-services-at-startup
|
5 years ago |
Bond-009
|
f31efce52d
|
Merge branch 'master' into usings
|
5 years ago |
Vasily
|
07ea120ba9
|
Merge pull request #2601 from mark-monteiro/support-running-without-web-content
Support Running Server Without Web Content
|
5 years ago |
Bond_009
|
3ab50f5a3f
|
Address comments
|
5 years ago |
Bond_009
|
787049f35f
|
Merge branch 'master' into minor
|
5 years ago |
Bond-009
|
ddd5d3aaec
|
Merge branch 'master' into usings
|
5 years ago |
Mark Monteiro
|
861bad1eda
|
Apply suggestions from code review
|
5 years ago |
Vasily
|
9aefb41512
|
Merge pull request #2503 from nyanmisaka/vaapi
Fix various bugs in HWA subtitle burn-in
|
5 years ago |
nyanmisaka
|
95c5c08610
|
minor improvements
|
5 years ago |
Nyanmisaka
|
0c6ac38454
|
fix graphical subtitle scaling for NVDEC
|
5 years ago |
Nyanmisaka
|
111095c2b0
|
fix QSV HWA failed when burning text subtitles
ffmpeg 4.3+ is required for better transcoding speed(more than twice increase).
Using qsv on Linux also requires a fix in ffmpeg 4.3+.
See 74007dd86a
|
5 years ago |
nyanmisaka
|
fac6831653
|
fix various bugs in VAAPI hardware acceleration
|
5 years ago |
Bond-009
|
5acd0521a2
|
Merge pull request #2639 from alset333/master
Change DeinterlaceMethod's "bobandweave" to "yadif" or "yadif_bob", and set default value
|
5 years ago |
Mark Monteiro
|
aa9737afb3
|
Update .NET Core to 3.1.3
|
5 years ago |
Bond_009
|
e9d1eabd53
|
Remove unused usings
|
5 years ago |
dkanada
|
86f614b26b
|
Merge pull request #2638 from mark-monteiro/update-asp
Update .NET Core to 3.1.2
|
5 years ago |
Mark Monteiro
|
6897a19051
|
Add missing null check when retrieving extras
|
5 years ago |
Mark Monteiro
|
debab44870
|
Update all packages to .NET Core 3.1.2
|
5 years ago |
Mark Monteiro
|
dc140429fe
|
Do not create unnecessary instances of IService at server startup
|
5 years ago |
Mark Monteiro
|
aa546dd36a
|
Rename command line option to --nowebclient and config setting to HostWebClient
|
5 years ago |
Peter Maar
|
adbf375efe
|
Merge pull request #1 from jellyfin/master
Pull latest to my fork
|
5 years ago |
dkanada
|
a96c0a72b8
|
Merge pull request #2549 from dkanada/refactor
Refactor some provider classes
|
5 years ago |
Mark Monteiro
|
ef7497e837
|
Merge remote-tracking branch 'upstream/master' into support-running-without-web-content
|
5 years ago |
dkanada
|
7aec11d621
|
Merge pull request #2497 from mark-monteiro/1914-prevent-duplicates-in-playlists
Check for duplicates when adding items to a playlist
|
5 years ago |
Mark Monteiro
|
e2685c51ec
|
Merge remote-tracking branch 'upstream/master' into support-running-without-web-content
|
5 years ago |
Mark Monteiro
|
a67e32f8ec
|
Clean up and document BrowserLauncher correctly
|
5 years ago |
Mark Monteiro
|
4102e3afd0
|
Rename IsNoWebContent to NoWebContent
|
5 years ago |
Mark Monteiro
|
9a7875b6f9
|
Do not check for duplicates if they are allowed in playlist configuration
|
5 years ago |
Mark Monteiro
|
79413d9f33
|
Add a configuration flag to allow/disallow duplicates in playlists
|
5 years ago |
Mark Monteiro
|
99bf6edba2
|
Merge remote-tracking branch 'upstream/master' into support-running-without-web-content
|
5 years ago |
Mark Monteiro
|
d437950ac3
|
Parse config value correctly
|
5 years ago |
Mark Monteiro
|
29bad073eb
|
Use config setting to decide if web content should be hosted
Also fail server startup if web content is expected but missing
|
5 years ago |
Bond-009
|
94fe9b8f6d
|
Merge branch 'master' into warn17
|
5 years ago |
Bond-009
|
008a76cf4d
|
Merge pull request #2502 from JustAMan/baseitem-equals
Adds BaseItem.Equals method that compares items by their Id
|
5 years ago |
Bond-009
|
a7e1a5c96a
|
Merge pull request #2506 from mark-monteiro/inject-loggers-with-context
Inject loggers with context using ILogger<T>
|
5 years ago |
dkanada
|
4f195f289c
|
remove useless interface
|
5 years ago |
dkanada
|
52fde64f10
|
remove unused files and fix some future warnings
|
5 years ago |
Vasily
|
f4ccee5801
|
Add inheritdoc comment and squash simple method bodies
|
5 years ago |
Vasily
|
456f571343
|
Follow code review suggestions
|
5 years ago |
Bond_009
|
be1d4b32c6
|
Add speed for alpha numeric sorting
|
5 years ago |
Vasily
|
007c5b9f67
|
Implement BaseItem.GetHashCode override
|
5 years ago |
Mark Monteiro
|
b67e9cde8c
|
Replace ILogger with ILogger<T> wherever possible
Log entries will contain additional class context when using this interface
|
5 years ago |
dkanada
|
c07e1e4f84
|
Merge pull request #2476 from JustAMan/playto-sort
Bring back sorting when needed to fix PlayTo
|
5 years ago |
Vasily
|
f21cd30039
|
Lower log level for BaseItem.Equals to debug
|
5 years ago |
Bond-009
|
1c21248e2e
|
Merge pull request #2474 from JustAMan/simplify-sorting
Simplify AlphanumericComparer, reduce code duplication
|
5 years ago |
Vasily
|
13d30a0a79
|
Merge pull request #2436 from dkanada/music
Add config options for MusicBrainz
|
5 years ago |
Vasily
|
ba8d8cede9
|
Replace foreach with for - MOAR SPEED
|
5 years ago |