aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-12Removal of IPluginConfigurationPageBaronGreenback
2021-01-12Move studios image providers to pluginMrTimscampi
2021-01-12Translated using Weblate (Chinese (Traditional))趙映翔
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant/
2021-01-12Translated using Weblate (Catalan)Oriol Serra
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ca/
2021-01-12Fixed indentationBaronGreenback
2021-01-12Update MediaBrowser.Common/Net/INetworkManager.csBaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro>
2021-01-12Update MediaBrowser.Common/Net/INetworkManager.csBaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro>
2021-01-12Remove additional debug logging.BaronGreenback
2021-01-12Fix Omdb cachingBond_009
2021-01-12Merge pull request #5004 from jellyfin/camera-uploadBond-009
remove unused notification type
2021-01-12Handle IO errors in LoadManifestBond_009
2021-01-12Open FileStream with FileMode.Create instead of FileMode.OpenOrCreateBond_009
> The OpenWrite method opens a file if one already exists for the file path, or creates a new file if one does not exist. For an existing file, it does not append the new text to the existing text. Instead, it overwrites the existing characters with the new characters. If you overwrite a longer string (such as "This is a test of the OpenWrite method") with a shorter string (such as "Second run"), the file will contain a mix of the strings ("Second runtest of the OpenWrite method"). Ref: https://docs.microsoft.com/en-us/dotnet/api/system.io.file.openwrite?view=net-5.0#remarks
2021-01-12Use JsonSerializer.SerializeToUtf8Bytes when doing a round tripBond_009
This test uses a very small object (CountryInfo), using a bigger object would increase the difference in allocated memory. ``` BenchmarkDotNet=v0.12.1, OS=fedora 32 Intel Core i7-6700HQ CPU 2.60GHz (Skylake), 1 CPU, 8 logical and 4 physical cores .NET Core SDK=5.0.100 [Host] : .NET Core 5.0.0 (CoreCLR 5.0.20.51904, CoreFX 5.0.20.51904), X64 RyuJIT DefaultJob : .NET Core 5.0.0 (CoreCLR 5.0.20.51904, CoreFX 5.0.20.51904), X64 RyuJIT | Method | Mean | Error | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated | |---------------- |-----------:|---------:|---------:|-------:|------:|------:|----------:| | RoundTripBytes | 932.0 ns | 5.09 ns | 4.25 ns | 0.1173 | - | - | 368 B | | RoundTripString | 1,114.8 ns | 22.19 ns | 23.74 ns | 0.1469 | - | - | 464 B | ```
2021-01-12JsonSerializer deserialize from bytes where possibleBond_009
This is faster and uses way less memory ``` BenchmarkDotNet=v0.12.1, OS=fedora 32 Intel Core i7-6700HQ CPU 2.60GHz (Skylake), 1 CPU, 8 logical and 4 physical cores .NET Core SDK=5.0.100 [Host] : .NET Core 5.0.0 (CoreCLR 5.0.20.51904, CoreFX 5.0.20.51904), X64 RyuJIT DefaultJob : .NET Core 5.0.0 (CoreCLR 5.0.20.51904, CoreFX 5.0.20.51904), X64 RyuJIT | Method | Mean | Error | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated | |------- |---------:|--------:|--------:|--------:|------:|------:|----------:| | Bytes | 158.4 us | 2.56 us | 2.14 us | 16.8457 | - | - | 52.08 KB | | String | 172.8 us | 0.78 us | 0.70 us | 41.5039 | - | - | 127.82 KB | | Custom | 155.5 us | 2.95 us | 2.76 us | 10.0098 | - | - | 31.27 KB | ```
2021-01-12Fixed test on MacBaronGreenback
2021-01-12Impliments KnownNetworks and KnownProxiesBaronGreenback
2021-01-12remove unused notification typedkanada
2021-01-11Merge pull request #5002 from jellyfin/dependabot/nuget/coverlet.collector-3.0.0Bond-009
Bump coverlet.collector from 1.3.0 to 3.0.0
2021-01-11Bump coverlet.collector from 1.3.0 to 3.0.0dependabot[bot]
Bumps [coverlet.collector](https://github.com/coverlet-coverage/coverlet) from 1.3.0 to 3.0.0. - [Release notes](https://github.com/coverlet-coverage/coverlet/releases) - [Commits](https://github.com/coverlet-coverage/coverlet/commits/v3.0.0) Signed-off-by: dependabot[bot] <support@github.com>
2021-01-10Merge pull request #4997 from crobibero/subtitle-upload-authClaus Vium
Require elevated auth to upload subtitles
2021-01-10Require elevated auth to upload subtitlescrobibero
2021-01-10Merge pull request #4994 from Bond-009/artistnfoClaus Vium
Add tests for artist nfo
2021-01-09Add tests for artist nfoBond_009
2021-01-09Merge pull request #4992 from Bond-009/seriesnfoClaus Vium
Add tests for series nfo
2021-01-09Add tests for series nfoBond_009
2021-01-09Merge pull request #4989 from Bond-009/nfotestsBond-009
2021-01-09Merge pull request #4980 from Ullmie02/chineseBond-009
Add additional chinese languages
2021-01-09Merge pull request #4899 from jellyfin/nullableguidBond-009
Cover all branches in JsonNullableGuidConverter
2021-01-09Merge pull request #4945 from obradovichv/fix-string-culture-specificityBond-009
2021-01-09Remove ',' hackDavid
2021-01-09Fix release build ... againBond_009
2021-01-09Fix release buildBond_009
2021-01-09Add tests for NFO parsersBond_009
2021-01-09Remove CropWhitespace functionBond_009
2021-01-09Merge pull request #4961 from crobibero/person-blurhash-null-refBond-009
Fix potential null reference
2021-01-08Merge pull request #4877 from jellyfin/assBond-009
2021-01-08Merge pull request #4878 from jellyfin/srtBond-009
Add tests for srt parser
2021-01-08Merge pull request #4976 from BaronGreenback/dlnaPortFixBond-009
Fixed DLNA Server on RC2
2021-01-08Merge pull request #4906 from Spacetech/library_scan_ignore_inaccessibleBond-009
Ignore inaccessible files & folders during library scans
2021-01-08Add .nfo ratings tagDavid
2021-01-08Translated using Weblate (German)Christian
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/de/
2021-01-08Add additional chinese languagesDavid Ullmer
2021-01-07Update DlnaEntryPoint.csBaronGreenback
2021-01-07Translated using Weblate (Korean)minystory
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ko/
2021-01-07Translated using Weblate (Malayalam)Oatavandi
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ml/
2021-01-07Merge pull request #4962 from thornbill/fix-playstate-nameBond-009
Fix capitalization of Playstate message
2021-01-07Merge pull request #4968 from ianjazz246/fix-music-album-displayBond-009
Fix library with music directly under artist folder
2021-01-06optimizationBaronGreenback
2021-01-06Update NetworkManager.csBaronGreenback
Changed split character
2021-01-06Update NetworkParseTests.csBaronGreenback