Commit Graph

80 Commits (f50a250cd9fac47bcbd9a05e99c8ffe4d294e320)

Author SHA1 Message Date
Bond_009 f50a250cd9 Optimize Guid comparisons
2 years ago
Bond_009 1c14c86b20 Fix some warnings
2 years ago
Cody Robibero 7bfc6b5679 Remove more warnings
2 years ago
Bond_009 4dfb7b18ae Add some docs and tests
3 years ago
Patrick Barron 876a902356 Fix warnings in Library
3 years ago
cvium ff328fefc5 Replace GetDirectStreamProviderByUniqueId with GetLiveStreamInfoByUniqueId
3 years ago
cvium 026a7af0e8 Don't throw when livestream file isn't found
3 years ago
cvium 1603d1928e Kill ProgressiveFileCopier and seek to end for ongoing livetv
3 years ago
Bond-009 71ab4a5754
Fix it for real(tm) this time
3 years ago
Bond-009 8dc0911374
Fix log message
3 years ago
Bond_009 e3dac4fda2 Use async FileStreams where it makes sense
3 years ago
Bond_009 6f8ccab788 Move non-jellyfin extensions to separate project
3 years ago
cvium 42a2cc1747 Remove some unnecessary allocations
3 years ago
Bond_009 7e8428e588 Enable nullable reference types for Emby.Server.Implementations
3 years ago
cvium 608cba817c Reduce some allocations with the magic of spans etc.
3 years ago
cvium 8933389753 Respect user settings for transcode and remux
3 years ago
Bond_009 a8ed753f6c FxCop -> Net Analyzers (part 2)
3 years ago
Bond_009 a9b497720d Use JsonSerializer.SerializeToUtf8Bytes when doing a round trip
3 years ago
David 043d045448 Put json serializer options in private field
3 years ago
David 2a574914ea Use streams instead of strings
3 years ago
David 196388d607 Remove custom Json serializer from Emby.Server.Implementations
3 years ago
Bond_009 bc7359f87d
Use string.Split(char) where possible instead of string.Split(char[])
4 years ago
Ryan Petris 4db5700e18
Don't take a lock if there's no intention to manipulate the list of open streams. Instead, use a ConcurrentDictionary so that, in those situations, thread-safe access to the dictionary is ensured.
4 years ago
Bond_009 01e781035f Fix warnings
4 years ago
Bond_009 7324b44c43 Fix warnings
4 years ago
telans 247f9c61e6
fix SA1513/SA1516
4 years ago
telans 3d9049ef08
fix SA1508
4 years ago
telans acd4389653
fix SA1005
4 years ago
telans 726e116d5b
fix SA1510
4 years ago
Patrick Barron 42b4f0aa2e Merge branch 'master' into userdb-efcore
4 years ago
crobibero 44957c5a9a Use typed logger where possible
4 years ago
Patrick Barron 06f9cde22f Merge branch 'master' into userdb-efcore
4 years ago
Bond_009 7439e095e2 Merge branch 'master' into nullable3
4 years ago
Patrick Barron c464f700db Remove redundant qualifiers
4 years ago
Patrick Barron 9ad839c776 Initial migration code
4 years ago
Bond_009 30ce346f34 Enable nullabe reference types for MediaBrowser.Model
4 years ago
Mark Monteiro 573da63d41 Register and construct IMediaSourceManager correctly
4 years ago
Bond_009 07cc4be6a7 Fix some warnings
4 years ago
dkanada d217f1614e
Merge pull request #2096 from Bond-009/embytv
4 years ago
Bond_009 bb236b9591 Merge branch 'master' into warn12
4 years ago
Bond_009 e714b9930e Merge branch 'master' into embytv
4 years ago
Bond_009 a253fa616d Fix build and address comments
4 years ago
dkanada aca31457c0 merge branch master into media-attachments
4 years ago
Bond_009 2ef4ffd698 More warnings (removed)
5 years ago
Bond_009 5cab79c839 Clean up Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs
5 years ago
Bond_009 42ffddc269 Fix more warnings
5 years ago
Andrew Mahone d73f46dcda
Update Emby.Server.Implementations/Library/MediaSourceManager.cs
5 years ago
Andrew Mahone 8b2d7062c4
Update Emby.Server.Implementations/Library/MediaSourceManager.cs
5 years ago
Andrew Mahone 193a1fa474
Update Emby.Server.Implementations/Library/MediaSourceManager.cs
5 years ago
Andrew Mahone 7110069b39 Return list result directly for MediaAttachments.
5 years ago