#Rebuilding PMM config into Kometa config

1 messages · Page 1 of 1 (latest)

summer bronzeBOT
#

✅ YAML validation passed! YAML checked and IS valid.

Note: Although YAML is valid, it may not be written as Kometa expects

#

Welcome @torpid tree!

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.

summer bronzeBOT
#

Would someone be able to review my config and see where I'm going wrong. Quite a few of these variables have changed from the pmm config and haven't been able to dial things back in yet.

inner estuary
#

If your config was working with a recent version of Kometa there are no changes required due to the rebrand.

#

Can you provide a log showing the issues you are seeing?

torpid tree
#

This config is the one that I have redone to match the new schema of Kometa. My old config worked with the latest PMM but I figured since I was trying to cut over I should rebuild with the new schema you guys have.

inner estuary
#

The only change that came with the rebrand was a change from :

- pmm:

to

- default:

But even that is optional.

torpid tree
#

I noticed that instead of just file_ you now use file_poster_

inner estuary
#

That's a not a rebrand change.

torpid tree
#

my 480 poster isn't applying and it's not using my edition assets

inner estuary
#

Can you provide a log showing the problems you're seeing?

torpid tree
#

maybe I was using an older version of pmm...
I've just been letting kometa run long enough to hit a couple that I know so I can see changes.

I will dig into the config a little more and then run it and provide log.

inner estuary
#

Ran that config against my test libraries with no major problems [no errors at the end of the run].

torpid tree
#

Ok, let's pick this apart. Here is my movie config. Pretty much orginal pmm config

libraries:
  Movies:
    collection_files:
      - file: config/metadata/movies/movie_charts.yml
      - file: config/metadata/movies/movie_holidays.yml
      - file: config/metadata/movies/movies.yml
    remove_overlays: false  # Set to true if you want to remove overlays
    reapply_overlays: true  # Set to true if you want to force-reapply overlays to everything
    overlay_files:
      - default: resolution
        template_variables:
          use_1080p: false
          use_720p: false
          use_576p: false
          file_480p: config/assets/overlays/resolution/dvd.png
          use_edition: true
          file_<<key>>: config/assets/overlays/edition/<<key>>.png
          use_final: false
          use_international: false
          use_ultimate: false
          use_alternate: false
          use_coda: false
          use_enhanced: false
          use_remastered: false
          use_criterion: false
          use_richarddonner: false
          use_blackchrome: false
          use_definitive: false
          use_ulysses: false
          back_color: "#000000"
          back_width: 1920
          back_height: 100
          horizontal_align: center
          vertical_offset: 0
    settings:
      asset_directory: config/assets
      missing_path: config/missing
    operations:
      split_duplicates: false
      assets_for_all: false
      delete_unmanaged_collections: true
summer bronzeBOT
#

📝 If you want to review this again, darkf3n1x:
: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> 📝

torpid tree
#

It does not seem to be using the editions correctly from my assets

#

Example

inner estuary
#

I don't think this:

          file_<<key>>: config/assets/overlays/edition/<<key>>.png

is valid syntax

torpid tree
#

However this is my extended.png I have

inner estuary
#

Yes, <<key>> there has to be replaced with a specific key, as you are here:

file_480p: config/assets/overlays/resolution/dvd.png
#

I think you want file: since you want to change all the images, not just one

Or list the ones you want to modify individually.

torpid tree
#

so

#

I'm editing this now and rerunning

#

this seems to be working but now the rest of the resolutions aren't coming through

toxic tendonBOT
#
Providing Log Files

1: Go to your config folder

2: Go into the logs folder

3: Look for meta.log (not meta.1.log etc)

4: Drag it in the Discord thread - the whole thing, DO NOT EDIT IT

5: Still confused? ¯_(ツ)_/¯

Log file too big? USE PASTEBIN or ZIP THE FILE

torpid tree
#

Do I need to list each one of these out manually? I didn't have to do this before.

hard knot
torpid tree
#

I was just validating since this feature used to work. I just listed all the editions out to their manual path and running again.

#

Is there a way to make sure that the resolution overlay is always on top of the edition?