aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Providers
AgeCommit message (Collapse)Author
2023-01-11Fix all warnings in MediaBrowser.ProvidersBond_009
2023-01-10chore(deps): update dependency tmdblib to v2 (#9053)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-02Merge pull request #8995 from daullmer/nfo-remote-images-initialClaus Vium
Use nfo provided remote images on initial scan
2023-01-02Use nfo provided remote images on initial scanDavid Ullmer
2022-12-27Use Diacritics.NETBond_009
Last time we had to revert this due to regressions, now those regression tests seem to succeed with a newer version of Diacritics.NET
2022-12-19Use Order() introduced in .NET 7 (#8923)Bond-009
2022-12-11Merge pull request #8886 from jellyfin/renovate/playlistsnet-1.xBond-009
2022-12-10chore(deps): update dependency playlistsnet to v1.3.1renovate[bot]
2022-12-08Add option to allow extras to use embedded titlesJoe Rogers
2022-12-07Merge pull request #8868 from Bond-009/priorityqueueClaus Vium
Remove dependency on OptimizedPriorityQueue
2022-12-07Check HTTP status code before writing response to file (#8863)Bond-009
fix https://github.com/jellyfin/jellyfin/issues/8084
2022-12-07Remove dependency on OptimizedPriorityQueueBond_009
2022-12-07Update depsBond_009
2022-12-07Use ArgumentException.ThrowIfNullOrEmptyBond_009
2022-12-07Update projects to .net7Bond_009
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2022-12-05Fix some warnings and only disable TreatWarningsAsErrors for CodeAnalysis ↵Bond-009
(#8709)
2022-12-03Add MusicBrainz server validation and fallback (#8833)Shadowghost
2022-11-27Merge pull request #8137 from negulici-r-barnabas/masterCody Robibero
2022-11-27Use typed loggerBond_009
2022-11-27chore(deps): update dependency newtonsoft.json to v13.0.2 (#8792)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-26Merge branch 'jellyfin:master' into masterNegulici-R. Barnabas
2022-11-23Merge pull request #7039 from 1337joe/providermanager-cleanupBond-009
2022-11-22Merge pull request #8695 from JeWe37/masterBond-009
2022-11-17Apply review suggestionsShadowghost
2022-11-17Add xmldocs for studio image providerShadowghost
2022-11-17Add xmldocs for TMDb provider, correct provider spellingShadowghost
2022-11-13changed ChapterImageResolution in model to enum type;Negulici-R. Barnabas
added 144p to the ImageResolution enum; updated chapters limit comment inside FFProbeVideoInfo.cs;
2022-11-13Merge branch 'jellyfin:master' into masterNegulici-R. Barnabas
2022-11-04Sort external files when scanningJendrik Weise
Sorts files such as external subtitles or audio as well as metadata Useful for deterministic display in the UI.
2022-10-31Backport pull request #8667 from jellyfin/release-10.8.zDavid Ullmer
Enable OMDB plot for non-English languages as fallback Original-merge: f83a24ec4385e8142646ec7d13a5e6f4c9074ae9 Merged-by: Cody Robibero <cody@robibe.ro> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2022-10-22Apply review suggestionsShadowghost
2022-10-22Migrate MusicBrainz plugin to MetaBrainz.MusicBrainzMrTimscampi
Co-authored-by: crobibero <cody@robibe.ro> Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com>
2022-10-08Update embedded image names to match docsJoe Rogers
2022-10-07Merge pull request #8381 from 1hitsong/lyric-lrc-file-supportClaus Vium
2022-10-07Merge pull request #7514 from Shadowghost/music-extendClaus Vium
2022-10-07Apply review suggestionsShadowghost
2022-10-07Apply review suggestionsShadowghost
2022-10-07Add hearing impaired subtitle stream indicator (#7379)Joe Rogers
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2022-10-07Apply review suggestionsShadowghost
2022-10-07Apply review suggestionsShadowghost
2022-10-07Apply review suggestionsShadowghost
2022-10-07Apply review suggestionsShadowghost
2022-10-07Merge branch 'master' into providermanager-cleanupClaus Vium
2022-10-03Add xiph tag parsingShadowghost
2022-10-03Add apple tag parsingShadowghost
2022-10-01Update taglibsharp, add audible tag parsingShadowghost
2022-09-26Format returns1hitsong
2022-09-23Update MediaBrowser.Providers/Lyric/LrcLyricProvider.cs1hitsong
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>