reluce / szurubooru-toolkit

Python package and script collection to manage your szurubooru image board.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New script: tag-posts

reluce opened this issue · comments

Implement new script tag-posts with arguments --add-tags=TAGS, --remove-tags=TAGS, --mode=append|overwrite and query.

Basically a manual implementation of the auto-tagger script. While that script already has those functionalities as well, it won't execute unless one automatic option like saucenao_enabled or deepbooru_enabled is set.

With --mode we can specify if existing tags of the post should be kept or overwritten. In that case the --remove-tags argument makes only sense with --mode append.

Pushed to main, will be part of 0.5.3