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

macOS Support (using brew) #24

Open
dhulihan opened this issue Mar 6, 2022 · 3 comments
Open

macOS Support (using brew) #24

dhulihan opened this issue Mar 6, 2022 · 3 comments
Labels
feature request New feature or request good first issue Good for newcomers

Comments

@dhulihan
Copy link

dhulihan commented Mar 6, 2022

Installation via brew would be very nice and could increase user adoption quite a bit!

@rstemmer
Copy link
Owner

rstemmer commented Mar 7, 2022

I agree, but 😄

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".

@rstemmer rstemmer added feature request New feature or request good first issue Good for newcomers labels Mar 7, 2022
@dhulihan
Copy link
Author

dhulihan commented Mar 7, 2022

Agreed, it is a good first issue, more of a "wishlist item" from my perspective 😸. Thanks for your consideration!

@rstemmer
Copy link
Owner

Since version 2.2.0 macOS is supported.

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

There is also a Dockerfile available from Hendri Kurniawan (hckurniawan)

So basically "macOS Support" is done :) Only brew support is missing.

@rstemmer rstemmer changed the title macOS Support macOS Support (using brew) Oct 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants