altugozcelikkale
About
- Username
- altugozcelikkale
- Joined
- Roles
- Member
Comments
-
I also wanted to stop by and say that this would be a great addition for collaboration. I know we can now use the "added by" column in the web library, however, it will be awesome when we also get this feature in the desktop app.
-
paulgrassl's solution works perfectly well. Here is a small modification I made to run it in a loop, 50 or less number of tags at a time: ``` while len(tags_to_remove)>0: tags = zot.everything(zot.tags()) tags_to_remove = list(set(tags).…