Dataclay — Automating Digital Production
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Register
    • Login
    1. Home
    2. Popular
    Log in to post
    • All Time
    • Day
    • Week
    • Month
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics

    • All categories
    • gjkobleundefined

      Automating API calls with Rig

      Watching Ignoring Scheduled Pinned Locked Moved Templates
      2
      0 Votes
      2 Posts
      579 Views
      ariestavundefined
      @gjkoble Yes this is absolutely possible by enabling Bot. The trial actually gives you all features from all editions of Templater. So, technically, you could not acheive what you are asking with Templater Rig, you would need Templater Bot. However, since you are still within your trial period, you could still do this. You can point to any URL that responds with JSON object arrays. Each object in the array would effectively be a new video. It’s up to you how you want to setup the server that Templater requests data from at regular intervals. You can see Bot in action by watching the following video: https://youtu.be/_BJEu7coCsI However, that video shows a Google Sheet as a Templater data source. You can do the same thing except instead of using a Google Sheet, you can use a URL feed. Learn more about using URL feeds with Templater on our support site. Note the following from that article, however: When using a URL feed, The Bot cannot update the value of the “render-status” key because the data source is specific to the user’s system. Therefore, users should register custom scripts to update “render-status” values at appropriate events to avoid re-rendering “ready” data. Hopefully this helps, and please do not hesitate to ask any more questions! Thank you for giving Templater a spin!
    • Rensundefined

      Fallback Font

      Watching Ignoring Scheduled Pinned Locked Moved Batch Output
      2
      0 Votes
      2 Posts
      649 Views
      Jonundefined
      @rens Unfortunately AE’s API access to the character palette is extremely limited, so your best bet would be to create a pre-job script that copies your master AEP and opens the project in AE, to run Templater off of the copy instead of the master. This will leave your master always untouched. In the instance that a missing glyph breaks one project, it won’t break all of the subsequent projects. You could also try running an ExtendScript that updates the font on that layer on the post-update event every time, but I think that could be more problematic. Bot events.
    • kdav82undefined

      Bot won't update my JSON to "Done"

      Watching Ignoring Scheduled Pinned Locked Moved Templater Bot Deployment
      2
      0 Votes
      2 Posts
      563 Views
      Jonundefined
      @kdav82 Are you using a local JSON file, or a JSON feed/URL? If you’re using a JSON feed, have you registered a script with the post-output or post-job event in Templater’s Preferences, and if you have, what is the script/incantation that you’re using? When you are using the CLI, are you launching the Bot, or are you launching a batch render job? If you’re using a render job, it will ignore the render-status. The downside of using the CLI to run the Bot is that it won’t ever spin down-- the process needs to be ended manually, where a batch render job can close on completion.
    • rivalproundefined

      Dynamically removing a comp?

      Watching Ignoring Scheduled Pinned Locked Moved Templates remove slide presentation comps sculpt
      2
      0 Votes
      2 Posts
      541 Views
      Jonundefined
      @rivalpro I wrote a forum post a while back for this type of “slideshow,” with a variable number of slides. You can find it here. There is one minor tweak that you can do with this method. We’ve added comp switching via a flag in your data (wrapping the comp name in double curly braces) to the latest version of Templater, so instead of swapping with a video asset, you could swap with an empty 2-frame comp that is double the framerate of the containing comp.
    • pej87undefined

      looking for experienced extendscript developers

      Watching Ignoring Scheduled Pinned Locked Moved Templater Bot Deployment
      2
      0 Votes
      2 Posts
      552 Views
      ariestavundefined
      @pej87 We are always happy to help. Please submit a ticket to support@dataclay.com for more information. Thanks!
    • rivalproundefined

      Change shape size

      Watching Ignoring Scheduled Pinned Locked Moved Templates shape scale stroke percentage graphic
      2
      0 Votes
      2 Posts
      562 Views
      Jonundefined
      @rivalpro Yes, you can pull in the value as a text layer, then use an expression to tie your shape size / percent completion to the SourceText property of the text layer by wrapping it in a parseInt(). If your text layer is “text-1”, and your text layer is in the same comp as whatever numerical value you are using to control your bar, the expression would be: parseInt(thisComp.layer("text-1").text.sourceText) That would convert your text value from being just a text string into a number.
    • rivalproundefined

      Using ARRAYFORMULA in Output Column

      Watching Ignoring Scheduled Pinned Locked Moved Google Sheets google sheets output arrayformula form entry automate
      2
      0 Votes
      2 Posts
      642 Views
      ariestavundefined
      @rivalpro Unfortunately, what you are encountering here is a known issue with using Bot and Google Sheets. Can you somehow, make an invisible field that does the “stitching” of the other fields in the form and inject that invisible field into the Google Sheet. In other words, the output column should be hard coded. I know this is not what you want to hear, but it is a limitation of writing data back to a Google Sheet using their API.
    • v_47undefined

      Text Animators causing issues?

      Watching Ignoring Scheduled Pinned Locked Moved Templates
      2
      0 Votes
      2 Posts
      288 Views
      ariestavundefined
      Unfortunately, yes text animators can throw off Templater’s layout logic. You will like have to tweak the animator’s params based on how the data looks for various jobs. Does the issue show up each time you preview? To gain a clearer sense, can you post a short screencast or GIF capture? Thanks, Arie
    • niki novakovundefined

      Two image links for download

      Watching Ignoring Scheduled Pinned Locked Moved Google Sheets
      2
      0 Votes
      2 Posts
      355 Views
      niki novakovundefined
      Also, after first download and import on empty placeholder, after that if I change the link to the image, it wont download it again, I need to put new empty placeholder to download new image. Is it possible to fix that in some way ?