#Rebuilding PMM config into Kometa config
1 messages · Page 1 of 1 (latest)
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.
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.
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?
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.
The only change that came with the rebrand was a change from :
- pmm:
to
- default:
But even that is optional.
I noticed that instead of just file_ you now use file_poster_
That's a not a rebrand change.
my 480 poster isn't applying and it's not using my edition assets
Can you provide a log showing the problems you're seeing?
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.
Ran that config against my test libraries with no major problems [no errors at the end of the run].
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
📝 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> 📝
I don't think this:
file_<<key>>: config/assets/overlays/edition/<<key>>.png
is valid syntax
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.
so
I'm editing this now and rerunning
this seems to be working but now the rest of the resolutions aren't coming through
Do I need to list each one of these out manually? I didn't have to do this before.
vague response. Carrot just explained to you what you needed to do. And told you this answer above