Nyanmisaka
4239f80c81
Lowering the VRAM usage on NVDEC decoder
3 years ago
Nyanmisaka
ba8e478a2f
Fix the path to the extracted fonts on Windows
3 years ago
Bond-009
eff3d3e67e
Merge pull request #7275 from Nalsai/burn-subtitle-attached-fonts
3 years ago
Bond-009
ef99a53abb
Merge pull request #7366 from 1337joe/filter-theme-song-and-video
3 years ago
Joshua M. Boniface
7c9aa63382
Merge pull request #6058 from ferferga/deprecate-queueitem
3 years ago
Cody Robibero
3c0c7572ef
Merge pull request #7338 from mueslimak3r/hls-remove-seek-param
3 years ago
Cody Robibero
fc5c6c0404
Use IFileSystem
3 years ago
Cody Robibero
40e413d575
Only add internal files if the internal metadata path exists
...
Signed-off-by: Cody Robibero <cody@robibe.ro>
3 years ago
Nyanmisaka
9251c875b1
Update presets for NVENC encoder
3 years ago
Joe Rogers
354f22d065
Add post filtering for theme song and video
3 years ago
Cody Robibero
d7cbb25d0b
Merge pull request #7291 from aolszowka/aolszowka-EncodingHelperChanges
3 years ago
Joe Rogers
15053516f8
Rewrite tests for coverage and less duplication
...
Address minor warnings
Revert making GetInternalMetadataPath mockable
3 years ago
Bond_009
f50a250cd9
Optimize Guid comparisons
...
* Use Guid.Equals(Guid) instead of the == override
* Ban the usage of Guid.Equals(Object) to prevent accidental boxing
* Compare to default(Guid) instead of Guid.Empty
3 years ago
Isaac Gordezky
def8500dd0
Update MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
3 years ago
cameron
36cdeaa53c
dont use noaccurate_seek for hls
3 years ago
Shadowghost
719b707281
feat(external-media): refactor to generic provider, extend tests and file recognition, consolidate and extend NamingOptions
3 years ago
Isaac Gordezky
151ddd400d
[Bugfix] Provile bitStreamArgs for HLS fMP4
...
Enable the audio bitstream arguments to ffmpeg for both ts and fMP4 HLS streaming
3 years ago
Bond_009
adad13b865
Remove some dead code
3 years ago
Cody Robibero
7ccf7e6157
Merge pull request #7322 from Bond-009/db2
3 years ago
Bond_009
23ea14aa27
Clean up SqliteItemRepository
...
* remove dead code
* reduce allocations
3 years ago
Bond_009
5732e6188c
Fix some warnings
3 years ago
Cody Robibero
4ef0099598
Merge pull request #7233 from Bond-009/warn60
3 years ago
Bond_009
1c14c86b20
Fix some warnings
3 years ago
Bond_009
3cb49d6df0
Fix option to disable server discovery
3 years ago
knackebrot
52c61bd06f
Add option to change unix socket permissions
...
There is probably no way to do it when creating the socket
3 years ago
Nils Fürniß
ab40554759
add extracting attachments for ffmpeg to burn subs
3 years ago
Ace Olszowka
ea7e5e639d
Fix h264_v4l2m2m acceleration in Raspberry Pi 4
3 years ago
Cody Robibero
b6489e73ab
Merge pull request #7241 from Bond-009/async5
3 years ago
Cody Robibero
e5701c396a
Merge pull request #6436 from daullmer/splashscreen
3 years ago
Claus Vium
488ce51032
Remove some allocations ( #7246 )
3 years ago
Bond_009
e7be01d7a5
Flush to disk async where possible
3 years ago
Bond_009
2dcb2f8a9f
Ban the usage of Task.Result
...
If the calling function can't be made async easily you can still use
.GetAwaiter().GetResult(), which is way easier to find in the future
3 years ago
Bond-009
cd675475bc
Merge pull request #7225 from crobibero/query-result
3 years ago
Cody Robibero
34ee6d82fb
Merge pull request #6600 from cvium/keyframe_extraction_v1
3 years ago
Cody Robibero
a60cb280a3
Properly populate QueryResult
3 years ago
Bond-009
ef0708d876
Merge pull request #7078 from 1337joe/metadata-merge-data
3 years ago
Dmitry Lyzo
f28384ba30
Ignore JSON serialization for special features of movie.
...
When refreshing the metadata of the video with a local trailer, the server gets
stuck trying to read the database and save the item at the same time.
3 years ago
Cody Robibero
ee46754238
Fix build and clean up
3 years ago
Fernando Fernández
5df6058a8e
Add FullNowPlayingQueue property
3 years ago
Joe Rogers
62dc4a79ff
Fix comment typo
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
3 years ago
Cody Robibero
a0f248e200
Merge pull request #7134 from adavier/trakt-episode-links
3 years ago
Cody Robibero
6520ad03f0
Fix release build
3 years ago
Cody Robibero
ecb73168b3
Suggestions from review
3 years ago
nyanmisaka
8c3f98f41b
Also seek the external audio stream
3 years ago
nyanmisaka
ddc2569258
Fix the wrong logic in HEVC VP9 10bit hwdec boxes
3 years ago
Joe Rogers
b43f46d5c9
Make identify flag describe purpose, not source
3 years ago
Joe Rogers
a26509a98a
Keep from serializing trailers into database
3 years ago
adavier
9574d13059
Implement trakt episode links using the implementation from Series.cs
...
The code is the same as `MediaBrowser.Controller/Entities/TV/Series.cs`, using the imdbID to generate Trakt links.
The trakt url for episodes is `https://trakt.tv/episodes/{0} `.
3 years ago
cvium
c658a883a2
Merge branch 'master' into keyframe_extraction_v1
...
# Conflicts:
# Jellyfin.Api/Controllers/DynamicHlsController.cs
# MediaBrowser.Controller/MediaEncoding/IMediaEncoder.cs
# MediaBrowser.MediaEncoding/Encoder/MediaEncoder.cs
3 years ago
Cody Robibero
82260e22a2
ADd more null check
3 years ago
Cody Robibero
360fd70fc7
Clean up
3 years ago
David Ullmer
9e23af5636
Add missing xml doc
3 years ago
David Ullmer
68db3be0e7
Remove darkening filter from Splashscreen
...
Using the foregroundLayer parameter has the same effect
3 years ago
David Ullmer
3fb3ee074a
Remove splashscreen generation from IImageEncoder and add IImageGenerator
3 years ago
David Ullmer
0fd4ff4451
Always use 1080p, add max parental rating
3 years ago
David Ullmer
4ba168c8a1
Add splashscreen builder
3 years ago
Joe Rogers
c81d2e9dec
Remove existing images when applying identify
3 years ago
Joe Rogers
853ef727da
Add refresh flag to remove existing data/images
...
Fixes #7040
3 years ago
Cody Robibero
0765fd568f
Use IAuthorizationContext for websocket
3 years ago
Cody Robibero
7bfc6b5679
Remove more warnings
3 years ago
Cody Robibero
ebbde383e8
Fix analysis issues
3 years ago
Cody Robibero
78bb581f0c
Merge pull request #6934 from nyanmisaka/hwa
...
HWA pipeline refactor, AMD/Intel/Nvidia full hardware filtering support, AV1 hwdec
3 years ago
Bond_009
cbfa355e31
Update StyleCop
3 years ago
nyanmisaka
728a5988b3
Merge remote-tracking branch 'origin/master' into hwa
3 years ago
nyanmisaka
b2d85a02c2
Apply suggestions from code review
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
Co-authored-by: Bond_009 <bond.009@outlook.com>
3 years ago
nyanmisaka
4b9c84c52e
EncodingHelper hwaccel pipelines refactor
...
separate the HW pipeline according to HWA method for maintainability.
3 years ago
Claus Vium
daa76d3d34
Merge pull request #7042 from crobibero/fix-build
3 years ago
Cody Robibero
634ce40c2f
Merge branch 'master' into comparisons
3 years ago
Cody Robibero
a8a8ce4e7b
Fix build from PR merging
3 years ago
Cody Robibero
076a13abeb
Merge pull request #7029 from cvium/allocations_maybe
3 years ago
Cody Robibero
00211ca056
Merge pull request #7028 from cvium/everything_went_wrong
3 years ago
cvium
05c8834a3a
Don't cache special feature ids
3 years ago
cvium
9158511017
Don't skip extras refresh when replacing metadata or doing a full refresh
3 years ago
cvium
b880dc8a4a
Use our own Contains extension
3 years ago
cvium
83a94aa612
Fix extras folders
3 years ago
Cody Robibero
db46eaa744
Merge pull request #7021 from cvium/baseitem_closure
3 years ago
cvium
91f3ce3109
Use == instead of Object.Equals to avoid closure allocation
3 years ago
cvium
76c2775d8c
Use static lambdas
3 years ago
Cody Robibero
923720c988
Merge pull request #6956 from cvium/what_could_go_wrong
3 years ago
Joe Rogers
dea5a3f3bc
Deprecate LibraryOptions.EnableInternetProviders
3 years ago
Claus Vium
9a0618552b
Merge branch 'master' into what_could_go_wrong
3 years ago
Cody Robibero
0edf77994a
Cache BaseItemKind
3 years ago
cvium
c5569c701c
Folder can't have extras
3 years ago
Cody Robibero
32629cd7da
Use BaseItemKind where possible
3 years ago
Jonas Resch
d47811bdaf
Fix wrong ffmpeg map argument due to wrong calculation
3 years ago
cvium
fde84a1e00
Refactor extras parsing
3 years ago
Jonas Resch
ca2d94ee97
Merge branch 'support-external-audio-files' of github.com:jonas-resch/jellyfin into support-external-audio-files
3 years ago
Jonas Resch
99a48554a6
Optimize calculation of external audio stream index in MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
3 years ago
Jonas Resch
120828d8d0
Replace escaped quote string with quote character in MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
3 years ago
Jonas Resch
180e2dc329
Prevent crashes in specific scenarios
3 years ago
Jonas Resch
0894a6193f
Implement coding standards from 2nd code feedback
3 years ago
Jonas Resch
a68e58556c
Implement code feedback
...
- Rewrite AudioResolver
- Use async & await instead of .Result
- Add support for audio containers with multiple audio streams (e.g.
mka)
- Fix bug when using external subtitle and external audio streams at the
same time
3 years ago
Jonas Resch
9978164438
Add support for external audio files
3 years ago
Claus Vium
39e6658d01
Merge pull request #6879 from crobibero/client-log-cleanup
...
Remove ClientLog endpoints
3 years ago
Cody Robibero
b2b4bd82d7
Merge pull request #6862 from 1337joe/query-instead-of-filtering
3 years ago
Cody Robibero
ea355b4262
Remove ClientLog endpoints
3 years ago
Joe Rogers
9ba7bf96ef
Query MediaSourceManager directly in image providers
...
Add doc comments/minor tweaks to AudioImageProvider
3 years ago
Joe Rogers
97124f5fce
Add missed override
3 years ago
Joe Rogers
7cf5767949
Query media streams by type instead of filtering
3 years ago
Bond_009
257e1be95f
Fix some warnings
3 years ago
cvium
5b1b2621ab
Fix build
3 years ago
cvium
b50c3852ef
Remove unused dependencies
3 years ago
Cody Robibero
c32a421ea7
Merge pull request #6851 from cvium/remove_references_to_ilibrarymanager
3 years ago
Cody Robibero
4cfe8fe588
Merge pull request #6831 from 1337joe/image-provider-cleanup
3 years ago
cvium
24679af2e8
Fix comment
3 years ago
cvium
4f45c52674
Remove ILibraryManager as a dependency in resolvers etc.
3 years ago
Cody Robibero
03435641c8
Merge pull request #6849 from 1337joe/server-disabled-metadata
3 years ago
Joe Rogers
58be1d7759
Actually check server disabled metadata providers
3 years ago
Bond-009
358cf48506
Merge pull request #6847 from jellyfin/dependabot/nuget/Microsoft.SourceLink.GitHub-1.1.1
3 years ago
dependabot[bot]
bd32cecf7a
Bump Microsoft.SourceLink.GitHub from 1.1.0 to 1.1.1
...
Bumps [Microsoft.SourceLink.GitHub](https://github.com/dotnet/sourcelink ) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/dotnet/sourcelink/releases )
- [Commits](https://github.com/dotnet/sourcelink/compare/1.1.0...1.1.1 )
---
updated-dependencies:
- dependency-name: Microsoft.SourceLink.GitHub
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
dependabot[bot]
c84f2e48b0
Bump Diacritics from 3.3.4 to 3.3.10
...
Bumps [Diacritics](https://github.com/thomasgalliker/Diacritics.NET ) from 3.3.4 to 3.3.10.
- [Release notes](https://github.com/thomasgalliker/Diacritics.NET/releases )
- [Commits](https://github.com/thomasgalliker/Diacritics.NET/commits )
---
updated-dependencies:
- dependency-name: Diacritics
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
cvium
5a65bc1e69
Very light cleanup in applicationhost
3 years ago
Joe Rogers
f73a7a6ed8
Use ImageFormat instead of string for extension
3 years ago
Bond_009
1d19a5be61
Fix some warnings
...
down to 580
3 years ago
Claus Vium
c3523e7cf7
Merge pull request #5905 from BaronGreenback/TVFix
...
Fix for Livetv and DLNA when bind interfaces specified.
3 years ago
Claus Vium
c50c9c3dbf
Merge pull request #6794 from Bond-009/dead
...
Remove some dead code
3 years ago
Bond_009
994101fcf4
Remove some dead code
3 years ago
dependabot[bot]
c2d99dc3f0
Bump Microsoft.SourceLink.GitHub from 1.0.0 to 1.1.0
...
Bumps [Microsoft.SourceLink.GitHub](https://github.com/dotnet/sourcelink ) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/dotnet/sourcelink/releases )
- [Commits](https://github.com/dotnet/sourcelink/compare/1.0.0...1.1.0 )
---
updated-dependencies:
- dependency-name: Microsoft.SourceLink.GitHub
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
Bond_009
5726535a26
Fix some warnings
...
609 left
3 years ago
Cody Robibero
64652b6392
Fix and disable new dotnet6 warnings
3 years ago
Cody Robibero
40045d2147
Update to full dotnet 6
3 years ago
cvium
82e6a21f3b
Use the new method in DLNA
3 years ago
cvium
f03e77a4d5
Merge branch 'master' into TVFix
3 years ago
Claus Vium
3906343c91
Merge pull request #6793 from Bond-009/rootedpath
...
Add some docs and tests
3 years ago
Claus Vium
0ee43f897b
Merge pull request #5918 from crobibero/client-logger
...
Add endpoint to log client events
3 years ago
Bond_009
4dfb7b18ae
Add some docs and tests
3 years ago
Cody Robibero
666e95e27f
Add randomization to generated filename
3 years ago
Cody Robibero
892b05c5e6
Clean up redundant code
3 years ago
Joe Rogers
b4bf5af7c8
Remove ImageType.Screenshot and ItemFields.Screenshot
3 years ago
Cody Robibero
d3d9311f48
Merge remote-tracking branch 'upstream/master' into client-logger
3 years ago
Cody Robibero
17264a6020
Use client info from claims
3 years ago
Bond_009
924c6682b9
Remove unused IHasScreenshots interface
3 years ago
Cody Robibero
3398f7f953
Merge branch 'master' into client-logger
3 years ago
Bond_009
416894008e
Minor improvements
...
* Removed some allocations
* Removed some useless abstractions
3 years ago
Claus Vium
869d537aaa
Merge pull request #6752 from 1337joe/fix-metadata-refresh-deletes-backgrounds
3 years ago
Cody Robibero
f444e93a56
Merge remote-tracking branch 'upstream/master' into client-logger
3 years ago
Joe Rogers
7fcf01235c
Change RemoveImages to array, improve download test
3 years ago
Joe Rogers
b478b115e3
Refactor to validate all images up front
3 years ago
Cody Robibero
2f6437a987
Use correct id when finding existing dlna profile
3 years ago
Cody Robibero
0e584f6840
Update documentation; use information from authorization; return generated filename
3 years ago
Cody Robibero
91204fc9f0
Fix logfile name if api key is used
3 years ago
Cody Robibero
c534c45033
Suggestions from review
3 years ago
Cody Robibero
a6357f89ab
Add ability to upload entire file
3 years ago
Cody Robibero
f78f1e834c
Merge remote-tracking branch 'upstream/master' into client-logger
3 years ago
Bond_009
f5ca9cbc3b
Enable nullable for MediaBrowser.Providers
3 years ago
Claus Vium
5eda5eb636
Merge pull request #6486 from fredriklindberg/support-forwarded-headers-for-api-url
3 years ago
Claus Vium
768ec60e11
Merge pull request #6689 from 1337joe/expand-image-extraction
3 years ago
MBR-0001
ade3afad41
Add IsAutomated to SubtitleSearchRequest
3 years ago
Cody Robibero
2b10251b32
Update to dotnet6.rc2
3 years ago
Joe Rogers
e3eee10d05
Add image provider tests and clean up
3 years ago
Joe Rogers
8d70cc2dde
Add support for non-jpg image extractions
3 years ago
dependabot[bot]
59e3beb5fe
Bump Diacritics from 2.1.20036.1 to 3.3.4
...
Bumps [Diacritics](https://github.com/thomasgalliker/Diacritics.NET ) from 2.1.20036.1 to 3.3.4.
- [Release notes](https://github.com/thomasgalliker/Diacritics.NET/releases )
- [Commits](https://github.com/thomasgalliker/Diacritics.NET/commits )
---
updated-dependencies:
- dependency-name: Diacritics
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
Claus Vium
b16e6621b3
Merge pull request #6663 from crobibero/dotnet-6-rc1
...
Reference dotnet6-rc1 packages
3 years ago
Claus Vium
098b598293
Merge pull request #6677 from Bond-009/shuffle2
...
Remove duplicate Fisher–Yates shuffle impl
3 years ago
Bond_009
dc8feca6bb
Remove duplicate Fisher–Yates shuffle impl
3 years ago
Bond_009
03f933aaa0
Fix the last few warnings
...
Enables TreatWarningsAsErrors for all projects
3 years ago
Cody Robibero
017380f1dd
Reference dotnet6-rc1 packages
3 years ago
KonH
e3fccd5ae6
Fix warning: Qualifier is redundant ( #2149 )
3 years ago
Cody Robibero
9234e5bf80
Remove all instances of en-US culture
3 years ago
cvium
30f3be1da0
Merge branch 'master' into keyframe_extraction_v1
3 years ago
Bond_009
4d1d9f23d5
Use new Enum.TryParse(ReadOnlySpan<char>) overload
3 years ago
Bond_009
13fbfe6091
Target net6.0
3 years ago
cvium
9c15f96e12
Add first draft of keyframe extraction for Matroska
3 years ago
Bond-009
32ea4806f8
Merge pull request #6538 from cvium/livetv_oh_no
3 years ago
Claus Vium
1b0e6b871b
Merge pull request #6571 from Dixin/master
...
Fix extra folder name and type mapping.
3 years ago
Dixin
27e32083a1
Update LINQ query according to code review feedback.
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
3 years ago
Dixin
dc8420c7a2
Fix extra folder type resolving.
3 years ago
Bond_009
a6d1e542e6
Reduce allocations
3 years ago
Fredrik Lindberg
90174f68e2
Dynamically populate LocalAddress based on HTTP request
...
Support populating the LocalAddress field in the system info
endpoint based on the x-forwarded-host and x-forwarded-proto header.
The x-forwarded-host header must contain both the host and port for
the url to be properly constructed.
Behind network configuration option that is disabled by default.
3 years ago
Claus Vium
00f7f68e53
Merge pull request #5648 from OancaAndrei/syncplay-sessions-fix
...
Fix session references in SyncPlay
3 years ago
cvium
ff328fefc5
Replace GetDirectStreamProviderByUniqueId with GetLiveStreamInfoByUniqueId
3 years ago
cvium
f3573b061c
Remove the unused arg
3 years ago
cvium
1603d1928e
Kill ProgressiveFileCopier and seek to end for ongoing livetv
3 years ago
Bond_009
0d16c48998
Fix some warnings
3 years ago
cvium
153e920239
Ignore published server url for local access
3 years ago
Fernando Fernández
3d0b1ccae6
Remove all unused usings
3 years ago
dkanada
f6c0db4bb5
merge branch 'master' into syncplay-sessions-fix
3 years ago
dkanada
5e3905d41a
merge branch 'master' into syncplay-clear-queue
3 years ago
dkanada
b8eb8940c7
Merge pull request #6257 from MrTimscampi/music-library-backdrop
...
Use artist backdrop for generated library image
3 years ago
Claus Vium
66659b0842
Merge pull request #6089 from BaronGreenback/IsRoot_fix
...
Set UserRootFolder.IsRoot to true
3 years ago
cvium
ffe5ae8056
Merge branch 'master' into TVFix
3 years ago
Bond-009
ff83fabac3
Merge pull request #6456 from GodTamIt/vp8-vp9
...
Disambiguate vpx to vp8 or vp9
3 years ago
Chris Tam
b205d5a032
Disambiguate vpx to vp8 or vp9
3 years ago
Bond_009
637e86478f
Fix some warnings
3 years ago
Cody Robibero
ff9d14c811
Merge remote-tracking branch 'upstream/master' into authenticationdb-efcore
3 years ago
Bond-009
3ec7ecf399
Merge pull request #6358 from MrTimscampi/audio-people
3 years ago
Cody Robibero
3f2c706575
Apply suggestions from code review
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
3 years ago
Cody Robibero
ec13412155
Merge remote-tracking branch 'upstream/master' into warn-259810
3 years ago
Patrick Barron
88157fcc77
Re-add documentation
3 years ago
Claus Vium
ae031fdd28
Merge branch 'master' into tonemap-overlay
3 years ago
Bond_009
963ab2dab6
Simplify the way we choose our ffmpeg
...
* no longer search $PATH
* no longer require a full path
* don't fall back
3 years ago
Cody Robibero
cba07b1ca6
Remove more and more warnings
3 years ago
Claus Vium
fa77902955
Merge pull request #6430 from Bond-009/minor17
...
Minor improvements
3 years ago
MrTimscampi
3300d2d7d3
Enable people for audio files
3 years ago
Bond-009
db0d5b048a
Merge pull request #6423 from richlander/mediabrowser-controller
...
Fix warnings in MediaBrowser.Controller
3 years ago
Bond_009
19824bff94
Minor improvements
3 years ago
Rich Lander
e7a3552aae
Update per feedback
3 years ago
Rich Lander
312e2685f8
Update MediaBrowser.Controller/Entities/IHasMediaSources.cs
...
Co-authored-by: Bond-009 <bond.009@outlook.com>
3 years ago
Bond-009
fc9f45b42d
Merge pull request #6381 from Bond-009/nullable5
...
Enable nullable for DlnaManager
3 years ago
Rich Lander
e3df4dcaae
Fix warnings in MediaBrowser.Controller
3 years ago
Patrick Barron
45f478f63e
Merge branch 'master' into authenticationdb-efcore
...
# Conflicts:
# Jellyfin.Server.Implementations/Security/AuthorizationContext.cs
# MediaBrowser.Controller/Library/IUserManager.cs
# MediaBrowser.Controller/Security/IAuthenticationRepository.cs
# MediaBrowser.Controller/Session/ISessionManager.cs
3 years ago
Bond-009
04571e93f8
Merge pull request #6339 from richlander/mediabrowser-controller-entities
3 years ago
Nyanmisaka
a84dc794c6
Merge branch 'master' into tonemap-overlay
3 years ago
Bond-009
f83a5bb08e
Merge pull request #6414 from richlander/mediabrowser-controller-mediaencoding
3 years ago
Rich Lander
ad6f27143f
Update MediaBrowser.Controller/Entities/Folder.cs
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
3 years ago
Rich Lander
1ac2524844
Apply suggestions from code review
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
3 years ago
Rich Lander
32d27d71a8
Fix warnings in MediaBrowser.Controller/MediaEncoding directory
3 years ago
Rich Lander
9951a51395
Fix warnings in MediaBrowser.Controller/Session
3 years ago
Nyanmisaka
d4f09c6c9b
Apply suggestions from code review
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
3 years ago
Rich Lander
06679eeebf
Fix warnings for MediaBrowser.Controller/LiveTv
3 years ago
Bond_009
4e9fbabef2
Enable nullable for DlnaManager
3 years ago
Bond-009
008c6a843e
Merge pull request #6342 from richlander/mediabrowser-controller-library
3 years ago
Rich Lander
c07e83fdf8
Invert code and style analysis configuration ( #6334 )
...
Co-authored-by: Bond-009 <bond.009@outlook.com>
3 years ago
Rich Lander
e72868f72b
Update AggregateFolder.cs
3 years ago
Rich Lander
a0678a9261
Update ILibraryManager.cs
3 years ago
Rich Lander
092e7c91b4
Update ILibraryManager.cs
3 years ago
Rich Lander
6a005f6a4f
Update ILibraryManager.cs
3 years ago
Rich Lander
dfaf89a681
Update ILibraryManager.cs
3 years ago
Rich Lander
5110835031
Update ILibraryManager.cs
3 years ago
Rich Lander
0bb6999d59
Update ILibraryManager.cs
3 years ago
Rich Lander
3e0aab390a
Merge branch 'master' into mediabrowser-controller-entities
3 years ago
nyanmisaka
19e3c38fa8
Apply suggestions from code review
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
3 years ago
Bond-009
439916f4ff
Merge pull request #6336 from richlander/mediabrowser-controller-channels
...
Fix warning in MediaBrowser.Controllers/Channels
3 years ago
Bond-009
311774e75f
Merge pull request #6338 from richlander/mediabrowser-controller-providers
...
Fix warnings for MediaBrowser.Controller/Providers directory
3 years ago
Rich Lander
9aebb86a68
Fix warnings in MediaBrowser.Controller/Drawing
3 years ago
Rich Lander
5920f68ca9
Fix warnings in MediaBrowser.Controller/Library
3 years ago
nyanmisaka
3beda02d92
add support for cuda tonemap and overlay
3 years ago
Rich Lander
0ce7a15534
Fix more warnings
3 years ago
Rich Lander
a16e66615c
Update MediaBrowser.Controller/Entities/AggregateFolder.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
3 years ago
Rich Lander
32616d15f2
Update MediaBrowser.Controller/Entities/AggregateFolder.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
3 years ago
Rich Lander
a7cc77e7fa
Fix partial set of MediaBrowser.Controller/Entities warnings
3 years ago
Claus Vium
5a9bd712b3
Merge pull request #6296 from Bond-009/oscheck
...
Improve platform checks
3 years ago
Rich Lander
717ff4ec62
Fix warnings for MediaBrowser.Controller/Providers directory
3 years ago
Rich Lander
67efed39f2
Fix warning in m-b/channels
3 years ago
Bond-009
c22582b5aa
Merge pull request #6281 from crobibero/controller-warn-04
3 years ago
Patrick Barron
60ce0c9fa9
Add dto for device options
3 years ago
Bond-009
b20977dc25
Merge pull request #6289 from Bond-009/warn33
...
Fix some warnings
3 years ago
Bond_009
8528e9bddb
Improve platform checks
3 years ago
Bond_009
915141f196
Fix some warnings
3 years ago
Bond_009
b91c4be74c
Remove old "has update available" code
...
This is the job of a package manager (or maybe the tray app for windows)
3 years ago
Cody Robibero
65f8d8c0cd
[CA1801] Parameter is never used. Remove the parameter or use it in the method body.
3 years ago
Cody Robibero
4281722d5a
Fix [SA1629] Documentation text should end with a period
3 years ago
MrTimscampi
8a65a6dfc3
Use artist backdrop for generated library image
3 years ago
crobibero
397868be95
Fix issues with QuickConnect and AuthenticationDb
3 years ago
Patrick Barron
ae878fa051
Merge branch 'master' into authenticationdb-efcore
...
# Conflicts:
# Emby.Server.Implementations/QuickConnect/QuickConnectManager.cs
# Emby.Server.Implementations/Session/SessionManager.cs
# Jellyfin.Server.Implementations/Security/AuthorizationContext.cs
3 years ago
Bond_009
981cf4cfa0
Remove our own RemoveDiacritcs string extension in favor of Diacritics.Net
3 years ago
Claus Vium
a41065a248
Merge pull request #6200 from nielsvanvelzen/fix-quickconnect
...
Refactor Quick Connect
3 years ago
Niels van Velzen
7d46ca9317
Refactor Quick Connect
3 years ago
Bond_009
6f8ccab788
Move non-jellyfin extensions to separate project
3 years ago
BaronGreenback
6648b7d7da
Merge branch 'master' into comparisons
3 years ago
Patrick Barron
be88efce3c
Merge branch 'master' into authenticationdb-efcore
...
# Conflicts:
# Emby.Server.Implementations/Devices/DeviceManager.cs
# Emby.Server.Implementations/HttpServer/Security/SessionContext.cs
# Emby.Server.Implementations/Security/AuthenticationRepository.cs
# Emby.Server.Implementations/Session/SessionManager.cs
# Jellyfin.Server.Implementations/Security/AuthorizationContext.cs
# MediaBrowser.Controller/Library/IUserManager.cs
# MediaBrowser.Controller/Net/ISessionContext.cs
3 years ago
Patrick Barron
336ba2879f
Re-add support for API keys
3 years ago
Claus Vium
93dbbfea03
Merge pull request #6173 from Bond-009/tests5
...
Add test for ReadOnlySpan.Count extension
3 years ago
Bond_009
5fb72951a0
Add test for ReadOnlySpan.Count extension
3 years ago
Claus Vium
cb77f8ee28
Merge pull request #6172 from Bond-009/nullable6
...
Remove useless nullable directives
3 years ago
Bond-009
cfad97ff28
Merge pull request #6096 from cvium/saving_private_ram
3 years ago
Bond_009
383c2d7374
Remove useless nullable directives
3 years ago
Claus Vium
ed2f08d05f
Merge pull request #6156 from Bond-009/minor14
...
Minor fixes
3 years ago
Claus Vium
f17d43c564
Merge pull request #6071 from BaronGreenback/DLNAFolderFixPart1
...
Make DLNA folders to work as expected.
3 years ago
Claus Vium
b8f5a14384
Merge pull request #6117 from LinFor/pr_originaltitle_in_lookupinfo
...
Add OriginalTitle to ItemLookupInfo
3 years ago
Bond_009
c78457e6d3
Minor fixes
3 years ago
Cody Robibero
d461e3912a
Remove warninigs from MediaBrowser.Controller (Part 3) ( #6078 )
...
Co-authored-by: Bond-009 <bond.009@outlook.com>
3 years ago
cvium
0835b26889
review
3 years ago
PingWin
05c241da78
Add OriginalTitle to ItemLookupInfo
3 years ago
Claus Vium
ffe2770388
Merge pull request #6043 from peterspenler/feature/chromecast-aac-handling
...
Reorder requested audio channels checks
4 years ago
cvium
42a2cc1747
Remove some unnecessary allocations
4 years ago
BaronGreenback
51fb6e1d2d
Merge branch 'master' into IsRoot_fix
4 years ago
BaronGreenback
d0537a3271
Set isRoot to true
4 years ago
Bond-009
0a30d8dd98
Merge pull request #6086 from Bond-009/deadcode
...
Remove dead code
4 years ago
Bond_009
9b8eb1ba53
Remove dead code
4 years ago
Bond-009
d61530eb4b
Merge pull request #6083 from Bond-009/nullable4
...
Enable nullable reference types for Emby.Server.Implementations
4 years ago
Patrick Barron
b6446c06ee
Merge branch 'master' into authenticationdb-efcore
...
# Conflicts:
# Emby.Server.Implementations/Security/AuthenticationRepository.cs
# Jellyfin.Server.Implementations/Security/AuthorizationContext.cs
# MediaBrowser.Controller/Devices/IDeviceManager.cs
4 years ago
Patrick Barron
a0c6f72762
Migrate authentication db to EF Core
4 years ago
Patrick Barron
e1f7086077
Remove unnecessary query class
4 years ago
Bond-009
a937a854f2
Merge pull request #6013 from Bond-009/minor13
4 years ago
Bond_009
7e8428e588
Enable nullable reference types for Emby.Server.Implementations
4 years ago
Patrick Barron
a225f34796
Merge branch 'master' into authenticationdb-efcore
...
# Conflicts:
# Jellyfin.Api/Helpers/RequestHelpers.cs
4 years ago
Bond-009
8d2e5ef8c6
Merge pull request #6042 from crobibero/mbc-warn-2
4 years ago
Bond_009
2b321d8b89
Enable nullable for InternalItemsQuery
4 years ago
BaronGreenback
48bb338352
Enable child items to be returned if a musicAlbum
4 years ago
nyanmisaka
ffc5aba023
Fix the 'No decoder surfaces left' error on Cuda
4 years ago
crobibero
b6dda30a33
Fix suggestions from review
4 years ago
peterspenler
3c981cf41f
Reorder requested audio channels checks
4 years ago
crobibero
6bcbc2b88a
Reduce warnings in MediaBrowser.Controller
4 years ago
Cody Robibero
e3f55a0c54
Reduce warnings in MediaBrowser.Controller ( #6006 )
...
Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
4 years ago
BaronGreenback
97c2c523a8
Merge branch 'master' into comparisons
4 years ago
Bond_009
56ac64e70a
Minor improvements
...
* properly dispose CancellationTokenSource
* rewrite DynamicHlsController.GetSegmentLengths
* remove dead code
4 years ago
Bond_009
4367b97a54
Fix build
4 years ago
Bond_009
fb090df0b5
Enable nullable reference types for MediaBrowser.Controller
4 years ago
BaronGreenback
e682c230bd
Merge branch 'master' into comparisons
4 years ago
Bond_009
bcb4010db6
More improvements
4 years ago
Bond_009
787bcd4a83
Remove dead code
4 years ago
BaronGreenback
2e98de9062
Code Clean up: Convert to null-coalescing operator ?? ( #5845 )
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
4 years ago
BaronGreenback
f2c10471bf
Code Clean up: Use Pattern Matching ( #5838 )
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
4 years ago
Claus Vium
b9d18f0fa7
Merge branch 'master' into allocationz
4 years ago
BaronGreenback
7ff52bf755
Renamed
4 years ago
BaronGreenback
7936ea59eb
Changed selection method
4 years ago
Bond_009
c608d5104d
Fix scanning
4 years ago
Bond-009
360d80c873
Merge pull request #5890 from Bond-009/filesystem
...
Reduce string allocations/fs lookups in resolve code
4 years ago
cvium
608cba817c
Reduce some allocations with the magic of spans etc.
4 years ago