aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations
AgeCommit message (Collapse)Author
2022-02-14Fix indentationBond_009
2022-02-14Fix MediaStreamSelectorBond_009
2022-02-14Fix some warningsBond_009
2022-02-11Translated using Weblate (Vietnamese)dottokuya
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/vi/
2022-02-07Bump prometheus-net.DotNetRuntime from 4.2.2 to 4.2.3dependabot[bot]
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-06Merge pull request #7241 from Bond-009/async5Cody Robibero
2022-02-04Translated using Weblate (Romanian)Emil Manea
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ro/
2022-02-04TV extras (#7178)SenorSmartyPants
2022-01-28Merge pull request #6436 from daullmer/splashscreenCody Robibero
2022-01-28Remove some allocations (#7246)Claus Vium
2022-01-27Translated using Weblate (Uyghur)abdulla
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ug/
2022-01-26Added translation using Weblate (Uyghur)abdulla
2022-01-25Translated using Weblate (French)Yohann Yo
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr/
2022-01-22Merge pull request #7235 from Bond-009/async4Cody Robibero
2022-01-22Merge pull request #7236 from Bond-009/taskcompletionsourceCody Robibero
2022-01-22Flush to disk async where possibleBond_009
2022-01-22Use Guid for BaseItemDto parent idsNiels van Velzen
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 #7217 from SenorSmartyPants/LibraryImagesCody Robibero
2022-01-20Properly populate QueryResultCody Robibero
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-18Generate cover image for music video type libraries.SenorSmartyPants
2022-01-16Merge pull request #7078 from 1337joe/metadata-merge-dataBond-009
2022-01-16Restore resolver that handles alternate videosJoe Rogers
Co-authored-by: Cody Robibero <cody@robibe.ro>
2022-01-16Translated using Weblate (Thai)Suphanath Kaewboonrung
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/th/
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-14Fix duplication of local trailersDmitry Lyzo
2022-01-12Translated using Weblate (Serbian)Dzonkins
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sr/
2022-01-11Refactor and add scheduled taskcvium
2022-01-10suggestions from reviewCody Robibero
2022-01-10Fix release buildCody Robibero
2022-01-10Suggestions from reviewCody Robibero
2022-01-10Fix warning SA1414 and CA1849Bond_009
2022-01-08Merge pull request #6866 from Bond-009/timeoutCody Robibero
2022-01-07Keep from serializing trailers into databaseJoe Rogers
2022-01-07Translated using Weblate (Hebrew)Aragon
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/he/
2022-01-07Remove task cancellation hacksBond_009
2022-01-06Translated using Weblate (Burmese)Shin Khant Maung
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/my/
2022-01-05Merge pull request #7121 from Bond-009/warn57Cody Robibero
2022-01-05Error on SA1316Bond_009
2022-01-04Translated using Weblate (Burmese)v10.8.0-alpha4WWWesten
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/my/
2022-01-04Translated using Weblate (Vietnamese)hoanghuy309
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/vi/
2022-01-04Use provided SortOrderCody Robibero