floogulinc / hyextract

Extract archives from Hydrus with tags and URL associations
16 stars 1 forks source link

tagServices not copying tags to "public tag repository" #72

Open ZeitgeistGG opened 1 month ago

ZeitgeistGG commented 1 month ago

I have hyextract set to copy tags from "my tags", "temp tags", and "public tag repository". The two local tag services function as normal, but the "public tag repository" doesn't copy anything over. I assumed that maybe hyextract was only set up to work with local tag services, but oddly enough, "public tag repository" does work as a "filenameTagService".

Unless I'm just being blind and missing an obvious setting somewhere.

ZeitgeistGG commented 1 month ago

Did a bit of followup testing and figured out some new stuff. It turns out that hyextract does copy public tags, but only if they have already been committed to the public repository. Pending tags are not copied over.

I think copying pending tags would make sense, or that there should a least be an option to do so. But now that I've figured out that I just need to remember to commit first, this isn't the barrier to sorting out my files that it was before.