#kometa creates wrong resolution overlay
1 messages · Page 1 of 1 (latest)
📝 If you want to review this again, nmbrg:
: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 @short quest!
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.
⚠️ PLEX REGEX ERROR
Kometa is trying to perform a regex search, and 0 items match the regex pattern.
This is often an expected error and can be ignored in most cases.
If you need assistance with this error, raise a support thread in #kometa-help.
For more information on handling regex issues, [https://kometa.wiki/en/latest/kometa/logs/?h=[error]#error]
57 line(s) with Plex regex errors. Line number(s): 19996, 20082, 20168, 20254, 20340, 20426, 20512, 20598, 20684, 20770, 20856, 20942, 21028, 21114, 21200, 21286, 21372, 21458, 24477, 24560, 24643, 24726, 24809, 24892, 24975, 25058, 25141, 25224, 25307, 25390, 25473, 25556, 25639, 25722, 25805, 25888, 44913, 44999, 45085, 45171, 45257, 45343, 45429, 45515, 45601, 45687, 45773, 45859, 45945, 46031, 46117, 46203, 46289, 46375, 48180-48182
When using third-party services such as Sonarr or Radarr to manage media, we recommend following the TRaSH Guides Recommended Naming Scheme guide to ensure compatibility when using the Kometa Default Overlay files.
For those that don't use Sonarr or Radarr, Filebot can also mass rename your tv and movie files in the TRaSH style. There is a license fee associated with Filebot and more info can be found on their website.
Without using these naming schemes, we cannot guarantee that the default Kometa overlays will work with your library.
Further information can be found on the TRaSH Guides website:
The 4K DV/HDR10+ overlay is looking for this in the filename:
value: '(?i)\bdv.HDR10(\+|P(lus)?\b)'
dv, then any letter, then HDR10 followed by + or Plus
Your file doesn't match that.
It does match the 4K HDR10+ overlay regex:
value: '(?i)\bhdr10(\+|p(lus)?\b)'
So that's the overlay it gets.
No match:
match:
screenshots from https://regex101.com/
Closing as widely discussed already