| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-10-06 | Add ReadNormalizedString to XmlReaderExtensions | Patrick Barron | |
| 2023-10-06 | Add TryParseDateTime and TryParseDateTimeExact to XmlReaderExtensions | Patrick Barron | |
| 2023-10-06 | Add GetStringArray and GetPersonArray to XmlReaderExtensions | Patrick Barron | |
| 2023-10-06 | Add XmlReader.GetPersonFromXmlNode | Patrick Barron | |
| 2023-10-05 | fix: use movie.nfo first when <filename>.nfo also exists ↵ | Leo | |
| (jellyfin/jellyfin#1558) | |||
| 2023-06-28 | Use RegexGenerator where possible | Bond_009 | |
| 2023-05-20 | Implement NFO named season parsing | Shadowghost | |
| 2023-04-06 | Use TryAdd | Stepan Goremykin | |
| 2023-03-25 | Convert Person.Type to use PersonKind enum (#9487) | Cody Robibero | |
| 2023-03-09 | Update MediaBrowser.XbmcMetadata/Savers/MovieNfoSaver.cs | SenorSmartyPants | |
| Apply code review Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2023-03-09 | Enable NFO processing for Extras | SenorSmartyPants | |
| - Change test to prevent owned items from using parent NFO. Test is now in MovieNFOSaver, only movie type will use movie.nfo. | |||
| 2023-03-07 | Ignore avg critic rating Rotten Tomatoes | Bond_009 | |
| 2023-02-19 | Optimize tryparse | Bond_009 | |
| * Don't check for null before * Don't try different formats when not needed (NumberFormat.Integer is the fast path) | |||
| 2023-02-04 | Use Directory.Packages.props (#9135) | Zoltan Csizmadia | |
| Co-authored-by: Zoltan Csizmadia <CsizmadiaZ@valassis.com> | |||
| 2023-01-25 | Save modified userData after parsing an nfo in case of "watched", ↵ | ProfessionalismIsMyMiddleName | |
| "playcount" or "lastplayed" tags. | |||
| 2023-01-18 | chore(deps): update dependency microsoft.codeanalysis.bannedapianalyzers to ↵ | renovate[bot] | |
| v3.3.4 (#9117) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
| 2022-12-07 | Use ArgumentException.ThrowIfNullOrEmpty | Bond_009 | |
| 2022-12-07 | Update projects to .net7 | Bond_009 | |
| 2022-12-05 | Replace != null with is not null | Bond_009 | |
| 2022-12-05 | Replace == null with is null | Bond_009 | |
| 2022-11-17 | Apply review suggestions | Shadowghost | |
| 2022-11-17 | Add xmldocs for TMDb provider, correct provider spelling | Shadowghost | |
| 2022-08-15 | Fix various typos | luz paz | |
| Found via `codespell -q 3 -S ./Emby.Server.Implementations/Localization -L allready,doesnt,inh,receivedfrom,whoknows` | |||
| 2022-05-09 | Bump 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-17 | Merge pull request #7543 from daullmer/nfo-datefix | Cody Robibero | |
| (cherry picked from commit a280ff603f63b483d7cd94b69344296e8b2ec484) Signed-off-by: Joshua Boniface <joshua@boniface.me> | |||
| 2022-03-21 | Bump StyleCop.Analyzers from 1.2.0-beta.376 to 1.2.0-beta.406 | dependabot[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-08 | Fix nfo thumb tags without aspect | David Ullmer | |
| 2022-02-06 | Merge pull request #7241 from Bond-009/async5 | Cody Robibero | |
| 2022-01-22 | Flush to disk async where possible | Bond_009 | |
| 2022-01-22 | Ban the usage of Task.Result | Bond_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-27 | Remove more warnings | Cody Robibero | |
| 2021-12-24 | Update StyleCop | Bond_009 | |
| 2021-12-20 | Use our own Contains extension | cvium | |
| 2021-11-17 | Read past empty elements | cvium | |
| 2021-11-09 | Fix some warnings | Bond_009 | |
| down to 580 | |||
| 2021-11-09 | Fix some warnings | Bond_009 | |
| 609 left | |||
| 2021-11-04 | Make sure ReadToDescendant was successful, #6773 | cvium | |
| 2021-10-03 | Remove workaround for dotnet/runtime#42790 | Bond_009 | |
| 2021-09-26 | Remove all instances of en-US culture | Cody Robibero | |
| 2021-09-24 | Target net6.0 | Bond_009 | |
| 2021-09-21 | Specify DateTimeStyles when possible | Bond_009 | |
| 2021-09-19 | Reduce allocations | Bond_009 | |
| 2021-09-06 | Remove all unused usings | Fernando Fernández | |
| 2021-09-03 | Merge remote-tracking branch 'upstream/master' into warn-259810 | Cody Robibero | |
| 2021-09-01 | Merge pull request #6473 from Bond-009/nullable7 | Claus Vium | |
| Enable nullable for more files | |||
| 2021-08-30 | Merge pull request #6422 from daullmer/nfo-fanart | Bond-009 | |
| 2021-08-28 | Remove more and more warnings | Cody Robibero | |
| 2021-08-28 | Enable nullable for more files | Bond_009 | |
| 2021-08-15 | Minor improvements | Bond_009 | |
| 2021-08-13 | Modify FetchThumbNode method to read children of fanart tag | David Ullmer | |
