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
+1 -1
View File
@@ -31,7 +31,7 @@ public class TvShowNfo
public string ContentRating { get; set; }
[XmlElement("premiered")]
public string Premiered { get; set; }
public Option<DateTime> Premiered { get; set; }
[XmlElement("genre")]
public List<string> Genres { get; set; }