#Collection Delete & Remove Prefix/Suffix

1 messages · Page 1 of 1 (latest)

vapid hatchBOT
#

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

#

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

#

📝 If you want to review this again, mlitz:
: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 @solemn summit!

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.

vapid hatchBOT
#

I cant seem to get either of these features to work with my audiobook library.
for collection delete I have tried ,
{'configured': False, 'managed': False, 'less': 1}
{'configured': True, 'managed': False, 'less': 1}

I am still getting collections with only 1 series

not sure what else to try for the Remove Prefix/Suffix, My current usage is
Remove Prefix: ['Series:']
Remove Suffix: ['Series']

I am getting duplicate series that are listed as xxx and xxx series

vapid hatchBOT
#

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

vapid hatchBOT
# vapid hatch
**User Info**

Author of Linked Message: Luma
Person who Invoked the Command: Antwan
File Name: meta.log

Table of Contents:
Page 01: User Info
Page 02: Kometa Info
Page 03: Kometa Summary Info
Page 04: Kometa Config.yml YAML Validation
Page 05: Plex Configuration - Section 1
Page 06: Plex Configuration - Section 2
Page 07: Plex Configuration - Section 3
Page 08: Rec 01 - ❌ [ERROR]
Page 09: Rec 02 - ❌ OVERLAY IMAGE MISSING ERROR
Page 10: Rec 03 - ❌⏰ KOMETA SCHEDULED TIME CONFLICT
Page 11: Rec 04 - ❌ TRAKT CONNECTION ERROR
Page 12: Rec 05 - ⚠️ [WARNING]
Page 13: Rec 06 - 💬💡️ PLEX DB CACHE ADVICE

vapid hatchBOT
thorny topaz
#

remove_suffix, remove_prefix, will not remove from preexisting collections. if it was me, i would just go in plex and delete all collections in that library and see what happens when you run again

solemn summit
#

That got rid of my duplicate collections

#

I still have collections with one book in them

dusk jewel
# solemn summit I still have collections with one book in them

That's what I would expect given this config.

minimum_items: 1

If you don't want collections with less than two items, you will need to change this to 2.

If you want the operation to delete collections with < 2, you'll need to change this to 2:

    operations:
      delete_collections:
        configured: true
        managed: false
        less: 1
solemn summit