#A few clarifying questions

1 messages · Page 1 of 1 (latest)

stoic blazeBOT
#

✅ YAML validation passed!! That is valid YAML, but may not meet Kometa's requirements

#

📝 If you want to review this again, wikid82:
:one: Right-click (or long press with phone) on the message that contains the log
:two: Select: Copy Message Link
:three: Use the command: /logscan <message_link> or !logscan <message_link> and paste the value copied from the previous step where you see <message_link> 📝

#

Welcome @true kettle!

It looks like you have not yet completed the id:customize section of our Discord server, this will allow us to help you quicker.

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

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.

stoic blazeBOT
#

Firstly, I have noticed on at least on of my movie files that Kometa is not updating the audio codec overlay. When I fist added Rebel Moon it was 1080 and AC3, however to save space I run them through Fileflows to make everything 720 and AAC. I have tried running with reapply_overlays as well as removing overlays and then running again to add them back but with everything I have tried it keeps popping back up with Dolby Digital overlay. What would I need to do to get this to update? I process all my files this way but I haven't taken a deep dive into everything to see if they have changes or not.

Secondly, I was playing around in plex and added movie posters from theposterdb to match a collection poster I had set in my collections file. I started with just one to see if I was doing things correctly. After updating the few posters and running Kometa this last time I noticed that the posters reverted back to the original ones that previously already had an overlay applied. Would the correct way to do this with using Kometa then be a metadata file instead of changing them directly within plex?

floral pier
#

The audio codec overlay choice is a regex on the title of the audio track and/or the filepath.

In your example above both the filepath and title of the aac audio track contain "DD", which matches the expectation for the digital overlay.

Neither path nor audio track title match the expectation for the aac overlay.

          - key: digital
            value: '(?i)\b(dd)|(ac3)|(dolby)(\b|\d)'
          - key: aac
            value: '(?i)\b(aac|stereo|2\.0)\b'
#

When Kometa applies an overlay to a poster, it saves a backup of the clean art, which is used on subsequent overlay reapplications. If you change the art in Plex and then reapply overlays, your new art gets stomped by the backup art.

Avoid this by changing art with a metadata file OR the asset directory, or when you change the art in Plex remove the "Overlay" label from the item to make Kometa grab and backup the new art you set.

elfin pineBOT
#

antwanchild used !aenh

@true kettle, anything else needed here? If not, please type /close and hit enter. Please respond within 24 hours of this message or it will be archived.

true kettle
#

I got the metadata file figured out. And I see what you mean by the name of the file still saying it's DD while the codec is AAC. It's not a make or break kind of deal but it was annoying me just because I didn't know why it was happening. Thanks