aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.XbmcMetadata
AgeCommit message (Collapse)Author
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-11-17Apply review suggestionsShadowghost
2022-11-17Add xmldocs for TMDb provider, correct provider spellingShadowghost
2022-08-15Fix various typos luz paz
Found via `codespell -q 3 -S ./Emby.Server.Implementations/Localization -L allready,doesnt,inh,receivedfrom,whoknows`
2022-05-09Bump StyleCop.Analyzers from 1.2.0-beta.406 to 1.2.0-beta.435 (#7726)dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-17Merge pull request #7543 from daullmer/nfo-datefixCody Robibero
(cherry picked from commit a280ff603f63b483d7cd94b69344296e8b2ec484) Signed-off-by: Joshua Boniface <joshua@boniface.me>
2022-03-21Bump StyleCop.Analyzers from 1.2.0-beta.376 to 1.2.0-beta.406dependabot[bot]
Bumps [StyleCop.Analyzers](https://github.com/DotNetAnalyzers/StyleCopAnalyzers) from 1.2.0-beta.376 to 1.2.0-beta.406. - [Release notes](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/releases) - [Commits](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/compare/1.2.0-beta.376...1.2.0-beta.406) --- updated-dependencies: - dependency-name: StyleCop.Analyzers dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-02-08Fix nfo thumb tags without aspectDavid Ullmer
2022-02-06Merge pull request #7241 from Bond-009/async5Cody Robibero
2022-01-22Flush to disk async where possibleBond_009
2022-01-22Ban the usage of Task.ResultBond_009
If the calling function can't be made async easily you can still use .GetAwaiter().GetResult(), which is way easier to find in the future
2021-12-27Remove more warningsCody Robibero
2021-12-24Update StyleCopBond_009
2021-12-20Use our own Contains extensioncvium
2021-11-17Read past empty elementscvium
2021-11-09Fix some warningsBond_009
down to 580
2021-11-09Fix some warningsBond_009
609 left
2021-11-04Make sure ReadToDescendant was successful, #6773cvium
2021-10-03Remove workaround for dotnet/runtime#42790Bond_009
2021-09-26Remove all instances of en-US cultureCody Robibero
2021-09-24Target net6.0Bond_009
2021-09-21Specify DateTimeStyles when possibleBond_009
2021-09-19Reduce allocationsBond_009
2021-09-06Remove all unused usingsFernando Fernández
2021-09-03Merge remote-tracking branch 'upstream/master' into warn-259810Cody Robibero
2021-09-01Merge pull request #6473 from Bond-009/nullable7Claus Vium
Enable nullable for more files
2021-08-30Merge pull request #6422 from daullmer/nfo-fanartBond-009
2021-08-28Remove more and more warningsCody Robibero
2021-08-28Enable nullable for more filesBond_009
2021-08-15Minor improvementsBond_009
2021-08-13Modify FetchThumbNode method to read children of fanart tagDavid Ullmer
2021-08-13Move thumb tag parsing to separate methodDavid Ullmer
2021-08-04Minor improvementsBond_009
2021-07-30Invert code and style analysis configuration (#6334)Rich Lander
Co-authored-by: Bond-009 <bond.009@outlook.com>
2021-05-07Fix buildBond_009
2021-05-05Add support for fanart aspect in thumb tagDavid Ullmer
2021-05-04Merge pull request #4981 from Ullmie02/nfo-ratingsBill Thornton
Add .nfo ratings tag
2021-03-30Merge pull request #5467 from Ullmie02/nfo-fixesBond-009
2021-03-26Rename methods and optimize allocationsDavid
2021-03-25Merge pull request #5321 from Ullmie02/nfo-thumbBond-009
2021-03-16Use Helper Methods for provider url parsingDavid
2021-03-10Fix Radarr url nfo filesDavid
2021-03-10Fix id tag setting IMDb id when it is TMDb idDavid
2021-03-09Remove useless lineBond_009
2021-03-09FxCop -> Net Analyzers (part 1)Bond_009
2021-03-06Update MediaBrowser.XbmcMetadata/Parsers/BaseNfoParser.csDavid Ullmer
Co-authored-by: Bond-009 <bond.009@outlook.com>
2021-03-06Use Uri.TryCreate and ImageType helper methodDavid