Import videoRecording items doesn't import castMembers
To fix:
in RDF.js, importItem fucntions, line 911, comment:
// else if (creatorType == "castMember") {
// creators = getFirstResults(node, [n.video + "actor"]);
// }
in RDF.js, importItem fucntions, line 911, comment:
// else if (creatorType == "castMember") {
// creators = getFirstResults(node, [n.video + "actor"]);
// }
-
zuphilipI don't understand what you suggest. These lines are currently present in the translator https://github.com/zotero/translators/blob/master/RDF.js#L912-L914 and should import the cast members. Feel free to make a pull request in GitHub directly or explain in more details here what you want to suggest.