aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-01-14Add FullNowPlayingQueue propertyFernando Fernández
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
2022-01-11Refactor and add scheduled taskcvium
2022-01-10Merge pull request #7131 from Bond-009/warn58Cody Robibero
2022-01-10Use png for storageCody Robibero
2022-01-10suggestions from reviewCody Robibero
2022-01-10Fix release buildCody Robibero
2022-01-10Suggestions from reviewCody Robibero
2022-01-10Merge pull request #7151 from jellyfin/dependabot/nuget/FsCheck.Xunit-2.16.4Bond-009
2022-01-10Bump FsCheck.Xunit from 2.16.3 to 2.16.4dependabot[bot]
Bumps [FsCheck.Xunit](https://github.com/fsharp/FsCheck) from 2.16.3 to 2.16.4. - [Release notes](https://github.com/fsharp/FsCheck/releases) - [Changelog](https://github.com/fscheck/FsCheck/blob/master/FsCheck%20Release%20Notes.md) - [Commits](https://github.com/fsharp/FsCheck/compare/2.16.3...2.16.4) --- updated-dependencies: - dependency-name: FsCheck.Xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-01-10Fix warning SA1414 and CA1849Bond_009
2022-01-09Merge pull request #7141 from nyanmisaka/seek-audioCody Robibero
Seek the external audio stream
2022-01-09Also seek the external audio streamnyanmisaka
2022-01-08Remove unused httpContext parameterSenorSmartyPants
2022-01-08Merge pull request #6866 from Bond-009/timeoutCody Robibero
2022-01-08Merge pull request #7138 from nyanmisaka/10bit-boxesCody Robibero
2022-01-08Fix the wrong logic in HEVC VP9 10bit hwdec boxesnyanmisaka
2022-01-08Make identify flag describe purpose, not sourceJoe Rogers
2022-01-08Merge pull request #7136 from 1337joe/fix-show-library-scanCody Robibero
Fix stuck show library scans
2022-01-08Merge pull request #7101 from Bond-009/imagejpgCody Robibero
Remove incorrect mime type image/jpg
2022-01-07Remove isHeadRequest from GetStaticFile method signaturesSenorSmartyPants
2022-01-07Remove special HTTP HEAD processingSenorSmartyPants
removing this allows HTTP 206 Partial Content responses and lets some clients(popcorn hour namely) play videos from JF.
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-07Implement trakt episode links using the implementation from Series.csadavier
The code is the same as `MediaBrowser.Controller/Entities/TV/Series.cs`, using the imdbID to generate Trakt links. The trakt url for episodes is `https://trakt.tv/episodes/{0}`.
2022-01-07Merge pull request #7132 from Bond-009/readmeAnthony Lavado
Update README.md
2022-01-07Update README.mdBond_009
2022-01-07Remove task cancellation hacksBond_009
2022-01-07Merge pull request #7129 from crobibero/null-checkBond-009
2022-01-07Merge branch 'master' into keyframe_extraction_v1cvium
# Conflicts: # Jellyfin.Api/Controllers/DynamicHlsController.cs # MediaBrowser.Controller/MediaEncoding/IMediaEncoder.cs # MediaBrowser.MediaEncoding/Encoder/MediaEncoder.cs
2022-01-06ADd more null checkCody Robibero
2022-01-06Merge pull request #7118 from crobibero/audio-stream-nullCody Robibero
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-06Add null check for audio streamCody Robibero
2022-01-05Merge pull request #7121 from Bond-009/warn57Cody Robibero