| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 3 hours | Translated using Weblate (English (United States))HEADmaster | Jensen | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/en_US/ | |||
| 4 hours | Added translation using Weblate (English (United States)) | Jensen | |
| 16 hours | Merge pull request #17146 from theguymadmax/fix-identify-searchv12.0-rc1 | Bond-009 | |
| Fix Identify returning wrong results | |||
| 16 hours | Merge pull request #17090 from moontwister/fix/audio-sample-rate-non-opus-17026 | Bond-009 | |
| Fix audio sample rate forced to 48 kHz for non-Opus codecs | |||
| 16 hours | Merge pull request #17094 from ↵ | Bond-009 | |
| moontwister/fix/trailers-nullref-controllercontext-17065 Deprecate the redundant /Trailers endpoint | |||
| 25 hours | Fix audio sample rate forced to 48 kHz for non-Opus codecs | danne | |
| GetProgressiveAudioFullCommandLine applied the libopus-only sample rate quantization to every codec except Opus, inverting the intended guard. A requested rate such as 44100 Hz was therefore snapped to 48000 Hz for AAC/MP3/FLAC, while Opus (which actually requires the quantization) was skipped entirely. Apply the quantization only when the output codec is Opus, and pass the requested sample rate through unchanged for all other codecs. Fixes #17026 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> | |||
| 30 hours | Fix Identify returning wrong results | theguymadmax | |
| 35 hours | Merge pull request #17116 from theguymadmax/fix-root-folder-parsing | Bond-009 | |
| 44 hours | Translated using Weblate (Slovenian) | Žiga Ules | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sl/ | |||
| 44 hours | Translated using Weblate (Portuguese (Portugal)) | AfmanS | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt_PT/ | |||
| 3 days | Deprecate the redundant /Trailers endpoint | danne | |
| GET /Trailers is a thin alias for GET /Items with includeItemTypes=Trailer; it just forwards to the injected ItemsController. Per the PR review the agreed direction is to deprecate it rather than keep maintaining the delegation. Mark the action [Obsolete] so it is flagged as deprecated in the OpenAPI spec; clients should use the GetItems operation with includeItemTypes=Trailer instead. Re #17065 | |||
| 4 days | Merge pull request #14935 from JadedRain/master | Bond-009 | |
| Fixed "Deleting media that is still being watched in SyncPlay results in errors" | |||
| 4 days | Merge pull request #17112 from theguymadmax/add-year-to-series-resolver | Bond-009 | |
| Fix series year lost during name parsing | |||
| 4 days | Merge pull request #17121 from theguymadmax/fix-date-offset | Bond-009 | |
| Fix episode air date offset after initial scan | |||
| 4 days | Merge pull request #17099 from Bond-009/libraryimport | Bond-009 | |
| Follow native interoperability best practices | |||
| 5 days | Apply review feedback | theguymadmax | |
| 5 days | Merge pull request #17087 from dkanada/book-resolver | Bond-009 | |
| improve book resolution from filename | |||
| 5 days | Merge pull request #17106 from Shadowghost/extend-transcoding-reason-reporting | Bond-009 | |
| Extend TranscodingReason reporting | |||
| 5 days | Always apply recursive when filters are requested (#17088) | Bond-009 | |
| 5 days | Fetch TV Shows creators from TMDB (#17107) | Rant423 | |
| Fetch TV Shows creators from TMDB | |||
| 5 days | Merge pull request #17118 from jellyfin/renovate/sharpfuzz-2.x | Bond-009 | |
| Update dependency SharpFuzz to 2.3.0 | |||
| 5 days | Fix episode air date offset after initial scan | theguymadmax | |
| 6 days | Translated using Weblate (Indonesian) | Darren | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/id/ | |||
| 6 days | Strip null-terminator | Bond_009 | |
| 6 days | Make sure we don't include the null terminator | Bond_009 | |
| 6 days | Update dependency SharpFuzz to 2.3.0 | renovate[bot] | |
| 6 days | Skip parsing root-level folders in SeriesResolver | theguymadmax | |
| 7 days | Translated using Weblate (Kannada) | Rohith | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/kn/ | |||
| 7 days | Add regression test | Bond_009 | |
| 7 days | Fix type of length arguments | Bond_009 | |
| 7 days | Follow native interoperability best practices | Bond_009 | |
| https://learn.microsoft.com/en-us/dotnet/standard/native-interop/best-practices | |||
| 7 days | Merge pull request #17074 from jellyfin/renovate/sharpcompress-0.x | Bond-009 | |
| Update dependency SharpCompress to 0.49.1 | |||
| 7 days | await instead of returning Task | Bond_009 | |
| 7 days | fix build errors | Bond_009 | |
| 7 days | Update dependency SharpCompress to 0.49.1 | renovate[bot] | |
| 7 days | Merge pull request #17109 from ↵ | Bond-009 | |
| jellyfin/renovate/serilog.settings.configuration-10.x Update dependency Serilog.Settings.Configuration to 10.0.1 | |||
| 7 days | Merge pull request #17089 from Bond-009/sharpcompress | Bond-009 | |
| Replace usage of SharpCompress | |||
| 7 days | Fix series year lost during parsing | theguymadmax | |
| 7 days | Fix tests | Shadowghost | |
| 7 days | Update dependency Serilog.Settings.Configuration to 10.0.1 | renovate[bot] | |
| 7 days | Extend TranscodingReason reporting | Shadowghost | |
| 7 days | Translated using Weblate (Spanish (Argentina)) | Franco Castillo | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es_AR/ | |||
| 7 days | improve book resolution from filename | dkanada | |
| 8 days | Merge pull request #17085 from matt-teahan/albumidsfix | Bond-009 | |
| Fix AlbumIds filtering by Name instead of by Id | |||
| 8 days | Merge pull request #17075 from jellyfin/renovate/polly-monorepo | Bond-009 | |
| Update polly monorepo to 8.7.0 | |||
| 8 days | Merge pull request #17077 from SheaSmith/xmltv-background-images | Bond-009 | |
| Add support for background images and episode thumbnails from XMLTV | |||
| 9 days | Merge pull request #17072 from jellyfin/renovate/swashbuckle-aspnetcore-monorepo | Bond-009 | |
| Update swashbuckle-aspnetcore monorepo to 10.2.1 | |||
| 9 days | Replace usage of SharpCompress | Bond_009 | |
| ComicImageProvider is the last user of SharpCompress after this PR | |||
| 9 days | Apply ParentId.Value suggestion | Matt Teahan | |
| Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 9 days | Merge pull request #17081 from Gadnief/fix/audiodb-album-description-en-fallback | Bond-009 | |
| Fix AudioDb album description not displayed for English (mirror of #16606) | |||
