gnattu
52ae4e504b
Allow user to specify any journal mode
...
Signed-off-by: gnattu <gnattuoc@me.com>
6 months ago
gnattu
b3ab3a2ff2
Add Env Var to disable WAL journaling
...
SQLite WAL journaling is not compatible with all filesystems/VFS extensions, causing the database being locked up in certain conditions. Add an env var to disable WAL journaling for better compatibility.
Signed-off-by: gnattu <gnattuoc@me.com>
6 months ago
Jellyfin Release Bot
730b01fb14
Bump version to 10.9.3
6 months ago
gnattu
45e8872cc0
Extract media attachment one by one if the filename appears to be a path ( #11812 )
6 months ago
Joshua M. Boniface
bcf884ccfa
Update GitHub workflows from Master
...
Backport fixes from:
- #11780
- #11779
- #11769
- #11733
- #11515
6 months ago
gnattu
2eece01acc
Filter invalid IPs on external interface matching ( #11766 )
6 months ago
gnattu
ef985896e2
Use SharedStream for LiveTV more restrictively ( #11805 )
6 months ago
Nyanmisaka
5e7514243c
Fix the IOSurf error in QSV transcoding ( #11830 )
6 months ago
NotSaifA
4a344bebc0
Trickplay: kill ffmpeg when task is cancelled ( #11790 )
6 months ago
Tim Eisele
b2d54b82fa
Improve reliability of HasChanged check ( #11792 )
6 months ago
gnattu
e7b1162cb3
Force more compatible transcoding profile for LiveTV ( #11801 )
6 months ago
Tim Eisele
d89e5a0074
Exclude virtual items from DateLastMediaAdded calculation ( #11804 )
6 months ago
Tim Eisele
4a54e5ddeb
Add Canceled to ended state ( #11808 )
6 months ago
Bond-009
d9232e05f1
Merge pull request #11798 from gnattu/fix-trickplay-image-height
...
Recalculate trickplay image height for anamorphic videos
6 months ago
Bond-009
52be8be28f
Merge pull request #11754 from Shadowghost/fix-bd-chapter-images
...
Fix BD/DVD folder chapter image extraction
6 months ago
Bond-009
ab6c2424db
Merge pull request #11802 from crobibero/nullable-match-term
...
Mark SearchHint.MatchedTerm as nullable
6 months ago
Bond-009
eb437e7163
Merge pull request #11799 from nyanmisaka/fix-va-vk-interop-chk
...
Disable VA-VK interop on not supported kernel versions
6 months ago
Bond-009
2ddf2a7866
Merge pull request #11781 from Bond-009/orderts
...
Retain order blu-ray segments
6 months ago
Bond-009
60232ce9be
Merge pull request #11788 from gnattu/override-too-small-trickplay-image-interval
...
Override too small trickplay image interval
6 months ago
gnattu
952995f796
Ignore NullOrEmpty imageStream.AspectRatio
...
Signed-off-by: gnattu <gnattuoc@me.com>
6 months ago
gnattu
933a285bf5
Use single quote
...
Signed-off-by: gnattu <gnattuoc@me.com>
6 months ago
gnattu
f8da69f8e5
Allow decimal aspect ratio
...
Signed-off-by: gnattu <gnattuoc@me.com>
6 months ago
Cody Robibero
d5e29bfce3
here you go Niels
6 months ago
nyanmisaka
ab36c4c011
Disable VA-VK interop on not supported kernel versions
...
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
6 months ago
gnattu
c6e29647fc
Recalculate trickplay image height for anamorphic videos
...
Signed-off-by: gnattu <gnattuoc@me.com>
6 months ago
gnattu
fa2bff30f6
Explicitly use decimal
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
6 months ago
gnattu
447f73caf4
Fix bitrate calculation accuracy
...
Signed-off-by: gnattu <gnattuoc@me.com>
6 months ago
gnattu
86129589ef
Override too small trickplay image interval
...
Some users may set this value too low, causing the trickplay generation to fail. Reset this interval to the minimum valid value of 1 second when the user-configured value is too small to prevent generation failures.
Signed-off-by: gnattu <gnattuoc@me.com>
6 months ago
Niels van Velzen
06a5ddda5e
Merge pull request #11774 from Bond-009/downmix
...
Apply audio boost when downmixing regardless of downmixalgo
6 months ago
Bond_009
6777f47e0e
Retain order blu-ray segments
6 months ago
Bond_009
cf04e1d8e5
Apply audio boost when downmixing regardless of downmixalgo
...
This is what I'd expect from the naming
Should fix #11771
6 months ago
Bond-009
d608f1e3cc
Merge pull request #11713 from gnattu/fix-vt-h264-profile
...
Fix VideoToolbox H264 constrained profile option
6 months ago
Bond-009
86f5c93434
Merge pull request #11739 from Shadowghost/fix-trickplay
...
Do not run trickplay on scan if disabled
6 months ago
Bond-009
4fcbeef5e6
Merge pull request #11738 from crobibero/non-user-session
...
Don't require user when getting current session
6 months ago
Shadowghost
77abafca8e
Fix BD/DVD folder chapter image extraction
6 months ago
Shadowghost
2cebd5e05f
Do not run trickplay on scan if disabled
6 months ago
Cody Robibero
b19b346670
Don't require user when getting current session
6 months ago
gnattu
53de8c0805
Fix VideoToolbox H264 constrained profile option
...
Like a lot of other encoders they need an underscore between two words.
Signed-off-by: gnattu <gnattuoc@me.com>
6 months ago
Jellyfin Release Bot
76854b5eff
Bump version to 10.9.2
6 months ago
Tim Eisele
5200633574
Prevent double iterating over all seasons ( #11700 )
6 months ago
Joshua M. Boniface
832e27a8fb
Merge pull request #11680 from Shadowghost/secure-local-playlists
...
Secure local playlist path handling
6 months ago
Joshua M. Boniface
2da06bc0b1
Merge pull request #11647 from Shadowghost/fix-season-names
...
Fix season names
6 months ago
Joshua M. Boniface
46c748d888
Merge pull request #11699 from cvium/fix_livetv
...
Use MediaType instead of ToString and add text/ as disallowed mimetypes
6 months ago
Tim Eisele
430d450828
Fix network binding ( #11671 )
...
* Fix network binding
* Better log output
* Fix Kestrel bind message
6 months ago
Niels van Velzen
02937873b1
Merge pull request #11689 from gnattu/workaround-ffmpeg-seek
...
Workaround ffmpeg keyframe seeking for external subtitles
6 months ago
Niels van Velzen
d303ca56e3
Merge pull request #11698 from Bond-009/issue11605
...
Fix not binding to SQL parameters
6 months ago
cvium
c647143e53
fix(livetv): use MediaType instead of ToString and add text/ as disallowed mimetypes
6 months ago
Bond_009
dd0ab8ed56
Fix not binding to SQL parameters
...
Whitespace values weren't being filtered out in advance
Remove the posibility of this happening again by always binding
Should fix #11605
6 months ago
Shadowghost
18e6c1ef7d
Apply review comments
6 months ago
gnattu
dec2032e13
Workaround ffmpeg keyframe seeking for external subtitles
...
We seek to the exact position of the keyframe for direct stream/remuxing, but FFmpeg seeks to the previous keyframe when the exact time is provided as input. To work around this, add a 0.5 second offset to the seeking time.
Signed-off-by: gnattu <gnattuoc@me.com>
6 months ago