renovate[bot]
9bf624b9ad
Update github/codeql-action action to v2.22.2
2023-10-12 10:52:53 +00:00
nextlooper42
d170be88b0
Translated using Weblate (Slovak)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sk/
2023-10-11 18:32:04 -04:00
Bond-009
59f45739e7
Merge pull request #10389 from Bond-009/warn5
2023-10-11 23:05:35 +02:00
Bond-009
456d9dc0a6
StreamingHelpers.GetOutputFileExtension should never return null ( #10387 )
2023-10-11 23:05:28 +02:00
Bond-009
c02f2d4791
Merge pull request #10379 from Bond-009/emptyguid
2023-10-11 23:05:18 +02:00
Bond_009
584dc05c3c
Enable CodeAnalysisTreatWarningsAsErrors for MediaBrowser.Common
2023-10-11 16:38:45 +02:00
Bond_009
35d63ec540
Fix regression
2023-10-11 13:43:43 +02:00
Bond-009
26571a8c51
Deprecate CanLaunchWebBrowser ( #10381 )
...
It's been a while since I removed this feature from server not sure why it's
in the api anyway. The macOS and Windows app have this functionality
2023-10-10 17:51:15 -06:00
Tim Eisele
dc27d8f9cd
Refactor URI overrides ( #10051 )
2023-10-11 00:02:37 +02:00
renovate[bot]
a88e13a677
Update dotnet monorepo to v7.0.12 ( #10382 )
...
* Update dotnet monorepo to v7.0.12
* update sdk
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Cody Robibero <cody@robibe.ro>
2023-10-10 15:58:06 -06:00
lonebyte
74f61fbd79
Fix HLS playback of m4a files with mjpeg stream ( #10069 )
2023-10-10 22:48:52 +02:00
Bond-009
c45157158e
Merge pull request #10352 from barronpm/xml-parsing-cleanup
2023-10-10 22:47:01 +02:00
Claus Vium
733ee12ee4
Merge pull request #10378 from Bond-009/waitforexitasync
...
Use Process.WaitForExitAsync added in .NET 5
2023-10-10 20:12:07 +02:00
Patrick Barron
1ce49b4a04
Merge branch 'master' into xml-parsing-cleanup
2023-10-10 12:00:45 -04:00
Bond-009
ba23c880f3
Merge pull request #10380 from jellyfin/renovate/dotnet-monorepo
2023-10-10 15:50:28 +02:00
renovate[bot]
502c257506
Update dependency Microsoft.AspNetCore.Authorization to v7.0.12
2023-10-10 13:07:13 +00:00
Bond_009
d15f6908b0
Empty Guids shouldn't make it into the refresh queue
...
```
System.ArgumentException: Guid can't be empty (Parameter 'id')
at Emby.Server.Implementations.Library.LibraryManager.GetItemById(Guid id) in /home/loma/dev/jellyfin/Emby.Server.Implementations/Library/LibraryManager.cs:line 1224
at MediaBrowser.Providers.Manager.ProviderManager.StartProcessingRefreshQueue() in /home/loma/dev/jellyfin/MediaBrowser.Providers/Manager/ProviderManager.cs:line 983
```
2023-10-10 13:29:16 +02:00
Bond-009
1279df2032
Merge pull request #10339 from leovan/master
2023-10-10 13:13:14 +02:00
Bond-009
6b06a43c3f
Merge pull request #10347 from Bond-009/drawing
2023-10-10 13:12:53 +02:00
Bond-009
fc1f0a31a1
Merge pull request #10337 from barronpm/system-manager
2023-10-10 13:12:43 +02:00
scampower3
305405c9a1
Combine Title and Overview for multi-episodes files for NFO file ( #10080 )
2023-10-10 13:12:09 +02:00
Bond_009
4757ce105b
Use Process.WaitForExitAsync added in .NET 5
2023-10-10 00:18:50 +02:00
Bond-009
d5695efad9
Merge pull request #10067 from lonebyte/flac-hls-fixes
2023-10-09 18:28:49 +02:00
Nyanmisaka
aa073748c0
Drop experimental status of flac-in-MP4 for FFmpeg 6+
...
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2023-10-09 23:12:41 +08:00
renovate[bot]
75ee990e1d
Update github/codeql-action action to v2.22.1 ( #10376 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-09 08:10:21 -06:00
tellmeY18
8466e53b8f
Translated using Weblate (Malayalam)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ml/
2023-10-08 21:25:33 -04:00
Bond_009
c707baed83
Jellyfin.Drawing minor improvements
...
Reduce duplicate/dead code
2023-10-08 17:10:04 +02:00
Bond-009
d5e86188a1
Merge pull request #10346 from Bond-009/frombase64
2023-10-08 14:07:44 +02:00
Bond-009
406c5df8a3
Merge pull request #10345 from Bond-009/getperson
2023-10-08 14:07:38 +02:00
Bond-009
0b31997b2f
Merge pull request #10348 from Bond-009/strings
2023-10-08 14:07:30 +02:00
Bond-009
cf806ddcaa
Merge pull request #10336 from Bond-009/authorization
2023-10-08 14:07:22 +02:00
Joe Rogers
7fc804e4b8
Add full version tag for renovate ( #10370 )
2023-10-08 14:05:55 +02:00
Bond-009
1141883f77
Merge pull request #10321 from feilongfl/master
2023-10-07 00:15:01 +02:00
Patrick Barron
c38fbece03
Remove unnecessary Trim() from GetPersonFromXmlNode
2023-10-06 16:57:36 -04:00
Patrick Barron
40e1c5f4c6
Remove logger parameter from XmlReaderExtensions.TryReadDateTime
2023-10-06 16:56:50 -04:00
Patrick Barron
1dd6442e89
Use extension methods in GetPersonFromXmlNode
2023-10-06 16:43:50 -04:00
Patrick Barron
1d0ecd3188
More miscellaneous cleanup
2023-10-06 16:18:33 -04:00
Patrick Barron
0e51ffa169
Add TryReadInt to XmlReaderExtensions
2023-10-06 15:35:26 -04:00
Patrick Barron
8a7a1cc723
Add ReadNormalizedString to XmlReaderExtensions
2023-10-06 15:12:49 -04:00
Patrick Barron
99832642ce
Add TryParseDateTime and TryParseDateTimeExact to XmlReaderExtensions
2023-10-06 14:18:56 -04:00
Patrick Barron
1a6ec2c740
Add GetStringArray and GetPersonArray to XmlReaderExtensions
2023-10-06 13:40:08 -04:00
Patrick Barron
bdca4ed322
Add XmlReader.GetPersonFromXmlNode
2023-10-06 12:46:35 -04:00
renovate[bot]
ffb3df9e77
Update github/codeql-action action to v2.22.0 ( #10351 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-06 08:50:50 -06:00
Claus Vium
0d2202de4f
Merge pull request #10255 from thomasjohansen/fix/probesize
...
Fix/probesize
2023-10-06 11:38:45 +02:00
Claus Vium
6593aa1255
Merge pull request #10135 from 0x25CBFC4F/fix/ffmpeg-probesize
...
Fixed probesize argument passing to FFmpeg
2023-10-06 11:38:31 +02:00
Claus Vium
a18b3fbe70
simplify the if
2023-10-06 10:49:20 +02:00
[ ]
e9e1fd214b
Translated using Weblate (Pirate (pr))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pr/
2023-10-06 03:31:35 -04:00
Bond_009
b176beb88e
Reduce string allocations
...
Some simple changes to reduce the number of allocated strings
2023-10-06 01:04:25 +02:00
fei long
33b3331c72
change Substring to AsSpan
...
Co-authored-by: Bond-009 <bond.009@outlook.com>
2023-10-06 06:26:52 +08:00
Bond_009
efc4c305a9
Use CryptoStream to convert stream from base64
...
Should be way more efficient
2023-10-05 23:36:37 +02:00