unkin-agent
e23d1a23be
feat: add a durable transcode session store
...
Transcode state lives only in the process that started ffmpeg, so a pod restart
drops every in-flight HLS stream with no way for a peer to pick it up.
- add ITranscodeSessionStore plus the TranscodeSession and LiveStreamSession records
- add RedisTranscodeSessionStore with TTL leases and an atomic Lua takeover script
- add NullTranscodeSessionStore for single-instance deployments
- pick the store from Jellyfin:TranscodeStore:RedisConnectionString at startup
2026-09-11 23:56:19 +10:00
Bond_009
9e480f6efb
Update to .NET 10.0
2026-01-14 18:55:47 +01:00
Tim Eisele
a0b3b7335f
Add .gitignore style ignoring ( #13906 )
2025-04-26 09:35:57 -06:00
Tim Eisele
3fc3b04daf
Rework parental ratings ( #12615 )
2025-03-30 21:51:54 -06:00
Cody Robibero
88ceaa39b0
Implement limiting caches ( #13605 )
...
* Implement basic expiring cache for LibraryManager
* Add expiring cache to more places
* Rider why
* Make DirectoryService caches static
* Use FastConcurrentLru
* Reduce default cache size
* Simplify DirectoryService caches
* Make directory service cache size at least 128
2025-03-27 18:16:54 -06:00
JPVenson
05f5d19ff4
fixed new project paths
2025-02-20 19:56:59 +00:00
JPVenson
aa811eb1e3
Prepared Seperation of Database components for future multi provider support
2025-01-26 20:45:28 +00:00
Bond-009
ceb850c770
Update projects to .NET 9 ( #13023 )
2024-11-16 10:11:01 -07:00
Patrick Barron
c1a3084312
Move LiveTv to separate project
2024-01-09 10:16:56 -05:00
Patrick Barron
1b821efcf2
Move ExternalPortForwarding to Jellyfin.Networking
2023-11-30 12:23:34 -05:00
Patrick Barron
f1aba6b952
Remove Emby.Dlna
2023-11-15 20:53:44 -05:00
Bond_009
eb022c49cc
Update to .NET 8
2023-11-14 21:12:16 +01:00
Bond_009
a9ef103c95
Add IDisposableAnalyzers to more projects
2023-11-05 02:01:14 +01:00
Bond_009
d7748cfa04
Multiple Stream changes
...
* Remove useless MemoryStream in DlnaHttpClient
* Use HttpContent.ReadFromJsonAsync extension
* Call ConfigureAwait for IAsyncDisposable
* Use HttpContent.CopyToAsync where possible
2023-10-11 18:32:57 +02:00
cvium
613f4296e3
loading works
2023-08-21 12:13:32 +02:00
Zoltan Csizmadia
e0519189b2
Use Directory.Packages.props ( #9135 )
...
Co-authored-by: Zoltan Csizmadia <CsizmadiaZ@valassis.com >
2023-02-04 10:15:08 -07:00
Patrick Barron
fec23de427
Remove Emby.Notifications ( #9147 )
2023-01-28 07:43:55 -07:00
renovate[bot]
e408da4651
chore(deps): update dependency microsoft.codeanalysis.bannedapianalyzers to v3.3.4 ( #9117 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-18 04:16:59 -07:00
renovate[bot]
7516e61c5b
chore(deps): update dotnet monorepo to v7.0.2
2023-01-10 14:50:35 +00:00
Patrick Barron
b5da0d1b17
Rename Emby.Drawing and move to src ( #9054 )
...
* Move Emby.Drawing to src
* Rename Emby.Drawing -> Jellyfin.Drawing
2023-01-10 05:51:46 -07:00
renovate[bot]
02f9e60e7c
chore(deps): update dotnet monorepo to v7.0.1 ( #8900 )
...
* chore(deps): update dotnet monorepo to v7.0.1
* Update docker sdk
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Cody Robibero <cody@robibe.ro >
2022-12-15 20:13:11 -07:00
Bond_009
fd9dc1e308
Update deps
2022-12-07 16:56:32 +01:00
Bond_009
236dd650d0
Update projects to .net7
2022-12-07 16:42:05 +01:00
Bond-009
210a4921f2
Fix some warnings and only disable TreatWarningsAsErrors for CodeAnalysis ( #8709 )
2022-12-05 13:54:28 +01:00
renovate[bot]
f9d3ce0e45
chore(deps): update dependency prometheus-net.dotnetruntime to v4.4.0 ( #8793 )
2022-11-27 14:09:07 +01:00
renovate[bot]
42399dde9c
chore(deps): update dotnet monorepo ( #8708 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Cody Robibero <cody@robibe.ro >
2022-11-09 19:09:09 -07:00
Cody Robibero
2d8b375a64
Merge branch 'master' into renovate/dotnet-monorepo
2022-10-26 07:17:42 -06:00
renovate[bot]
62d8369f92
chore(deps): update dependency mono.nat to v3.0.4 ( #8580 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-19 14:25:10 +02:00
renovate[bot]
b4f4121bcc
chore(deps): update dotnet monorepo
2022-10-18 23:41:35 +00:00
dependabot[bot]
cf56b02398
Bump prometheus-net.DotNetRuntime from 4.2.4 to 4.3.0 ( #8561 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-17 16:40:17 +02:00
adrez99
3736e360e7
Merge branch 'jellyfin:master' into gzip
2022-10-11 18:18:21 +02:00
Cody Robibero
3716077495
Backport pull request #8433 from jellyfin/release-10.8.z
...
Update to dotnet 6.0.9
Original-merge: 4ec82ec662
Merged-by: Joshua M. Boniface <joshua@boniface.me >
Backported-by: Joshua M. Boniface <joshua@boniface.me >
2022-09-23 23:12:50 -04:00
Cody Robibero
010228b3c0
Backport pull request #8234 from jellyfin/release-10.8.z
...
update to dotnet 6.0.8
Original-merge: 31f9938e3a
Merged-by: Joshua M. Boniface <joshua@boniface.me >
Backported-by: Joshua Boniface <joshua@boniface.me >
2022-08-13 21:46:35 -04:00
adrez99
b8afdd892a
Merge branch 'master' into gzip
2022-08-04 17:22:35 +02:00
dependabot[bot]
4358fd0114
Bump sharpcompress from 0.32.1 to 0.32.2
...
Bumps [sharpcompress](https://github.com/adamhathcock/sharpcompress ) from 0.32.1 to 0.32.2.
- [Release notes](https://github.com/adamhathcock/sharpcompress/releases )
- [Commits](https://github.com/adamhathcock/sharpcompress/compare/0.32.1...0.32.2 )
---
updated-dependencies:
- dependency-name: sharpcompress
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-01 12:01:12 +00:00
Joshua Boniface
be3d57ad41
Backport pull request #8115 from jellyfin/release-10.8.z
...
Update to dotnet 6.0.7
Authored-by: Cody Robibero <cody@robibe.ro >
Merged-by: Joshua M. Boniface <joshua@boniface.me >
Original-merge: d0fd23bb4b
2022-07-20 19:29:09 -04:00
adrez99
aadd8ee971
Merge branch 'master' into gzip
2022-06-30 17:24:40 +02:00
Joshua M. Boniface
3061446c87
Merge pull request #7984 from crobibero/dotnet-6.0.6
...
Upgrade to dotnet 6.0.6, update remaining dependencies
(cherry picked from commit 56e7b323de )
Signed-off-by: Joshua Boniface <joshua@boniface.me >
2022-06-29 01:26:36 -04:00
adrez99
72893da4d8
Use System.IO.Compression instead of SharpCompress for gzips
2022-06-19 00:06:40 +02:00
dependabot[bot]
2d506cea2d
Bump prometheus-net.DotNetRuntime from 4.2.3 to 4.2.4 ( #7821 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-04 00:27:27 +02:00
Joshua M. Boniface
bc1a78575a
Merge pull request #7766 from crobibero/dotnet-6.0.5
...
(cherry picked from commit 71bf567045 )
Signed-off-by: Joshua Boniface <joshua@boniface.me >
2022-05-20 23:00:15 -04:00
dependabot[bot]
812841d01e
Bump StyleCop.Analyzers from 1.2.0-beta.406 to 1.2.0-beta.435 ( #7726 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-09 15:24:09 +02:00
Cody Robibero
d6197139af
Merge pull request #7591 from 1337joe/update-xmltv
...
(cherry picked from commit 93009682b3 )
Signed-off-by: Joshua Boniface <joshua@boniface.me >
2022-04-17 15:45:51 -04:00
Joshua M. Boniface
96d2d2428a
Merge pull request #7590 from crobibero/dotnet-6.0.4
...
(cherry picked from commit 5778541d2f )
Signed-off-by: Joshua Boniface <joshua@boniface.me >
2022-04-17 15:45:47 -04:00
dependabot[bot]
dc535c4481
Bump sharpcompress from 0.30.1 to 0.31.0 ( #7553 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-04 17:11:48 +02:00
dependabot[bot]
c78248ef80
Bump Mono.Nat from 3.0.2 to 3.0.3 ( #7554 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-04 16:36:53 +02:00
dependabot[bot]
dde984bd0e
Bump StyleCop.Analyzers from 1.2.0-beta.376 to 1.2.0-beta.406
...
Bumps [StyleCop.Analyzers](https://github.com/DotNetAnalyzers/StyleCopAnalyzers ) from 1.2.0-beta.376 to 1.2.0-beta.406.
- [Release notes](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/releases )
- [Commits](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/compare/1.2.0-beta.376...1.2.0-beta.406 )
---
updated-dependencies:
- dependency-name: StyleCop.Analyzers
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-21 12:22:11 +00:00
Cody Robibero
965bf7332f
Update to dotnet 6.0.3
2022-03-08 17:16:33 -07:00
Cody Robibero
b98cc71c3b
Update to dotnet 6.0.2
...
Signed-off-by: Cody Robibero <cody@robibe.ro >
2022-02-08 17:36:20 -07:00
dependabot[bot]
08e90039b1
Bump prometheus-net.DotNetRuntime from 4.2.2 to 4.2.3
...
Bumps [prometheus-net.DotNetRuntime](https://github.com/djluck/prometheus-net.DotNetRuntime ) from 4.2.2 to 4.2.3.
- [Release notes](https://github.com/djluck/prometheus-net.DotNetRuntime/releases )
- [Commits](https://github.com/djluck/prometheus-net.DotNetRuntime/compare/4.2.2...4.2.3 )
---
updated-dependencies:
- dependency-name: prometheus-net.DotNetRuntime
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-07 12:01:14 +00:00