aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations
AgeCommit message (Collapse)Author
2022-03-01Merge pull request #7382 from crobibero/keyframe-extractorBond-009
2022-02-28Merge pull request #6058 from ferferga/deprecate-queueitemJoshua M. Boniface
2022-02-28Allow KeyframeExtractor to be localizedCody Robibero
2022-02-28Merge pull request #7221 from SenorSmartyPants/UserViewThumbCody Robibero
2022-02-26Merge pull request #7112 from stanionascu/bdiso-playbackJoshua M. Boniface
2022-02-26Translated using Weblate (Persian)Ali Dastpour
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fa/
2022-02-20Rewatching next up (#7253)SenorSmartyPants
2022-02-20Fix #7100 by catching the exception on opening invalid UDF imagesStanislav Ionascu
When an invalid UDF image is opened by the UdfReader, it may throw and exception. This change is to catch and log the exception.
2022-02-17Remove some dead codeBond_009
2022-02-16Merge pull request #7322 from Bond-009/db2Cody Robibero
2022-02-15Clean up SqliteItemRepositoryBond_009
* remove dead code * reduce allocations
2022-02-15Fix some warningsBond_009
2022-02-15Translated using Weblate (Czech)Lukáš Kucharczyk
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/cs/
2022-02-14Merge pull request #7233 from Bond-009/warn60Cody Robibero
2022-02-14Merge pull request #7038 from Bond-009/serverdiscoveryCody Robibero
2022-02-14Merge pull request #7290 from crobibero/dotnet-6.0.2Joshua M. Boniface
2022-02-14Fix indentationBond_009
2022-02-14Fix MediaStreamSelectorBond_009
2022-02-14Fix some warningsBond_009
2022-02-14Fix option to disable server discoveryBond_009
2022-02-11Translated using Weblate (Vietnamese)dottokuya
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/vi/
2022-02-08Update to dotnet 6.0.2Cody Robibero
Signed-off-by: Cody Robibero <cody@robibe.ro>
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-19Shuffle items with imagesSenorSmartyPants
They were always returning in the same order so thumb would never change.
2022-01-19User Backdrop for UserView, like CollectionFolderSenorSmartyPants
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>