nyanmisaka
|
750eaa9d27
|
fix ci
|
4 years ago |
Nyanmisaka
|
06670351ae
|
Apply suggestions from code review
Co-authored-by: BaronGreenback <jimcartlidge@yahoo.co.uk>
|
4 years ago |
nyanmisaka
|
fc89b7e641
|
minor changes
|
4 years ago |
nyanmisaka
|
32bb73acbb
|
add aac_adtstoasc bitstream filter for mpegts to mp4 conversion
|
4 years ago |
crobibero
|
73d2cb1c2a
|
Updated based on review feedback
|
4 years ago |
Oatavandi
|
722adda477
|
Translated using Weblate (Tamil)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ta/
|
4 years ago |
Relja U
|
5d4144b8a6
|
Translated using Weblate (Serbian)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sr/
|
4 years ago |
crobibero
|
5845bf93cb
|
Fix plugin update exception
|
4 years ago |
Cody Robibero
|
24ac5cc353
|
Update Emby.Server.Implementations/AppBase/ConfigurationHelper.cs
Co-authored-by: BaronGreenback <jimcartlidge@yahoo.co.uk>
|
4 years ago |
nyanmisaka
|
536b054873
|
add experimental flag for flac
|
4 years ago |
nyanmisaka
|
f1e129f17a
|
minor changes
|
4 years ago |
Ionut Andrei Oanca
|
563a6fb3c7
|
Minor changes to group-wait in SyncPlay
|
4 years ago |
nyanmisaka
|
8c0778e827
|
switch ffmpeg to hls muxer for live streaming
segment muxer cannot make fMP4 init file.
'-strict -2' option doesn't work with segment muxer for flac remuxing.
|
4 years ago |
crobibero
|
95ebb9a55a
|
Use null coalescing when possible
|
4 years ago |
crobibero
|
5f52a58e78
|
Convert NullReferenceException to ResourceNotFoundException
|
4 years ago |
crobibero
|
be312f992d
|
Update to net5
|
4 years ago |
crobibero
|
e8b98265b0
|
Upgrade Jellyfin.Model.Tests to net5.0
|
4 years ago |
crobibero
|
ec5781504e
|
Disable warning on AD0001
|
4 years ago |
crobibero
|
1acbceaade
|
Disable warning on AD0001
|
4 years ago |
crobibero
|
3c8800604e
|
Update test sdk
|
4 years ago |
crobibero
|
7bf320922c
|
Fix nullability errors in Emby.Server.Implementations
|
4 years ago |
crobibero
|
d5e2369dd6
|
Fix nullability errors in MediaBrowser.Model
|
4 years ago |
crobibero
|
6353cb507d
|
Fix nullability errors in Jellyfin.Server
|
4 years ago |
crobibero
|
445eec7f5f
|
Fix nullability errors in Jellyfin.Api.Tests
|
4 years ago |
crobibero
|
01355e0498
|
Fix nullability errors in Jellyfin.Api (part 1)
|
4 years ago |
crobibero
|
e8675a6c24
|
Fix nullability errors in Jellyfin.Server
|
4 years ago |
crobibero
|
e82829c444
|
Fix nullability errors in MediaBrowser.MediaEncoding
|
4 years ago |
crobibero
|
f3e74cb421
|
Fix nullability errors in Emby.Notifications
|
4 years ago |
crobibero
|
a02514a114
|
Fix nullability errors in Jellyfin.Drawing.Skia
|
4 years ago |
crobibero
|
57b1e93411
|
Fix nullability errors in Jellyfin.Server.Implementations
|
4 years ago |
crobibero
|
38885ffd74
|
Fix nullability errors in MediaBrowser.LocalMetadata
|
4 years ago |
crobibero
|
83ac7d2674
|
Fix ci condition
|
4 years ago |
crobibero
|
5c40ad0530
|
Remove conditional access.
|
4 years ago |
Bond-009
|
f45b4ac11f
|
Merge pull request #4474 from crobibero/property-readonlylist
Convert array property to IReadOnlyList
|
4 years ago |
martinek-stepan
|
4bfcc8b0d1
|
Update Emby.Naming/AudioBook/AudioBookListResolver.cs
Use StringComparison.OrdinalIgnoreCase when comparing names
Co-authored-by: BaronGreenback <jimcartlidge@yahoo.co.uk>
|
4 years ago |
crobibero
|
73f9a6d7d0
|
Convert array property to IReadOnlyList
|
4 years ago |
nyanmisaka
|
d91a099c9e
|
allow transcoding 8ch(7.1 layout) in aac
|
4 years ago |
crobibero
|
0c23b8cadf
|
Don't throw exception when converting values using binder or JsonConverter
|
4 years ago |
Claus Vium
|
00c4055b6e
|
Merge pull request #4463 from crobibero/fix-display-preferences-migration
Skip migration if user doesn't exist
|
4 years ago |
Cody Robibero
|
1d059bc76b
|
Update Jellyfin.Server/Migrations/Routines/MigrateDisplayPreferencesDb.cs
|
4 years ago |
dkanada
|
660aa1b8a6
|
Merge pull request #4469 from cvium/fix_repository_endpoint
Change OPTIONS to POST and call SaveConfiguration in SetRepositories
|
4 years ago |
Claus Vium
|
a044622b15
|
Merge pull request #4468 from cvium/revert_similar_name_removal
Semi-revert removal of Name for /Similar in openapi
|
4 years ago |
Stepan
|
b66239fd52
|
One more missed suggestions (removing commented out code)
|
4 years ago |
Stepan
|
3bca1181b3
|
Taken suggestions from code review and created test for ExtraRuleType.Regex instead of throwing exception there.
|
4 years ago |
martinek-stepan
|
496923719c
|
Apply suggestions from code review
Co-authored-by: BaronGreenback <jimcartlidge@yahoo.co.uk>
|
4 years ago |
BaronGreenback
|
27bb17ef9d
|
Merge branch 'master' into Comment1
|
4 years ago |
cvium
|
8e0909ef6f
|
Change OPTIONS to POST and call SaveConfiguration
|
4 years ago |
cvium
|
0ac3af13ac
|
Semi-revert removal of Name for /Similar in openapi
|
4 years ago |
nyanmisaka
|
5bd0c2b69d
|
add an option to disable hevc encoding
|
4 years ago |
Claus Vium
|
df2cb7f995
|
Merge pull request #4466 from kayila/display-clips
Fix #4465 by adding the missing extras folders.
|
4 years ago |