I'm trying to get something to work, and not sure if it's possible with the defaults. I want to display actors with birthdays at the top of my collections, which i have working. However, on the "non-birthday" portion of the yaml, i want it to exclude any actors that have a birthday. Because otherwise, the birthday actors are appearing twice.
Currently I run yaml - default: actor #temp template_variables: exclude: - Dee Dee Greene style: bw data: depth: 50 limit: 175 - default: actor template_variables: collection_section: '001' use_separator: false radarr_add_missing: false style: signature name_format: 🎂 Happy Birthday <<key_name>> translation_key: birthday sort_by: audience_rating.desc title_format: <<key_name>>'s Birthday data: depth: 50 limit: 175 tmdb_birthday: this_month: true
#tmdb_birthday
1 messages · Page 1 of 1 (latest)
✅ YAML validation passed!! That is valid YAML, but may not meet Kometa's requirements
Welcome @wind fog!
Thanks for being a Kometa Sponsor, we greatly appreciate it! Your ticket will now be diverted to <@&1097919568334311495> and <@&938443185347244033>.
Including meta.log from the beginning is a huge help. Type !logs for more information.
After attaching your log, do not forget to hit the green check boxes when prompted by our bot.
You can press the "Close Post" button above or type /close at any time to close this post.
on the "non-birthday" portion, i tried using yaml tmdb_birthday: this_month: false
When i did that, then it deleted all actors whether they had a birthday or not this month
not sure which log you would want, it's more of a question to see what i should do to make that happen?
@cold marsh got any suggestions?