aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-12-07Refactor extras parsingcvium
2021-12-06add more hardening to systemd servicematthiasdv
2021-12-06Merge pull request #6946 from jellyfin/dependabot/nuget/libse-3.6.4Bond-009
2021-12-06Bump libse from 3.6.2 to 3.6.4dependabot[bot]
Bumps [libse](https://github.com/SubtitleEdit/subtitleedit) from 3.6.2 to 3.6.4. - [Release notes](https://github.com/SubtitleEdit/subtitleedit/releases) - [Changelog](https://github.com/SubtitleEdit/subtitleedit/blob/master/Changelog.txt) - [Commits](https://github.com/SubtitleEdit/subtitleedit/compare/3.6.2...3.6.4) --- updated-dependencies: - dependency-name: libse dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2021-12-06Merge pull request #6947 from jellyfin/dependabot/nuget/BDInfo-0.7.6.2Bond-009
2021-12-06Bump BDInfo from 0.7.6.1 to 0.7.6.2dependabot[bot]
Bumps [BDInfo](https://github.com/jellyfin/BDInfo) from 0.7.6.1 to 0.7.6.2. - [Release notes](https://github.com/jellyfin/BDInfo/releases) - [Commits](https://github.com/jellyfin/BDInfo/commits) --- updated-dependencies: - dependency-name: BDInfo dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2021-12-06Translated using Weblate (Punjabi)WWWesten
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pa/
2021-12-06Translated using Weblate (Nepali)WWWesten
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ne/
2021-12-06Translated using Weblate (Macedonian)WWWesten
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/mk/
2021-12-06Translated using Weblate (Serbian)mikixd586
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sr/
2021-12-06Translated using Weblate (Japanese)mio2
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ja/
2021-12-06Translated using Weblate (Dutch)Bas Goos
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nl/
2021-12-06Translated using Weblate (Spanish)oxixes
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es/
2021-12-06Translated using Weblate (Arabic)Mehyar
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ar/
2021-12-06Translated using Weblate (Malay)archon eleven
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ms/
2021-12-04Merge pull request #6941 from holahmeds/mime-typeCody Robibero
Use MimeTypes package to determine MIME type
2021-12-04Update unit test nameAhmed Rafiq
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2021-12-04Update unit test nameAhmed Rafiq
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2021-12-04Refactor MimeTypes.ToExtension()Ahmed Rafiq
Co-authored-by: Cody Robibero <cody@robibe.ro>
2021-12-04Update documentationAhmed Rafiq
2021-12-04Use MimeTypes package to determine MIME typeAhmed Rafiq
This simplifies the code since we don't have to keep large mappings of extensions and MIME types. We still keep the ability to override the mappings for: - filling in entries not present in the package, for e.g. ".azw3" - picking preferred extensions, for e.g. MimeTypes provides ".conf" as a possible extionsion for "text/plain", and while that is correct, ".txt" would be preferrable - compatibility reasons
2021-12-03Merge branch 'support-external-audio-files' of ↵Jonas Resch
github.com:jonas-resch/jellyfin into support-external-audio-files
2021-12-03Optimize calculation of external audio stream index in ↵Jonas Resch
MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs Co-authored-by: Cody Robibero <cody@robibe.ro>
2021-12-03Replace escaped quote string with quote character in ↵Jonas Resch
MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs Co-authored-by: Cody Robibero <cody@robibe.ro>
2021-12-03Merge pull request #6874 from 1337joe/tmdb-image-size-optionsCody Robibero
2021-12-02Merge pull request #6914 from marius-luca-87/dlnaCody Robibero
2021-12-02Merge pull request #6929 from Bond-009/jsoncontentCody Robibero
2021-12-02Merge pull request #6936 from cvium/ffprobeprovider_tweakBond-009
2021-12-02Reduce allocationscvium
2021-12-01Merge branch 'master' into mbaff-interlace-detectionOrry Verducci
2021-12-01Prevent crashes in specific scenariosJonas Resch
2021-12-01Use PostAsJsonAsync where possibleBond_009
2021-12-01Use JsonContent where possibleBond_009
Should reduce the # of allocated bytes
2021-11-30Translated using Weblate (Vietnamese)hoanghuy309
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/vi/
2021-11-30Translated using Weblate (Polish)snieguzary
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pl/
2021-11-30Translated using Weblate (Persian)WWWesten
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fa/
2021-11-30Merge pull request #6927 from 1337joe/use-ssl-for-tmdb-imagesBond-009
2021-11-30Add documentation to AudioResolver classJonas Resch
2021-11-30Add ConfigureAwait true in MediaBrowser.Providers/MediaInfo/AudioResolver.csJonas Resch
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2021-11-30Add ConfigureAwait true in MediaBrowser.Providers/MediaInfo/FFProbeVideoInfo.csJonas Resch
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2021-11-30Move variable in MediaBrowser.Providers/MediaInfo/AudioResolver.csJonas Resch
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2021-11-30Don't disable warnings in MediaBrowser.Providers/MediaInfo/AudioResolver.csJonas Resch
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2021-11-30Fix warning due to new line after opening bracketJonas Resch
2021-11-30Fix compiler warning due to missing EnumeratorCancellation attributeJonas Resch
2021-11-30Implement coding standards from 2nd code feedbackJonas Resch
2021-11-30Change return type from List<string> to IEnumerable<string> in ↵Jonas Resch
MediaBrowser.Providers/MediaInfo/AudioResolver.cs Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2021-11-30Check language for null or empty instead of only null in ↵Jonas Resch
MediaBrowser.Providers/MediaInfo/AudioResolver.cs Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2021-11-30Change return type from Task<List<MediaStream>> to ↵Jonas Resch
Task<IAsyncEnumerable<MediaStream>> in MediaBrowser.Providers/MediaInfo/AudioResolver.cs Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2021-11-30Fix indentation in MediaBrowser.Providers/MediaInfo/AudioResolver.cs Jonas Resch
If statement which checks if filename of audio and video file match or if audio file starts with video filename Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2021-11-30Only search in video folder for external audio files Jonas Resch
Don't search in video metadata folder since audio files won't be stored there Co-authored-by: Claus Vium <cvium@users.noreply.github.com>