Lucas Falk
Lucas Falk
@maretodoric Can you expand on what was wrong? I am having the same problem. Hoping it's similar to your issue. Edit I got this working via enabling kodi setting under...
I was thinking that some icons match tag images ... but yeah, that would be pretty confusing.
I actually have the hashing alg working, and I have a branch where I was playing with compressing the binary data. with those two pieces figured out, it's really just...
I was able to get the parse to work with a custom build of Everest. I added the and clause on line 12 (code is from XmlIts1Formatter.cs): ``` public IFormatterParseResult...
I think the render issue is a bug where SET only applies the NamespaceUri from the property attribute on the first item in the collection: ``` [Property(Name = "raceCode", PropertyType...
So, I was able to get this to work with a custom formatter: ``` public class DlEverestFormatter : XmlIts1Formatter { protected override void GraphObject(XmlWriter s, IGraphable o, Type useType, IGraphable...