-
-
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
Implement .tag files #178
Comments
I've never heard of |
I just invented them! 😆 I figured it was a fairly simple way to allow people to interface from their favourite programming language to automatically tag the video files in whatever way they wanted, and then have the ability to magically import all the tags into vha! 💡 |
I see 👍 I'm reluctant to fill up people's directories with new files (even if they are hidden 😓), but if the suggestion is to allow VHA to extract tags from those files, that could work. |
Well no - I agree and this is completely optional - you could choose whether to import |
I feel like we might need some secret dev mode |
@cal2195 -- I'm thinking of cleaning up the Issues page to keep it ready for after Version 2 release. You said you had some version of this implemented, though I also think it's the kind of feature that would at best be used by only a few people. It sounds like it may be as simple as a single function that checks whether there is a Please feel free to re-open the issue as you see fit 🤝 |
Reopening as there seems to be continued interest in some feature like this. 👍 |
I had another user email me with a request to import tags attached to files that can be seen in the OS. Seems like this might do the trick: It works well on Mac 👌 PR ready: #370 -- but is WIP (need the UI and want to add Windows support) 😅 |
|
I figured out a way to import OS-X tags on first scan. I'll try to get this PR #370 merged before VHA |
A nice feature to have is the ability to import tags from
.tag
files which are located with the videos - eg.video.mp4
andvideo.mp4.tag
This tag file would store comma seperated values of tags, and the app can load in these tags automatically into the manual tags field when importing to files!
This allows you to script any number of things to scrape, or generate tags for files and then add them to the app easily! Writing out current tags to the tag files would also be a nice option! 💡
I've already got this working, just need to think about when to import tags, if the file is already tagged - Currently it only imports if there are no tags on a particular file. 👍
The text was updated successfully, but these errors were encountered: