Patrick Barron
cb52ccc699
Update Jellyfin.Server.Implementations/Devices/DeviceManager.cs
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
3 years ago
Mark Titorenkov
a0ee16d38d
Update M3U Channel Name Precedence
...
Sets the ExtInf display name to have a higher precedence than the `tvg-name` attribute for channel names.
Usually `namInExtInf` is a more descriptive and human readable name if both it and `tvg-name` are available. `tvg-name` is more likely to be an internal identifier such as just the channel number with a prefix in my provider's case.
3 years ago
Claus Vium
e83d7a8667
Merge pull request #6327 from nyanmisaka/tonemap-overlay
3 years ago
Claus Vium
ae031fdd28
Merge branch 'master' into tonemap-overlay
3 years ago
Claus Vium
442e756395
Merge pull request #6183 from stanionascu/bdiso-playback
3 years ago
Claus Vium
b7e13f3a03
Merge pull request #5697 from Bond-009/ffmpeg2
...
Simplify the way we choose our ffmpeg
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
ecb4b8e0aa
Apply suggestions from code review
...
Co-authored-by: Bond-009 <bond.009@outlook.com>
3 years ago
Bond-009
9bf2769cdb
Merge pull request #6434 from crobibero/docker-bullseye
3 years ago
Bond-009
bb685e4920
Merge pull request #6422 from daullmer/nfo-fanart
3 years ago
Bond-009
32a11c006d
Merge pull request #6480 from jellyfin/dependabot/nuget/prometheus-net.DotNetRuntime-4.2.0
...
Bump prometheus-net.DotNetRuntime from 4.1.0 to 4.2.0
3 years ago
Bond-009
d07a6eb7e0
Merge pull request #6481 from jellyfin/dependabot/nuget/SQLitePCLRaw.bundle_e_sqlite3-2.0.5
...
Bump SQLitePCLRaw.bundle_e_sqlite3 from 2.0.4 to 2.0.5
3 years ago
Bond-009
07c7ee8f9f
Merge pull request #6479 from jellyfin/dependabot/nuget/FsCheck.Xunit-2.16.1
...
Bump FsCheck.Xunit from 2.16.0 to 2.16.1
3 years ago
dependabot[bot]
e2fdab4be4
Bump SQLitePCLRaw.bundle_e_sqlite3 from 2.0.4 to 2.0.5
...
Bumps [SQLitePCLRaw.bundle_e_sqlite3](https://github.com/ericsink/SQLitePCL.raw ) from 2.0.4 to 2.0.5.
- [Release notes](https://github.com/ericsink/SQLitePCL.raw/releases )
- [Commits](https://github.com/ericsink/SQLitePCL.raw/commits )
---
updated-dependencies:
- dependency-name: SQLitePCLRaw.bundle_e_sqlite3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
dependabot[bot]
4c5f7207e3
Bump prometheus-net.DotNetRuntime from 4.1.0 to 4.2.0
...
Bumps [prometheus-net.DotNetRuntime](https://github.com/djluck/prometheus-net.DotNetRuntime ) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/djluck/prometheus-net.DotNetRuntime/releases )
- [Commits](https://github.com/djluck/prometheus-net.DotNetRuntime/compare/4.1.0...4.2.0 )
---
updated-dependencies:
- dependency-name: prometheus-net.DotNetRuntime
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
dependabot[bot]
e40fde04d6
Bump FsCheck.Xunit from 2.16.0 to 2.16.1
...
Bumps [FsCheck.Xunit](https://github.com/fsharp/FsCheck ) from 2.16.0 to 2.16.1.
- [Release notes](https://github.com/fsharp/FsCheck/releases )
- [Changelog](https://github.com/fscheck/FsCheck/blob/master/FsCheck%20Release%20Notes.md )
- [Commits](https://github.com/fsharp/FsCheck/compare/2.16.0...2.16.1 )
---
updated-dependencies:
- dependency-name: FsCheck.Xunit
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
Cody Robibero
d7459fa2ec
Add missing xmldoc
3 years ago
Cody Robibero
cba07b1ca6
Remove more and more warnings
3 years ago
Bond_009
0f7c875076
Fix test
3 years ago
Bond_009
69ba539c70
Add more tests for LibraryStructureController
3 years ago
Bond_009
909573f2f1
Add tests for LibraryStructureController
3 years ago
Bond_009
645825db36
Enable nullable for more files
3 years ago
TheFeelTrain
e88367fe70
Translated using Weblate (Japanese)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ja/
3 years ago
Bond-009
48fdc63367
Merge pull request #6461 from jellyfin/dependabot/nuget/prometheus-net.AspNetCore-5.0.1
...
Bump prometheus-net.AspNetCore from 4.2.0 to 5.0.1
3 years ago
dependabot[bot]
41712e16be
Bump prometheus-net.AspNetCore from 4.2.0 to 5.0.1
...
Bumps [prometheus-net.AspNetCore](https://github.com/prometheus-net/prometheus-net ) from 4.2.0 to 5.0.1.
- [Release notes](https://github.com/prometheus-net/prometheus-net/releases )
- [Changelog](https://github.com/prometheus-net/prometheus-net/blob/master/History )
- [Commits](https://github.com/prometheus-net/prometheus-net/compare/v4.2.0...v5.0.1 )
---
updated-dependencies:
- dependency-name: prometheus-net.AspNetCore
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
Bond-009
72c6e4920d
Merge pull request #6462 from jellyfin/dependabot/nuget/prometheus-net-5.0.1
...
Bump prometheus-net from 4.2.0 to 5.0.1
3 years ago
wolong gl
59b8056add
Translated using Weblate (Chinese (Simplified))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hans/
3 years ago
Vinícius Costa
5bcd1648cb
Translated using Weblate (Portuguese (Brazil))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt_BR/
3 years ago
SeanPai
c2bcceaa21
Translated using Weblate (Chinese (Traditional))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant/
3 years ago
Changho Park
80dc92238a
Translated using Weblate (Korean)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ko/
3 years ago
lsousa
3ebede56fe
Translated using Weblate (Portuguese)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt/
3 years ago
Weevild
6c7b9d4044
Translated using Weblate (Swedish)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sv/
3 years ago
Lukáš Kucharczyk
d3527334bc
Translated using Weblate (Czech)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/cs/
3 years ago
Kaiay
74d22d2f9a
Translated using Weblate (Chinese (Hong Kong))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant_HK/
3 years ago
Izumiko
7027e2feb2
Add 'includeAdult' option for TheMovieDb
3 years ago
Claus Vium
e15fea5dad
Merge pull request #5228 from lbenini/baseitemkind-fixes
3 years ago
dependabot[bot]
efed4728e6
Bump prometheus-net from 4.2.0 to 5.0.1
...
Bumps [prometheus-net](https://github.com/prometheus-net/prometheus-net ) from 4.2.0 to 5.0.1.
- [Release notes](https://github.com/prometheus-net/prometheus-net/releases )
- [Changelog](https://github.com/prometheus-net/prometheus-net/blob/master/History )
- [Commits](https://github.com/prometheus-net/prometheus-net/compare/v4.2.0...v5.0.1 )
---
updated-dependencies:
- dependency-name: prometheus-net
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
wolong gl
98b72019e6
Translated using Weblate (Chinese (Simplified))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hans/
3 years ago
Marcin Woliński
7c7ad820c2
Translated using Weblate (Polish)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pl/
3 years ago
Cody Robibero
50b3d74c95
Switch to TheoryData and clean up tests
3 years ago
Bond-009
8a460fc6ba
Merge pull request #6444 from cvium/fix_liverecordingsplayback
...
Use ProgressiveFileStream for LiveRecordings endpoint
3 years ago
Bond-009
ec649fcaf5
Merge pull request #6445 from cvium/progressivefilestream_timeout
...
Add timeout to ProgressiveFileStream
3 years ago
cvium
468283bfb2
Move test to TypedBaseItem folder to avoid conflicts
3 years ago
Claus Vium
663c79cba8
Merge branch 'master' into baseitemkind-fixes
3 years ago
Joshua M. Boniface
72d3f7020a
Merge branch 'master' into patch-2
3 years ago
Joshua M. Boniface
e5cbafdb6b
Merge pull request #5606 from lmnotran/feature/delay-service-start
...
Delay starting service until after network is online
3 years ago
Oatavandi
6438410111
Translated using Weblate (Malayalam)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ml/
3 years ago
hoanghuy309
6de2a519f2
Translated using Weblate (Vietnamese)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/vi/
3 years ago
aqweg
2a8cb5d795
Translated using Weblate (Afrikaans)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/af/
3 years ago
nextlooper42
0c54708e1c
Translated using Weblate (Slovak)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sk/
3 years ago