-
-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Metadata import / export #316
Comments
Hi @chhutchins! 😄 Some of this functionality exists, although not as complete as I'd like it:
The metadata is stored as plain text json file (the
This is something I'm very interested in, and I've even implemented myself on my own branch - I haven't gotten around to merging it yet, but if there's interest, I certainly will. See #178.
This might be harder, and less useful as not everyone would use |
I take that to mean that I can programmatically change the tags and other metadata by modifying the JSON using python/pandas or another tool.
Thanks. I'll take a look at #178
I'm using jriver. I agree that it would be difficult and not very productive to write a custom interface for each "other" media organizer. It seems to me that if I can use JSON as a metadata input then I can accomplish what I want by writing something up in python. XML -> JSON -> .vha |
@chhutchins -- I hope the interface is easy to deal with 😅 |
Thanks, whyboris. I may spend a little time playing with it this weekend. |
It seems that some people might be using the native tags feature in MacOS. Perhaps it's not too hard to allow importing those 🤷♂ -- may be worth a look -- could be a quick win 👍 I think import is the more-important feature than export (if they are to be done in sequence). |
I'll try something this weekend: #178 (comment) |
PR for automatically importing os-native tags on a Mac: #370 😁 |
As a bonus, thanks to I can't find anything for Windows yet 🤷♂ 🙆♂ 👌 |
|
I figured out a way to import OS-X tags on first scan. I'll try to get this PR #370 merged before VHA |
I don't see a metadata import/export function. Does one exist? It would be nice to be able to do a few things:
Perhaps there's a work-around or interface that can be used without making software changes?
The text was updated successfully, but these errors were encountered: