Commit Graph

1586 Commits (be48cdd9e90ed147c5526ef3fed0624bcbad7741)

Author SHA1 Message Date
gnattu 1b567efeb5 fix: correctly pass parameters in overrides
10 months ago
gnattu e4d66f35fd chore: use proper way to override remove root
10 months ago
Cody Robibero 31e0756c0c
Only update if actively refreshing (#11341)
10 months ago
Shadowghost ddda30fe23 Only allow owner and admin to delete playlists
10 months ago
Cody Robibero 5437936bb9
Check all tags for allow/block (#11206)
11 months ago
Gary Wang c16135800c
feat(i18n): transliterate item name before sorting (#11172)
11 months ago
Claus Vium 239727e896
fix: skip library folders that are inaccessible or empty (#9291)
11 months ago
Bond-009 f44ec318d6
Merge pull request #11163 from robert-hamilton36/lyrics
11 months ago
btopherjohnson 9a40a67c60
Add ability to enable/disable libraries (#11037)
11 months ago
robert-hamilton36 2234b5bec6 add lyric files to supportedExtensions
11 months ago
Cody Robibero 0bc41c015f
Store lyrics in the database as media streams (#9951)
12 months ago
Patrick Barron 0370167b8d Add IRecordingsManager service
12 months ago
Patrick Barron 505c09c85b Fix tests
1 year ago
Patrick Barron 0960438065 Remove ActionableProgress
1 year ago
Patrick Barron 8698b90594 Remove SimpleProgress
1 year ago
Cody Robibero e7b8d45bbb
Use helper function to compare guid (#10825)
1 year ago
Niels van Velzen 55916a09eb
Remove some unused client capabilities and sync code (#10812)
1 year ago
Cody Robibero 033cfa59c4 Convert CollectionType to use lowercase enum names
1 year ago
Pithaya eb2bcc91c5
Merge branch 'master' into feat/book-persons
1 year ago
Cody Robibero 892973a9e3
Merge branch 'master' into media-type
1 year ago
Cody Robibero 906f701fa8
Convert CollectionType, SpecialFolderType to enum (#9764)
1 year ago
Cody Robibero c7a94d48ae
Convert ItemSortBy to enum (#9765)
1 year ago
Cody Robibero 2920611ffc Convert string MediaType to enum MediaType
1 year ago
Stepan Goremykin fdef9356b9 Use null propagation
1 year ago
Pithaya cc590f82b9 Allow people on books
1 year ago
Stepan Goremykin 6512f85ccb Pass cancellation token
1 year ago
Bond_009 526c918524 CollectionFolder: replace Dictionary + locks with ConcurrentDictionary
1 year ago
Bond_009 18a311d32f == null -> is null
1 year ago
Bond_009 d92e9ae85e Enable nullable for more files and add tests
1 year ago
TelepathicWalrus 4c7fb8f452
Album gain (#10085)
1 year ago
Bond-009 3982b0e057
Reduce bottlenecks scan code (#9863)
2 years ago
Cody Robibero 81cf798430
Merge pull request #8203 from Shadowghost/nfo-season-names
2 years ago
Shadowghost 81746666de Fix TotalRecordCount calculation
2 years ago
Shadowghost 6ddc449a89 Implement NFO named season parsing
2 years ago
TelepathicWalrus 603fce59df
Audio normalization (#9222)
2 years ago
Stepan Goremykin 910617bbc3 Remove redundant 'else' keywords
2 years ago
Bond-009 9c500bdca3
Merge pull request #9466 from Shadowghost/playlist-fix
2 years ago
Cody Robibero 89be3aa37f
Convert Person.Type to use PersonKind enum (#9487)
2 years ago
Bond_009 2e4905ff05 Fix #9378
2 years ago
Shadowghost 76ae599bd3 Fix playlist creation and removal
2 years ago
Bond-009 1d34c867d9
Merge pull request #9446 from 1337joe/audiobook-grouping-fixes
2 years ago
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
3 years ago
luz paz 9ec2870b10 Fix various typos
3 years ago
Niels van Velzen 61afd029df Check for empty guid
3 years ago
Niels van Velzen 0f91244239 Use Guid for adjacentTo API parameter
3 years ago
Shadowghost 7b05e0a413 Backport pull request #8209 from jellyfin/release-10.8.z
3 years ago
Joshua Boniface b3675ebce0 Backport pull request #8191 from jellyfin/release-10.8.z
3 years ago
Joshua Boniface 0356a15056 Backport pull request #8163 from jellyfin/release-10.8.z
3 years ago
Mikal Stordal 8e1796f08a Add escape hatch for Series merging
3 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