You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I never tested this tool on MacOS. But I only use standard C so it should work fine.
Anyway packaging it is a quiet huge effort. That's why there is not even a single Linux package for it.
So the question is: Is it worth to spend the effort.
1.: mp3 is a dying file format. This tool will become more and more useless in future.
2.: Whoever needs this tool is so deep into hacking that this person can easily clone the repo and compile it from source.
I'm not sure if it is worth spending much time in making a tool available for a wide audience that is barely necessary in everyday computer work.
However, if someone wants to learn creating brew packages, this project may be a good starting point because it is "clean" and "simple".
The repository can be cloned, the source build on macOS:
xcode-select --install # If not already done in the past# Install libprinthex (dependency of id3edit
git clone https://github.com/rstemmer/libprinthex.git
cd libprinthex
./build.sh
sudo ./install.sh # Installs to /usr/local/{lib,include}# Install id3edit
git clone https://github.com/rstemmer/id3edit.git
cd id3edit
./build.sh
sudo ./install.sh
Installation via
brew
would be very nice and could increase user adoption quite a bit!The text was updated successfully, but these errors were encountered: