Jeremy Lin
6441cd9436
Fix Docker healthcheck output
...
The current healthcheck command results in progress info being output.
Add -f/--fail, -s/--silent, -S/--show-error options to avoid progress
output, but still show error messages if something goes wrong.
2 years ago
Joe Rogers
c38052a753
Skip missing symlink instead of breaking out of directory scan
2 years ago
Claus Vium
97a1113223
Merge pull request #8520 from anthonylavado/add-extras
...
Add extras with "Other" as a label
2 years ago
Claus Vium
9843a5426d
Merge pull request #8522 from 1337joe/match-embedded-images-to-docs
2 years ago
Joe Rogers
dd41fb9a61
Update embedded image names to match docs
2 years ago
Anthony Lavado
2358028e3f
Add extras with "Other" as a label
2 years ago
Bond-009
5374c99e2e
Remove r3 from clean strings ( #8027 )
2 years ago
Claus Vium
05c20001c8
Merge pull request #8381 from 1hitsong/lyric-lrc-file-support
2 years ago
Claus Vium
b137d0cc2b
Merge pull request #7514 from Shadowghost/music-extend
2 years ago
Claus Vium
f3c1ca0760
Merge pull request #8512 from 1337joe/add-hearing-impaired-fix
2 years ago
jgriff6
fbeec04da7
Polish smart subtitle selection logic
2 years ago
Shadowghost
9b2e9640be
Apply review suggestions
2 years ago
Claus Vium
95fab41d7c
Merge pull request #8510 from Bond-009/fuzz1
...
Update fuzzing projects to .net6
2 years ago
Shadowghost
6c6f89acc3
Apply review suggestions
2 years ago
Joe Rogers
62799697a1
Fix localization lookup
2 years ago
Joe Rogers
2e4db18ebe
Add hearing impaired subtitle stream indicator ( #7379 )
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2 years ago
Shadowghost
a97ec65227
Apply review suggestions
2 years ago
Bond_009
f37c3e181e
Update fuzzing projects to .net6
2 years ago
Shadowghost
2ac095d8cd
Apply review suggestions
2 years ago
Shadowghost
08c68eb8dc
Apply review suggestions
2 years ago
Shadowghost
ff18586beb
Apply review suggestions
2 years ago
Claus Vium
3612b427c4
Merge pull request #8408 from Shadowghost/baseurl-redirect
...
Redirect natively if no baseurl is set
2 years ago
Claus Vium
81b04ddbb5
Merge branch 'master' into providermanager-cleanup
2 years ago
Claus Vium
14027f962c
Merge pull request #6751 from Bond-009/tests12
...
Fix DLNA UpdateProfile test
2 years ago
Shadowghost
79b19e2325
Apply review suggestions
2 years ago
Shadowghost
7239141181
Apply review suggestions
2 years ago
Claus Vium
719e5eae16
Merge pull request #8503 from Bond-009/ThrowIfNull
2 years ago
Claus Vium
9ff918cb14
Merge pull request #8505 from JJS/CompilerWarnings
2 years ago
Claus Vium
803972a76f
Merge pull request #8500 from cvium/fix_authcontext_usage
2 years ago
Jan Sommer
87d460909f
Fix minor warnings in MediaBrowser.Model/Configuration ( #2149 )
2 years ago
Jan Sommer
0b8faf5db4
Fix minor warnings in Emby.Server.Implementations ( #2149 )
2 years ago
Bond_009
f5613add1a
Remove extra argument
2 years ago
Bond_009
a9a5fcde81
Use ArgumentNullException.ThrowIfNull helper method
...
Did a simple search/replace on the whole repo (except the RSSDP project)
This reduces LOC and should improve performance (methods containing a throw statement don't get inlined)
```
if \((\w+) == null\)
\s+\{
\s+throw new ArgumentNullException\((.*)\);
\s+\}
```
```
ArgumentNullException.ThrowIfNull($1);
```
2 years ago
cvium
6afc911043
fix Release build
2 years ago
cvium
5dc30c6a6d
fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext
2 years ago
YusanTayir
927fe33d3a
Translated using Weblate (Uyghur)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ug/
2 years ago
Cody Robibero
dd823b0117
Merge pull request #8460 from jellyfin/dependabot/github_actions/actions/stale-6
...
Bump actions/stale from 5 to 6
2 years ago
Cody Robibero
12a5000942
Merge pull request #8488 from jellyfin/dependabot/github_actions/actions/setup-dotnet-3
...
Bump actions/setup-dotnet from 2 to 3
2 years ago
Cody Robibero
02277b666b
Merge pull request #8483 from crobibero/fix-data-stream
...
Added handling of streams of type "data"
2 years ago
dependabot[bot]
692dac5694
Bump actions/setup-dotnet from 2 to 3
...
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet ) from 2 to 3.
- [Release notes](https://github.com/actions/setup-dotnet/releases )
- [Commits](https://github.com/actions/setup-dotnet/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/setup-dotnet
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Shadowghost
4649e0e425
Add xiph tag parsing
2 years ago
Shadowghost
fa9820b1fd
Add apple tag parsing
2 years ago
kimpig
9589194a94
Translated using Weblate (Korean)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ko/
2 years ago
Shadowghost
12cf98b4e3
Update taglibsharp, add audible tag parsing
2 years ago
markus
0a15634550
Streams with CodecType "data" (like "epg" streams in DVB
...
recordings) get ignored. This results in wrong stream specifiers for all
subsequent streams. This fix correctly handles "data" streams without any
further processing.
2 years ago
Shadowghost
647f435f6e
Redirect natively if no baseurl is set
2 years ago
Stjepan Mrgnaić
55b0ebbbf3
Translated using Weblate (Croatian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hr/
2 years ago
Bond-009
b85cde722b
Merge pull request #8469 from hannesbraun/remove-redundant-using
2 years ago
jgriff6
b9abc004a7
Fix subtitle selection behaviour
2 years ago
يادىكار ياقۇپ
a6ebcc8c58
Translated using Weblate (Uyghur)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ug/
2 years ago