-
Notifications
You must be signed in to change notification settings - Fork 49
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
Is there a commandline utility for making use of this library? #81
Comments
There is not as far as I am aware, but I do have a little CLI utility that uses it myself. It only supports a single usecase that I sometimes have myself, hence I have not published it. |
Thanks for the response. I wonder if I could extend the CLI utility you wrote to write to my tags. I would be very interested in it to use as an example that I could extend to do what I need. |
Sure! Here you go: tag-tool.zip |
For my own purposes, I recently wrote and published this tool: https://github.com/AndrewRadev/id3-json. But it makes some specific choices I've described in the "Quirks" section. |
Sure, check mine out: https://github.com/randoragon/rsid3 / https://crates.io/crates/rsid3 |
I currently use python-eyeD3 for setting id3 tags.
Is there a linux command line application/script that utilizes this library?
I normally use a bash script I wrote that utilizes eyeD3, but im wanting to try something else:
I apologize if I somehow missed this info, did not see any tools listed that make use of the library.
The text was updated successfully, but these errors were encountered: