aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.LocalMetadata/Images
AgeCommit message (Collapse)Author
2025-05-03Add albumart as recognized filename for music artwork (#14048)theguymadmax
2025-01-25chore: fix spellingJosh Soref
* a * acceleration * addition * altogether * api clients * artist * associated * bandwidth * cannot * capabilities * case-insensitive * case-sensitive * configuration * delimiter * dependent * diacritics * directors * enable * explicitly * filters * finish * have * hierarchy * implicit * include * information * into * its * keepalive * localization * macos * manual * matching * metadata * nonexistent * options * overridden * parsed * parser * playback * preferring * processes * processing * provider * ratings * retrieval * running * segments * separate * should * station * subdirectories * superseded * supported * system * than * the * throws * transpose * valid * was link: forum or chat rooms Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2024-06-23Backport pull request #12039 from jellyfin/release-10.9.zShadowghost
Fix local episode image thumb recognition Original-merge: d813f83b4a79974326f45d5de03dd7ad72cbd4a8 Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-06-06Backport pull request #11934 from jellyfin/release-10.9.zShadowghost
Fix local image saving Original-merge: b0bb22b65080a21ad1ce27fa2937a6b439e157da Merged-by: crobibero <cody@robibe.ro> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-04-08Add jacket to the list of music images (#11314)Tina
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2022-01-28Remove some allocations (#7246)Claus Vium
2021-12-24Merge branch 'master' into comparisonsCody Robibero
2021-12-24Merge pull request #7029 from cvium/allocations_maybeCody Robibero
2021-12-20Use our own Contains extensioncvium
2021-12-20Fix extras folderscvium
2021-12-14Update MediaBrowser.LocalMetadata/Images/LocalImageProvider.csClaus Vium
Co-authored-by: Joe Rogers <1337joe@users.noreply.github.com>
2021-12-13semi undocvium
2021-12-07Refactor extras parsingcvium
2021-11-16Remove unused dependenciescvium
2021-11-04Remove unused IHasScreenshots interfaceBond_009
2021-09-26Remove all instances of en-US cultureCody Robibero
2021-08-28Remove more and more warningsCody Robibero
2021-06-19Move non-jellyfin extensions to separate projectBond_009
2021-06-19Merge branch 'master' into comparisonsBaronGreenback
2021-05-24Remove some unnecessary allocationscvium
2021-05-16Reduce some allocationscvium
2021-05-08Merge branch 'master' into comparisonsBaronGreenback
2021-05-07Enable nullable reference types for MediaBrowser.ControllerBond_009
2021-04-17Cleaned up "value assigned is not used in any execution path"BaronGreenback
2021-03-13FxCop -> Net Analyzers (part 2)Bond_009
2020-11-13Fix nullability errors in MediaBrowser.LocalMetadatacrobibero
2020-06-17Update MediaBrowser.LocalMetadata/Images/EpisodeLocalImageProvider.csCody Robibero
Co-authored-by: Vasily <JustAMan@users.noreply.github.com>
2020-06-13Remove warnings from MediaBrowser.LocalMetadatacrobibero
2020-06-05Use typed logger where possiblecrobibero
2020-03-10remove useless interfacedkanada
2020-03-09remove unused files and fix some future warningsdkanada
2019-03-07Reduce the amount of exceptions thrownBond_009
2019-02-24Fix slow local image validation (#990)Claus Vium
* Check for local image directory existence to avoid tons of exceptions
2019-01-31Merge pull request #734 from Bond-009/cultureJoshua M. Boniface
Fix more analyzer warnings
2019-01-31Remove support for games as a media typeClaus Vium
2019-01-30Merge branch 'master' into cultureBond-009
2019-01-28Unwrapped `GetFileNameWithoutExtension`Erwin de Haan
2019-01-28Unwrapped GetDirectoryName and DirectorySeperatorCharErwin de Haan
2019-01-27Fix more analyzer warningsBond_009
2019-01-17Reformat JustAMan review pt2 changesErwin de Haan
Refs #575
2019-01-13ReSharper conform to 'var' settingsErwin de Haan
2019-01-13ReSharper Reformat: Properties to expression bodied form.Erwin de Haan
2019-01-13Find+Sed BOM removal *.cs: MediaBrowser.LocalMetadata-MediaBrowser.ModelErwin de Haan
2019-01-13Visual Studio Reformat: MediaBrowser.LocalMetadataErwin de Haan
2019-01-10Mayor code cleanupErwin de Haan
Add Argument*Exceptions now use proper nameof operators. Added exception messages to quite a few Argument*Exceptions. Fixed rethorwing to be proper syntax. Added a ton of null checkes. (This is only a start, there are about 500 places that need proper null handling) Added some TODOs to log certain exceptions. Fix sln again. Fixed all AssemblyInfo's and added proper copyright (where I could find them) We live in *current year*. Fixed the use of braces. Fixed a ton of properties, and made a fair amount of functions static that should be and can be static. Made more Methods that should be static static. You can now use static to find bad functions! Removed unused variable. And added one more proper XML comment.
2019-01-03Post GPL cleanupBond_009
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-11-153.2.36.10Luke Pulverenti