wez / atomicparsley

AtomicParsley is a lightweight command line program for reading, parsing and setting metadata into MPEG-4 files, in particular, iTunes-style metadata.
https://github.com/wez/atomicparsley
GNU General Public License v2.0
576 stars 70 forks source link

Build AtomicParsley for x86_64/ARM64 Universal2 ? #58

Open section83 opened 2 years ago

section83 commented 2 years ago

The current AP build for macOS is x86_64. Thus, it only runs on M1 Macs using Rosetta2. Can you produce a universal2 build as well/instead ?

Thanks.

github-actions[bot] commented 2 years ago

Thanks for filing an issue! Please note that this project is only passively maintained, so your best bet for getting an issue resolved is through a pull request that is easy to verify! Please read this for more information.

amigainc commented 1 year ago

I agree, even a 64-bit version for Windows should be great :) Otherwise, we cannot tag files over 2 GB... For now, I add tags to a tmp file and I use FFMPEG to map metadata (but it doesn't work for the artwork)...