| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 13 hours | Additional fixes | Shadowghost | |
| Co-Authored-By: Cody Robibero <cody@robibe.ro> | |||
| 2026-08-08 | Safeguard against invalid provider ids | Shadowghost | |
| 2026-01-05 | Fix zh-CN subtitle language display | ZeusCraft10 | |
| The DisplayTitle property was using .NET's CultureInfo.GetCultures(NeutralCultures) to resolve language display names. Since zh-CN is a specific culture (not neutral), it would fall back to the base 'zh' code, resulting in generic 'Chinese' instead of 'Chinese (Simplified)'. This change adds a LocalizedLanguage property to MediaStream that gets populated via LocalizationManager.FindLanguageInfo() when streams are retrieved from the database. This leverages Jellyfin's existing iso6392.txt mappings which correctly map zh-CN to 'Chinese (Simplified)'. The same pattern is already used for other localized strings like LocalizedDefault and LocalizedExternal. | |||
| 2024-07-15 | Add check for ProviderIds to prevent '=' from appearing in keys, also ↵ | Erwin de Haan | |
| support '=' in the values. (#12274) | |||
| 2023-12-18 | Fix tests | Bond_009 | |
| 2022-12-14 | Fix debug builds (#8909) | Bond-009 | |
| 2022-10-07 | Add hearing impaired subtitle stream indicator (#7379) | Joe Rogers | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2022-08-13 | Backport pull request #8212 from jellyfin/release-10.8.z | SenorSmartyPants | |
| Add resolution text for 384 sized video Original-merge: 7ffdde9a0b88f543a84fa8a3fa7487cbe8dda8b4 Merged-by: Cody Robibero <cody@robibe.ro> Backported-by: Joshua Boniface <joshua@boniface.me> | |||
| 2022-07-20 | Backport pull request #8104 from jellyfin/release-10.8.z | Joshua Boniface | |
| Add resolution text output for more resolutions Authored-by: Shadowghost <Ghost_of_Stone@web.de> Merged-by: Bond-009 <bond.009@outlook.com> Original-merge: 2b46917dcf7af970dc95d4ef0bbfebac7a520d25 | |||
| 2022-03-10 | Add label for external audio/sub tracks | Joe Rogers | |
| 2021-10-03 | Fix warning: Using directive is not required by the code and can be safely ↵ | KonH | |
| removed (#2149) | |||
| 2021-09-11 | Use TheoryData instead of MemberData and ClassData | ianjazz246 | |
| 2021-09-01 | Add subtitle format(codec) to stream display title (#5853) | Mike | |
| Co-authored-by: Michał Kurek <michal.kurek@mail.com> | |||
| 2021-07-24 | Update tests/Jellyfin.Model.Tests/Entities/MediaStreamTests.cs | Bond-009 | |
| Co-authored-by: Max Rumpf <max.rumpf1998@gmail.com> | |||
| 2021-07-20 | Add tests for GetResolutionText | Bond_009 | |
| 2021-06-19 | Move non-jellyfin extensions to separate project | Bond_009 | |
| 2021-03-08 | Fix casing CollectionType | Bond_009 | |
| 2021-03-03 | fix HasProviderId and add tests | cvium | |
| 2021-03-03 | revert removal of null check | cvium | |
| 2021-03-01 | Revert breaking change | Bond_009 | |
| 2021-02-19 | Cover all branches | Bond_009 | |
| 2021-02-19 | Add tests for ProviderIdsExtensions | Bond_009 | |
