| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-11-16 | Fixed metadata refresh not working | JPVenson | |
| 2024-11-14 | Fixed base items not saved before Metadata | JPVenson | |
| 2024-10-09 | WIP porting new Repository structure | JPVenson | |
| 2024-09-28 | Pre-fill ParentIndexNumber to preserve it between scans (#12739) | Tim Eisele | |
| 2024-06-24 | Backport pull request #12055 from jellyfin/release-10.9.z | Shadowghost | |
| Fix season backdrops Original-merge: 2266a003372826e8f9a6367cbe9070aa2d1b4b82 Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2024-06-24 | Backport pull request #12025 from jellyfin/release-10.9.z | Shadowghost | |
| Fix empty image folder removal for legacy locations Original-merge: 476dc01f4d5bf0fdf391935ef0759b0583bf7026 Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2024-06-23 | Backport pull request #12028 from jellyfin/release-10.9.z | Shadowghost | |
| Fix replace all and respect metadata settings Original-merge: 08b64c5502a8be8483532c30d05adcade4b8d411 Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2024-06-08 | Improve empty list check | Zero King | |
| 2024-06-06 | Backport pull request #11984 from jellyfin/release-10.9.z | Shadowghost | |
| Set ProductionLocations instead of Tags Original-merge: 279cba008ba310635dbf5c8db9445b15cfdda7f1 Merged-by: crobibero <cody@robibe.ro> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2024-06-06 | Backport pull request #11921 from jellyfin/release-10.9.z | Shadowghost | |
| Fix identify over NFO and replace all when NFO saving enabled Original-merge: bfcc09db8a0467c596a82a209d3e7feeb8117e08 Merged-by: joshuaboniface <joshua@boniface.me> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2024-06-05 | Backport pull request #11935 from jellyfin/release-10.9.z | Shadowghost | |
| Fix dateadded and movie NFO recognition Original-merge: 0c039145e5fae917f2d8969322a541880bbb23c1 Merged-by: joshuaboniface <joshua@boniface.me> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2024-06-05 | Backport pull request #11933 from jellyfin/release-10.9.z | Shadowghost | |
| Check trailer distinction by URL Original-merge: b1a5fe2f5595f228d62fb9d76734a6ba206a0536 Merged-by: nielsvanvelzen <nielsvanvelzen@users.noreply.github.com> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2024-06-01 | Backport pull request #11743 from jellyfin/release-10.9.z | Shadowghost | |
| Fix replace logic Original-merge: 2ddb15c7845a944d980364209c2304f03cebf025 Merged-by: joshuaboniface <joshua@boniface.me> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2024-05-25 | Backport pull request #11804 from jellyfin/release-10.9.z | Shadowghost | |
| Exclude virtual items from DateLastMediaAdded calculation Original-merge: d89e5a0074d6258d3b968b4f94189a90d78eef9b Merged-by: crobibero <cody@robibe.ro> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2024-05-17 | Backport pull request #11673 from jellyfin/release-10.9.z | Shadowghost | |
| Fix local playlist scanning Original-merge: 26714e2c62fb0fe1138bcb731ad7ad4d62bc7637 Merged-by: nielsvanvelzen <nielsvanvelzen@users.noreply.github.com> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2024-05-05 | Fix missing season Index (#11472) | gnattu | |
| 2024-03-18 | Fixes 'replace missing metadata' overwrites existing metadata that does ↵ | scampower3 | |
| exist (#11136) | |||
| 2023-11-09 | Convert ItemSortBy to enum (#9765) | Cody Robibero | |
| * Convert ItemSortBy to enum * Rename Unknown to Default | |||
| 2023-10-08 | Remove redundant using directives | Stepan Goremykin | |
| 2023-08-06 | Fixes metadata refresh problems with NFO files | LJQ | |
| 2023-05-20 | Implement NFO named season parsing | Shadowghost | |
| 2023-05-10 | Fix local JPG primary image for video being overwritten by screen grabber ↵ | SenorSmartyPants | |
| (#9552) | |||
| 2023-04-06 | Use TryAdd | Stepan Goremykin | |
| 2023-03-18 | Don't overwrite NFO images (#9452) | SenorSmartyPants | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2023-02-19 | Optimize tryparse | Bond_009 | |
| * Don't check for null before * Don't try different formats when not needed (NumberFormat.Integer is the fast path) | |||
| 2023-02-12 | Make update type for RunTimeTicks consistent with other file attributes | Joe Rogers | |
| 2023-02-12 | Add missing checks for item locked state in metadata updates | Joe Rogers | |
| 2023-01-02 | Merge pull request #8995 from daullmer/nfo-remote-images-initial | Claus Vium | |
| Use nfo provided remote images on initial scan | |||
| 2023-01-02 | Use nfo provided remote images on initial scan | David Ullmer | |
| 2022-12-27 | Use Diacritics.NET | Bond_009 | |
| Last time we had to revert this due to regressions, now those regression tests seem to succeed with a newer version of Diacritics.NET | |||
| 2022-12-19 | Use Order() introduced in .NET 7 (#8923) | Bond-009 | |
| 2022-12-07 | Use ArgumentException.ThrowIfNullOrEmpty | Bond_009 | |
| 2022-12-05 | Replace != null with is not null | Bond_009 | |
| 2022-12-05 | Replace == null with is null | Bond_009 | |
| 2022-10-07 | Merge branch 'master' into providermanager-cleanup | Claus Vium | |
| 2022-06-14 | Merge pull request #7873 from cvium/fix_nfo_remoteimages | Bond-009 | |
| (cherry picked from commit 1a787e273a7797f3c0275a62e1fd2805ae9c7943) Signed-off-by: crobibero <cody@robibe.ro> | |||
| 2022-05-20 | Merge pull request #7604 from Jellifi007/fixes-diactritics | Bond-009 | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> (cherry picked from commit 8d1d9734381472b301deb0118bbb8da2a769a65e) Signed-off-by: crobibero <cody@robibe.ro> | |||
| 2022-04-03 | Move Get*Providers definitions to interface | Joe Rogers | |
| 2022-01-16 | Merge pull request #7078 from 1337joe/metadata-merge-data | Bond-009 | |
| 2022-01-16 | Address review comments | Joe Rogers | |
| Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2022-01-08 | Make identify flag describe purpose, not source | Joe Rogers | |
| 2022-01-04 | Embed ProviderUtils into MetadataService | Joe Rogers | |
| 2022-01-04 | Clean up warnings | Joe Rogers | |
| 2022-01-03 | Remove existing images when applying identify | Joe Rogers | |
| 2022-01-02 | Add refresh flag to remove existing data/images | Joe Rogers | |
| Fixes #7040 | |||
| 2021-12-28 | Pull default MergeData implementation to parent | Joe Rogers | |
| 2021-12-27 | Remove more warnings | Cody Robibero | |
| 2021-12-21 | Catch HttpRequestException when saving images from local provider | cvium | |
| 2021-11-09 | Fix some warnings | Bond_009 | |
| 609 left | |||
| 2021-10-26 | Enable nullable for MediaBrowser.Providers | Bond_009 | |
