| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2021-06-19 | Move non-jellyfin extensions to separate project | Bond_009 | |
| 2021-06-13 | Better detection of the ISO DVD/BD types | Stanislav Ionascu | |
| The ISO image will be opened and checked for disc-type specific folders. Can be overridden using NAME.dvd.iso / NAME.bluray.iso | |||
| 2021-05-24 | Remove some unnecessary allocations | cvium | |
| 2021-05-20 | Enable nullable reference types for Emby.Server.Implementations | Bond_009 | |
| 2021-05-16 | Reduce some allocations | cvium | |
| 2021-05-05 | More improvements | Bond_009 | |
| 2021-05-05 | Code Clean up: Convert to null-coalescing operator ?? (#5845) | BaronGreenback | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com> | |||
| 2021-04-17 | Fix ArgumentOutOfRangeException scanning AudioBooks | Stephen Moore | |
| AudioResolver.ResolveMultipleAudio method can attempt to access the first item in a List without checking if the list is empty which throws an ArgumentOutOfRangeException and stops the 'Scan Library' process. | |||
| 2021-04-10 | Set mediatype to Audio for playlists in a music library | cvium | |
| 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-15 | add unit tests | cvium | |
| 2021-03-14 | do not resolve episode-like files if they are in extras folders | cvium | |
