| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-12-19 | Use Order() introduced in .NET 7 (#8923) | Bond-009 | |
| 2022-12-07 | Fix to make sure that UDF streams are opened with Share.Read (#8276) | Stanislav Ionascu | |
| Make sure that any subsequent requests to open the file for read will succeed. | |||
| 2022-12-05 | Replace != null with is not null | Bond_009 | |
| 2022-12-05 | Replace == null with is null | Bond_009 | |
| 2022-11-27 | Investigate some TODO comments | Bond_009 | |
| 2022-11-17 | Apply review suggestions | Shadowghost | |
| 2022-11-17 | Add xmldocs for TMDb provider, correct provider spelling | Shadowghost | |
| 2022-10-11 | Fix some things that slipped through the cracks | Bond_009 | |
| 2022-10-07 | Merge pull request #7514 from Shadowghost/music-extend | Claus Vium | |
| 2022-10-07 | Apply review suggestions | Shadowghost | |
| 2022-10-06 | Use ArgumentNullException.ThrowIfNull helper method | Bond_009 | |
| 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-09-13 | Add xmldocs | Shadowghost | |
| 2022-09-13 | Prevent MusicArtist creation for artist subfolders | Shadowghost | |
| 2022-09-13 | Extend music parsing | Shadowghost | |
| 2022-08-15 | Fix various typos | luz paz | |
| Found via `codespell -q 3 -S ./Emby.Server.Implementations/Localization -L allready,doesnt,inh,receivedfrom,whoknows` | |||
| 2022-06-30 | fix: single video folder during photos lib scan | Utku Ozdemir | |
| Prevent a directory with a single video file to be detected as a movie directory when the library type is "Photos". Closes jellyfin/jellyfin#7825 Signed-off-by: Utku Ozdemir <uoz@protonmail.com> | |||
| 2022-06-14 | Merge pull request #7892 from cvium/fix_tv_multi | Cody Robibero | |
| (cherry picked from commit 21afec32258e29687f6c84b08d60d2d325248837) Signed-off-by: crobibero <cody@robibe.ro> | |||
| 2022-02-20 | Fix #7100 by catching the exception on opening invalid UDF images | Stanislav Ionascu | |
| When an invalid UDF image is opened by the UdfReader, it may throw and exception. This change is to catch and log the exception. | |||
| 2022-02-04 | TV extras (#7178) | SenorSmartyPants | |
| 2022-01-16 | Restore resolver that handles alternate videos | Joe Rogers | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2022-01-15 | Fix SA1642 warning | Dmitry Lyzo | |
| 2022-01-02 | Merge pull request #7058 from cvium/the_most_important_feature | Bond-009 | |
| 2022-01-01 | Remove file extension filter and fix build | cvium | |
| 2022-01-01 | Update Emby.Server.Implementations/Library/Resolvers/GenericVideoResolver.cs | Claus Vium | |
| Co-authored-by: Joe Rogers <1337joe@users.noreply.github.com> | |||
| 2021-12-28 | Use dedicated resolvers for extras | cvium | |
| 2021-12-27 | More cleanup | Bond_009 | |
| 2021-12-25 | Merge pull request #7044 from 1337joe/fix-trailers-v2 | Cody Robibero | |
| Fix trailers v2 | |||
| 2021-12-24 | Fix resolved type for Trailers | Joe Rogers | |
| 2021-12-24 | Update StyleCop | Bond_009 | |
| 2021-12-24 | Merge pull request #7029 from cvium/allocations_maybe | Cody Robibero | |
| 2021-12-20 | Use our own Contains extension | cvium | |
| 2021-12-20 | Fix extras folders | cvium | |
| 2021-12-15 | Merge branch 'master' into what_could_go_wrong | Claus Vium | |
| 2021-12-07 | Fixes | cvium | |
| 2021-12-07 | Refactor extras parsing | cvium | |
| 2021-11-27 | performance++ | Claus Vium | |
| 2021-11-27 | Add additional provider parsing to series file name | Cody Robibero | |
| 2021-11-16 | Remove unused dependencies | cvium | |
| 2021-11-15 | Remove ILibraryManager as a dependency in resolvers etc. | cvium | |
| 2021-11-09 | Fix some warnings | Bond_009 | |
| down to 580 | |||
| 2021-11-02 | Merge pull request #6027 from fredriklindberg/improve-series-matching | Claus Vium | |
| 2021-10-06 | Fix the last few warnings | Bond_009 | |
| Enables TreatWarningsAsErrors for all projects | |||
| 2021-10-03 | Fix warnings in Library | Patrick Barron | |
| 2021-09-19 | Fix extra folder type resolving. | Dixin | |
| 2021-09-13 | Improve series name matching | Fredrik Lindberg | |
| Add a series path resolver that attempts to extract only the series name from a path that contains more information that just the name. | |||
| 2021-09-06 | Remove all unused usings | Fernando Fernández | |
| 2021-09-03 | Fix some warnings | Bond_009 | |
| 2021-09-03 | Merge remote-tracking branch 'upstream/master' into warn-259810 | Cody Robibero | |
| 2021-08-30 | Merge pull request #6183 from stanionascu/bdiso-playback | Claus Vium | |
| 2021-08-28 | Remove more and more warnings | Cody Robibero | |
