Niels van Velzen
b1a5fe2f55
Merge pull request #11933 from Shadowghost/fix-trailer-duplication
...
Check trailer distinction by URL
2024-06-04 12:04:39 +02:00
Shadowghost
3d87885577
Check trailer distinction by URL
2024-06-02 21:31:31 +02:00
Jellyfin Release Bot
ab4315742f
Bump version to 10.9.4
OpenAPI / OpenAPI - HEAD (push) Has been cancelled
OpenAPI / OpenAPI - BASE (push) Has been cancelled
OpenAPI / OpenAPI - Difference (push) Has been cancelled
OpenAPI / OpenAPI - Publish Unstable Spec (push) Has been cancelled
OpenAPI / OpenAPI - Publish Stable Spec (push) Has been cancelled
2024-06-01 18:38:59 -04:00
Joshua M. Boniface
2ddb15c784
Merge pull request #11743 from Shadowghost/fix-replace
...
Fix replace logic
2024-06-01 18:33:31 -04:00
Joshua M. Boniface
95c7d997c1
Merge pull request #11823 from gnattu/env-disable-second-level-cache
...
Add Env Var to disable second level cache
2024-06-01 18:32:54 -04:00
Joshua M. Boniface
e2c909f50f
Merge pull request #11762 from Shadowghost/fix-lyrics
...
Mark Audio as RequiresDeserialization and backfill data
2024-06-01 18:32:36 -04:00
Joshua M. Boniface
a53ea029fa
Merge pull request #11719 from Shadowghost/fix-season-names
...
Move NFO series season name parsing to own local provider
2024-06-01 18:31:55 -04:00
Joshua M. Boniface
869dab2ba2
Merge pull request #11873 from thornbill/fix-first-time-setup-guest-but-for-real
...
Fix FirstTimeSetupHandler allowing public access
2024-06-01 18:31:31 -04:00
Joshua M. Boniface
d2be2ee480
Merge pull request #11910 from Bond-009/audionormout
...
Audio normalization: parse ffmpeg output line by line
2024-06-01 16:07:05 -04:00
Bond_009
bc8ef94f0d
Audio normalization: parse ffmpeg output line by line
...
Should prevent OOM error
Also optimized the regex so it can bail out earlier
2024-06-01 17:50:12 +02:00
Bill Thornton
ed1b880359
Remove api key check and simplify conditions
2024-05-31 16:31:15 -04:00
Bill Thornton
7221e7ca68
Fix FirstTimeSetupHandler failing for users and update tests
2024-05-31 14:09:04 -04:00
gnattu
0392daa103
Relax remuxing requirement for LiveTV ( #11851 )
2024-05-31 07:01:47 -06:00
gnattu
d602b6dbc5
Fix multi-part album folder being detected as artist folder ( #11886 )
2024-05-31 07:01:28 -06:00
Cody Robibero
b8a0cf6a9e
Merge pull request #11859 from gnattu/use-ffprobe-audio-metadata-fallback
2024-05-31 07:00:56 -06:00
Cody Robibero
26419c64f5
Merge pull request #11894 from gnattu/escape-concated-path
2024-05-31 06:58:00 -06:00
Bill Thornton
a71e2d9f0a
Update FirstTimeSetupHandler.cs
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2024-05-31 03:18:33 -04:00
gnattu
cfe67ff17d
Add extra white space
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2024-05-31 15:14:29 +08:00
gnattu
78e3ee15f9
Don't use interpolated strings
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2024-05-31 14:59:57 +08:00
gnattu
2cb74e3dd0
Escape tmpConcatPath for DVD and BD folder
...
Signed-off-by: gnattu <gnattuoc@me.com>
2024-05-31 14:54:00 +08:00
Joshua M. Boniface
8e979bdb4b
Merge pull request #11882 from Shadowghost/fix-season-missing-episode
...
Fix missing episodes query for seasons
2024-05-30 19:52:20 -04:00
Shadowghost
e099fd6141
Fix missing episodes query for seasons
2024-05-30 20:26:26 +02:00
Bill Thornton
35962bcc42
Fix FirstTimeSetupHandler api key test
2024-05-30 12:08:52 -04:00
Tim Eisele
ae584beaac
Return missing episodes for series when no user defined ( #11806 )
2024-05-30 09:32:37 -06:00
Cody Robibero
563033786f
Merge pull request #11876 from Bond-009/enableLib
2024-05-30 09:32:00 -06:00
Joshua M. Boniface
f8c7f36a34
Merge pull request #11867 from Shadowghost/stable-dep-upgrade
...
Upgrade dependencies
2024-05-30 10:36:30 -04:00
Shadowghost
4746c88633
Apply review suggestion
2024-05-30 09:21:23 +02:00
Shadowghost
b7d6bedbbb
Apply review suggestion
2024-05-30 08:54:44 +02:00
Bond_009
8db79c05dd
Don't check if admin has access to library when updating
...
The access check also checks if the library is enabled, this makes it impossible to enable disabled libraries.
Regression from #11171
2024-05-29 22:27:29 +02:00
Bill Thornton
8fa7ff647a
Defer standard authentication checks to DefaultAuthorizationHandler
2024-05-29 14:35:41 -04:00
Bond-009
d0336cd67e
Merge pull request #11857 from gnattu/fix-ffprobe-useragent
...
Fix ffprobe -user_agent parameter
2024-05-29 10:00:36 +02:00
Shadowghost
cfab4eb2fc
Fix xUnit
2024-05-28 22:08:33 +02:00
Shadowghost
5f1c5009d3
Upgrade dependencies
2024-05-28 22:08:33 +02:00
gnattu
97d7151289
Don't use finally block for tag fallback
...
Signed-off-by: gnattu <gnattuoc@me.com>
2024-05-28 20:24:40 +08:00
gnattu
475fa36ea3
Use better exception logging
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2024-05-28 20:23:03 +08:00
gnattu
e8d1ee0934
Use music metadata from ffprobe when TagLib fails
...
TagLib has its own limitations, which cause it to fail on certain audio files or extract incomplete information from the tags. Use the information from ffprobe when TagLib fails to extract data.
Signed-off-by: gnattu <gnattuoc@me.com>
2024-05-28 14:24:36 +08:00
gnattu
d07ec4ad0f
Fix ffprobe -user_agent parameter
...
The PR #10448 was doing it wrong and actually did not work. Even its unit testing was testing for a wrong output.
Signed-off-by: gnattu <gnattuoc@me.com>
2024-05-28 03:18:46 +08:00
Shadowghost
684dfedbcc
Do not remove already set people on locked items
2024-05-27 19:14:17 +02:00
Jellyfin Release Bot
730b01fb14
Bump version to 10.9.3
OpenAPI / OpenAPI - HEAD (push) Has been cancelled
OpenAPI / OpenAPI - BASE (push) Has been cancelled
OpenAPI / OpenAPI - Difference (push) Has been cancelled
OpenAPI / OpenAPI - Publish Unstable Spec (push) Has been cancelled
OpenAPI / OpenAPI - Publish Stable Spec (push) Has been cancelled
2024-05-26 20:00:29 -04:00
gnattu
45e8872cc0
Extract media attachment one by one if the filename appears to be a path ( #11812 )
2024-05-26 11:40:28 -06:00
Shadowghost
cc2c00d764
Respect locked fields when updating children from parent
2024-05-26 17:01:19 +02:00
gnattu
402a5e2c9f
Use simpler config value
...
Only true and false are supported now
Signed-off-by: gnattu <gnattuoc@me.com>
2024-05-26 10:45:38 +08:00
Joshua M. Boniface
bcf884ccfa
Update GitHub workflows from Master
...
Backport fixes from:
- #11780
- #11779
- #11769
- #11733
- #11515
2024-05-25 11:55:48 -04:00
gnattu
2eece01acc
Filter invalid IPs on external interface matching ( #11766 )
2024-05-25 09:44:03 -06:00
gnattu
ef985896e2
Use SharedStream for LiveTV more restrictively ( #11805 )
2024-05-25 09:43:53 -06:00
Nyanmisaka
5e7514243c
Fix the IOSurf error in QSV transcoding ( #11830 )
2024-05-25 09:00:30 -06:00
gnattu
b9c0fc69e8
Add Env Var to disable second level cache
...
This is an attempt to track down possible causes of remaining database lockups. Add an environment variable to disable the second-level cache entirely to see if it works better on systems that still experience lockups.
Signed-off-by: gnattu <gnattuoc@me.com>
2024-05-25 01:12:00 +08:00
NotSaifA
4a344bebc0
Trickplay: kill ffmpeg when task is cancelled ( #11790 )
2024-05-24 07:50:55 -06:00
Tim Eisele
b2d54b82fa
Improve reliability of HasChanged check ( #11792 )
2024-05-24 07:50:09 -06:00
gnattu
e7b1162cb3
Force more compatible transcoding profile for LiveTV ( #11801 )
2024-05-24 07:36:59 -06:00