aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-03-16Merge pull request #9502 from 1337joe/specify-full-action-versionsBond-009
2023-03-16Specify full action versionsJoe Rogers
2023-03-15Update actions/checkout digest to 24cb908 (#9501)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-15Merge pull request #9418 from Bond-009/getawaiterBond-009
2023-03-15Merge pull request #9498 from jellyfin/renovate/github-codeql-action-digestBond-009
2023-03-15Update github/codeql-action digest to 168b99brenovate[bot]
2023-03-15Merge pull request #9497 from ↵Bond-009
jellyfin/renovate/efcoresecondlevelcacheinterceptor-3.x
2023-03-15fixed typomammo0
Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com>
2023-03-15Update dependency EFCoreSecondLevelCacheInterceptor to v3.8.6renovate[bot]
2023-03-15Merge pull request #9460 from Shadowghost/rating-overhaulBond-009
2023-03-15fixed FourSisters test casemammo0
The files should be treated as separate movies and should not be stacked, because the parttype is missing.
2023-03-15fixed stacking test casesmammo0
Movies should not be stacked if no parttype is given.
2023-03-15removed unnecessary file stacking rulemammo0
This rule did not check for a parttype. According to the documantation (https://jellyfin.org/docs/general/server/media/shows/#episodes-split-across-multiple-parts) there should be one.
2023-03-15Prefer other codecs over DTS and TrueHD on transcodeShadowghost
2023-03-14Backport pull request #9485 from jellyfin/release-10.8.zShadowghost
Fix the bitrate scale factor for h264-to-hevc transcoding Original-merge: 173a963dbf6072897b1086abf3f378ddfa7fda5a Merged-by: Nyanmisaka <nst799610810@gmail.com> Backported-by: crobibero <cody@robibe.ro>
2023-03-14Add config option to disable dummy chapter generation (#9410)Shadowghost
2023-03-14Update dotnet monorepo to v7.0.4 (#9490)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Cody Robibero <cody@robibe.ro>
2023-03-14Reduce usage of GetAwaiter().GetResult()Bond_009
2023-03-12Fall back to using "logo" attrib if "tvg-logo" is mssing in M3U-tuner (#9475)gitteric
Co-authored-by: gitteric <you@example.com>
2023-03-11Add manual web builds (#9468)Bill Thornton
2023-03-11Merge pull request #9473 from jellyfin/renovate/libse-3.xBond-009
2023-03-11Merge pull request #9469 from jellyfin/renovate/github-codeql-action-digestBond-009
2023-03-11Update dependency libse to v3.6.11renovate[bot]
2023-03-10Update github/codeql-action digest to 16964e9renovate[bot]
2023-03-10Add migration to properly set playlist ownerShadowghost
2023-03-10Fix playlist creation and removalShadowghost
2023-03-10Save TVChannel Height if set (#8777)SenorSmartyPants
Co-authored-by: Cody Robibero <cody@robibe.ro>
2023-03-10Merge pull request #9254 from Shadowghost/dvdbdfixBond-009
2023-03-10Apply review suggestionsShadowghost
2023-03-10Fix DLNA playback of DVD and BD foldersShadowghost
2023-03-10Add more comments and logging, streamline codeShadowghost
2023-03-10Apply review suggestionsShadowghost
2023-03-09Backport pull request #9430 from jellyfin/release-10.8.znyanmisaka
Fix Live TV hardware decoding Original-merge: efc79295decce252e03978814fc09505bbb47956 Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: crobibero <cody@robibe.ro>
2023-03-09Backport pull request #9422 from jellyfin/release-10.8.znyanmisaka
Fix stream map when using filter_complex with unlabeled output Original-merge: 6821a2ab358761282a0030c42c837b39bad089e1 Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: crobibero <cody@robibe.ro>
2023-03-09Backport pull request #9391 from jellyfin/release-10.8.znyanmisaka
Fix H.264 baseline hwaccel and enable enhanced Nvdec by default Original-merge: 22a8283a9e3425da0496c28e6737dfadf9c67b33 Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: crobibero <cody@robibe.ro>
2023-03-09Backport pull request #9355 from jellyfin/release-10.8.znyanmisaka
Some VAAPI VPP and OpenCL fixes Original-merge: c8077122463c7b984f706b5f1b79abd30461ab40 Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: crobibero <cody@robibe.ro>
2023-03-09Backport pull request #9351 from jellyfin/release-10.8.zShadowghost
Fix EqualsAny condition check for int and double Original-merge: e8b0ae07afd9fc08a216d6aa632ee20d6d88566b Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: crobibero <cody@robibe.ro>
2023-03-09Backport pull request #9178 from jellyfin/release-10.8.zRóbert Örn Ketilsson
Escape the path to pass as a command line argument Original-merge: 09f1c7f535653e99dbc22ace7cd166ce4c457a83 Merged-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com> Backported-by: crobibero <cody@robibe.ro>
2023-03-09Update MediaBrowser.XbmcMetadata/Savers/MovieNfoSaver.cs SenorSmartyPants
Apply code review Co-authored-by: Cody Robibero <cody@robibe.ro>
2023-03-09Change test to allow owned items to run local providersSenorSmartyPants
I need more information about the need for this test, to make sure I am not introducing an issue.
2023-03-09Enable NFO processing for ExtrasSenorSmartyPants
- Change test to prevent owned items from using parent NFO. Test is now in MovieNFOSaver, only movie type will use movie.nfo.
2023-03-09Clean Extra NamesSenorSmartyPants
- Adds regular expression to CleanStrings to remove suffix style extra naming from the name presented in JF. - Override Resolve for Extras to enable parsename - remove exclusion on parsename of extratypes
2023-03-09Translated using Weblate (Icelandic)Róbert Örn Ketilsson
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/is/
2023-03-09Extend language code handlingShadowghost
2023-03-09Merge pull request #9449 from Bond-009/nullableBond-009
2023-03-09Merge pull request #9446 from 1337joe/audiobook-grouping-fixesBond-009
2023-03-09Merge pull request #9454 from Bond-009/webpBond-009
Allow webp for local images
2023-03-09Merge pull request #9448 from Bond-009/avgratingBond-009
2023-03-08Allow webp for local imagesBond_009
2023-03-08Merge pull request #9453 from jellyfin/renovate/newtonsoft.json-13.xBond-009