| 1 | | = Theremin = |
| 2 | | Theremin is a Mac OS X [http://www.musicpd.org MPD] Client. |
| 3 | | |
| 4 | | == Maintenance mode == |
| 5 | | |
| 6 | | No new features. If there's a bug, let me know. |
| 7 | | |
| 8 | | == Bug Tracker Stuff == |
| 9 | | |
| 10 | | Ticket creation and commenting is disabled because of spam. Simply drop me a mail. |
| 11 | | |
| 12 | | == Release Notes 0.6.2.3 == |
| 13 | | * Fix some oddities on Snow Leopard regarding the Profile systems. |
| 14 | | * Fix several memory leaks. |
| 15 | | * Fix autoreconnect not working after a long period of time of reconnecting. (#136) |
| 16 | | |
| 17 | | == Release Notes 0.6.2.2 == |
| 18 | | * Fix crash on Snow Leopard |
| 19 | | |
| 20 | | == Release Notes 0.6.2.1 == |
| 21 | | * Fix bug on connecting to old MPD |
| 22 | | |
| 23 | | == Release Notes 0.6.2 == |
| 24 | | * Toggle MPD output devices. |
| 25 | | * Volume slider bug fixes. |
| 26 | | |
| 27 | | == Release Notes 0.6.1 == |
| 28 | | * Last.fm cover art support. |
| 29 | | * Fixes a bug where the player and library tables were empty. |
| 30 | | * Various other bugfixes. |
| 31 | | |
| 32 | | == Release Notes 0.6.0 == |
| 33 | | * A lot of refactoring was going on between the releases - this release could be buggy. |
| 34 | | * Multiple Profiles support. |
| 35 | | * Very experimental Squeezebox support. Disabled by default. To enable, open Terminal.app and enter |
| 36 | | {{{ defaults write at.justp.theremin squeezeboxSupportEnabled true }}} |
| 37 | | * Removed amazon cover art support. As of August 15, one is required to sign the requests using their private key, which I am not willing to embed into an open source app. |
| 38 | | * Updated Sparkle (Auto-Update mechanism) to newest version - which includes optional sending of anonymous usage statistics. |
| 39 | | |
| 40 | | Complete [source:theremin/trunk/CHANGELOG#latest changelog]. |
| 41 | | |
| 42 | | == Download: == |
| 43 | | * Latest release: http://theremin.amd.co.at/0.6.2.3/Theremin_0.6.2.3.tbz |
| 44 | | * Hourly builds: http://theremin.styless.net/ |
| 45 | | |
| 46 | | == Build Instructions: == |
| 47 | | {{{ |
| 48 | | mkdir theremin.build |
| 49 | | cd theremin.build |
| 50 | | svn co https://svn.sigterm.eu/theremin/theremin/trunk theremin/trunk |
| 51 | | svn co https://svn.sigterm.eu/theremin/squeezelib/trunk/ squeezelib/trunk |
| 52 | | open theremin/trunk/Theremin.xcodeproj |
| 53 | | }}} |
| 54 | | |
| 55 | | == System Requirements == |
| 56 | | [[Image(http://theremin.amd.co.at/universal.png)]] |
| 57 | | |
| 58 | | Mac OS X 10.4 or later. |
| 59 | | |
| 60 | | == Screenshot: == |
| 61 | | [[Image(http://theremin.amd.co.at/screenshots/0.3.6.png)]] |
| 62 | | |
| 63 | | == Mailing List == |
| 64 | | https://list.sigterm.eu/mailman/listinfo/theremin |
| 65 | | |
| 66 | | == Contact == |
| 67 | | pat at icore dot at |
| | 1 | Moved to https://github.com/pweiskircher/Theremin |