#Ratings overlays not consistently showing + runtime overlay not showing

1 messages · Page 1 of 1 (latest)

compact ridge
#

Not all of the movies are propogating the correct overlays. Most do, but I'm not sure why some aren't.

  - pmm: ratings
      template_variables:
        rating1: critic
        rating1_image: imdb
        rating2: audience
        rating2_image: rt_popcorn
        horizontal_position: left
        vertical_position: top
    operations:
      delete_unmanaged_collections: true
      mass_critic_rating_update: imdb
      mass_audience_rating_update: mdb_tomatoesaudience

In addition, I'm trying to get the runtime overlay to display just the time e.g. 1hr 20m instead of Runtime: 1hr 20m. Currently no runtime overlay is even showing up.

      template_variables:
        text: "text(<<runtime>>m)"    
torpid girderBOT
#

Welcome!

Someone from <@&938443185347244033> will assist when they're available.

Including the meta.log from the beginning is a huge help, type !logs for more information.

#

You can press the "Close Post" button above or type !close at any time to close this post.

serene osprey
#

For runtime you want

- pmm: runtimes
  template_variables:
    final_name: "text(<<runtime>>m)"
#

Make sure your ratings source is set to RT

#

in your library settings as well

regal lava
compact ridge
#

Awesome thanks guys. What if I wanted the runtime to just say something like 1h2m? with final_name: "text(<<runtime>>m)" it shows just the minutes.

serene osprey
#

final_name: "text(<<runtimeH>>h <<runtimeM>>m)"

compact ridge
#

Thanks again guys!