Joshua M. Boniface
|
e26446f9c0
|
Merge pull request #7112 from stanionascu/bdiso-playback
|
3 years ago |
Ali Dastpour
|
536ad62ea8
|
Translated using Weblate (Persian)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fa/
|
3 years ago |
SenorSmartyPants
|
bbac59c6d6
|
Rewatching next up (#7253)
|
3 years ago |
Stanislav Ionascu
|
554d1b2ca8
|
Fix #7100 by catching the exception on opening invalid UDF images
When an invalid UDF image is opened by the UdfReader, it may throw
and exception. This change is to catch and log the exception.
|
3 years ago |
Bond_009
|
adad13b865
|
Remove some dead code
|
3 years ago |
Cody Robibero
|
7ccf7e6157
|
Merge pull request #7322 from Bond-009/db2
|
3 years ago |
Bond_009
|
23ea14aa27
|
Clean up SqliteItemRepository
* remove dead code
* reduce allocations
|
3 years ago |
Bond_009
|
5732e6188c
|
Fix some warnings
|
3 years ago |
Lukáš Kucharczyk
|
5825a0572b
|
Translated using Weblate (Czech)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/cs/
|
3 years ago |
Cody Robibero
|
4ef0099598
|
Merge pull request #7233 from Bond-009/warn60
|
3 years ago |
Cody Robibero
|
4acab00963
|
Merge pull request #7038 from Bond-009/serverdiscovery
|
3 years ago |
Joshua M. Boniface
|
94b5334da5
|
Merge pull request #7290 from crobibero/dotnet-6.0.2
|
3 years ago |
Bond_009
|
5d28c5547e
|
Fix indentation
|
3 years ago |
Bond_009
|
dbd7be091d
|
Fix MediaStreamSelector
|
3 years ago |
Bond_009
|
1c14c86b20
|
Fix some warnings
|
3 years ago |
Bond_009
|
3cb49d6df0
|
Fix option to disable server discovery
|
3 years ago |
dottokuya
|
8a2ebae74d
|
Translated using Weblate (Vietnamese)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/vi/
|
3 years ago |
Cody Robibero
|
b98cc71c3b
|
Update to dotnet 6.0.2
Signed-off-by: Cody Robibero <cody@robibe.ro>
|
3 years ago |
dependabot[bot]
|
08e90039b1
|
Bump prometheus-net.DotNetRuntime from 4.2.2 to 4.2.3
Bumps [prometheus-net.DotNetRuntime](https://github.com/djluck/prometheus-net.DotNetRuntime) from 4.2.2 to 4.2.3.
- [Release notes](https://github.com/djluck/prometheus-net.DotNetRuntime/releases)
- [Commits](https://github.com/djluck/prometheus-net.DotNetRuntime/compare/4.2.2...4.2.3)
---
updated-dependencies:
- dependency-name: prometheus-net.DotNetRuntime
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
3 years ago |
Cody Robibero
|
b6489e73ab
|
Merge pull request #7241 from Bond-009/async5
|
3 years ago |
Emil Manea
|
f3c3402984
|
Translated using Weblate (Romanian)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ro/
|
3 years ago |
SenorSmartyPants
|
2b769aae69
|
TV extras (#7178)
|
3 years ago |
Cody Robibero
|
e5701c396a
|
Merge pull request #6436 from daullmer/splashscreen
|
3 years ago |
Claus Vium
|
488ce51032
|
Remove some allocations (#7246)
|
3 years ago |
abdulla
|
83605affa0
|
Translated using Weblate (Uyghur)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ug/
|
3 years ago |
abdulla
|
29f92724ef
|
Added translation using Weblate (Uyghur)
|
3 years ago |
Yohann Yo
|
887beee614
|
Translated using Weblate (French)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr/
|
3 years ago |
Cody Robibero
|
ea3d79c0eb
|
Merge pull request #7235 from Bond-009/async4
|
3 years ago |
Cody Robibero
|
3c746f2743
|
Merge pull request #7236 from Bond-009/taskcompletionsource
|
3 years ago |
Bond_009
|
e7be01d7a5
|
Flush to disk async where possible
|
3 years ago |
Niels van Velzen
|
2afcaa6ae1
|
Use Guid for BaseItemDto parent ids
|
3 years ago |
Bond_009
|
832da133d8
|
Always create TaskCompletionSource<T> with TaskCreationOptions.RunContinuationsAsynchronously
|
3 years ago |
Bond_009
|
2dcb2f8a9f
|
Ban the usage of Task.Result
If the calling function can't be made async easily you can still use
.GetAwaiter().GetResult(), which is way easier to find in the future
|
3 years ago |
Niels van Velzen
|
e86f778c05
|
Use Guid for BaseItemPerson.Id
|
3 years ago |
Bond-009
|
cd675475bc
|
Merge pull request #7225 from crobibero/query-result
|
3 years ago |
Cody Robibero
|
34ee6d82fb
|
Merge pull request #6600 from cvium/keyframe_extraction_v1
|
3 years ago |
Cody Robibero
|
ee43b5117d
|
Merge pull request #7217 from SenorSmartyPants/LibraryImages
|
3 years ago |
Cody Robibero
|
a60cb280a3
|
Properly populate QueryResult
|
3 years ago |
Lukáš Kucharczyk
|
cd4587b43f
|
Translated using Weblate (Czech)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/cs/
|
3 years ago |
Bond-009
|
3aeae150f8
|
Merge pull request #7176 from dmitrylyzo/fix-trailers-1
|
3 years ago |
Claus Vium
|
8b36bc0ade
|
Merge pull request #7203 from 1337joe/fix-resolving-local-alternates
Fix resolving local alternates
|
3 years ago |
SenorSmartyPants
|
5c3119cf02
|
Generate cover image for music video type libraries.
|
3 years ago |
Bond-009
|
ef0708d876
|
Merge pull request #7078 from 1337joe/metadata-merge-data
|
3 years ago |
Joe Rogers
|
e762454787
|
Restore resolver that handles alternate videos
Co-authored-by: Cody Robibero <cody@robibe.ro>
|
3 years ago |
Suphanath Kaewboonrung
|
7500c2b28b
|
Translated using Weblate (Thai)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/th/
|
3 years ago |
Dmitry Lyzo
|
54549cd5b5
|
Remove unnecessary array allocation
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
|
3 years ago |
Dmitry Lyzo
|
ea1f3fe6bd
|
Fix SA1642 warning
|
3 years ago |
Dmitry Lyzo
|
5aa748058e
|
Fix duplication of local trailers
|
3 years ago |
Dzonkins
|
07e9568de8
|
Translated using Weblate (Serbian)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sr/
|
3 years ago |
cvium
|
6ffa9539bb
|
Refactor and add scheduled task
|
3 years ago |