| Age | Commit message (Collapse) | Author |
|
Fix folders being identified as seasons in mixed libraries
|
|
Compare old file byte-by-byte to new stream
|
|
Add a collection API for `Included In` feature
|
|
Seeks to beginning of streams if CanSeek is true.
Added remarks about stream position.
Add test coverage for short-reads.
Fix fast-path tests to actually test the fast path.
Also fix class comment.
|
|
Fix A/V desync when resuming HLS with video transcode + audio copy
|
|
|
|
Backport: Fix/user manager collation
|
|
|
|
Fix integrated provider images
|
|
|
|
Move the .sub to .idx path normalization outside the burn-in check so
it applies to subtitle embedding as well. ffmpeg requires the .idx file
to read VobSub subtitles.
Add unit tests for GetMapArgs and GetInputArgument covering internal
subs, external SRT, multi-file SRT, multi-stream MKS containers, and
VobSub .sub/.idx path normalization.
|
|
Compute the in-file stream index for external subtitles instead of
hardcoding -map 1:0. For single-stream files (SRT/ASS/VTT) the index
is always 0, preserving existing behavior. For multi-stream containers
like MKS, the correct track is selected by counting sibling streams
that share the same Path.
Add unit tests for GetMapArgs covering internal subs, external SRT,
multiple external files, and multi-stream MKS containers.
|
|
Allow external subtitle files (SRT, ASS, PGS, etc.) to be muxed into
MKV output containers when the device profile requests Embed delivery.
Previously, the IsExternal guard in GetSubtitleProfile excluded external
subtitles from Embed consideration entirely, forcing them to be served
as separate sidecar files even when the output container supports
embedding.
Changes:
- Extract CanConsiderEmbedSubtitle in StreamBuilder to allow external
subs through when transcoding to MKV
- Add external subtitle file as FFmpeg input (-i) for Embed delivery
- Map external embedded subs from the correct FFmpeg input index
- Fix external audio map index to account for the new subtitle input
- Extract NeedsExternalSubtitleMuxing in EncodingHelper to deduplicate
the external subtitle input check
Fixes #16403
|
|
fix: write livetv recording NFO dateadded as UTC
|
|
* Order chapter response by start time
* Properly handle cancellation in MediaSegmentManager
* Prevent unecessary log spam in NetworkUtils
* Fixup
|
|
MediaBrowser.Providers.Books
|
|
Implement multiple versions for episodes.
|
|
Implement similarity providers
|
|
|
|
|
|
|
|
|
|
|
|
Print warning on invalid Subnets in Network/Proxy configuration
|
|
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
|
|
* Add OriginalLanguage as option to PreferredAudioLanguage
* Support for multiple original languages
* Add original audio stream indicator
* Fetch OriginalLanguage from TMDB
* Adapt to EFCore refactor
* Fix PlayDefaultAudioTrack OriginalLanguage behavior
* Fix better PlayDefaultAudioTrack OriginalLanguage behavior
* Add comment to ItemFields
* Improved PlayDefaultAudioTrack behavior
* Add migration for original language
* Use sting.Equals for string comparisons
* Always set dto OriginalLanguage
* Remove OriginalLanguage from ItemFields
---------
Co-authored-by: Lampan-git <lampan-git@users.noreply.github.com>
|
|
|
|
|
|
|
|
Add startup mode to migrate or seed the database on cmd
|
|
Fix Canadian rating and fallback to unrated if we have a CountryCode but no matching rating
|
|
PERSONALPANCHIWIRIS/fix/issue#16308_community_rating_not_updating
Fix #16308: Community ratings not updating after changing .nfo file.
|
|
|
|
Fix dummy chapter handling for videos with a single chapter or short duration.
|
|
Honor episode NFO season during metadata merge
|
|
Fix keyframe duration overshoot breaking playback
|
|
Implement ignore rule caching
|
|
Fix triple digit episode number handling
|
|
|
|
|
|
|
|
Co-authored-by: Copilot <copilot@github.com>
|
|
https://github.com/jellyfin/jellyfin/issues/15710
|
|
|
|
Path-derived season numbers could win over explicit provider metadata during episode refresh, causing episodes to appear in the wrong season. Prefer provider-supplied season numbers in the provider merge phases without letting later backfill merges clobber them.
|
|
|
|
Upgrade to xunit v3
|
|
|
|
|
|
* Update countries.json
Added Tanzania
* Fix order countries.json
* Fix tests
---------
Co-authored-by: Bond_009 <bond.009@outlook.com>
|