| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-13 | FxCop -> Net Analyzers (part 2) | Bond_009 | |
| 2021-03-10 | Use distinct for artists to avoid double refreshing | cvium | |
| 2021-02-13 | Minor improvements | Bond_009 | |
| 2021-02-10 | Create BaseItemKind enum | crobibero | |
| 2021-01-12 | Use JsonSerializer.SerializeToUtf8Bytes when doing a round trip | Bond_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 | ``` | |||
| 2020-12-24 | Put json serializer options in private field | David | |
| 2020-12-23 | Remove custom Json serializer from MediaBrowser.Controller | David | |
| 2020-12-13 | Use a more descriptive function name | crobibero | |
| 2020-12-11 | Use typed UserManager GetPreference | crobibero | |
| 2020-12-11 | Use typed UserManager GetPreference | crobibero | |
| 2020-12-10 | Forgot to revert some other changes, dunno if needed | cvium | |
| 2020-12-04 | Merge pull request #4242 from Spacetech/library_scan_speed | Claus Vium | |
| Increase library scan and metadata refresh speed | |||
| 2020-12-02 | Move MetadataRefreshThrottler to BaseItemManager | Gary Wilber | |
| 2020-12-01 | Merge pull request #4169 from stanionascu/bdiso-playback | Joshua M. Boniface | |
| Playback (direct-stream/transcode) of BDISO/BDAV containers | |||
| 2020-11-21 | Merge branch 'master' into library_scan_speed | BaronGreenback | |
| 2020-11-21 | Merge branch 'master' into defer_image_fetching | Joshua M. Boniface | |
| 2020-11-20 | Merge pull request #4499 from crobibero/more-param | Joshua M. Boniface | |
| Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids | |||
| 2020-11-19 | Merge remote-tracking branch 'upstream/master' into library_scan_speed | Gary Wilber | |
| 2020-11-19 | Merge pull request #4507 from BaronGreenback/Spelling | Joshua M. Boniface | |
| Corrects spelling in comments | |||
| 2020-11-19 | Merge pull request #4342 from crobibero/base-item-manager | Claus Vium | |
| Add BaseItemManager | |||
| 2020-11-18 | More spelling corrections. | Greenback | |
| 2020-11-16 | Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids usage. | crobibero | |
| 2020-11-11 | Fixes #4465 by adding the missing extras folders. | Kayila | |
| 2020-11-08 | Merge remote-tracking branch 'upstream/master' into library_scan_speed | Gary Wilber | |
| 2020-11-05 | Fix Persons, Genres and Studios endpoints | cvium | |
| 2020-11-02 | Merge pull request #4341 from Bond-009/minor6 | Anthony Lavado | |
| Minor improvements | |||
| 2020-10-28 | Merge branch 'master' into bdiso-playback | Stan | |
| 2020-10-27 | Use BaseItemManager | crobibero | |
| 2020-10-17 | Fix build | Bond_009 | |
| 2020-10-17 | Use nameof where possible | Bond_009 | |
| 2020-10-12 | Fix SA 1116 warnings | Jan-Pieter Baert | |
| 2020-10-03 | Defer image pre-fetching until the end of a refresh/scan | cvium | |
| 2020-10-02 | fix parallelism when set to 0 | Gary Wilber | |
| 2020-10-01 | Switch to TPL dataflow for subfolder scan | Gary Wilber | |
| 2020-10-01 | Remove PlayableStreamFileNames as unused | Stanislav Ionascu | |
| Since ffmpeg can play and transcode ISO files and BDMV folders directly, there's no use of that property. | |||
| 2020-09-30 | Increase library scan and metadata refresh speed | Gary Wilber | |
| 2020-09-28 | Fix SA1513, SA1514, SA1507, and SA1508 | Matt Montgomery | |
| 2020-09-04 | Merge pull request #3879 from cvium/fix_theme_songs | Bond-009 | |
| Populate ThemeVideoIds and ThemeSongIds | |||
| 2020-09-03 | Sort by SortName after scanning | Claus Vium | |
| 2020-09-02 | Add the item path to the ItemLookupInfo class. | Erwin de Haan | |
| This is important for the Shoko Anime Meatdata provider plugin. | |||
| 2020-08-23 | Fix duplicate | Bond_009 | |
| 2020-08-22 | Enable TreatWarningsAsErrors for MediaBrowser.Controller in Release | Bond_009 | |
| 2020-08-21 | Make some methods async | Bond_009 | |
| 2020-08-20 | Make MediaBrowser.MediaEncoding warnings free | Bond_009 | |
| 2020-08-19 | More warn | Bond_009 | |
| 2020-08-19 | Fix warnings | Bond_009 | |
| 2020-08-12 | Remove some LINQ queries | cvium | |
| 2020-08-11 | Populate ThemeVideoIds and ThemeSongIds | cvium | |
| 2020-08-01 | Merge pull request #3578 from barronpm/displaypreferences-efcore | Bond-009 | |
| Migrate Display Preferences to EF Core | |||
| 2020-07-22 | Review usage of string.Substring (part 1) | Bond_009 | |
| Reduced allocations by replacing string.Substring with ReadOnlySpan<char>.Slice | |||
