| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-04-11 | Merge pull request #5748 from cvium/playlist-audio-type | Joshua M. Boniface | |
| Set mediatype to Audio for playlists in a music library | |||
| 2021-04-10 | Set mediatype to Audio for playlists in a music library | cvium | |
| 2021-04-09 | catch ioexception and include stack trace | cvium | |
| 2021-04-09 | Remove unused import | cvium | |
| 2021-04-09 | ... | cvium | |
| 2021-04-09 | Simplification | cvium | |
| 2021-04-09 | Copy paste error | cvium | |
| 2021-04-09 | Fix type check | cvium | |
| 2021-04-09 | Resolve name from episode folder | cvium | |
| 2021-04-09 | fetching images should not kill the scanner | Claus Vium | |
| 2021-04-01 | Update Emby.Server.Implementations/Library/Resolvers/TV/SeriesResolver.cs | Bond-009 | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2021-04-01 | Remove useless code | Bond_009 | |
| 2021-03-30 | Merge pull request #5467 from Ullmie02/nfo-fixes | Bond-009 | |
| 2021-03-26 | Rename methods and optimize allocations | David | |
| 2021-03-24 | Fix possible null ref exception | Bond-009 | |
| 2021-03-16 | Use Helper Methods for provider url parsing | David | |
| 2021-03-15 | add unit tests | cvium | |
| 2021-03-14 | do not resolve episode-like files if they are in extras folders | cvium | |
| 2021-03-13 | FxCop -> Net Analyzers (part 2) | Bond_009 | |
| 2021-03-09 | Add code analysis attributes where appropriate | Bond_009 | |
| 2021-03-08 | Merge pull request #5409 from ikomhoog/master | Joshua M. Boniface | |
| 2021-03-08 | Merge pull request #5407 from Bond-009/hack | Claus Vium | |
| 2021-03-08 | Call ToLower on CollectionTypeOptions.ToString | Bond_009 | |
| 2021-03-08 | Changed string.Length == 0 to string.IsNullOrEmpty in case of null | Ikomhoog | |
| 2021-03-06 | Remove redundant check | cvium | |
| 2021-03-06 | Remove redundant checks | cvium | |
| 2021-03-06 | rider is a prick | cvium | |
| 2021-03-06 | simplify | cvium | |
| 2021-03-05 | make sure network path substitution matches correctly | cvium | |
| 2021-02-24 | CollectionType can be null | Bond_009 | |
| 2021-02-24 | Fix build | Bond_009 | |
| 2021-02-24 | Fix unchecked input | Bond_009 | |
| 2021-02-12 | remove deprecated settings from server config | dkanada | |
| 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 | ``` | |||
| 2021-01-08 | Merge pull request #4906 from Spacetech/library_scan_ignore_inaccessible | Bond-009 | |
| Ignore inaccessible files & folders during library scans | |||
| 2021-01-06 | Fix 3169 and 2879 by making MusicArtistResolver run ahead of MusicAlbumResolver | Ian | |
| 2020-12-31 | Ignore inaccessible files during library scans | Gary Wilber | |
| 2020-12-30 | Merge pull request #4890 from nielsvanvelzen/4888-fix-search-hints | Joshua M. Boniface | |
| Fix search hint endpoint error | |||
| 2020-12-30 | Update Emby.Server.Implementations/Library/UserDataManager.cs | artiume | |
| Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2020-12-30 | Update Emby.Server.Implementations/Library/UserDataManager.cs | artiume | |
| Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2020-12-30 | Update Emby.Server.Implementations/Library/UserDataManager.cs | artiume | |
| Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2020-12-30 | Split resume function for Audiobooks | artiume | |
| 2020-12-30 | Fix limit parameter error for search hints endpoint | Niels van Velzen | |
| 2020-12-24 | Put json serializer options in private field | David | |
| 2020-12-23 | Add missing FileStreams | David | |
| 2020-12-23 | Use streams instead of strings | David | |
| 2020-12-23 | Remove custom Json serializer from Emby.Server.Implementations | David | |
| 2020-12-16 | Merge pull request #4771 from crobibero/typed-get-preference | Claus Vium | |
| Use typed UserManager GetPreference | |||
| 2020-12-13 | Use a more descriptive function name | crobibero | |
| 2020-12-11 | remove opf extension for book types | artiume | |
