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
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
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
Shadowghost
287e06d6dc
If itemPath exists, use that, otherwise try getting full path from relative path
6 months ago
Shadowghost
dc93cc13b5
Apply review suggestion
6 months ago
Niels van Velzen
26714e2c62
Merge pull request #11673 from Shadowghost/fix-local-playlists
...
Fix local playlist scanning
6 months ago
Tim Eisele
c6c48a2b47
Fix series status parsing ( #11648 )
...
* Fix series status parsing
* Apply review suggestions and add test
* Apply review suggestion
* Apply review suggestions
6 months ago
Niels van Velzen
f8b67ec44c
Merge pull request #11670 from jellyfin/attempt-restore-user-cache
...
Restore caching for UserManager
6 months ago
Niels van Velzen
ddd5c302b4
Merge pull request #11675 from gnattu/fix-vaapi-mjpeg-parameter
...
Fix quality parameter for vaapi_mjpeg
6 months ago
Niels van Velzen
9b98638b2b
Merge pull request #11677 from Bond-009/migrateuserdb
...
Properly dispose dbContext in MigrateUserDb
6 months ago
Shadowghost
2ca8ce6f60
Apply review suggestions
6 months ago
Shadowghost
56a158e5c9
Secure local playlist path handling
6 months ago
gnattu
9b65d243a8
Use OrdinalIgnoreCase comparison
...
Signed-off-by: gnattu <gnattuoc@me.com>
6 months ago
Bond_009
c45dd5d6fb
Properly dispose dbContext in MigrateUserDb
6 months ago
Shadowghost
af4b732080
Fix override of locked name
6 months ago
Shadowghost
1cdf0f5cc4
Apply review suggestion
6 months ago
gnattu
20a1da1855
fix quality parameter for vaapi
...
Hardware encoders has different expectations about quality input. VAAPI's mjpeg encoder excepts JPEG quality divided by QP2LAMBDA as input.
Signed-off-by: gnattu <gnattuoc@me.com>
6 months ago
gnattu
8aee50020b
Always fallback for failed HEAD request ( #11668 )
6 months ago
Bond-009
c1615419b9
Don't generate TrickPlay images for files that don't exist ( #11653 )
6 months ago
Shadowghost
15489eeae3
Fix album photos
6 months ago
Shadowghost
80c9589885
Fix local playlist scanning
6 months ago
Cody Robibero
a5d60c4521
Allow empty user id when getting device list ( #11633 )
6 months ago
Bill Thornton
2cb052a119
Fix FirstTimeSetupPolicy allowing guest access ( #11651 )
6 months ago
gnattu
0756174b13
Restore caching for UserManager.cs
...
It seems like the EFCore's second level cache does not really work, and we are having very heavy database query here.
Signed-off-by: gnattu <gnattuoc@me.com>
6 months ago
gnattu
3f760e6685
Fix missing filename for timer ( #11629 )
6 months ago
Nathan McCrina
d5dc4435d9
Handle exception for unexpected audio file YEAR tag values ( #11621 )
6 months ago
Shadowghost
48228430c0
Fix season names
6 months ago
gnattu
f396a95f05
Fix network config ( #11587 )
6 months ago
Jellyfin Release Bot
717afcdc82
Bump version to 10.9.1
6 months ago
Tim Gels
25c50bcc5d
Change "try" to "attempt" english translation ( #11578 )
6 months ago
Cody Robibero
f77a5d0c5c
Default to processor count concurrent scan instead of 2 * processor count ( #11569 )
6 months ago
gnattu
6689d837d6
Fix absolute path checking on windows ( #11570 )
6 months ago
Cody Robibero
c1907354e8
Add metrics collector to disposable parts ( #11539 )
6 months ago