Bond_009
|
adad13b865
|
Remove some dead code
|
2022-02-17 08:15:26 +01:00 |
|
Cody Robibero
|
7ccf7e6157
|
Merge pull request #7322 from Bond-009/db2
|
2022-02-16 20:47:33 -07:00 |
|
Bond_009
|
23ea14aa27
|
Clean up SqliteItemRepository
* remove dead code
* reduce allocations
|
2022-02-15 22:27:38 +01:00 |
|
Bond_009
|
5732e6188c
|
Fix some warnings
|
2022-02-15 18:59:46 +01:00 |
|
Lukáš Kucharczyk
|
5825a0572b
|
Translated using Weblate (Czech)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/cs/
|
2022-02-15 01:13:23 -05:00 |
|
Cody Robibero
|
4ef0099598
|
Merge pull request #7233 from Bond-009/warn60
|
2022-02-14 16:57:00 -07:00 |
|
Cody Robibero
|
4acab00963
|
Merge pull request #7038 from Bond-009/serverdiscovery
|
2022-02-14 16:56:29 -07:00 |
|
Joshua M. Boniface
|
94b5334da5
|
Merge pull request #7290 from crobibero/dotnet-6.0.2
|
2022-02-14 11:01:55 -05:00 |
|
Bond_009
|
5d28c5547e
|
Fix indentation
|
2022-02-14 16:31:07 +01:00 |
|
Bond_009
|
dbd7be091d
|
Fix MediaStreamSelector
|
2022-02-14 15:03:08 +01:00 |
|
Bond_009
|
1c14c86b20
|
Fix some warnings
|
2022-02-14 14:46:04 +01:00 |
|
Bond_009
|
3cb49d6df0
|
Fix option to disable server discovery
|
2022-02-14 14:39:33 +01:00 |
|
dottokuya
|
8a2ebae74d
|
Translated using Weblate (Vietnamese)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/vi/
|
2022-02-11 23:21:28 -05:00 |
|
Cody Robibero
|
b98cc71c3b
|
Update to dotnet 6.0.2
Signed-off-by: Cody Robibero <cody@robibe.ro>
|
2022-02-08 17:36:20 -07:00 |
|
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>
|
2022-02-07 12:01:14 +00:00 |
|
Cody Robibero
|
b6489e73ab
|
Merge pull request #7241 from Bond-009/async5
|
2022-02-06 15:25:48 -07:00 |
|
Emil Manea
|
f3c3402984
|
Translated using Weblate (Romanian)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ro/
|
2022-02-04 16:13:20 -05:00 |
|
SenorSmartyPants
|
2b769aae69
|
TV extras (#7178)
|
2022-02-04 20:44:38 +01:00 |
|
Cody Robibero
|
e5701c396a
|
Merge pull request #6436 from daullmer/splashscreen
|
2022-01-28 08:12:21 -07:00 |
|
Claus Vium
|
488ce51032
|
Remove some allocations (#7246)
|
2022-01-28 12:21:40 +01:00 |
|
abdulla
|
83605affa0
|
Translated using Weblate (Uyghur)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ug/
|
2022-01-27 07:13:16 -05:00 |
|
abdulla
|
29f92724ef
|
Added translation using Weblate (Uyghur)
|
2022-01-26 05:56:56 -05:00 |
|
Yohann Yo
|
887beee614
|
Translated using Weblate (French)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr/
|
2022-01-25 11:29:36 -05:00 |
|
Cody Robibero
|
ea3d79c0eb
|
Merge pull request #7235 from Bond-009/async4
|
2022-01-22 15:52:12 -07:00 |
|
Cody Robibero
|
3c746f2743
|
Merge pull request #7236 from Bond-009/taskcompletionsource
|
2022-01-22 15:46:19 -07:00 |
|
Bond_009
|
e7be01d7a5
|
Flush to disk async where possible
|
2022-01-22 23:36:42 +01:00 |
|
Niels van Velzen
|
2afcaa6ae1
|
Use Guid for BaseItemDto parent ids
|
2022-01-22 22:29:02 +01:00 |
|
Bond_009
|
832da133d8
|
Always create TaskCompletionSource<T> with TaskCreationOptions.RunContinuationsAsynchronously
|
2022-01-22 17:06:57 +01:00 |
|
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
|
2022-01-22 16:48:31 +01:00 |
|
Niels van Velzen
|
e86f778c05
|
Use Guid for BaseItemPerson.Id
|
2022-01-22 15:46:12 +01:00 |
|
Bond-009
|
cd675475bc
|
Merge pull request #7225 from crobibero/query-result
|
2022-01-21 19:50:08 +01:00 |
|
Cody Robibero
|
34ee6d82fb
|
Merge pull request #6600 from cvium/keyframe_extraction_v1
|
2022-01-20 08:54:40 -07:00 |
|
Cody Robibero
|
ee43b5117d
|
Merge pull request #7217 from SenorSmartyPants/LibraryImages
|
2022-01-20 08:53:53 -07:00 |
|
Cody Robibero
|
a60cb280a3
|
Properly populate QueryResult
|
2022-01-20 08:53:06 -07:00 |
|
Lukáš Kucharczyk
|
cd4587b43f
|
Translated using Weblate (Czech)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/cs/
|
2022-01-20 03:13:14 -05:00 |
|
Bond-009
|
3aeae150f8
|
Merge pull request #7176 from dmitrylyzo/fix-trailers-1
|
2022-01-19 22:47:08 +01:00 |
|
Claus Vium
|
8b36bc0ade
|
Merge pull request #7203 from 1337joe/fix-resolving-local-alternates
Fix resolving local alternates
|
2022-01-19 14:36:50 +01:00 |
|
SenorSmartyPants
|
5c3119cf02
|
Generate cover image for music video type libraries.
|
2022-01-18 19:46:03 -06:00 |
|
Bond-009
|
ef0708d876
|
Merge pull request #7078 from 1337joe/metadata-merge-data
|
2022-01-16 23:17:40 +01:00 |
|
Joe Rogers
|
e762454787
|
Restore resolver that handles alternate videos
Co-authored-by: Cody Robibero <cody@robibe.ro>
|
2022-01-16 22:59:14 +01:00 |
|
Suphanath Kaewboonrung
|
7500c2b28b
|
Translated using Weblate (Thai)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/th/
|
2022-01-16 03:13:12 -05:00 |
|
Dmitry Lyzo
|
54549cd5b5
|
Remove unnecessary array allocation
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
|
2022-01-15 15:54:14 +03:00 |
|
Dmitry Lyzo
|
ea1f3fe6bd
|
Fix SA1642 warning
|
2022-01-15 15:33:54 +03:00 |
|
Dmitry Lyzo
|
5aa748058e
|
Fix duplication of local trailers
|
2022-01-14 23:06:45 +03:00 |
|
Dzonkins
|
07e9568de8
|
Translated using Weblate (Serbian)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sr/
|
2022-01-12 16:13:11 -05:00 |
|
cvium
|
6ffa9539bb
|
Refactor and add scheduled task
|
2022-01-11 23:30:30 +01:00 |
|
Cody Robibero
|
0d335082c8
|
suggestions from review
|
2022-01-10 10:59:32 -07:00 |
|
Cody Robibero
|
6520ad03f0
|
Fix release build
|
2022-01-10 08:30:55 -07:00 |
|
Cody Robibero
|
ecb73168b3
|
Suggestions from review
|
2022-01-10 08:26:30 -07:00 |
|
Bond_009
|
05836c8cd3
|
Fix warning SA1414 and CA1849
|
2022-01-10 10:57:32 +01:00 |
|