aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-03-06Remove TranscodeReason.None, Add JsonFlagEnum testsCody Robibero
2022-03-06Clean up EnumFlags serializationCody Robibero
2022-03-06Update MediaBrowser.Model/Dlna/StreamBuilder.csIsaac Gordezky
Co-authored-by: Cody Robibero <cody@robibe.ro>
2022-03-06Fix transcode video matching and add tests for Transcode and SafariIsaac Gordezky
2022-03-06Series: issue-6450Isaac Gordezky
Issue: https://github.com/jellyfin/jellyfin/issues/6450 Enable DirectPlay responses Rewrite DirectPlay and DirectStream resolution Prefer copy transcode video codec options Enhance condition processor Support DirectStream and Transcode with parity Rework audio stream selection and add tests for ExternalAudio Update MediaInfoHelper to only call StreamBuilder once
2022-03-06Convert TranscodeReason to FlagsIsaac Gordezky
2022-03-06StreamBuilder basic testsIsaac Gordezky
2022-03-06Let the UI show which DTS profile is in usePatrick Farwick
There are different profiles for DTS. For example, both DTS and DTS-HD MA use the same codec, but provide a different profile. Some files may provide both a DTS and DTS-HD MA audio track. With this change, the UI shows which track is using which profile to allow the user to choose between them.
2022-03-06Merge pull request #7411 from jellyfin/revert-7240-add-readonly-connectionCody Robibero
2022-03-06Revert "chore: Add a read only connection for routes like Shows/NextUp"Cody Robibero
2022-03-06Merge pull request #7406 from crobibero/fix-buildCody Robibero
Fix build
2022-03-06Fix buildCody Robibero
2022-03-05Merge pull request #7405 from StollD/fix-strm-filesCody Robibero
2022-03-05Add myself to CONTRIBUTORS.mdDorian Stoll
2022-03-05Readd .strm as an allowed extension for videosDorian Stoll
2022-03-05Merge pull request #7240 from jaysonsantos/add-readonly-connectionCody Robibero
2022-03-05Merge pull request #7137 from SenorSmartyPants/masterBond-009
2022-03-05Merge pull request #7388 from GermanCoding/iso639-undefinedCody Robibero
2022-03-05Merge pull request #7403 from 1337joe/fix-external-file-prefix-checkCody Robibero
2022-03-05Apply suggestions from code reviewCody Robibero
2022-03-05Merge pull request #7404 from nyanmisaka/omxJoshua M. Boniface
2022-03-05Merge pull request #7397 from jellyfin/intel-vaapiJoshua M. Boniface
2022-03-05Merge pull request #7396 from thornbill/update-artwork-repositoryJoshua M. Boniface
2022-03-05Merge pull request #7383 from thornbill/next-up-rewatchingJoshua M. Boniface
2022-03-05Translated using Weblate (Welsh)Rhodri
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/cy/
2022-03-05Translated using Weblate (Chinese (Hong Kong))Ray Cheung
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant_HK/
2022-03-05Translated using Weblate (Spanish)Jorge IG
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es/
2022-03-06Fallback to no HWA when reporting transcoding infonyanmisaka
2022-03-05Remove the deprecated OMX and MMAL HWAnyanmisaka
2022-03-05Fix external file check for shorter namesJoe Rogers
2022-03-05Merge pull request #7394 from 1337joe/remove-external-file-fuzzy-matchingClaus Vium
Strip out external file fuzzy name matching
2022-03-05 Set the name of intel vaapi driver explicitlynyanmisaka
Fix crashes on older intel gfx when both iHD and i965 driver are existed.
2022-03-04Use extension method for list searchGermanCoding
2022-03-04Switch to using spans for string comparisonJoe Rogers
2022-03-04Strip out external file fuzzy matchingJoe Rogers
Convert MediaFlagDelimiter back to char
2022-03-04Merge pull request #7370 from crobibero/internal-metadata-pathClaus Vium
Only add internal files if the internal metadata path exists
2022-03-04Update artwork repository urlsBill Thornton
2022-03-03Translated using Weblate (Esperanto)WWWesten
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/eo/
2022-03-03Translated using Weblate (Vietnamese)hoanghuy309
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/vi/
2022-03-03Translated using Weblate (Tamil)Oatavandi
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ta/
2022-03-03Translated using Weblate (Finnish)Oskari Lavinto
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fi/
2022-03-03Translated using Weblate (Chinese (Simplified))小造xu_zh
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hans/
2022-03-03Translated using Weblate (Russian)WWWesten
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ru/
2022-03-03Translated using Weblate (Kazakh)WWWesten
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/kk/
2022-03-03Translated using Weblate (Hungarian)Csaba
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hu/
2022-03-03Translated using Weblate (Spanish (Mexico))Page Asgardius
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es_MX/
2022-03-03Translated using Weblate (Czech)Lukáš Kucharczyk
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/cs/
2022-03-04Hide ISO 639-2 special codes in display titlesGermanCoding
They are still shown in associated metadata, just hidden from the more visible display titles.
2022-03-03Merge pull request #7324 from Maxr1998/sort-by-indexBond-009
2022-03-03Merge pull request #7380 from crobibero/general-commandBond-009