Muxic beta 1

I have Muxic, my music player for Mac OS X, working to the point that it’s suitable for public consumption. There are still features to be added, but the basic previous/play/pause/stop/next stuff is working.

Caveats: it’s built against the macports xmms2 0.5 DrLecter, installed with the default prefix “/opt/local”, against the Mac OS X 10.5 SDK. Download and try the Muxic 1.0 Beta 1 binary, or check out the Muxic source with git:

git clone https://scarff.id.au/git/muxic.git

2 thoughts on “Muxic beta 1”

  1. Do you need to have xmms2 installed via ports or somesuch? I get this error when trying to run from the command line:

    dyld: Library not loaded: /opt/local/lib/libxmmsclient.dylib
    Referenced from: /Applications/Muxic.app/Contents/MacOS/./Muxic

  2. Yes. At the moment the library path is wherever Xcode found the library at build time, and I built it with xmms2 in the default ports location. Other than bundling the xmms2 client library in the .app, I’m not sure that there’s a better way to do this.

Leave a Reply

Your email address will not be published. Required fields are marked *