Cody Robibero
|
f863ca1f2d
|
Merge pull request #7245 from h1dden-da3m0n/chore/stale-check-workflow
|
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 |
Bond-009
|
42724ef411
|
Merge pull request #7257 from Shadowghost/slash-artists
|
3 years ago |
Shadowghost
|
4a3f1a51d2
|
chore(artist-split): add more artists to split whitelist
|
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 |
K3rnelPan1c
|
614abddd64
|
remove obsolete permissions block
we use the JF_BOT_TOKEN PAT and not the default GITHUB_TOKEN
|
3 years ago |
K3rnelPan1c
|
fabe7e1fb9
|
add org filter to stale workflow
|
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 |
K3rnelPan1c
|
0c665af124
|
change PAT use for stale action
|
3 years ago |
h1dden-da3m0n
|
28f4d574f7
|
add stale issue check workflow
this should replace the functionality of the discontinued stale-bot
|
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 |
Cody Robibero
|
da49437549
|
Merge pull request #7238 from 1337joe/ffprobe-metadata-merge
|
3 years ago |
Cody Robibero
|
26ba99e420
|
Merge pull request #7239 from nielsvanvelzen/parent-guid
|
3 years ago |
Niels van Velzen
|
2afcaa6ae1
|
Use Guid for BaseItemDto parent ids
|
3 years ago |
Joe Rogers
|
fbd243e315
|
Make ffprobe consistent with MetadataService.MergeData
|
3 years ago |
Bond-009
|
4f1eed862e
|
Merge pull request #7234 from nielsvanvelzen/baseitemperson-guid
|
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
|
a4246648f4
|
Merge pull request #7219 from 1337joe/tmdb-image-provider-logo
|
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 |
Joe Rogers
|
375903b215
|
Bump TMDbLib version
|
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 |
Joe Rogers
|
239b516659
|
Add TMDb logo handling
|
3 years ago |
SenorSmartyPants
|
5c3119cf02
|
Generate cover image for music video type libraries.
|
3 years ago |
Claus Vium
|
1a32153a31
|
Merge pull request #7197 from dmitrylyzo/fix-max-resolution
Fix maximum video resolution for dynamic HLS controller
|
3 years ago |
Bond-009
|
ef0708d876
|
Merge pull request #7078 from 1337joe/metadata-merge-data
|
3 years ago |
Joe Rogers
|
8b706cebef
|
Add alternate resolver test, generate extra folder names
|
3 years ago |
Joe Rogers
|
e762454787
|
Restore resolver that handles alternate videos
Co-authored-by: Cody Robibero <cody@robibe.ro>
|
3 years ago |
cvium
|
90736ee346
|
Add pagination and fixes
|
3 years ago |
Dmitry Lyzo
|
000b7ba62b
|
Fix maximum video resolution for dynamic HLS controller
|
3 years ago |
Joe Rogers
|
f87e780fb5
|
Address review comments
Co-authored-by: Bond-009 <bond.009@outlook.com>
|
3 years ago |
Dmitry Lyzo
|
60fe77c089
|
Remove unnecessary array allocation
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
|
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 |
Claus Vium
|
1d7ec1071f
|
Merge pull request #7186 from 1337joe/extra-rule-reorder
Order extra rules so directory takes precedence over naming
|
3 years ago |
Joe Rogers
|
19b9646d72
|
Add -extra suffix for consistency
|
3 years ago |
Joe Rogers
|
f11fa59b15
|
Order rules so directory takes precedence over naming
|
3 years ago |
Cody Robibero
|
d88e39b71d
|
Merge pull request #7185 from dmitrylyzo/warn-sa1642
Fix SA1642 warning
|
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 |
Cody Robibero
|
ee32e46dde
|
Merge pull request #7172 from SenorSmartyPants/SeasonName
|
3 years ago |
Dmitry Lyzo
|
5aa748058e
|
Fix duplication of local trailers
|
3 years ago |