| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 42 hours | Merge pull request #17715 from Shadowghost/fix-people-cleanup | Cody Robibero | |
| Delete credits nothing maps to and bound item-by-name folder names | |||
| 42 hours | Merge pull request #17716 from Shadowghost/tmdb-aggregate-cast | Cody Robibero | |
| Build a TMDb series cast from the aggregated credits | |||
| 42 hours | Merge pull request #17714 from Shadowghost/fix-localized-view-ids | Cody Robibero | |
| Stop deriving user view ids from their localized name | |||
| 42 hours | Merge pull request #17713 from LTe/fix/sort-isplayed-series | Cody Robibero | |
| Fix IsPlayed and IsUnplayed sorting for shows and collections | |||
| 42 hours | Merge pull request #17710 from Shadowghost/fix-omdb-people | Cody Robibero | |
| Fix OMDB People handling | |||
| 42 hours | Merge pull request #17711 from Shadowghost/fix-image-logging | Cody Robibero | |
| Say which image and item failed instead of logging a blank path | |||
| 45 hours | Build a TMDb series cast from the aggregated credits | Shadowghost | |
| 45 hours | Fix tests | Shadowghost | |
| 46 hours | Keep an OMDb credit whole when its annotation holds a comma | Shadowghost | |
| 46 hours | Handle generational suffixes | Shadowghost | |
| 46 hours | Delete a credit once no item maps to it any more | Shadowghost | |
| 46 hours | Bind the folder name an item-by-name entity resolves to | Shadowghost | |
| 2 days | Order IsPlayed and IsUnplayed by the played state the filter reports | Piotr Niełacny | |
| Ordering mapped both keys to the item's own stored UserData row. Folders do not have one: a series, season or box set counts as played when no descendant is left unplayed, which is what the isPlayed filter and the DTO both report. A mixed library therefore sorted every series and box set into the unplayed group, and a query could filter and sort by two different notions of "played". Extract the filter's predicate into BuildIsPlayedFilter and route both sort keys through it so the two cannot drift apart again. | |||
| 3 days | Say which image and item failed instead of logging a blank path | Shadowghost | |
| 3 days | Fix OMDB People handling | Shadowghost | |
| 3 days | Update dependency UTF.Unknown to 2.7.0 (#17697) | Bond-009 | |
| Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
| 4 days | Translated using Weblate (Lithuanian) | Vitalijus | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/lt/ | |||
| 4 days | Merge pull request #17702 from Shadowghost/fix-person-metadata-refresh | Cody Robibero | |
| Fix person metadata not being fetched on demand or by the people task | |||
| 4 days | Use FullRefresh | Shadowghost | |
| 4 days | Merge pull request #17693 from Shadowghost/fix-series-merging | Cody Robibero | |
| Fix series merging leaking across libraries and under-counting merged children | |||
| 4 days | Merge pull request #17619 from Shadowghost/fix-metadata-language-fallback | Cody Robibero | |
| Fix English metadata blocking localized providers ranked below it | |||
| 4 days | Translated using Weblate (Hindi) | Karan Singh BHardwaj | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hi/ | |||
| 4 days | Translated using Weblate (Portuguese (Brazil)) | chiphead2332 | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt_BR/ | |||
| 4 days | Translated using Weblate (English (United Kingdom)) | DeaDvey | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/en_GB/ | |||
| 4 days | Fix person metadata not being fetched on demand or by the people task | Shadowghost | |
| 4 days | Translated using Weblate (Bulgarian) | Koralski | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/bg/ | |||
| 5 days | Translated using Weblate (Faroese) | krvi | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fo/ | |||
| 5 days | Translated using Weblate (Faroese) | krvi | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fo/ | |||
| 5 days | Merge remote-tracking branch 'upstream/master' into ↵ | Shadowghost | |
| fix-metadata-language-fallback | |||
| 5 days | Adapt to master | Shadowghost | |
| 5 days | Merge remote-tracking branch 'upstream/master' into fix-series-merging | Shadowghost | |
| 5 days | Merge pull request #17700 from Shadowghost/better-people-resolution | Cody Robibero | |
| Look up people by item via the credit map instead of a full scan | |||
| 5 days | Merge pull request #17698 from Shadowghost/unbreak-breakOnNonKeyFrames-dlna | Cody Robibero | |
| Mark breakOnNonKeyFrames as XMLIgnore | |||
| 5 days | Merge pull request #17691 from Shadowghost/fix-top-parent-fallback | Cody Robibero | |
| Fall back to the ancestor filter when a view has no top parents | |||
| 5 days | Merge pull request #17584 from Shadowghost/safeguard-invalid-provider-ids | Cody Robibero | |
| Safeguard against invalid provider ids | |||
| 5 days | Merge pull request #17607 from Shadowghost/optimize-db-helper-memory | Cody Robibero | |
| Optimize query helper memory | |||
| 5 days | Merge pull request #17685 from jellyfin/GHSA-wwwm-px48-fpvq-v12 | Cody Robibero | |
| Fix GHSA-wwwm-px48-fpvq | |||
| 5 days | Merge pull request #17682 from theguymadmax/hdhomerun-directplay | Cody Robibero | |
| Allow direct play for HDHomeRun Live TV tuners | |||
| 5 days | Merge pull request #17678 from theguymadmax/fix-mixed-latest-items | Cody Robibero | |
| Fix latest items for mixed libraries | |||
| 5 days | Look up people by item via the credit map instead of a full scan | Shadowghost | |
| 5 days | Additional fixes | Shadowghost | |
| Co-Authored-By: Cody Robibero <cody@robibe.ro> | |||
| 5 days | Mark breakOnNonKeyFrames as XMLIgnore | Shadowghost | |
| 5 days | Multiple fixes and improvements | Shadowghost | |
| Co-Authored-By: Cody Robibero <cody@robibe.ro> | |||
| 5 days | Merge remote-tracking branch 'upstream/master' into optimize-db-helper-memory | Shadowghost | |
| # Conflicts: # src/Jellyfin.Database/Jellyfin.Database.Providers.Sqlite/Migrations/JellyfinDbModelSnapshot.cs | |||
| 6 days | Update dependency UTF.Unknown to 2.7.0 | renovate[bot] | |
| 6 days | Use WhereOneOrMany | Shadowghost | |
| 6 days | Fix series merging leaking across libraries and under-counting merged children | Shadowghost | |
| 6 days | Fall back to the ancestor filter when a view has no top parents | Shadowghost | |
| 6 days | Translated using Weblate (English (United Kingdom)) | Joel Sprouse | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/en_GB/ | |||
| 7 days | Normalize fix, apply in more places | Cody Robibero | |
