Jellyfin Forum
Plugin for Tag Management - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Development (https://forum.jellyfin.org/f-development)
+--- Forum: Plugin Development (https://forum.jellyfin.org/f-plugin-development)
+--- Thread: Plugin for Tag Management (/t-plugin-for-tag-management)



Plugin for Tag Management - vong - 2024-12-16

I am wondering if there is a plugin to help manage the tags on media (Movies / TV for me specifically) in bulk?

A few examples:

if a tag "christmas move" exists, the plugin will rename it to "christmas" on all items.
if a tag "this is a stupid tag" exists, the plugin would delete that tag.

This would allow me to create a set of rules to standardize the thousands of automatic tags into a few dozen usable tags for filters / sorting / user access.


RE: Plugin for Tag Management - TheDreadPirate - 2024-12-16

AFAIK, there are no tag management plugins. Making changes to the database would probably be the most efficient way of making changes in bulk. Make sure you backup your jellyfin database prior to making changes.