nyanmisaka
bf2ef63922
Fix codec vs ActualOutputVideoCodec
...
codec is copy
ActualOutputVideoCodec is hevc
fixes 3bbb57e
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
8 months ago
vedant
3bbb57eb83
Add new VideoRangeTypes to fully support DoVi on webOS ( #10469 )
8 months ago
gnattu
564fdfec93
fix: use a more recent UA ( #11199 )
8 months ago
Cody Robibero
d9e35a969f
Add default auth policy to generated openapi spec ( #11181 )
8 months ago
Gary Wang
c16135800c
feat(i18n): transliterate item name before sorting ( #11172 )
8 months ago
Bond-009
2596305542
Merge pull request #11196 from jellyfin/renovate/ci-deps
...
chore(deps): update github/codeql-action action to v3.24.9
8 months ago
renovate[bot]
3246e27e9d
chore(deps): update github/codeql-action action to v3.24.9
8 months ago
Bas
a3994556cd
Translated using Weblate (Dutch)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nl/
8 months ago
Bond-009
4068a17f2e
Merge pull request #11187 from jellyfin/renovate/ci-deps
...
chore(deps): update danielpalme/reportgenerator-github-action action to v5.2.4
8 months ago
gnattu
bf285a572d
fix: make sure the dimension is divisible by two for zscale ( #11185 )
8 months ago
renovate[bot]
83af12fbec
chore(deps): update danielpalme/reportgenerator-github-action action to v5.2.4
8 months ago
Joshua M. Boniface
7a2c3b0710
Merge pull request #11184 from joshuaboniface/bump_version
...
Convert bump_version to bumper only
8 months ago
Joshua M. Boniface
f58b7159ef
Convert bump_version to bumper only
...
Remove changelog generation as this is no longer present.
8 months ago
Claus Vium
eae031ae5a
refactor: use Channels as queueing mechanism for periodic websocket messages ( #11092 )
8 months ago
Joshua M. Boniface
1271e60532
Merge pull request #11177 from jellyfin/bump_version
...
Restore bump_version script
8 months ago
Joshua M. Boniface
5f7976e1cb
Correct permissions to 755
8 months ago
Cody Robibero
31fb380c07
restore bump_version
8 months ago
Claus Vium
239727e896
fix: skip library folders that are inaccessible or empty ( #9291 )
8 months ago
renovate[bot]
7c141b9709
Update dotnet monorepo ( #11145 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
8 months ago
renovate[bot]
e2887457fd
Update github/codeql-action action to v3.24.8 ( #11175 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
8 months ago
Cody Robibero
78b53a60b4
Remove legacy build utilities ( #11162 )
8 months ago
scampower3
4bcabbde7b
Fixes 'replace missing metadata' overwrites existing metadata that does exist ( #11136 )
8 months ago
renovate[bot]
2d1cf803d3
Pin dependencies ( #11174 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Cody Robibero <cody@robibe.ro>
8 months ago
Bas
e1761d3863
Translated using Weblate (Dutch)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nl/
8 months ago
kimboslice99
350f17b59a
IIS Hosting ( #11120 )
8 months ago
Cody Robibero
833bc06eb4
Merge pull request #11161 from nyanmisaka/fix-segment-deletion
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
8 months ago
felix920506
bd1060b306
Add a github action to automatically precheck new issues for problems ( #11154 )
...
* Delete media playback template
* Revert "Delete media playback template"
This reverts commit c1eaf13c73
.
* Delete .github/ISSUE_TEMPLATE/media_playback.md
* Add check issue script as GHA action
* change token to use JF bot
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Upstream into Jellyfin org and update repo link
* Changes to accomodate multi script repo
* accept suggestion
Co-authored-by: Cody Robibero <cody@robibe.ro>
---------
Co-authored-by: Cody Robibero <cody@robibe.ro>
8 months ago
Bond-009
f44ec318d6
Merge pull request #11163 from robert-hamilton36/lyrics
...
Add lyric files to supported extensions
8 months ago
Bond-009
adb08c0aaa
Merge pull request #11149 from Bond-009/nullable4
...
Enable nullable for more files
8 months ago
Bond-009
8070aabe1b
Merge pull request #11165 from vessd/transcoding-exception
...
Catch delete encoded media file exceptions
8 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>
8 months ago
nyanmisaka
9b35b4e8f2
Clean the outdated ffmpeg test data and add 6.1.1
...
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
8 months ago
nyanmisaka
ae7c0c83e9
Bump the required minimum ffmpeg version to 4.4
...
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
8 months ago
nyanmisaka
557b8f0c78
Apply suggestions from code review
...
Drop the unnecessary initial capacity from the list.
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
8 months ago
nyanmisaka
a3ba974b7b
Fix the trailing whitespace
...
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
8 months ago
Nyanmisaka
98debe4817
Apply suggestions from code review
...
String interpolation is preferred.
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
8 months ago
nyanmisaka
47a77974b8
Apply suggestions from code review
...
Drop excludeFilePaths and lower the log level to debug to avoid
spamming in the log file.
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
8 months ago
Bond-009
b6d130ae2d
Merge pull request #11155 from sel10ut/bugfix/fix-releasedate-tag
...
Fix parsing of audio PremiereDate property
8 months ago
Bond-009
1424723a75
Merge pull request #11156 from sel10ut/bugfix/fix-audio-title
...
Change parsing logic of audio track title
8 months ago
Bond-009
50b40437b6
Merge pull request #11160 from 1337joe/add-to-whitelist
...
Add LSR/CITY to artist whitelist
8 months ago
nyanmisaka
50541aea91
Apply suggestions from code review
...
Add excludeFilePaths to skip segment files in which IOException occurred.
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
8 months ago
Sergey Veselkov
78643b4b2a
Catch delete file exceptions
8 months ago
BalHaise
e2dac35ef2
Translated using Weblate (French)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr/
8 months ago
nyanmisaka
39b953e41c
Set input readrate for using SegmentDeletion with stream-copy
...
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
8 months ago
nyanmisaka
55fd6b5cb9
Add sanity check for ThrottleDelaySeconds
...
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
8 months ago
nyanmisaka
eca9bf41bc
Add TranscodingSegmentCleaner to replace ffmpeg's hlsenc deletion
...
FFmpeg deletes segments based on its own transcoding progress,
but we need to delete segments based on client download progress.
Since disk and GPU speeds vary, using hlsenc's built-in deletion
will result in premature deletion of some segments. As a consequence,
the server has to constantly respin new ffmpeg instances, resulting
in choppy video playback.
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
8 months ago
robert-hamilton36
2234b5bec6
add lyric files to supportedExtensions
8 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>
8 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>
8 months ago
Cody Robibero
db151de1a4
Merge pull request #11159 from standstaff/master
8 months ago