Bond_009
6a6ea7fa13
Switch branches if statement
2022-10-12 10:00:40 +02:00
Bond_009
f6af28cf96
Fix some things that slipped through the cracks
2022-10-11 23:37:29 +02:00
Claus Vium
a274f4a688
Merge pull request #7840 from adrez99/gzip
2022-10-11 20:46:31 +02:00
adrez99
f789bc9481
Merge branch 'gzip' of https://github.com/adrez99/jellyfin into gzip
2022-10-11 18:19:14 +02:00
adrez99
3736e360e7
Merge branch 'jellyfin:master' into gzip
2022-10-11 18:18:21 +02:00
adrez99
177f53444d
Merge branch 'jellyfin:master' into gzip
2022-10-11 18:15:28 +02:00
Aaron
d50c1b2d4b
Skip generic shows from duplicate removal actions ( #8370 )
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2022-10-10 22:25:49 +02:00
dependabot[bot]
a10d0b9530
Bump SkiaSharp.NativeAssets.Linux from 2.88.2 to 2.88.3 ( #8531 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-10 15:58:32 +02:00
dependabot[bot]
fbc393b658
Bump SkiaSharp from 2.88.2 to 2.88.3 ( #8530 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-10 15:56:34 +02:00
Claus Vium
97a1113223
Merge pull request #8520 from anthonylavado/add-extras
...
Add extras with "Other" as a label
2022-10-09 09:02:12 +02:00
Claus Vium
9843a5426d
Merge pull request #8522 from 1337joe/match-embedded-images-to-docs
2022-10-09 07:30:53 +02:00
Joe Rogers
dd41fb9a61
Update embedded image names to match docs
2022-10-08 23:20:10 -04:00
Anthony Lavado
2358028e3f
Add extras with "Other" as a label
2022-10-08 22:40:00 -04:00
Bond-009
5374c99e2e
Remove r3 from clean strings ( #8027 )
2022-10-08 13:45:33 +02:00
Claus Vium
05c20001c8
Merge pull request #8381 from 1hitsong/lyric-lrc-file-support
2022-10-07 15:21:42 +02:00
Claus Vium
b137d0cc2b
Merge pull request #7514 from Shadowghost/music-extend
2022-10-07 15:21:00 +02:00
Claus Vium
f3c1ca0760
Merge pull request #8512 from 1337joe/add-hearing-impaired-fix
2022-10-07 15:19:19 +02:00
Shadowghost
9b2e9640be
Apply review suggestions
2022-10-07 14:41:00 +02:00
Claus Vium
95fab41d7c
Merge pull request #8510 from Bond-009/fuzz1
...
Update fuzzing projects to .net6
2022-10-07 14:26:34 +02:00
Shadowghost
6c6f89acc3
Apply review suggestions
2022-10-07 14:14:21 +02:00
Joe Rogers
62799697a1
Fix localization lookup
2022-10-07 07:48:31 -04:00
Joe Rogers
2e4db18ebe
Add hearing impaired subtitle stream indicator ( #7379 )
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2022-10-07 12:38:05 +02:00
Shadowghost
a97ec65227
Apply review suggestions
2022-10-07 11:31:16 +02:00
Bond_009
f37c3e181e
Update fuzzing projects to .net6
2022-10-07 11:30:21 +02:00
Shadowghost
2ac095d8cd
Apply review suggestions
2022-10-07 11:24:32 +02:00
Shadowghost
08c68eb8dc
Apply review suggestions
2022-10-07 11:20:40 +02:00
Shadowghost
ff18586beb
Apply review suggestions
2022-10-07 11:12:16 +02:00
Claus Vium
3612b427c4
Merge pull request #8408 from Shadowghost/baseurl-redirect
...
Redirect natively if no baseurl is set
2022-10-07 10:42:24 +02:00
Claus Vium
14027f962c
Merge pull request #6751 from Bond-009/tests12
...
Fix DLNA UpdateProfile test
2022-10-07 09:49:16 +02:00
Shadowghost
79b19e2325
Apply review suggestions
2022-10-07 09:21:51 +02:00
Shadowghost
7239141181
Apply review suggestions
2022-10-07 08:43:17 +02:00
Claus Vium
719e5eae16
Merge pull request #8503 from Bond-009/ThrowIfNull
2022-10-07 07:50:39 +02:00
Claus Vium
9ff918cb14
Merge pull request #8505 from JJS/CompilerWarnings
2022-10-07 07:50:14 +02:00
Claus Vium
803972a76f
Merge pull request #8500 from cvium/fix_authcontext_usage
2022-10-07 07:49:46 +02:00
Jan Sommer
87d460909f
Fix minor warnings in MediaBrowser.Model/Configuration ( #2149 )
2022-10-06 21:44:12 +02:00
Jan Sommer
0b8faf5db4
Fix minor warnings in Emby.Server.Implementations ( #2149 )
2022-10-06 21:43:44 +02:00
Bond_009
f5613add1a
Remove extra argument
2022-10-06 20:39:22 +02:00
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);
```
2022-10-06 20:21:23 +02:00
cvium
6afc911043
fix Release build
2022-10-06 14:15:40 +02:00
cvium
5dc30c6a6d
fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext
2022-10-06 13:57:47 +02:00
YusanTayir
927fe33d3a
Translated using Weblate (Uyghur)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ug/
2022-10-06 06:16:21 -04:00
Cody Robibero
dd823b0117
Merge pull request #8460 from jellyfin/dependabot/github_actions/actions/stale-6
...
Bump actions/stale from 5 to 6
2022-10-05 06:16:51 -06:00
Cody Robibero
12a5000942
Merge pull request #8488 from jellyfin/dependabot/github_actions/actions/setup-dotnet-3
...
Bump actions/setup-dotnet from 2 to 3
2022-10-05 06:16:37 -06:00
Cody Robibero
02277b666b
Merge pull request #8483 from crobibero/fix-data-stream
...
Added handling of streams of type "data"
2022-10-04 06:26:36 -06:00
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>
2022-10-03 12:05:51 +00:00
Shadowghost
4649e0e425
Add xiph tag parsing
2022-10-03 13:20:54 +02:00
Shadowghost
fa9820b1fd
Add apple tag parsing
2022-10-03 13:05:57 +02:00
kimpig
9589194a94
Translated using Weblate (Korean)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ko/
2022-10-03 04:54:37 -04:00
Shadowghost
12cf98b4e3
Update taglibsharp, add audible tag parsing
2022-10-01 20:26:08 +02:00
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.
2022-10-01 08:53:54 -06:00