Closed JohnFawkes closed 2 years ago
Not built into the tool, but it can be done a couple of ways:
DELETE FROM taggings WHERE `index` > 0 AND tag_id = (SELECT id FROM tags WHERE tag_type = 12);
I only did it for movies and i dont want to touch the tv shows that plex has created
All plex created intros have an index
of 0. That SQL statement specifically ignores the plex created intros ( WHERE index > 0
)
Is there currently a way to delete only the credit skip buttons this tool creates?