mxcl / lastfm-cocoa

A 10.5+ Cocoa Audioscrobbler.app

This URL has Read+Write access

name age message
file .gitignore Mon Nov 09 17:52:00 -0800 2009 Xcode 3.2 changes [Max Howell]
file .gitmodules Thu Jul 09 08:21:20 -0700 2009 Make scrobsub a submodule Instructions for pre... [Max Howell]
file Audioscrobbler.icns Thu Jul 09 08:21:25 -0700 2009 Use the standard about dialog Uncovered bug in... [Max Howell]
file Audioscrobbler.sdef Mon Nov 09 17:51:59 -0800 2009 --warning [Max Howell]
directory Audioscrobbler.xcodeproj/ Mon Nov 09 17:52:00 -0800 2009 Build for 10.5 and 10.6 [Max Howell]
file AutoDash.h Thu Jul 09 08:21:25 -0700 2009 A preference to automatically show the Dashboar... [Max Howell]
file AutoDash.m Mon Nov 09 17:51:59 -0800 2009 Don't try to return a value that doesn't exist yet [Max Howell]
file Credits.html Wed Jul 29 04:44:58 -0700 2009 0.9.7 Build to a zip instead of a dmg for usab... [Max Howell]
directory English.lproj/ Fri Jul 17 13:22:02 -0700 2009 If you hold down option you get a Force Rejig e... [Max Howell]
directory Growl.framework/ Mon Nov 09 17:52:00 -0800 2009 Growl 1.2 [Max Howell]
file HistoryMenuController.h Fri Apr 17 06:30:28 -0700 2009 History menu complete [Max Howell]
file HistoryMenuController.m Mon Nov 09 17:51:59 -0800 2009 LLVM discovered memory fixes [Max Howell]
file Info.plist Mon Nov 09 18:18:45 -0800 2009 Version 0.9.9 [Max Howell]
directory Last.fm.wdgt/ Sun Nov 15 11:39:56 -0800 2009 Fixes #2; Widget doesn't work with & symbols W... [Max Howell]
file Mediator.h Wed Aug 12 08:17:22 -0700 2009 Love track if user rates a track 4 star or abov... [Max Howell]
file Mediator.m Mon Nov 09 17:51:59 -0800 2009 LLVM discovered memory fixes [Max Howell]
file README.md Mon Nov 09 18:00:13 -0800 2009 Document scrobble mediation [Max Howell]
file ShareWindow.xib Tue Jul 14 16:20:35 -0700 2009 Make the share button work Add a spinner anima... [Max Howell]
directory Sparkle.framework/ Thu Jul 09 08:21:25 -0700 2009 Update via Sparkle and methylblue.pem [Max Howell]
file StatusItemController.h Mon Nov 09 17:51:59 -0800 2009 LLVM discovered memory fixes [Max Howell]
file StatusItemController.m Mon Nov 09 17:52:00 -0800 2009 Don't use deprecated methods [Max Howell]
file iTunes.h Mon May 04 06:29:36 -0700 2009 New Growl notifications, and hooked them up iTu... [Max Howell]
file icon.png Fri Apr 17 10:41:59 -0700 2009 Fixes for compile Aewsome new icons [Max Howell]
file install.sh Mon Nov 09 18:00:13 -0800 2009 It installs, not dists really [Max Howell]
file inverted_icon.png Fri Apr 17 10:41:59 -0700 2009 Fixes for compile Aewsome new icons [Max Howell]
file lastfm.h Wed May 13 06:46:53 -0700 2009 Work on metadatawindow [Max Howell]
file lastfm.m Mon Nov 09 17:51:59 -0800 2009 LLVM discovered memory fixes [Max Howell]
file main.m Thu May 14 14:12:33 -0700 2009 More awesomeness in metadata window land [Max Howell]
file methylblue.pem Thu Jul 09 08:21:25 -0700 2009 Update via Sparkle and methylblue.pem [Max Howell]
file pc.h Mon Nov 09 17:51:59 -0800 2009 We basically only scrobble iTunes, so stick wit... [Max Howell]
submodule scrobsub - 2ad2f61 Wed Jul 29 04:44:58 -0700 2009 0.9.7 Build to a zip instead of a dmg for usab... [Max Howell]
README.md

Screenshot

Firstly, you need to fetch the submodules:

git submodule init
git submodule update

Now everything will compile.

The minimalist branch has a number of features removed, and may interest you.

Mediation

This client can mediate scrobbles from multiple clients. It has a fully featured Applescript interface to allow this. However currently Last.fm's user page will always say "iTunes" as the player. This is because even though we wrote this awesome mediating interface, we only use iTunes with it so never mind eh?