bodrick / Ember-MM

Ember Media Manager - The all in one media manager for Kodi
http://ember.purplepig.net/
121 stars 32 forks source link

credits tag not compatible with YAMJ #32

Open pndiku opened 12 years ago

pndiku commented 12 years ago

Even with YAMJ Compatibility option movie credit are rendered

<credits>Person A / Person B</credits>

when proper YAMJ format should be:

<credits>
    <writer>Person A</writer>
    <writer>Person B</writer>
</credits>