| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-10-10 | Fixed tests | JPVenson | |
| 2024-10-10 | Fixed tests | JPVenson | |
| 2024-10-09 | Expanded BaseItem aggregate types | JPVenson | |
| 2024-10-09 | Fixed (most) tests | JPVenson | |
| 2024-10-09 | Ported new Item Repository architecture | JPVenson | |
| 2024-10-08 | Merge remote-tracking branch 'jellyfinorigin/master' into feature/EFUserData | JPVenson | |
| 2024-09-22 | Update dependency xunit to 2.9.1 (#12687) | renovate[bot] | |
| Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2024-09-18 | Remove invalid test | Shadowghost | |
| 2024-09-18 | Add SessionInfoDto, DeviceInfoDto and implement ↵ | Shadowghost | |
| JsonDelimitedArrayConverter.Write | |||
| 2024-09-18 | Sort by version name before resolution sorting (#12621) | gnattu | |
| 2024-09-17 | Apply review suggestions | Shadowghost | |
| 2024-09-17 | Rework PR 6203 | Shadowghost | |
| 2024-09-14 | Move progressive tests to old place | gnattu | |
| 2024-09-14 | Remove redundant info | gnattu | |
| 2024-09-14 | Add Dolby Vision testing | gnattu | |
| Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-09-13 | Restore progressive transcoding tests | gnattu | |
| Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-09-13 | Fix safari test | gnattu | |
| Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-09-13 | Add mkv h264 ac3 tests | gnattu | |
| Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-09-13 | Add broken fps mkv test | gnattu | |
| Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-09-13 | Update unit test for StreamBuilder to reflect current server and clients | gnattu | |
| Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-09-12 | Only remove images in metadata folder by default (#12631) | gnattu | |
| 2024-09-09 | Add audio ranking for transcoding profiles (#12546) | Dmitry Lyzo | |
| 2024-09-07 | Backport pull request #12558 from jellyfin/release-10.9.z | Bond-009 | |
| Fix alt version name generation Original-merge: 70f4f2e8c2378f9a219c840ac23d0bcd2638c966 Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2024-09-07 | Backport pull request #12550 from jellyfin/release-10.9.z | Bond-009 | |
| Create and use FormattingStreamWriter Original-merge: cd2f2ca17800f71c8d94a6e043b49b7c4200e254 Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2024-09-07 | Feature/media segments plugin api (#12359) | JPVenson | |
| 2024-09-07 | Migrated UserData from library sqlite db to jellyfin.db | JPVenson | |
| 2024-09-06 | Merge pull request #12548 from Bond-009/utf8bom | Niels van Velzen | |
| Remove BOM from UTF-8 files | |||
| 2024-08-31 | Merge pull request #12549 from Bond-009/livetvcontrollertests | Bond-009 | |
| Add LiveTvController tests | |||
| 2024-08-30 | Add PluginsController tests | Bond_009 | |
| 2024-08-30 | Add LiveTvController tests | Bond_009 | |
| 2024-08-30 | Remove BOM from UTF-8 files | Bond_009 | |
| I think some people need to change their IDE configuration ;) | |||
| 2024-08-28 | Prevent server from starting if the ffmpeg path is invalid (#12463) | gnattu | |
| 2024-08-27 | Merge pull request #11250 from nyanmisaka/fix-hwa-video-rotation | Bond-009 | |
| Fix the broken video orientation (+-90/180) | |||
| 2024-08-05 | Backport pull request #12374 from jellyfin/release-10.9.z | nyanmisaka | |
| Fix compatibility between TranscodingThrottler and FFmpeg 7.0 Original-merge: ee0094d889fe99cc3e27b556d5470e94b2521a3e Merged-by: crobibero <cody@robibe.ro> Backported-by: Bond_009 <bond.009@outlook.com> | |||
| 2024-08-05 | Merge branch 'master' into fix-hwa-video-rotation | Nyanmisaka | |
| 2024-08-01 | Enable more analyser rules as errors | Bond_009 | |
| Also deduplicates a bit of code inside of SeasonPathParser and adds some more tests | |||
| 2024-07-30 | Fix: parsing of xbmc style multi episode nfo files (#12268) | TheMelmacian | |
| 2024-07-29 | Enable nullable for UserItemData | Bond_009 | |
| MetadataResult.GetOrAddUserData doesn't ever get used and is probably broken since the migration to .NET Core as it still expects a Guid for userId | |||
| 2024-07-29 | Check MaxAudioChannels for directAudioStream candidates (#12319) | gnattu | |
| * Check MaxAudioChannels for directAudioStream candidates The current stream builder logic does not check the channel limit when determining if the audio stream can be directly used, and this can cause some undesired effects: - A high channel count surround sound stream might be picked even if a stereo one exists when the user requires stereo audio. - The user's preferred audio codec might not be respected during the downmix because the requested codec is now forced to be the same as the original source. Signed-off-by: gnattu <gnattuoc@me.com> * Fix unit test Signed-off-by: gnattu <gnattuoc@me.com> * Set correct transcode reason and target channels for unit test Signed-off-by: gnattu <gnattuoc@me.com> * Match old stream selection behavior Signed-off-by: gnattu <gnattuoc@me.com> * Fix reason matching Signed-off-by: gnattu <gnattuoc@me.com> --------- Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-07-23 | Merge branch 'master' into fix-hwa-video-rotation | Nyanmisaka | |
| 2024-07-21 | Backport pull request #12278 from jellyfin/release-10.9.z | Bond-009 | |
| Fix localization of audio title Original-merge: f7a90b6383aed557c0c2d3a824fc00340f72fe40 Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2024-07-17 | Move external url listing to provider for plugin use (#12279) | Cody Robibero | |
| 2024-07-15 | Add check for ProviderIds to prevent '=' from appearing in keys, also ↵ | Erwin de Haan | |
| support '=' in the values. (#12274) | |||
| 2024-07-09 | Update PremiereDateComparerTests | honestlywhoknows | |
| Add extra tests for edge cases, adjust dummy values for easier debugging | |||
| 2024-07-09 | Correct PremiereDateComparerTests | Adam | |
| Correct PremiereDateComparerTests - Adjust expected values, add comments, add extra test | |||
| 2024-07-09 | Create PremiereDateComparerTests | Adam | |
| Create PremiereDateComparerTests to test PremiereDateComparer functionality. | |||
| 2024-06-27 | Merge pull request #11204 from revam/fix-resolver-helper-init-values | Bond-009 | |
| Don't expect `BaseItem` to be a movie/video file. | |||
| 2024-06-23 | Backport pull request #12026 from jellyfin/release-10.9.z | Bond-009 | |
| Check hearing impared flags with equality instead of contains Original-merge: a89678074e7663c1240286a04bb2eead9ef633a7 Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2024-06-11 | fix: update tests | Mikal Stordal | |
| 2024-06-07 | Replace async void with async Task in tests | Bond_009 | |
