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.
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.