quickadd icon indicating copy to clipboard operation
quickadd copied to clipboard

[BUG] Movie script not working anymore since the new properties update.

Open Dars90 opened this issue 1 year ago • 1 comments

Describe the bug What I have narrowed it down to is that I the new properties update broke all my property types from my movie template. Now If I remove the "" from around the frontmatter this breaks the property in the new property view. But leaving these in will cause the movie template to stay red and not show in the new properties view. Also the information being pulled from the API is being put in double square brackets which is turning the frontmatter into links. I think finding a way to remove double brackets and extra quotations after the API does its magic would fix it. But I am not a programmer and struggling with this so far. Its a pity because the script was great and worked perfectly.

To Reproduce Steps to reproduce the behavior: Im testing this small part to troubleshoot.

category: "{{VALUE:typeLink}}" cast: "{{VALUE:actorLinks}}"

Result is like this


category: "[[Movies]]" cast: "

  • "[[Ewan McGregor]]"
  • "[[Liam Neeson]]"
  • "[[Natalie Portman]]""

Im on Windows 10. Its the same on my samsung galaxy tab s8+

Additional context I wonder if a tweak to the movies.js script could fix this issue.

Screenshot_5

Dars90 avatar Mar 22 '24 00:03 Dars90

I have the same problem. I am using the script and the template from the guide. Any idea how to solve this?

ronsmits avatar Sep 18 '24 20:09 ronsmits