Bond-009
59c3622562
Merge pull request #11138 from jellyfin/renovate/tmdblib-2.x
...
chore(deps): update dependency tmdblib to v2.2.0
12 months ago
renovate[bot]
4f76f17e95
chore(deps): update dependency tmdblib to v2.2.0
12 months ago
Peaches_MLG
b9c93938d9
Update Jellyfin.Server/Helpers/StartupHelpers.cs
...
Co-authored-by: Bond-009 <bond.009@outlook.com>
12 months ago
Bond-009
9dbef98a15
Merge pull request #11129 from crobibero/extract-concat
...
Specify file as concat when extracting attachments
12 months ago
Bond-009
d910c78fe5
Merge pull request #11126 from crobibero/lowercase-protocol
...
Lowercase MediaStreamProtocol for backwards compatibility
12 months ago
Bond-009
ededaa95b4
Merge pull request #11119 from PeachesMLG/cleanup-emby-photos
...
Cleanup PhotoProvider.cs using new .NET 8 features
12 months ago
Cody Robibero
a92de9b2e3
Merge pull request #11014 from gnattu/vf-videotoolbox
12 months ago
gnattu
0909ee7208
fix: convert all non-yuv420 inputs to nv12
...
Signed-off-by: gnattu <gnattuoc@me.com>
12 months ago
gnattu
e6dee627e3
fix: force a pixel format for 10-bit inputs
...
Signed-off-by: gnattu <gnattuoc@me.com>
12 months ago
Joshua M. Boniface
e439031a87
Merge pull request #11121 from joshuaboniface/disable-azure-ci
...
Remove Azure pipelines CI
12 months ago
gnattu
d10ad6c383
fix: no need to check filters prematurely
...
Signed-off-by: gnattu <gnattuoc@me.com>
12 months ago
Cody Robibero
814fc6864d
Specify file as concat when extracting attachments
12 months ago
Cody Robibero
e731250342
Lowercase MediaStreamProtocol for backwards compatibility
12 months ago
gnattu
2f66871040
fix: also check if we are doing scaling
...
Signed-off-by: gnattu <gnattuoc@me.com>
12 months ago
Peaches_MLG
d77aa6c234
Added logging for where config logs and cache directories are stored
12 months ago
gnattu
f31549cc0d
fix: code clean up
...
Co-authored-by: nyanmisaka <nst799610810@gmail.com>
Signed-off-by: gnattu <gnattuoc@me.com>
12 months ago
Joshua M. Boniface
61e43057ab
Remove Azure pipelines CI
...
Obsoleted by jellyfin-packaging and GitHub Actions CI.
Goodnight sweet prince.
12 months ago
Peaches_MLG
de750ac8a2
Cleanup PhotoProvider.cs using new .NET 8 features
12 months ago
Gurmeet Athwal
a597f1e410
Translated using Weblate (Hindi)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hi/
12 months ago
Cody Robibero
86b77de522
Don't decode animated images
12 months ago
Niels van Velzen
407cf5d0bf
Add MediaStreamProtocol enum ( #10153 )
...
* Add MediaStreamProtocol enum
* Add default handling for enum during deserialization
---------
Co-authored-by: Cody Robibero <cody@robibe.ro>
12 months ago
Joshua M. Boniface
83d2bc3f9f
Merge pull request #11100 from crobibero/plugin-repo-10.9
...
Add migration for new plugin repo
12 months ago
Cody Robibero
6e5ec99ea1
Move userId in API from route to optional query parameter ( #11074 )
...
* Move userId in API from route to optional query parameter
* Standardize UserViewsController
* Move userId to query in ImageController
* Move userId to query in ItemsController
* Move userId to query in PlaystateController
* Move userId to query in SuggestionsController
* Move userId from route to query in UserLibraryController
* Clean up routes
* Move userId to query in UserController
* fix bad merge
---------
Co-authored-by: Niels van Velzen <git@ndat.nl>
12 months ago
Attila Szakacs
8d40d431e8
Extract and cache all media attachments in bulk ( #11029 )
...
Similar to https://github.com/jellyfin/jellyfin/pull/10884
---
Jellyfin clients need fonts for subtitles, and each font is a separate
attachment, which causes a lot of re-reads of the file. Certain contents,
like anime in a lot of cases, contain 50-80 different attachments.
Spawning 80 ffmpeg processes at the same time on the same file might
cause swapping on slower HDDs and can bring disk subsystem to a crawl.
(For more info, see https://github.com/jellyfin/jellyfin/3215 )
This change helps a lot in this scenario.
Signed-off-by: Attila Szakacs <szakacs.attila96@gmail.com>
12 months ago
Cody Robibero
f7f3ad9eb7
Precache livetv program images ( #11083 )
...
* Precache livetv program images
* return if cache hit
* use EnsureSuccessStatusCode
* Read proper bytes
12 months ago
Cody Robibero
afacd8d025
Add migration for new plugin repo
12 months ago
Bond-009
3bd1a5c557
Merge pull request #11077 from crobibero/svg-to-image
...
Add support for converting from svg to other image types
12 months ago
Bond-009
35df0486f5
Merge pull request #11081 from crobibero/embedded-lyrics
...
Save embedded lyrics when probing audio
12 months ago
Bond-009
714a350913
Merge pull request #11093 from jellyfin/renovate/efcoresecondlevelcacheinterceptor-4.x
...
chore(deps): update dependency efcoresecondlevelcacheinterceptor to v4.2.3
12 months ago
renovate[bot]
61b7b4f1c9
chore(deps): update actions/download-artifact action to v4.1.4 ( #11086 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
12 months ago
renovate[bot]
fca21134d0
chore(deps): update dependency svg.skia to v1.0.0.14 ( #11090 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
12 months ago
renovate[bot]
706649ce4e
chore(deps): update dependency efcoresecondlevelcacheinterceptor to v4.2.3
12 months ago
Cody Robibero
c47bfb99bb
Use ArgumentException
12 months ago
Bond-009
5a4aff36c1
Merge pull request #11079 from crobibero/bdinfo-codec
...
Always use ffmpeg codec for bluray
12 months ago
Bond-009
c460681f76
Merge pull request #11046 from dmitrylyzo/fix-streambuilder-test
...
Collect candidate audio streams if no audio index is specified
12 months ago
Bond-009
56421df621
Merge pull request #11082 from jellyfin/renovate/ci-deps
...
chore(deps): update github/codeql-action action to v3.24.6
12 months ago
renovate[bot]
487e12ab59
chore(deps): update github/codeql-action action to v3.24.6
1 year ago
gnattu
a30dc81b28
fix: stack overflow
...
Signed-off-by: gnattu <gnattuoc@me.com>
1 year ago
Cody Robibero
c8d93d9352
Return backdrops with text as thumb for tmdb ( #11078 )
1 year ago
Cody Robibero
a8a9f66878
standardize docs
1 year ago
Cody Robibero
169e0dcb11
Save embedded lyrics when probing audio
1 year ago
Cody Robibero
ac33d1593a
oops
1 year ago
Cody Robibero
806e8795ff
Merge pull request #10691 from bhowe34/bhowe34/fix-replace-missing-metadata-for-music
...
fix replace missing metadata for music
1 year ago
Cody Robibero
5a652360c3
Update AudioFileProber.cs
1 year ago
Cody Robibero
ddf8f7d636
Update AudioFileProber.cs
1 year ago
Cody Robibero
f3c333f4d5
Merge branch 'master' into bhowe34/fix-replace-missing-metadata-for-music
1 year ago
gnattu
ec896a901c
fix: code style
...
Signed-off-by: gnattu <gnattuoc@me.com>
1 year ago
Cody Robibero
c603cd2e4e
Always use ffmpeg codec for bluray
1 year ago
Cody Robibero
c5e723bccd
Add support for converting from svg to other image types
1 year ago
gnattu
1cb7264f0d
feat: fully support videotoolbox hardware filters
...
Signed-off-by: gnattu <gnattuoc@me.com>
1 year ago