Bond-009
f44ec318d6
Merge pull request #11163 from robert-hamilton36/lyrics
...
Add lyric files to supported extensions
11 months ago
Bond-009
adb08c0aaa
Merge pull request #11149 from Bond-009/nullable4
...
Enable nullable for more files
11 months ago
Bond-009
8070aabe1b
Merge pull request #11165 from vessd/transcoding-exception
...
Catch delete encoded media file exceptions
11 months ago
btopherjohnson
9a40a67c60
Add ability to enable/disable libraries ( #11037 )
...
Co-authored-by: Bond-009 <bond.009@outlook.com>
Co-authored-by: Cody Robibero <cody@robibe.ro>
11 months ago
Bond-009
b6d130ae2d
Merge pull request #11155 from sel10ut/bugfix/fix-releasedate-tag
...
Fix parsing of audio PremiereDate property
11 months ago
Bond-009
1424723a75
Merge pull request #11156 from sel10ut/bugfix/fix-audio-title
...
Change parsing logic of audio track title
11 months ago
Bond-009
50b40437b6
Merge pull request #11160 from 1337joe/add-to-whitelist
...
Add LSR/CITY to artist whitelist
11 months ago
Sergey Veselkov
78643b4b2a
Catch delete file exceptions
11 months ago
BalHaise
e2dac35ef2
Translated using Weblate (French)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr/
11 months ago
robert-hamilton36
2234b5bec6
add lyric files to supportedExtensions
11 months ago
renovate[bot]
62e75ed888
chore(deps): update dependency svg.skia to v1.0.0.16 ( #11158 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
11 months ago
renovate[bot]
f57212137d
chore(deps): update danielpalme/reportgenerator-github-action action to v5.2.3 ( #11157 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
11 months ago
Cody Robibero
db151de1a4
Merge pull request #11159 from standstaff/master
11 months ago
Joe Rogers
4f7a341c14
Add LSR/CITY to artist whitelist
11 months ago
Claus Vium
1e964c9bc2
Merge pull request #11127 from crobibero/skia-blurhash
...
Don't attempt to calculate blurhash for svg
11 months ago
standstaff
64b7f0f721
chore: remove repetitive words
...
Signed-off-by: standstaff <zhengxingru@yeah.net>
11 months ago
sel10ut
368a1b385a
fix: fallback to TagLib date parsing if ffprobe fails
...
Bring back hardcoded PremiereDate with correctly parsed year from TagLib, if ffprobe cannot get it
11 months ago
Bond-009
231daa38dd
Merge pull request #11150 from jellyfin/renovate/bdinfo-0.x
...
chore(deps): update dependency bdinfo to v0.8.0
11 months ago
sel10ut
e9caa65eba
fix: change parsing of audio title tag
11 months ago
sel10ut
1236bb298c
fix: correct parsing of audio release date property
...
Read full date from ffmpeg probe.
11 months ago
renovate[bot]
b50f90eb50
chore(deps): update dependency bdinfo to v0.8.0
11 months ago
Bond_009
651681c276
Enable nullable for more files
11 months ago
Bond-009
fab3151679
Merge pull request #11142 from jellyfin/renovate/ci-deps
...
chore(deps): update github/codeql-action action to v3.24.7
11 months ago
Bond-009
19cb6b135a
Merge pull request #11148 from jellyfin/renovate/coverlet.collector-6.x
...
chore(deps): update dependency coverlet.collector to v6.0.2
11 months ago
renovate[bot]
da871cae6e
chore(deps): update dependency coverlet.collector to v6.0.2
11 months ago
Cody Robibero
d13a700481
Calculate blurhash for svg
11 months ago
renovate[bot]
4e29aab029
chore(deps): update github/codeql-action action to v3.24.7
11 months ago
Bond-009
9db093b9d9
Merge pull request #11124 from PeachesMLG/directory-path-logging
...
Added logging for where config logs and cache directories are stored
11 months ago
Bond-009
59c3622562
Merge pull request #11138 from jellyfin/renovate/tmdblib-2.x
...
chore(deps): update dependency tmdblib to v2.2.0
11 months ago
renovate[bot]
4f76f17e95
chore(deps): update dependency tmdblib to v2.2.0
11 months ago
Peaches_MLG
b9c93938d9
Update Jellyfin.Server/Helpers/StartupHelpers.cs
...
Co-authored-by: Bond-009 <bond.009@outlook.com>
11 months ago
Bond-009
9dbef98a15
Merge pull request #11129 from crobibero/extract-concat
...
Specify file as concat when extracting attachments
11 months ago
Bond-009
d910c78fe5
Merge pull request #11126 from crobibero/lowercase-protocol
...
Lowercase MediaStreamProtocol for backwards compatibility
11 months ago
Bond-009
ededaa95b4
Merge pull request #11119 from PeachesMLG/cleanup-emby-photos
...
Cleanup PhotoProvider.cs using new .NET 8 features
11 months ago
Cody Robibero
a92de9b2e3
Merge pull request #11014 from gnattu/vf-videotoolbox
11 months ago
gnattu
0909ee7208
fix: convert all non-yuv420 inputs to nv12
...
Signed-off-by: gnattu <gnattuoc@me.com>
11 months ago
gnattu
e6dee627e3
fix: force a pixel format for 10-bit inputs
...
Signed-off-by: gnattu <gnattuoc@me.com>
11 months ago
Joshua M. Boniface
e439031a87
Merge pull request #11121 from joshuaboniface/disable-azure-ci
...
Remove Azure pipelines CI
11 months ago
gnattu
d10ad6c383
fix: no need to check filters prematurely
...
Signed-off-by: gnattu <gnattuoc@me.com>
11 months ago
Cody Robibero
814fc6864d
Specify file as concat when extracting attachments
11 months ago
Cody Robibero
e731250342
Lowercase MediaStreamProtocol for backwards compatibility
11 months ago
gnattu
2f66871040
fix: also check if we are doing scaling
...
Signed-off-by: gnattu <gnattuoc@me.com>
11 months ago
Peaches_MLG
d77aa6c234
Added logging for where config logs and cache directories are stored
11 months ago
gnattu
f31549cc0d
fix: code clean up
...
Co-authored-by: nyanmisaka <nst799610810@gmail.com>
Signed-off-by: gnattu <gnattuoc@me.com>
11 months ago
Joshua M. Boniface
61e43057ab
Remove Azure pipelines CI
...
Obsoleted by jellyfin-packaging and GitHub Actions CI.
Goodnight sweet prince.
11 months ago
Peaches_MLG
de750ac8a2
Cleanup PhotoProvider.cs using new .NET 8 features
11 months ago
Gurmeet Athwal
a597f1e410
Translated using Weblate (Hindi)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hi/
11 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>
11 months ago
Joshua M. Boniface
83d2bc3f9f
Merge pull request #11100 from crobibero/plugin-repo-10.9
...
Add migration for new plugin repo
11 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>
11 months ago