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

Is there a commandline utility for making use of this library? #81

Open
Jieiku opened this issue Apr 26, 2022 · 5 comments
Open

Is there a commandline utility for making use of this library? #81

Jieiku opened this issue Apr 26, 2022 · 5 comments
Labels

Comments

@Jieiku
Copy link

Jieiku commented Apr 26, 2022

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:

eyeD3 --quiet --no-color -2 --to-v2.3 -a "$artist" -b "$artist" -A "$album" -t "$title" -Y "$year" -n "$track" -G "$genreid" "$f"

I apologize if I somehow missed this info, did not see any tools listed that make use of the library.

@polyfloyd
Copy link
Owner

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.

@Jieiku
Copy link
Author

Jieiku commented Apr 26, 2022

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.

@polyfloyd
Copy link
Owner

Sure! Here you go: tag-tool.zip

@polyfloyd polyfloyd pinned this issue Aug 5, 2022
@AndrewRadev
Copy link
Contributor

AndrewRadev commented Jan 1, 2023

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.

@randoragon
Copy link

randoragon commented Apr 8, 2024

Sure, check mine out: https://github.com/randoragon/rsid3 / https://crates.io/crates/rsid3
It's in alpha, I'm in the process of writing tests to weed out potential bugs. But for personal use I find it to already be quite capable.

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

No branches or pull requests

4 participants