jellyfin/MediaBrowser.XbmcMetadata/Parsers
Francisco Ernesto Planas Pestana e065015d6d Fix #16308: Community ratings not updating after changing .nfo file.
When "replace all metadata" was issued on a film, with the Web metadata
scrapers and "save to local metadata" disabled, after changing the
.nfo file, 'Community rating' was not updated in the server, remaining
the cached value.

Fixed by changing the flag on the 'MergeData' call
(line 809 - MetadataService.cs) to use the option defined by the
user and not the erroneous absolute 'false' value.

Also, in the .nfo parser an option for 'communityrating' was added
along with value conformity verifiers.

Validation tests were added.
2026-03-25 14:07:53 +00:00
..
BaseNfoParser.cs Fix #16308: Community ratings not updating after changing .nfo file. 2026-03-25 14:07:53 +00:00
EpisodeNfoParser.cs Use pattern matching for null checks (#13793) 2025-03-31 17:38:25 -06:00
MovieNfoParser.cs Backport pull request #13167 from jellyfin/release-10.10.z 2025-02-03 16:55:54 -05:00
SeasonNfoParser.cs Add TryReadInt to XmlReaderExtensions 2023-10-06 15:35:26 -04:00
SeriesNfoParser.cs Backport pull request #13167 from jellyfin/release-10.10.z 2025-02-03 16:55:54 -05:00
SeriesNfoSeasonParser.cs Backport pull request #11719 from jellyfin/release-10.9.z 2024-06-01 18:40:55 -04:00