Bond-009
4601097d3e
Merge pull request #12050 from Shadowghost/fix-seasons
...
Fix season handling
2024-06-23 17:48:48 +02:00
Tim Eisele
6cf98d4930
Only cleanup children on specific exceptions ( #12134 )
2024-06-21 09:08:05 -06:00
Tim Eisele
34a65980e3
Remove incomplete mediatype restriction from playlists ( #12024 )
2024-06-21 09:07:38 -06:00
Nyanmisaka
6010bc01c3
Fix MicroDVD being recognized as DVDSUB subtitles ( #12149 )
2024-06-21 09:07:25 -06:00
Shadowghost
1a14902da8
Apply review suggestion
2024-06-11 18:48:38 +02:00
Shadowghost
e4078f984a
Fix season handling
2024-06-09 18:47:21 +02:00
Jellyfin Release Bot
b25d6d1e48
Bump version to 10.9.6
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-06 14:41:10 -04:00
Bond-009
cf59140276
Merge pull request #11959 from Shadowghost/continue-validation-if-removed
...
Do not stop validation if folder was removed
2024-06-06 20:02:38 +02:00
Jellyfin Release Bot
2b5d458456
Bump version to 10.9.5
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-05 18:04:17 -04:00
Joshua M. Boniface
b78efd6b1e
Merge pull request #11963 from gnattu/fix-rename-lib
...
Fix Library renaming
2024-06-05 17:30:56 -04:00
Joshua M. Boniface
bfcc09db8a
Merge pull request #11921 from Shadowghost/fix-identify-over-nfo
...
Fix identify over NFO and replace all when NFO saving enabled
2024-06-05 17:24:36 -04:00
Tim Eisele
b0bb22b650
Fix local image saving ( #11934 )
2024-06-05 15:08:12 -06:00
gnattu
8683253c6d
Fix Library renaming
...
This handler should not just spawn a normal library validation task because our new logic will prevent the removal of library root folder unless explicitly required, which will cause the old lib still "ghosting" in the db.
Signed-off-by: gnattu <gnattuoc@me.com>
2024-06-05 08:49:33 +08:00
Shadowghost
57ae0b5796
Fix typo
2024-06-05 00:58:00 +02:00
Shadowghost
262f7dd98f
Fix metadata saver check
2024-06-05 00:53:09 +02:00
Shadowghost
0359035000
Do not stop validation if folder was removed
2024-06-04 23:14:45 +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
gnattu
0392daa103
Relax remuxing requirement for LiveTV ( #11851 )
2024-05-31 07:01:47 -06: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
Shadowghost
e099fd6141
Fix missing episodes query for seasons
2024-05-30 20:26:26 +02:00
Tim Eisele
ae584beaac
Return missing episodes for series when no user defined ( #11806 )
2024-05-30 09:32:37 -06: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
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
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
Bond-009
d9232e05f1
Merge pull request #11798 from gnattu/fix-trickplay-image-height
...
Recalculate trickplay image height for anamorphic videos
2024-05-24 14:19:37 +02:00
Bond-009
52be8be28f
Merge pull request #11754 from Shadowghost/fix-bd-chapter-images
...
Fix BD/DVD folder chapter image extraction
2024-05-24 14:18:10 +02:00
nyanmisaka
ab36c4c011
Disable VA-VK interop on not supported kernel versions
...
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2024-05-23 14:53:00 +08:00
gnattu
c6e29647fc
Recalculate trickplay image height for anamorphic videos
...
Signed-off-by: gnattu <gnattuoc@me.com>
2024-05-23 12:36:43 +08:00
Shadowghost
95a6291c34
Fixes
2024-05-22 19:26:19 +02:00
Shadowghost
9145be6bfc
Remove local metadata stop logic
2024-05-22 07:38:53 +02:00
Bond_009
cf04e1d8e5
Apply audio boost when downmixing regardless of downmixalgo
...
This is what I'd expect from the naming
Should fix #11771
2024-05-21 16:24:43 +02:00
Shadowghost
7d983ae0dd
Mark Audio as RequiresDeserialization and backfill data
2024-05-20 22:56:22 +02:00
Shadowghost
77abafca8e
Fix BD/DVD folder chapter image extraction
2024-05-20 13:19:05 +02:00
Shadowghost
99de0ca45f
Directly use ParentId
2024-05-18 21:28:07 +02:00
Shadowghost
c274062e87
Move NFO series season name parsing to own local provider
2024-05-18 20:29:08 +02:00
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>
2024-05-18 19:53:23 +08:00
Jellyfin Release Bot
76854b5eff
Bump version to 10.9.2
2024-05-17 16:09:34 -04:00
Joshua M. Boniface
2da06bc0b1
Merge pull request #11647 from Shadowghost/fix-season-names
...
Fix season names
2024-05-17 13:47:24 -04:00
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>
2024-05-17 12:12:45 +08:00
Shadowghost
dc93cc13b5
Apply review suggestion
2024-05-16 19:36:49 +02:00
Shadowghost
1cdf0f5cc4
Apply review suggestion
2024-05-16 08:22:40 +02:00
Shadowghost
80c9589885
Fix local playlist scanning
2024-05-15 23:20:14 +02:00
Shadowghost
48228430c0
Fix season names
2024-05-15 01:23:23 +02:00