Joshua M. Boniface
|
77bd040c1f
|
Only proceed if the spec differs
Avoids overwriting identical specs and burying the old ones.
|
8 months ago |
Joshua M. Boniface
|
a08f8e22da
|
Fix extra space
|
8 months ago |
Bas
|
4a1144acae
|
Translated using Weblate (Dutch)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nl/
|
8 months ago |
Joshua M. Boniface
|
f64e64544f
|
Make date to the second
|
8 months ago |
Joshua M. Boniface
|
a39cd584e8
|
Fix multi-condition syntax
|
8 months ago |
Joshua M. Boniface
|
38e7696394
|
Remove interpolation
Make these consistent since that seems to work based on other examples.
|
8 months ago |
Joshua M. Boniface
|
b77a9e98c2
|
Add openapi.json upload to new repo server
|
8 months ago |
Cody Robibero
|
5437936bb9
|
Check all tags for allow/block (#11206)
|
8 months ago |
Nyanmisaka
|
775815d09c
|
Fix sar->dar typo in #11185 (#11210)
|
8 months ago |
gnattu
|
b1870792b1
|
fix: use Metal tonemap instead of OpenCL (#11198)
|
8 months ago |
gnattu
|
cf16110a56
|
fix: map encoder preset to quality setting for VideoToolbox (#11205)
|
8 months ago |
Bond-009
|
f544219c50
|
Merge pull request #11203 from nyanmisaka/fix-ActualOutputVideoCodec
Fix codec vs ActualOutputVideoCodec
|
8 months ago |
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 |