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.
1 year ago
Bond-009
3b07d73d40
Merge pull request #10154 from goremykin/multiple-enumerations
1 year ago
NickSkier
1f083c0de2
Translated using Weblate (Russian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ru/
1 year ago
Stepan Goremykin
ee83e4cca5
Remove redundant method
1 year ago
Bond-009
9ae429b6f6
Merge pull request #10141 from Bond-009/nullable3
1 year ago
Stepan Goremykin
0ed2aa6f06
Fix a few multiple enumerations
1 year ago
cvium
4fa7672d75
fix todos and add graylog back
1 year ago
Claus Vium
3ee1141a06
Merge pull request #10139 from FantasyGmm/master
...
Fix debian/ubuntu arm64 build error,runtime argument missing
1 year ago
Claus Vium
b48a7c0f85
Merge pull request #10137 from Bond-009/logspam
...
Reduce log spam on failed logins
1 year ago
Claus Vium
12fc663a03
Merge branch 'master' into sqlite_client_poc
1 year ago
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>
1 year ago
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>
1 year ago
renovate[bot]
75a151fea7
chore(deps): update skiasharp monorepo ( #10146 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 year ago
cvium
c76026600e
simplify if
1 year ago
cvium
7689990ad1
reduce calls to GetValidSeasonNameForSeries
1 year ago
cvium
9a246166b0
move a computation out of transaction and skip season updates if name matches
1 year ago
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>
1 year ago
renovate[bot]
56ea7c651e
chore(deps): update skiasharp monorepo ( #10142 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 year ago
cvium
7e4e715a90
remove unused using
1 year ago
cvium
a1a1551680
remove batteries init
1 year ago
Bond_009
18a311d32f
== null -> is null
1 year ago
cvium
cb48fe02c2
remove nullable enable
1 year ago
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
1 year ago
cvium
05e40ecb93
review comments
1 year ago
cvium
0d3d9490e5
remove unused deps
1 year ago
FantasyGmm
7e46d6bcc7
fix debian/ubuntu arm64 build error,runtime argument missing
1 year ago
cvium
d1190c5215
fix userdata table not being committed
1 year ago
cvium
a061e8f8e4
fix bad merge
1 year ago
cvium
c24571b5b8
Merge branch 'master' into sqlite_client_poc
...
# Conflicts:
# Emby.Server.Implementations/Data/SqliteItemRepository.cs
1 year ago
cvium
e7016e38b8
remove readonly
1 year ago
cvium
791413a50f
open before changing pragmas
1 year ago
cvium
cf04b43fa4
simplify extension methods
1 year ago
cvium
fb511dbae2
rename variable and fix crash
1 year ago
Bond_009
a963bce9be
Reduce log spam on failed logins
...
Failed logins already get logged higher up the call chain
1 year ago
Bond-009
84643e328d
Reduce the amount of allocations in GetWhereClauses ( #10114 )
1 year ago
cvium
d223f5b518
completely remove sqlitepcl
1 year ago
cvium
061d79c113
remove runintransaction
1 year ago
cvium
0867812c1f
more using
1 year ago
cvium
f2d7842563
add missing using
1 year ago
cvium
493229cc15
fix guid blobs
1 year ago
cvium
613f4296e3
loading works
1 year ago
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>
1 year ago
Muhammad Wafi Bin Arzu
388420faa2
Translated using Weblate (Malay)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ms/
1 year ago
0TTA
24201ef2e9
Translated using Weblate (Arabic)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ar/
1 year ago
Claus Vium
956e3dab43
fix: accessing Standard* of a Process requires manually disposing them afterwards ( #10125 )
1 year ago
Bond-009
260680d727
Merge pull request #10122 from cvium/remove_unnecessary_memorycache
1 year ago
null
8dc58e8f04
Added handling of FFmpeg:probesize variable
1 year ago
cvium
2e32e335ac
refactor: use ConcurrentDictionary when IMemoryCache isn't needed
1 year ago
TelepathicWalrus
4c7fb8f452
Album gain ( #10085 )
...
* Add LUFSAlbum DTO
* Get loudest track for smallest gain
* Move gain search to musicalbum
use baseitem LUFS for album
* Use .Max for enumerable
* Update DTO to be consistent with other DTOs
* Remove albumlufs,
Move dto for all types
1 year ago
Bond-009
da030ed589
Merge pull request #10117 from Elu43/master
...
Fix French parental rating system
1 year ago