Commit Graph

1545 Commits (25c23af8659700909995ca9c91c5dafccc6d348b)

Author SHA1 Message Date
Bond_009 761b9ed6a1 Allow webp for local images
2 years ago
Joe Rogers 1c3a97bf6a
Inject IDirectoryService where needed instead of passing it through ItemResolveArgs
2 years ago
Joe Rogers 160baa02fd
Remove some BaseItem references to make ItemResolveArgs more usable for testing.
2 years ago
Nils Fürniß e58bf6b2be
Add SeasonProviderIds to EpisodeInfo (#9407)
2 years ago
Shadowghost 07dc163844 Fix playlist parental control and no parental control skipping forbidden unrated items
2 years ago
Shadowghost c8d80450e0 Recursively update rating
2 years ago
Shadowghost b7418d6e9e Add permission for collection management
2 years ago
Jpuc1143 cb61a57e82
Reduced number of calls to GetPreference()
2 years ago
Jpuc1143 7fa6d4c81e
Add "Allowed Tags" to Parental Controls
2 years ago
Egor Bakanov 46e9f5ad2e
Fix recursive children lookup of folders (#8678)
2 years ago
Bond-009 43c3a465e6
Merge pull request #8775 from SenorSmartyPants/DVRMetadata
2 years ago
Cody Robibero 9a740344be
Add support for .sup subtitle (#8808)
2 years ago
Bond_009 6481376b81 Use DistinctBy introduced in .NET 6
2 years ago
Joe Rogers e4040ab812
Allow video extras to use owner library options
2 years ago
Bond_009 b366dc2e6e Use ArgumentException.ThrowIfNullOrEmpty
2 years ago
Bond_009 52194f56b5 Replace != null with is not null
2 years ago
Bond_009 c7d50d640e Replace == null with is null
2 years ago
SenorSmartyPants 159a244654 Add Options to disable DVR NFO and image saving
2 years ago
Shadowghost 072651c4be Add xmldocs for TMDb provider, correct provider spelling
2 years ago
cvium 08d2acba20 Backport pull request #8662 from jellyfin/release-10.8.z
2 years ago
Bond-009 f6e7313a61
Merge pull request #8638 from photonconvergence/fix/extras-type
2 years ago
cvium 812a4170ee Backport pull request #8501 from jellyfin/release-10.8.z
2 years ago
photonconvergence 09e8a7e62c Fix extra type differentiation
2 years ago
Bond_009 224bb355dd Rewrite BaseItem.ModifySortChunks
2 years ago
Claus Vium b137d0cc2b
Merge pull request #7514 from Shadowghost/music-extend
2 years ago
Bond_009 f5613add1a Remove extra argument
2 years ago
Bond_009 a9a5fcde81 Use ArgumentNullException.ThrowIfNull helper method
2 years ago
Luke F e579b4d42d Backport pull request #8189 from jellyfin/release-10.8.z
2 years ago
Zach Phelan 8857edb66c Add function back for compatibility, add sorting
2 years ago
Zach Phelan c71d6f2358 Sort special features same as other spots, removing unnecssary function
2 years ago
Shadowghost 61fa325ef0 Extend music parsing
2 years ago
Claus Vium 1cbf5431aa
Merge pull request #8250 from Bond-009/minor18
2 years ago
Bond_009 5036afd691 Minor cleanup
2 years ago
luz paz 9ec2870b10 Fix various typos
2 years ago
Niels van Velzen 61afd029df Check for empty guid
2 years ago
Niels van Velzen 0f91244239 Use Guid for adjacentTo API parameter
2 years ago
Shadowghost 7b05e0a413 Backport pull request #8209 from jellyfin/release-10.8.z
2 years ago
Joshua Boniface b3675ebce0 Backport pull request #8191 from jellyfin/release-10.8.z
2 years ago
Joshua Boniface 0356a15056 Backport pull request #8163 from jellyfin/release-10.8.z
2 years ago
Mikal Stordal 8e1796f08a Add escape hatch for Series merging
2 years ago
Bond-009 2b1a915ead Merge pull request #7604 from Jellifi007/fixes-diactritics
3 years ago
Bond_009 7fdc0e3c3d BaseItem: remove unused function
3 years ago
Claus Vium 53209830e7
Merge pull request #7346 from Bond-009/guid
3 years ago
Claus Vium 136eab9b1e
Merge pull request #7370 from crobibero/internal-metadata-path
3 years ago
Cody Robibero fc5c6c0404 Use IFileSystem
3 years ago
Joe Rogers 354f22d065
Add post filtering for theme song and video
3 years ago
Joe Rogers 15053516f8
Rewrite tests for coverage and less duplication
3 years ago
Bond_009 f50a250cd9 Optimize Guid comparisons
3 years ago
Shadowghost 719b707281 feat(external-media): refactor to generic provider, extend tests and file recognition, consolidate and extend NamingOptions
3 years ago
Claus Vium 488ce51032
Remove some allocations (#7246)
3 years ago
Bond_009 2dcb2f8a9f Ban the usage of Task.Result
3 years ago
Cody Robibero a60cb280a3 Properly populate QueryResult
3 years ago
Dmitry Lyzo f28384ba30 Ignore JSON serialization for special features of movie.
3 years ago
Cody Robibero a0f248e200
Merge pull request #7134 from adavier/trakt-episode-links
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
3 years ago
Cody Robibero 7bfc6b5679 Remove more warnings
3 years ago
Bond_009 cbfa355e31 Update StyleCop
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
cvium 91f3ce3109 Use == instead of Object.Equals to avoid closure allocation
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
cvium fde84a1e00 Refactor extras parsing
3 years ago
Jonas Resch 180e2dc329 Prevent crashes in specific scenarios
3 years ago
Jonas Resch 9978164438 Add support for external audio files
3 years ago
Cody Robibero b2b4bd82d7
Merge pull request #6862 from 1337joe/query-instead-of-filtering
3 years ago
Joe Rogers 9ba7bf96ef
Query MediaSourceManager directly in image providers
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
Bond_009 1d19a5be61 Fix some warnings
3 years ago
Bond_009 5726535a26 Fix some warnings
3 years ago
Cody Robibero 64652b6392 Fix and disable new dotnet6 warnings
3 years ago
Joe Rogers b4bf5af7c8
Remove ImageType.Screenshot and ItemFields.Screenshot
3 years ago
Bond_009 924c6682b9 Remove unused IHasScreenshots interface
3 years ago
Bond_009 416894008e Minor improvements
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
KonH e3fccd5ae6 Fix warning: Qualifier is redundant (#2149)
3 years ago
Cody Robibero 9234e5bf80 Remove all instances of en-US culture
3 years ago
Dixin 27e32083a1
Update LINQ query according to code review feedback.
3 years ago
Dixin dc8420c7a2 Fix extra folder type resolving.
3 years ago
Bond_009 0d16c48998 Fix some warnings
3 years ago
dkanada b8eb8940c7
Merge pull request #6257 from MrTimscampi/music-library-backdrop
3 years ago
Claus Vium 66659b0842
Merge pull request #6089 from BaronGreenback/IsRoot_fix
3 years ago
Bond_009 637e86478f Fix some warnings
3 years ago
Bond-009 3ec7ecf399
Merge pull request #6358 from MrTimscampi/audio-people
3 years ago
Cody Robibero cba07b1ca6 Remove more and more warnings
3 years ago
MrTimscampi 3300d2d7d3 Enable people for audio files
3 years ago
Rich Lander e7a3552aae Update per feedback
3 years ago
Rich Lander 312e2685f8
Update MediaBrowser.Controller/Entities/IHasMediaSources.cs
3 years ago