| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-06-05 | Backport pull request #11920 from jellyfin/release-10.9.z | Shadowghost | |
| Only set season path if season folder parsing was successful Original-merge: d1c00ba4edd5dd7b67ba4dda79dd0d18c8b8dd2d Merged-by: nielsvanvelzen <nielsvanvelzen@users.noreply.github.com> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2024-06-01 | Backport pull request #11886 from jellyfin/release-10.9.z | gnattu | |
| Fix multi-part album folder being detected as artist folder Original-merge: d602b6dbc5762d649a6d0532456e8289e6ff55cd Merged-by: crobibero <cody@robibe.ro> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2024-06-01 | Backport pull request #11719 from jellyfin/release-10.9.z | Shadowghost | |
| Move NFO series season name parsing to own local provider Original-merge: a53ea029fade01a18e8e525543b5cda14e16533a Merged-by: joshuaboniface <joshua@boniface.me> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2024-05-17 | Backport pull request #11647 from jellyfin/release-10.9.z | Shadowghost | |
| Fix season names Original-merge: 2da06bc0b10edcdb43618684396828afa4100b44 Merged-by: joshuaboniface <joshua@boniface.me> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2024-04-28 | Improve audio normalization | Bond_009 | |
| * Move calculation of LUFS to a scheduled task as it's pretty slow * Correctly calculate album LUFS * Don't try to convert replaygain tags to LUFS values | |||
| 2024-04-12 | Enable more warnings as errors (#11288) | Bond-009 | |
| 2024-03-26 | Apply review suggestions | Shadowghost | |
| 2023-12-08 | Convert CollectionType to use lowercase enum names | Cody Robibero | |
| 2023-11-09 | Convert CollectionType, SpecialFolderType to enum (#9764) | Cody Robibero | |
| * Convert CollectionType, SpecialFolderType to enum * Hide internal enum CollectionType values * Apply suggestions from code review Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com> * Fix recent change * Update Jellyfin.Data/Attributes/OpenApiIgnoreEnumAttribute.cs Co-authored-by: Patrick Barron <barronpm@gmail.com> --------- Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com> Co-authored-by: Patrick Barron <barronpm@gmail.com> | |||
| 2023-10-12 | Merge branch 'master' into fix-resharper-warnings | Stepan Goremykin | |
| # Conflicts: # Emby.Server.Implementations/Net/SocketFactory.cs # RSSDP/SsdpCommunicationsServer.cs # RSSDP/SsdpDeviceLocator.cs # RSSDP/SsdpDevicePublisher.cs | |||
| 2023-10-08 | Remove redundant using directives | Stepan Goremykin | |
| 2023-10-08 | Reduce string literal length by using verbatim string | Stepan Goremykin | |
| 2023-10-06 | Reduce string allocations | Bond_009 | |
| Some simple changes to reduce the number of allocated strings | |||
| 2023-09-27 | PhotoResolver: change how generated images are detected | Bond_009 | |
| Backdrops/fanart are generated as (backdrop)|(fanart)[0-9]*.extension Fixes #7830 | |||
| 2023-06-28 | Use RegexGenerator where possible | Bond_009 | |
| 2023-06-10 | Merge pull request #8203 from Shadowghost/nfo-season-names | Cody Robibero | |
| Implement NFO named season parsing | |||
| 2023-05-23 | Check for Imdb id for series | Bond_009 | |
| 2023-05-20 | Implement NFO named season parsing | Shadowghost | |
| 2023-05-12 | Fix access to playlists not created by a user (#9746) | Shadowghost | |
| 2023-04-06 | Remove redundant 'else' keywords | Stepan Goremykin | |
| 2023-03-20 | Merge pull request #9403 from SenorSmartyPants/ExtraCleanAndNFO | Cody Robibero | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2023-03-10 | Merge pull request #9254 from Shadowghost/dvdbdfix | Bond-009 | |
| 2023-03-09 | Clean Extra Names | SenorSmartyPants | |
| - Adds regular expression to CleanStrings to remove suffix style extra naming from the name presented in JF. - Override Resolve for Extras to enable parsename - remove exclusion on parsename of extratypes | |||
| 2023-03-06 | Fix cases where multiple files are resolved as a single book | Joe Rogers | |
| 2023-03-06 | Inject IDirectoryService where needed instead of passing it through ↵ | Joe Rogers | |
| ItemResolveArgs | |||
| 2023-03-01 | Allocate less Lists | Bond_009 | |
| 2023-02-17 | Reduce string allocations by regex | Bond_009 | |
| 2023-02-04 | Fix BD and DVD folder recognition for tv episodes | Shadowghost | |
| 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 | |
