aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-01-22Always create TaskCompletionSource<T> with ↵Bond_009
TaskCreationOptions.RunContinuationsAsynchronously
2022-01-22Ban the usage of Task.ResultBond_009
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-22Use Guid for BaseItemPerson.IdNiels van Velzen
2022-01-21Merge pull request #7225 from crobibero/query-resultBond-009
2022-01-20Merge pull request #6600 from cvium/keyframe_extraction_v1Cody Robibero
2022-01-20Merge pull request #7219 from 1337joe/tmdb-image-provider-logoCody Robibero
2022-01-20Merge pull request #7217 from SenorSmartyPants/LibraryImagesCody Robibero
2022-01-20Properly populate QueryResultCody Robibero
2022-01-20Bump TMDbLib versionJoe Rogers
2022-01-20Translated using Weblate (Czech)Lukáš Kucharczyk
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/cs/
2022-01-19Merge pull request #7176 from dmitrylyzo/fix-trailers-1Bond-009
2022-01-19Merge pull request #7203 from 1337joe/fix-resolving-local-alternatesClaus Vium
Fix resolving local alternates
2022-01-19Add TMDb logo handlingJoe Rogers
2022-01-18Generate cover image for music video type libraries.SenorSmartyPants
2022-01-18Merge pull request #7197 from dmitrylyzo/fix-max-resolutionClaus Vium
Fix maximum video resolution for dynamic HLS controller
2022-01-16Merge pull request #7078 from 1337joe/metadata-merge-dataBond-009
2022-01-16Add alternate resolver test, generate extra folder namesJoe Rogers
2022-01-16Restore resolver that handles alternate videosJoe Rogers
Co-authored-by: Cody Robibero <cody@robibe.ro>
2022-01-16Add pagination and fixescvium
2022-01-16Fix maximum video resolution for dynamic HLS controllerDmitry Lyzo
2022-01-16Address review commentsJoe Rogers
Co-authored-by: Bond-009 <bond.009@outlook.com>
2022-01-16Remove unnecessary array allocationDmitry Lyzo
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2022-01-16Translated using Weblate (Thai)Suphanath Kaewboonrung
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/th/
2022-01-15Merge pull request #7186 from 1337joe/extra-rule-reorderClaus Vium
Order extra rules so directory takes precedence over naming
2022-01-15Add -extra suffix for consistencyJoe Rogers
2022-01-15Order rules so directory takes precedence over namingJoe Rogers
2022-01-15Merge pull request #7185 from dmitrylyzo/warn-sa1642Cody Robibero
Fix SA1642 warning
2022-01-15Remove unnecessary array allocationDmitry Lyzo
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2022-01-15Fix SA1642 warningDmitry Lyzo
2022-01-14Merge pull request #7172 from SenorSmartyPants/SeasonNameCody Robibero
2022-01-14Fix duplication of local trailersDmitry Lyzo
2022-01-14Fix duplication of remote trailersDmitry Lyzo
2022-01-14Merge pull request #7175 from dmitrylyzo/fix-self-lockingBond-009
2022-01-14Ignore JSON serialization for special features of movie.Dmitry Lyzo
When refreshing the metadata of the video with a local trailer, the server gets stuck trying to read the database and save the item at the same time.
2022-01-14Added type options to disable embedded subsMatthew Jones
2022-01-14Add video path to DisableEmbeddedSubtitles logMatt
Co-authored-by: Cody Robibero <cody@robibe.ro>
2022-01-14Changed DisableEmbeddedSubtitles logging to debugMatthew Jones
2022-01-14Update CONTRIBUTORS.mdMatthew Jones
2022-01-14Add DisableEmbeddedSubtitles settingMatthew Jones
Disables embedded subs being added to metadata
2022-01-14Apply suggestions from code reviewClaus Vium
Co-authored-by: Cody Robibero <cody@robibe.ro>
2022-01-13Fix build errorSenorSmartyPants
2022-01-13Config option to import season name from TMDBSenorSmartyPants
2022-01-13Fix comment typoJoe Rogers
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2022-01-12Translated using Weblate (Serbian)Dzonkins
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sr/
2022-01-12Fix boolcvium
2022-01-12Fix progresscvium
2022-01-12Apply suggestions from code reviewClaus Vium
Co-authored-by: Cody Robibero <cody@robibe.ro>
2022-01-11Merge pull request #7134 from adavier/trakt-episode-linksCody Robibero
2022-01-11Use local var for the lengthcvium
2022-01-11Add progress reportcvium