Skip to content
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

Ability to tag files (XMP or ID3 support) #43

Open
AObuchow opened this issue Aug 14, 2020 · 3 comments
Open

Ability to tag files (XMP or ID3 support) #43

AObuchow opened this issue Aug 14, 2020 · 3 comments
Labels
enhancement New feature or request

Comments

@AObuchow
Copy link
Owner

It'd be nice to be able to give arbitrary tags to files. I'm not exactly sure yet how the tags would be preserved, maybe some metadata should be written to a file?

This feature would allow the user to filter through their audio files based on tags they've defined (or could be auto assigned based on filename patterns).

@AObuchow AObuchow added the enhancement New feature or request label Aug 14, 2020
@AObuchow AObuchow changed the title Ability to tag files Ability to tag files (XMP support) Aug 15, 2020
@AObuchow
Copy link
Owner Author

I think XMP would provide the best way to embed the metadata.

There’s a Java API and it’s OSS from what it seems, could be promising.

@AObuchow AObuchow changed the title Ability to tag files (XMP support) Ability to tag files (XMP or ID3 support) Aug 15, 2020
@AObuchow
Copy link
Owner Author

I think this might already be possible by using jaudiotagger with ID3 tags, which is already being used as a transitive dependency.

@AObuchow
Copy link
Owner Author

https://github.com/mpatric/mp3agic could also be useful

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant