more local metadata parsing improvements (#776)

* extract remaining nfo xml serializers

* add artist nfo tests

* add music video nfo tests

* add tv show nfo reader tests

* custom artist nfo reader

* custom music video nfo reader

* custom tv show nfo reader

* local metadata parsing cleanup

* update changelog
This commit is contained in:
Jason Dove
2022-05-01 14:00:10 -05:00
committed by GitHub
parent 2a8bf57930
commit ecb6ed37f0
20 changed files with 1259 additions and 169 deletions
@@ -21,7 +21,7 @@ public class TvShowEpisodeNfo
public string ContentRating { get; set; }
[XmlElement("aired")]
public string Aired { get; set; }
public Option<DateTime> Aired { get; set; }
[XmlElement("plot")]
public string Plot { get; set; }