Commit graph

24503 commits

Author SHA1 Message Date
queeup da6a3c2bd3 Translated using Weblate (Turkish)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/tr/
2023-09-01 10:40:48 -04:00
Nyanmisaka debbfaa502
Fix MJPEG video is recognized as embedded image (#10173)
fixes 1d729b2

Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2023-08-30 17:19:52 -06:00
Nyanmisaka c74d3e62d0
Fix the issue that audio bsf only takes effect for remuxing (#10172)
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2023-08-30 17:18:18 -06:00
Claus Vium fbd18e2503
Merge pull request #10165 from danimart1991/es-content-ratings 2023-08-29 12:27:06 +02:00
Daniel Martin Gonzalez 1aa0ce961b
Add new Spain content rating ERI
Add the content rating ERI to Spain list used in some providers and channels as Specially Recommended for Toddlers.
2023-08-29 11:22:55 +02:00
renovate[bot] c8ba70fbbc
chore(deps): update github/codeql-action action to v2.21.5 (#10163)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-28 21:33:35 -06:00
Bond-009 c7ca416206
Merge pull request #10138 from cvium/sqlite_client_poc 2023-08-28 11:54:35 +02:00
Claus Vium 42a07260fe
Merge pull request #10158 from Bond-009/transcodepath
Use the correct trancode path
2023-08-27 21:13:03 +02:00
Bond_009 97d92e7087 Use the correct trancode path
EncodingOptions.TranscodingTempPath can be empty (and is by default),
the correct way to get the trancode path is
EncodingConfigurationExtensions.GetTranscodePath which falls back to $CACHEPATH/transcodes
when EncodingOptions.TranscodingTempPath is null or empty.
2023-08-27 17:27:03 +02:00
Bond-009 3b07d73d40
Merge pull request #10154 from goremykin/multiple-enumerations 2023-08-27 10:17:30 +02:00
NickSkier 1f083c0de2 Translated using Weblate (Russian)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ru/
2023-08-26 11:44:18 -04:00
Stepan Goremykin ee83e4cca5 Remove redundant method 2023-08-26 17:29:00 +02:00
Bond-009 9ae429b6f6
Merge pull request #10141 from Bond-009/nullable3 2023-08-26 17:28:34 +02:00
Stepan Goremykin 0ed2aa6f06 Fix a few multiple enumerations 2023-08-26 16:57:27 +02:00
cvium 4fa7672d75 fix todos and add graylog back 2023-08-25 19:49:14 +02:00
Claus Vium 3ee1141a06
Merge pull request #10139 from FantasyGmm/master
Fix debian/ubuntu arm64 build error,runtime argument missing
2023-08-25 10:44:51 +02:00
Claus Vium b48a7c0f85
Merge pull request #10137 from Bond-009/logspam
Reduce log spam on failed logins
2023-08-25 10:24:04 +02:00
Claus Vium 12fc663a03
Merge branch 'master' into sqlite_client_poc 2023-08-25 09:56:31 +02:00
renovate[bot] b40f5d0b7d
chore(deps): update actions/checkout action to v3.6.0 (#10149)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-24 18:35:57 +02:00
renovate[bot] a1f527be00
chore(deps): update dependency sqlitepclraw.bundle_e_sqlite3 to v2.1.6 (#10147)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-24 14:15:05 +02:00
renovate[bot] 75a151fea7
chore(deps): update skiasharp monorepo (#10146)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-23 21:24:02 +02:00
cvium c76026600e simplify if 2023-08-23 13:36:08 +02:00
cvium 7689990ad1 reduce calls to GetValidSeasonNameForSeries 2023-08-23 12:22:35 +02:00
cvium 9a246166b0 move a computation out of transaction and skip season updates if name matches 2023-08-23 12:15:21 +02:00
renovate[bot] 91109b7a4a
chore(deps): update dependency serilog.settings.configuration to v7.0.1 (#10143)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-23 11:25:17 +02:00
renovate[bot] 56ea7c651e
chore(deps): update skiasharp monorepo (#10142)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-23 11:23:44 +02:00
cvium 7e4e715a90 remove unused using 2023-08-23 09:10:48 +02:00
cvium a1a1551680 remove batteries init 2023-08-23 09:08:22 +02:00
Bond_009 18a311d32f == null -> is null 2023-08-22 21:14:54 +02:00
cvium cb48fe02c2 remove nullable enable 2023-08-22 20:12:16 +02:00
Bond_009 d92e9ae85e Enable nullable for more files and add tests
Adds basic tests for FFProbeVideoInfo.CreateDummyChapters
Fixed error message CreateDummyChapters instead of reporting the total minutes it only reported the minute component
2023-08-22 18:11:34 +02:00
cvium 05e40ecb93 review comments 2023-08-22 08:31:34 +02:00
cvium 0d3d9490e5 remove unused deps 2023-08-22 07:27:21 +02:00
FantasyGmm 7e46d6bcc7
fix debian/ubuntu arm64 build error,runtime argument missing 2023-08-22 11:44:43 +08:00
cvium d1190c5215 fix userdata table not being committed 2023-08-21 22:12:08 +02:00
cvium a061e8f8e4 fix bad merge 2023-08-21 21:54:56 +02:00
cvium c24571b5b8 Merge branch 'master' into sqlite_client_poc
# Conflicts:
#	Emby.Server.Implementations/Data/SqliteItemRepository.cs
2023-08-21 21:53:26 +02:00
cvium e7016e38b8 remove readonly 2023-08-21 21:49:39 +02:00
cvium 791413a50f open before changing pragmas 2023-08-21 21:38:16 +02:00
cvium cf04b43fa4 simplify extension methods 2023-08-21 21:37:18 +02:00
cvium fb511dbae2 rename variable and fix crash 2023-08-21 20:34:50 +02:00
Bond_009 a963bce9be Reduce log spam on failed logins
Failed logins already get logged higher up the call chain
2023-08-21 19:09:32 +02:00
Bond-009 84643e328d
Reduce the amount of allocations in GetWhereClauses (#10114) 2023-08-21 18:38:32 +02:00
cvium d223f5b518 completely remove sqlitepcl 2023-08-21 15:31:02 +02:00
cvium 061d79c113 remove runintransaction 2023-08-21 14:12:49 +02:00
cvium 0867812c1f more using 2023-08-21 12:46:30 +02:00
cvium f2d7842563 add missing using 2023-08-21 12:29:20 +02:00
cvium 493229cc15 fix guid blobs 2023-08-21 12:27:07 +02:00
cvium 613f4296e3 loading works 2023-08-21 12:13:32 +02:00
renovate[bot] d3f8874a3e
chore(deps): update dotnet monorepo to v7.0.10 (#10099)
* chore(deps): update dotnet monorepo to v7.0.10

* update dotnet sdk

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Bond_009 <bond.009@outlook.com>
2023-08-20 21:36:58 -04:00