Blog 2024-03-19T08:22:25Z Remote Buddy 2.6 expands IR support, adds shell actor and UI improvements <p> <a href="/products/remotebuddy/">Remote Buddy</a> 2.6 brings many new features and improvements - under the hood, but also in the interface. </p> <h4>Improved Custom Actions</h4> <h5>Global Custom Actions</h5> <p> It is now possible to create custom actions on the global "All apps" level. Actions created her marked as globally available by default. </p> <p> <img src="/blog/2024/03/images/global-custom-actions~7edde8f49b52c00491aeaf74466cae8725ff913f.jpg" class="responsive" style="border-radius: 1rem;"> </p> <h5>New actor for shell scripts</h5> <p> When creating custom actions, there's now one more building block you can use: the new Shell script actor. </p> <p> <img src="/blog/2024/03/images/shell-actor~9fa7f481d7a270b12cdd72c6807aafb081988b5c.jpg" class="responsive" style="border-radius: 1rem;"> </p> <p> By default, it uses <code>/bin/sh</code> to run your script, but also allows you to pick a different one. Beyond using zsh or bash to run your script instead, that also opens the door for using further scripting languages, like f.ex. Python 3 (<code>/usr/bin/python3</code>). </p> <p> If you'd like to follow the output from your script, enable logging through <i>Diagnostics… &gt; Tools &gt; Diagnostic Export &gt; Debug logging</i> and enter the following into Terminal: </p> <p class="code-box compact" style="font-size: 1.15rem !important;">tail -f "~/Library/Application Support/Remote Buddy/Logs/com.iospirit.RemoteBuddy.log"</p> <p> Also, if your script takes a while to finish, you have the option to have it run asynchronously, so that Remote Buddy returns to processing your input immediately. </p> <h5>Custom Action Editor improvements</h5> <p> The Custom Action Editor itself has also received updates. It now pre-selects the custom action (if any) you assigned to the button for which you invoked it. </p> <p> You can also duplicate actions now. And a bug that could sometimes assign your action to the wrong button when you pressed "Use" has been fixed. </p> <h4>Expanded infrared (IR) support</h4> <h5>More IR codecs and better IR recording</h5> <p> Version 2.6 can now not only decode but also encode the most commonly used IR code formats: NEC, RC5, RC6 and Apple IR. </p> <p> When <a href="/support/faqs/remotebuddy/sending-infrared-commands/creating-an-infrared-command-action">recording IR codes</a>, the revised IR recording view now shows you the natively recognized codes in a popup: </p> <p> <img src="/blog/2024/03/images/new-infrared-ir-recorder-popup~21bbbbe83fa2306e7996abca3812b67921d964db.jpg" class="responsive" style="border-radius: 1rem;"> </p> <p> If you select a recognized code from the popup, Remote Buddy will rebuild the code every time it is sent. By making sure the IR code leaves the IR transmitter as precisely timed and accurately encoded as possible, rebuilt codes can make IR commands sent through Remote Buddy work more reliable and responsive. </p> <h5>Sending and learning IR commands with AppleScript</h5> <p> To open up Remote Buddy's IR subsystem to other apps, we added two new AppleScript commands that can be used to receive and send raw IR timings. </p> <p> To receive ("learn") an IR command, use the <tt>irreceive</tt> command: </p> <p class="code-box wrapping compact">tell application id "com.iospirit.RemoteBuddy" irreceive format "microtimes" timeout 4 without noisecheck end tell </p> <p> If you then press a button, <tt>irreceive</tt> will return a string with raw IR times, f.ex.: </p> <p class="code-box compact">1801,809,918,808,918,809,926,800,918,809,918,808,918,809,918,1693,1798,813,913,813,914,813,914,0</p> <p> That string can then be used to send the IR command using <tt>irsend</tt>: </p> <p class="code-box compact">tell application id "com.iospirit.RemoteBuddy" irsend microtimes "1801,809,918,808,918,809,926,800,918,809,918,808,918,809,918,1693,1798,813,913,813,914,813,914,0" end tell </p> <h5>Introducing <code>irtool</code>: IR support for the command line</h5> <p> The new <code>irtool</code> makes Remote Buddy's IR subsystem accessible to the command line as well. Assuming you installed Remote Buddy in your Mac's Applications folder, the new command line tool can be found at <code>/Applications/Remote Buddy.app/Contents/MacOS/irtool</code>. </p> <p> Invoking it without any parameters, it prints out the available options, which mirror the AppleScript commands: </p> <p class="code-box compact">$ /Applications/Remote\ Buddy.app/Contents/MacOS/irtool irtool 1.0 - send and receive IR codes through Remote Buddy (C) 2024 IOSPIRIT GmbH. All rights reserved. Arguments: -s, --send Send an IR code -m, --microtimes [times] The microsecond time intervals to send as IR code, alternating between pulse and space times, seperated by comma, f.ex. "9000,4500,0". -r, --receive Receive an IR code -t, --timeout [seconds] Timeout to wait for receiving an IR code. A value of 0 means no timeout. (default: 0) -f, --format [format] The format in which to output the received IR code. (default: microtimes) -n, --noisecheck Perform noise check before listening for IR codes. (off by default) -v, --version Print version -h, --help Show this help message </p> <p> Here's an example on how to receive and then send a raw IR code: </p> <p class="code-box compact">$ /Applications/Remote\ Buddy.app/Contents/MacOS/irtool -r 918,814,1801,810,919,810,919,810,920,810,919,810,915,814,915,810,920,810,919,810,919,810,920,1695,915,0 $ /Applications/Remote\ Buddy.app/Contents/MacOS/irtool -s -m "918,814,1801,810,919,810,919,810,920,810,919,810,915,814,915,810,920,810,919,810,919,810,920,1695,915,0" </p> <h4>More improvements</h4> <h5>Renaming remote controls</h5> <p> <img src="/blog/2024/03/images/change-remote-name~f8df90bbafda118f6938b8af7aa52b856fde857a.jpg" class="responsive" style="border-radius: 1rem;"> </p> <p> If you're using multiple remotes with Remote Buddy, or even multiple identical models, you may want to change the name of your remotes to discern them more easily. To rename a remote, go to <i>Remote Buddy Preferences &gt; Devices</i> and perform a right-click on the remote you'd like to rename, then choose "Rename…" from the context menu. </p> <h5>Support for IINA</h5> <p> This release also includes support for the <a href="https://iina.io/" target="_blank">IINA</a> media player. If an app you'd like to control is not yet <a href="/products/remotebuddy/compatibility/">supported by Remote Buddy</a>, please <a href="/contact/">let us know</a>. </p> <h4>Tutorial: how to use Siri Remotes to control a MIDI setup for podcasting</h4> <p> Tim Pritlove discovered Remote Buddy when he was looking for a way to use Bluetooth remote controls to control his RØDECaster Pro II setup for podcasting. </p> <p> His generous feedback on the experiences and discoveries he made while making this happen has been an essential source of inspiration for the majority of the improvements in this release. </p> <p> If you'd like to learn how Tim made it all happen, don't miss <a href="https://sendegate.de/t/rodecaster-pro-ii-mit-bt-fernbedienung-fuer-raeuspertaste-kapitelmarke-mit-dem-mac/16829">his step-by-step tutorial on sendegate.de</a> (in German). </p> <p> <b>Thanks Tim!</b> </p> <h4>Availability and Release Notes</h4> <p> Remote Buddy 2.6 is available now. You can find the full release notes for this release <a href="/products/remotebuddy/releasenotes">here</a>. </p> <h4>Press Kit</h4> <p> A <a href="/products/remotebuddy/presskit/">press kit with images and screenshots</a> is available. Please don't hesitate to <a href="/contact/">contact us</a> with any questions you have. </p> 2024-03-19T03:00:00+01:00 Felix Schwarz https://www.iospirit.com/blog/2024/03/Remote-Buddy-26-with-infrared-and-general-improvements Remote Buddy updates bring macOS Sonoma compatibility, support iOS password managers and dictation, add iPad hardware support <p> We're proud to release <a href="/products/remotebuddy/">Remote Buddy</a> 2.5 and <a href="/products/remotebuddy/mobile/">Remote Buddy Mobile</a> 2.5 today, with many new features and improvements. Here's a quick overview of what's new: </p> <h4>Compatible with macOS Sonoma</h4> <p> <img src="/blog/2023/09/images/remotebuddy-25-sonoma~3ceb8d25c80bf7f961fb4d511f1c20238c659b98.jpg" class="responsive" style="border-radius: 1rem;"> </p> <p> Remote Buddy 2.5 is now compatible with macOS 14 Sonoma and brings enhancements to enable new features in Remote Buddy Mobile 2.5. </p> <h4>iOS password manager integration</h4> <p> <img src="/blog/2023/09/images/remotebuddy-mobile-25-password-manager-integration~4a6a6f09138605ae040cf50678827cbe4c9c77e1.jpg" class="responsive" style="border-radius: 1rem;"> </p> <p> In Remote Buddy Mobile 2.5, the keyboard now offers integration with password managers on iOS 15 and later. </p> <p> To send a username and password from your iOS device, bring up the keyboard in Remote Buddy Mobile, tap the "key" button and select the account information you'd like to send to your Mac. </p> <p> The username and password you selected then become available as buttons above the iOS keyboard. Once you tap them, Remote Buddy Mobile sends the respective information as keyboard input to your Mac. </p> </li> <h4>Dictation support</h4> <p> Also new in Remote Buddy Mobile 2.5 is support for dictation. To use it, bring up the iOS keyboard and tap its microphone button. When you're done dictating, tap the microphone button again and the recognized text will be sent to your Mac as keyboard input. </p> <h4>Trackpad, mouse and hardware keyboard support</h4> <p> <img src="/blog/2023/09/images/remotebuddy-mobile-25-keyboard-trackpad-mouse-support~d55d887b8a5c5a3ab8efa9ccd1025a17926c138f.jpg" class="responsive" style="border-radius: 1rem;"> </p> <p> Screen Sharing in Remote Buddy Mobile 2.5 now also supports a wide range of input devices connected your device. On iPad, you can now use an iPadOS-supported trackpad and mouse to scroll, zoom, click and drag. </p> <p> If you have a keyboard connected to your iPad or iPhone, you can now also use it to enter text on your Mac. </p> <h4>Available now</h4> <p> Remote Buddy 2.5 and Remote Buddy Mobile 2.5 are now available. </p> <h4>Press Kit</h4> <p> A <a href="/products/remotebuddy/presskit/">press kit with images and screenshots</a> is available. Please don't hesitate to <a href="/contact/">contact us</a> with any questions you have. </p> 2023-09-25T03:00:00+01:00 Felix Schwarz https://www.iospirit.com/blog/2023/09/Remote-Buddy-25-Update Vidimote 1.8 makes skipping unwanted videos & entering PiP easier <p> <img src="/blog/2023/09/images/vidimote-for-safari_iphone_ipad_mac~728bad234c14ccb494ef8052875d7c2dd0b5eefa.jpg" class="responsive" style="border-radius: 1rem;"> </p> <p> <a href="/products/vidimote/">Vidimote</a> - the Safari extension for advanced playback and speed controls for web videos - is once again updated with useful improvements. </p> <p> Here's what's new in version 1.8: </p> <h4>Skip and PiP button on top of videos</h4> <p> The new Skip and Picture-in-Picture (PiP) buttons are shown for the first five seconds directly on top of videos, so you can skip unwanted videos or enter Picture-in-Picture with a single click or tap. </p> <p> <img src="/blog/2023/09/images/vidimote-skip~186abeeb3f3101320e560f1d25cfaafe0479ff45.jpg" class="responsive" style="border-radius: 1rem;"> </p> <h4>Automatic Speed Lock</h4> <p> We noticed a growing number of websites that are periodically resetting video playback speed to 1x - completely on their own. </p> <p> To mitigate this problem, Vidimote 1.8 now comes with Automatic Speed Lock, which allows speed changes made by you, the user - but blocks unasked speed changes made by the websites themselves. </p> <h4>Settings shortcut</h4> <p> To make settings easier to discover, we added a settings button in Vidimote's popup to open the settings in the Vidimote app. </p> <h4>Available now</h4> <p> Vidimote 1.8 is now available <b>for just 2.99 US$ / 2.99 &euro;</b> for the Universal Purchase, which includes both the iOS/iPadOS <i>and</i> macOS versions. </p> <p> Get <a href="/products/vidimote/">Vidimote</a> 1.8 now on the App Store for <a href="https://apps.apple.com/app/vidimote-for-safari/id1585702412?mt=8">iOS/iPadOS</a> and <a href="https://apps.apple.com/app/vidimote-for-safari/id1585702412?mt=12">macOS</a>. </p> <p> The update is free for existing users. </p> <h4>Press Kit</h4> <p> A <a href="/products/vidimote/presskit/">press kit with images and screenshots</a> is available. Please don't hesitate to <a href="/contact/">contact us</a> with any questions you have. </p> 2023-09-18T03:00:00+01:00 Felix Schwarz https://www.iospirit.com/blog/2023/09/Vidimote-1-8-Safari-Extension-Update-Skip-PiP-Speed-Lock Vidimote 1.7 released, at a lower price <p> <img src="/blog/2023/03/images/vidimote-for-safari_iphone_ipad_mac~728bad234c14ccb494ef8052875d7c2dd0b5eefa.jpg" class="responsive" style="border-radius: 1rem;"> </p> <p> <a href="/products/vidimote/">Vidimote</a> - the Safari extension for advanced playback and speed controls for web videos - has just been updated to version 1.7. Here's what's new: </p> <h4>Inline permission assistance</h4> <p> In the past, if Safari's permission system rejected putting a video into PiP or fullscreen mode, Vidimote displayed a message with multi-step instructions on how to solve the issue with a few taps. </p> <p> Vidimote 1.7 now brings this down to a single tap - in a popup that it shows right within the web video's page: </p> <p> <img src="/blog/2023/03/images/vidimote-inline-assistance~25654db387f05acd6e6295d0cdaddf0328281cdb.png" class="responsive" style="border-radius: 1rem;"> </p> <p> The wording <i>"<u>this version</u> of your browser"</i> used in that popup is not an accident, by the way. Other than the latest release versions of Safari at the time of writing, Safari Technology Preview 165 already appears to consider a tap or click inside Vidimote's popup as <a href="https://webkit.org/blog/13862/the-user-activation-api/" target="_blank">user activation</a> - and no longer rejects PiP and fullscreen mode actions on website's that Safari previously did. </p> <p> Fingers crossed these changes make it in the next release version of Safari as well! </p> <h4>macOS Ventura bug workaround</h4> <p> With macOS Ventura, Apple also introduced a <a href="https://twitter.com/felix_schwarz/status/1633753572356546561" target="_blank">very specific bug</a>. That bug can break mouse tracking on non-Retina displays, which - in Vidimote's case - cuts off access to part of the extended picture-in-picture controls that partially rely on detecting if a mouse pointer is hovering over certain regions of its user interface. </p> <p> Fortunately, a workaround could be found, restoring access to all of the extended picture-in-picture controls - regardless of which type of display the picture-in-picture window is on. </p> <h4>Available now - and at a lower price</h4> <p> At launch, Vidimote already provided fantastic value at 4.99 US$ / 4.99 &euro;.<br> At its <b>new price of just 2.99 US$ / 2.99 &euro;</b>, it's a steal! </p> <p> Even more so since that price is for a Universal Purchase that includes both the iOS/iPadOS <i>and</i> macOS versions. </p> <p> Get <a href="/products/vidimote/">Vidimote</a> 1.7 now on the App Store for <a href="https://apps.apple.com/app/vidimote-for-safari/id1585702412?mt=8">iOS/iPadOS</a> and <a href="https://apps.apple.com/app/vidimote-for-safari/id1585702412?mt=12">macOS</a>. </p> <p> The update is free for existing users. </p> <h4>Press Kit</h4> <p> A <a href="/products/vidimote/presskit/">press kit with images and screenshots</a> is available. Please don't hesitate to contact us with any questions you have. </p> 2023-03-16T03:00:00+01:00 Felix Schwarz https://www.iospirit.com/blog/2023/03/Vidimote-1-7-Safari-Extension-Update-Released Remote Buddy 2.4 update <p> <a href="/products/remotebuddy/">Remote Buddy</a> 2.4 is here, bringing along new features as well as improvements and bug fixes. Here's a quick overview of what's new: </p> <h4>Support for the Alexa Voice Remote Pro</h4> <p> <img src="/blog/2023/02/images/alexa-voice-remote-pro-backlit~e1ff10653cfdfb563edd21bbc04a3b42ca12fb07.jpg" class="responsive" style="border-radius: 1rem;"> </p> <p> Amazon's new flagship, the <a href="/products/remotebuddy/hardware/amazon-alexa-voice-remote-pro/">Amazon Alexa Voice Remote Pro</a> is now also supported. With 26 buttons configurable on a per-app basis in Remote Buddy, the remote provides a lot of opportunities to map useful actions for every app. </p> <p> As the first remote in Amazon's line-up, this model's buttons are also pleasantly backlit in the dark, with our unit not showing any light bleeding or spotiness whatsoever. The backlight activates automatically when the remote is moved in a dark environment - f.ex. when you pick it up. </p> <h4>Control playback speed in Kodi</h4> <p> The Kodi Behaviour gains new speed control actions (+/-/1.0) for Kodi. To be able to use them, make sure <i>Player &gt; Videos &gt; Sync video with screen</i> is enabled in Kodi's settings. They may otherwise not have any effect. </p> <p> This option is only visible in Kodi's settings in the Standard, Advanced and Expert levels, but not in the Basic level. In a standard Kodi install, you can switch to a different level by clicking on the gears icon in the bottom right of Kodi's settings. </p> <p> Since these actions do not work with all Kodi versions and configurations, these new actions in Remote Buddy are <i>experimental</i> for now. </p> </li> <h4>New Siri Remote option</h4> <p> By popular request, this version adds a new option to turn off on-screen notifications when switches between Remote, Trackpad and Keyboard modes occur. You can find it at <i>Remote Buddy Preferences &gt; Devices &gt; Siri Remote &gt; Show message on mode change</i>. </p> <h4>Other improvements</h4> <p> If you select the option to launch Remote Buddy at login within Remote Buddy, it now makes use of <a href="https://developer.apple.com/documentation/servicemanagement/smappservice" target="_blank">a new API in macOS Ventura</a>. It also fixes a possible crash bug. </p> <h4>Now requires at least macOS 10.13</h4> <p> With Xcode 14, Apple has <a href="https://mjtsai.com/blog/2022/06/24/xcode-14-high-sierra-and-later/" target="_blank">dropped SDK support for macOS 10.9 through 10.12</a>, forcing us to raise the minimum required macOS version from 10.12 to 10.13. </p> <p> Since all Macs supported by macOS 10.12 ("Sierra") are also supported by macOS 10.13 ("High Sierra"), however, our hope is that no-one is left behind by this change. </p> <p> The last version of Remote Buddy supporting macOS 10.12 can be downloaded from <a href="/support/faqs/remotebuddy/downloads/where-can-I-download-old-versions">this support page</a>. </p> 2023-02-26T03:00:00+01:00 Felix Schwarz https://www.iospirit.com/blog/2023/02/Remote-Buddy-24-Update Remote Buddy 2.3 adds support for macOS Ventura, the new Siri Remote, Microsoft Edge and Jellyfin Media Player <p> <a href="/products/remotebuddy/">Remote Buddy</a> 2.3 is here! Here's what's new: </p> <h4>macOS Ventura support</h4> <p> <img src="/blog/2022/10/images/remote-buddy-on-macos-ventura-with-siri-remote~d57f430ab3da64e8290feb20e61b094eb8bda8c5.jpg" class="responsive" style="border-radius: 1rem;"> </p> <p> Remote Buddy 2.3 has been thoroughly tested with and tuned to work well with macOS 13 Ventura. </p> <h4>Support for the 3rd generation Siri Remote</h4> <p> <img src="/blog/2022/10/images/siri-remote-2nd-gen-3rd-gen-side-by-side~be6c63c720a63eeb109a135aca5e815acc7b59d1.jpg" class="responsive" style="border-radius: 1rem;"> <small class="color-muted">The 3rd (left) and 2nd (right) generation side-by-side. Photo &copy;2022 IOSPIRIT GmbH</small> </p> <p> Apple recently introduced the 3rd generation Siri Remote, which comes with a USB-C rather than a Lightning charging port. </p> <p> And with Remote Buddy 2.3 and macOS 13 Ventura, you can now also use the new Siri Remote with the Mac. Unfortunately, macOS 12 Monterey - at least at the time of writing - does not include drivers for the 3rd generation Siri Remote. </p> <h4>Control Microsoft Edge - web video control included!</h4> <p> <img src="/blog/2022/10/images/webvideo-controls~33743af589756f7ea9a59339993f1f4bf01a7820.png" class="responsive"> </p> <p> With version 2.0, Remote Buddy has greatly upgraded the experience of controlling Safari and Chrome, including actions to control embedded web video's playback, speed, volume and more. </p> <p> Now, with version 2.3, the same experience becomes available for Microsoft Edge. </p> <h4>Support for the Jellyfin Media Player app</h4> <p> <img src="/blog/2022/10/images/jellyfin-media-player-help~2875f750d1cab3e73fffc3bddb7f38e6ee26ad86.jpg" class="responsive"> </p> <p> By popular demand, version 2.3 adds support for the Jellyfin Media Player, including actions to control playback, speed, volume, fullscreen and more. </p> <h4>Many small improvements and bugfixes</h4> <p> <img src="/blog/2022/10/images/ir-code-as-json~f306442f31e60d65e575b6e8c948afcb36ff25ba.jpg" class="responsive"> </p> <p> Testing Remote Buddy with a new major macOS update is always a very time-consuming task. But when we're at it, we're not just looking for things that were broken by changes in the operating system, but also for areas that could be improved in general. </p> <p> So with this update, pairing instructions have become more detailed and clearer. The AirPlay target switcher on macOS 12+ now lets you know if the <i>Sound</i> menubar item it needs is missing - and offers help to add it. Connected displays are once again shown by their name in Preferences. IR recording buttons now have a context menu that allow you to copy recorded IR timings as JSON. Also, our Knowledge Base and FAQs have been extended to cover additional topics. </p> <h4>How to get the update</h4> <p> To update to the latest version, please use Remote Buddy's built-in updater - or <a href="/products/remotebuddy/download/">download</a> a copy directly from our website. </p> <i> Enjoy! </i> 2022-10-24T03:00:00+01:00 Felix Schwarz https://www.iospirit.com/blog/2022/10/Remote-Buddy-23-Ventura-Update Remote Buddy 2.2 update <p> <a href="/products/remotebuddy/">Remote Buddy</a> 2.2 is here, bringing along new features as well as improvements and bug fixes. Here's a quick overview of what's new: </p> <h4>Siri Remote improvements</h4> <p> <img src="/blog/2022/07/images/siri-remote-show-mousepot-never~c44f91d061e2093c72a10d1e58d30b582ac4e8ca.jpg" class="responsive" style="border-radius: 1rem;"> </p> <p> You can now turn off the Mousespot highlight for the Siri Remote. To do that, go to <i>Remote Buddy Prefs &gt; Devices</i>, select your Siri Remote and drag the <i>Show Mousespot</i> slider all the way to the right to <i>never</i>. </p> <p> This release also fixes a rare issue where - after some time of usage - pressing the volume and play buttons could trigger the standard macOS actions <i>and</i> Remote Buddy actions simultaneously. </p> <h4>Support for the Amazon Prime Mac app</h4> <p> <img src="/blog/2022/07/images/prime-video-app~bd8b052c375c684815bb128be872fdcd4fca5821.jpg" class="responsive" style="border-radius: 1rem;"> </p> <p> Remote Buddy 2.2 adds support for controlling the Mac version of the <a href="https://apps.apple.com/app/amazon-prime-video/id545519333" target="_blank">Amazon Prime Video</a> app, including play/pause, skip +/- 10 seconds, volume, mute, subtitles, audio tracks and more. </p> <p> If you want even more control - including f.ex. playback speed - consider watching Prime Video via Safari or Chrome, where Remote Buddy can offers more playback actions. </p> <p> And if you're missing additional controls while watching Prime Video in picture-in-picture on your Mac, you should definitely check out <a href="/products/vidimote/">Vidimote for Safari</a>. </p> <h4>Support for the Roku Infrared remote RC-16F</h4> <p style="border-radius: 2rem; border: solid 1px #aaa; text-align: center; padding: 2rem;"> <img src="/blog/2022/07/images/roku-ir-remote-RC16F~4138c1e5b0e38122c10f08cee4836b56d9d8a2d4.jpg" class="responsive"> </p> <p> Version 2.2 adds support for the <a href="/products/remotebuddy/hardware/roku-ir-remote/">Roku IR Remote (model RC-16F)</a>. </p> <p> We added support for this remote for those who want an inexpensive IR remote with more buttons than an <a href="/products/remotebuddy/hardware/apple-remote-aluminium/">Apple Remote</a>. </p> <p> The <a href="/products/remotebuddy/hardware/roku-ir-remote/">Roku IR Remote</a> is included in the Roku Express HD and Roku Express 4K packages at the time of writing. It requires a compatible IR receiver such as the <a href="/products/remotebuddy/hardware/flirc-usb/">Flirc USB</a> IR receiver. Non-IR models - which often have a search / magnifying glass or microphone button - are not supported at this time. </p> <h4>Privacy &amp; Security improvements</h4> <p> In recent macOS releases, it could happen that system permission dialogs opened <i>behind</i> Remote Buddy's <i>Privacy &amp; Security</i> settings, so you couldn't see it. </p> <p> This has been addressed now - and the <i>Privacy &amp; Security</i> settings will move out of view as needed, making space for system permission dialogs. </p> 2022-07-08T03:00:00+01:00 Felix Schwarz https://www.iospirit.com/blog/2022/07/Remote-Buddy-22-Update Spacious 2.3 available! <p> <img src="/blog/2022/03/images/spacious-23-release~fc6a55a58d501272cb2ea84779c3fc066ec8d8df.jpg" class="responsive" style="border-radius: 1rem;"> </p> <p> Spacious 2.3 is now available - updated for macOS Monterey and Apple silicon! </p> <h4>What's new</h4> <p> Spacious 2.3 adds Security &amp; Privacy settings. That new assistant helps you setting up macOS permissions and privacy options in a single place. </p> <p> The Spacious Navigator comes in a new look, adopting macOS vibrancy effects. </p> <div class="flex-row"> <div class="flex-col"> <a href="/blog/2022/03/images/gesturePuck~3256cbc6668a521620b05d7c580a7b1c59959dbd.jpg" class="lightwindow"><img src="/blog/2022/03/images/gesturePuck~3256cbc6668a521620b05d7c580a7b1c59959dbd.jpg" class="responsive" srcset="/blog/2022/03/images/gesturePuck~3256cbc6668a521620b05d7c580a7b1c59959dbd.jpg 1x, /blog/2022/03/images/gesturePuck@2x~140da08dfe06a61e9efe2400d1775d6c47086e9e.jpg 2x" style="border-radius: 1rem;"></a> </div> <div class="flex-col"> <a href="/blog/2022/03/images/manageApps~51a6b04da3b7d955fd9e3fd83a1f299574b6aa12.jpg" class="lightwindow"><img src="/blog/2022/03/images/manageApps~51a6b04da3b7d955fd9e3fd83a1f299574b6aa12.jpg" class="responsive" srcset="/blog/2022/03/images/manageApps~51a6b04da3b7d955fd9e3fd83a1f299574b6aa12.jpg 1x, /blog/2022/03/images/manageApps@2x~c2a73e140b75fa65f182ae1e4cb9749531cb255e.jpg 2x" style="border-radius: 1rem;"></a> </div> <div class="flex-col"> <a href="/blog/2022/03/images/prefs~7562b33cea5049c9ecaa8d890914bec00fef8b6f.jpg" class="lightwindow"><img src="/blog/2022/03/images/prefs~7562b33cea5049c9ecaa8d890914bec00fef8b6f.jpg" class="responsive" srcset="/blog/2022/03/images/prefs~7562b33cea5049c9ecaa8d890914bec00fef8b6f.jpg 1x, /blog/2022/03/images/prefs@2x~d4ab79d7cbbfbcf2257c3c5030320cef20a7aabd.jpg 2x" style="border-radius: 1rem;"></a> </div> </div> <p> All other changes are under the hood and mostly technical in nature:<ul> <li>runs natively on Macs with Intel and Apple silicon processors</li> <li>uses our latest desktop actions code (shared with Remote Buddy 2)</li> <li>comes with a new updater</li> <li>uses hardened runtime</li> <li>notarized by Apple</li> <li>now requires macOS 10.12 (Sierra) or later, compatible with macOS Monterey</li> </ul> </p> <h4>Availability &amp; pricing</h4> <p> Spacious 2.3 is a free update for existing users and available for <a href="/products/spacious/download/">download</a> on our website. </p> <p> New licenses are available for just 9.99 &euro; / 9.99 USD. Where applicable, prices include VAT. </p> 2022-03-05T03:00:00+01:00 Felix Schwarz https://www.iospirit.com/blog/2022/03/Spacious-23-release Vidimote for Mac brings extended PiP &amp; playback controls to web videos in Safari <div style="margin-top: 2rem; margin-bottom: 2rem;"> <a href="https://www.youtube.com/watch?v=XWab9IEIJKU" data-youtube-id="XWab9IEIJKU" id="videoplayvideo" class="video-play thumbnail"> <div class="thumbnail-container"> <img src="/products/vidimote/images/vidimote-mac-video-cover~182d6908b14f27b3d4f66325974d68834148bee3.jpg" class="responsive"> <div class="play-overlay"></div> </div> </a> <div class="video-container"> <section> <div class="container"> <div class="row"> <div class="one-full column"> <div class="video-responsive wide"> <div id="video-player"></div> </div> </div> </div> </div> </section> </div> </div> <p> I'm thrilled to announce that <a href="/products/vidimote/#mac">Vidimote</a> is now also available for macOS! 🎉 </p> <h4>What is Vidimote?</h4> <p> <a href="/products/vidimote/#mac"> <img src="/blog/2021/11/images/vidimote-for-mac~6cfef25bdb01782fa91fc916803fac5d67fa96b0.jpg" class="responsive" style="border-radius: 1vw;"> </a> </p> <p> Vidimote is a Safari extension for macOS and iOS that lets you control web videos with advanced controls for playback and speed. On Mac, Vidimote also extends picture-in-picture with controls for position and speed. </p> <p> Let's take a closer look at the macOS version released today: </p> <h4>Popup with video controls</h4> <p> <img src="/blog/2021/11/images/vidimote-mac-screenshot-partial-safari-window~041cb9c00b81a60a74a21dc3f168f70c33dbbabd.jpg" class="responsive" style="border-radius: 2vw; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);"> </p> <p> A click on Vidimote's icon in Safari's toolbar opens its popup. There, you can then: <ul> <li>adjust speed and volume, in increments or with a slider</li> <li>jump forward/backward</li> <li>enter or leave picture-in-picture (PiP) mode</li> <li>choose an AirPlay target for the video</li> <li>see the actual, speed-adjusted time remaining to the end of the video</li> <li>see the approximate clock time for the current position in a live stream</li> </ul> </p> <h4>Extended Picture-in-Picture</h4> <p> For web videos, Vidimote extends Picture-in-Picture with <b>additional position and speed controls</b> as well as <b>time information</b>. </p> <p> Where previously you had to go back to the Safari tab hosting the source video and use the controls of the page's video player, you can now adjust speed or jump a few seconds forward or backward right from the PiP overlay. </p> <p> <img src="/blog/2021/11/images/vidimote-mac-screenshot-extended-pip~dd6756adf7fb412573eb572e7daa65d1b31ab030.jpg" class="responsive" style="border-radius: 2vw; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);"> </p> <h4>Default speed &amp; other settings</h4> <p> If you prefer to watch all web videos at a speed other than 1 ×, Vidimote lets you set a different Default Speed, which will then be applied to all subsequent web videos automatically. </p> <p> In the Vidimote app, you can also pick your own skip intervals (from 1 to 90 seconds) and upper and lower speed limits (0.1× up to 10×). </p> <p> <img src="/blog/2021/11/images/vidimote-mac-settings~7f3ab19c59f0b2770cb9132377f04aa4373c11a3.jpg" class="responsive" style="border-radius: 2vw; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);"> </p> <h4>Highly compatible</h4> <p> Vidimote uses advanced, event-driven mesh technology to efficiently keep track of video elements on a page - even those in its farthest corners. </p> <p> This makes Vidimote work with virtually any web video, including those on Amazon Prime Video, Apple TV+ (tv.apple.com), Disney+, Netflix, Vimeo, YouTube, Twitch, Twitter, Facebook, LinkedIn, Khan Academy, Coursera, Skillshare, Udemy, Amazon Drive, Dropbox, Google Drive, Microsoft OneDrive, ownCloud, Nextcloud and <a href="/products/vidimote/#compatibility">many more</a>. </p> <h4>Native user interface</h4> <p> For best performance and user experience, the macOS version is built as a Safari App Extension and comes with a native macOS user interface that fits right in. </p> <h4>Respect for your privacy</h4> <p> Vidimote respects your privacy. It does not collect any data about or from you. </p> <h4>Availability</h4> <p> Vidimote is available on the <a href="/products/vidimote/download/">App Store</a> as a Universal Purchase for <b>4.99 US$</b>, which includes versions for iOS, iPadOS and macOS. </p> <p> On Mac, Vidimote requires macOS 10.13 or later running Safari 13.1.2 or later.<br> On iPhone and iPad, Vidimote requires iOS/iPadOS 15 or later. </p> <p> <a href="/products/vidimote/">Vidimote</a> is currently only available for Safari. </p> <h4>Press Kit</h4> <p> A <a href="/products/vidimote/presskit/">press kit with images and screenshots</a> is available. Please don't hesitate to contact us with any questions you have. </p> 2021-11-30T03:00:00+01:00 Felix Schwarz https://www.iospirit.com/blog/2021/11/Introducing-Vidimote-for-Mac-Safari-extension Remote Buddy 2.1 update <p> <img src="/blog/2021/10/images/remotebuddy-monterey~797c6663f13d39629481596e8ad356416ecb4afd.jpg" class="responsive" style="border-radius: 1rem;"> </p> <p> Remote Buddy 2.1 is an update to make the app compatible with macOS 12 Monterey. </p> <h4>Device compatibility</h4> <p> During compatibility testing, we found the following remotes to be currently not supported by macOS 12 Monterey: </p> <p> <ul> <li>Nintendo Wii Remote and Nintendo Wii Remote Plus</li> <li>SMK Blu-Link</li> <li>Sony PS3 BD Remote</li> </li> </ul> </p> <p> We filed feedback with Apple on this (FB9723774) and hope that Apple will bring back support for these devices in a future macOS update. For now, we have added warnings to the respective devices' hardware pages. </p> <h4>Netflix updates</h4> <p> Web video control has been adapted to the latest Netflix changes, so that jumping +/- 10 seconds now works again. Also, the Play/Pause action has been improved to integrate with Netflix's own playback state tracking. </p> <h4>App compatibility</h4> <p> We have performed limited tests controlling apps as time permitted and will continue testing in the coming weeks, as app updates for macOS Monterey are released by their respective vendors. Please <a href="/contact">let us know</a> if you run into any issue. </p> 2021-10-26T03:00:00+01:00 Felix Schwarz https://www.iospirit.com/blog/2021/10/Remote-Buddy-21-Monterey Introducing Vidimote: smart playback controls for web videos in Safari! <p> <a href="/products/vidimote/"> <img src="/blog/2021/09/images/vidimote-for-safari~23da2d42546530ed163ab8353eb9758ba275844c.png" class="responsive" style="border-radius: 1rem;"> </a> </p> <p> Today, I'm proud to announce the release of <a href="/products/vidimote/">Vidimote</a>, a brand new Safari extension that allows you to control speed, playback and many other aspects of web videos. </p> <p> As a Safari extension, you can bring up Vidimote at any time by tapping its icon in Safari - and <b>adjust speed, jump ± 10 seconds, enter picture-in-picture mode, fullscreen or choose an AirPlay target to send the video to</b>. </p> <p> Vidimote also adds useful time information: <b>remaining time is adjusted for playback speed</b>, so the time shown in Vidimote is the actual time that's remaining until the end of the video. </p> <p> For live streams, Vidimote also shows the <b>approximate clock time</b> for the current position in the stream. That makes finding the beginning of a show in time shifted live streams a piece of cake. </p> <p> <a href="/products/vidimote/"> <img src="/blog/2021/09/images/vidimote-iphone-ipad-screenshot~48ae4aeb466841c0156ac23b48f57623892efc16.jpg" class="responsive" style="border-radius: 1rem;"> </a> </p> <p> Vidimote has been successfully tested with the websites of Amazon Prime Video, Dailymotion, MagentaTV, Netflix, Vimeo, YouTube, Facebook, Twitch, Twitter, Skillshare, TED.com, Udemy, Amazon Drive, Dropbox, Microsoft OneDrive, Nextcloud, ownCloud, Arte.tv, BBC.com, CNBC.com, DasErste.de, NBCNews.com, NYTimes.com, Sueddeutsche.de, ZDF.de and many others. <p> Vidimote for Safari is <a href="/products/vidimote/download/">available on the App Store</a> for iOS 15 and iPadOS 15 for just $4.99. </p> <p> <strike>A macOS version of <a href="/products/vidimote/">Vidimote</a> is in the works. If you'd like to be notified as soon as it is available, please subscribe to the newsletter below.</strike><br> A <a href="/products/vidimote/#mac">macOS version of Vidimote</a> is now also available. </p> <p> </p> 2021-09-20T03:00:00+01:00 Felix Schwarz https://www.iospirit.com/blog/2021/09/Introducing-Vidimote-Safari-extension Remote Buddy 2.0 is here, packed with new features! <p> <img src="/blog/2021/05/images/remote-buddy-20-release~879e73441f82f553ba66c37774ab880531f49002.jpg" class="responsive" style="border-radius: 1rem;"> </p> <p> <a href="/products/remotebuddy/">Remote Buddy 2</a>, the versatile remote control app for the Mac, is out. And so are the companion apps: <a href="/products/remotebuddy/mobile/">Remote Buddy Mobile 2</a> for iOS and <a href="/products/remotebuddy/display/">Remote Buddy Display 2</a> for tvOS. </p> <h3>What's new</h3> <p> These releases are <b>packed</b> with new features and improvements. So many, in fact, that they needed <a href="/products/remotebuddy/whats-new/">their own page</a> this time. </p> <h3>The Highlights</h3> <p> There is a lot of good stuff in <a href="/products/remotebuddy/whats-new/">the full list</a>, but these clearly are the highlights: </p> <h4>Siri Remote support</h4> <div style="margin-top: 2rem; margin-bottom: 2rem;"> <a href="https://www.youtube.com/watch?v=g1E3yRO4cF4" data-youtube-id="g1E3yRO4cF4" id="videoplayvideo" class="video-play thumbnail"> <div class="thumbnail-container"> <img src="/products/remotebuddy/siri-remote/images/video-poster~8f51377c1ea754e3d19a6e8dad1885dbd9c9bb93.jpg" class="responsive"> <div class="play-overlay"></div> </div> </a> </div> <p> Remote Buddy 2 adds support for the 1st and 2nd generation Siri Remote, making it usable as/for: <ul> <li><b>trackpad</b> - incl. scrolling and Mousespot <b>spotlight effect</b></li> <li><b>remote</b> - to control 100+ supported apps</li> <li><b>keyboard</b> - using Remote Buddy's virtual keyboard</li> <li><b>menu access</b> - and through Remote Buddy's menu, control and access many aspects of the Mac</li> </ul> </p> <p> The 2nd generation Siri Remote is a great fit for Remote Buddy - and absolutely <b>awesome</b> for home theater and presenter usage. </p> <div class="note flat left-badged saving"> <p style="margin-bottom: 0px;"> If you are currently in the market for a presenter remote, do the math: the combination of Remote Buddy and Siri Remote not only beats dedicated presenter remotes on possibilities, but - often - <i>also</i> on price! </p> </div> <p> Check out the video above to see it in action and, for more information, the dedicated pages on <a href="/products/remotebuddy/siri-remote/">available gestures</a> and <a href="/products/remotebuddy/hardware/apple-siri-remote/">capabilities &amp; system requirements</a>. </p> <h4>Remote Buddy Mobile 2</h4> <p> <img src="/blog/2021/05/images/remoteBuddyMobileApp~564337e77c80800d879256b491a23345ae39fc66.jpg" class="responsive" srcset="/blog/2021/05/images/remoteBuddyMobileApp~564337e77c80800d879256b491a23345ae39fc66.jpg 1x, /blog/2021/05/images/remoteBuddyMobileApp@2x~e6e9b30d1aee1ef9d8434d06c15b58ec1d032446.jpg 2x"> </p> <p> <a href="/products/remotebuddy/mobile/">Remote Buddy Mobile 2</a> is a major update of the companion app for iOS and iPadOS, most notably with: <ul> <li>new <b>Smart Remote mode</b>: fusing remote, trackpad &amp; actions into app-specific remotes</li> <li>new <b>Shortcut Bar</b>: packs up to 25 actions for quick access in Remote, Smart Remote and Trackpad mode.</li> <li><b>Mousespot</b> support: turn Mousespot on and off directly from the app</li> <li><b>visual refresh</b>: refreshed look &amp; iOS dark mode support</li> <li><b>Secure Connection</b>: strong TLS encryption &amp; certificate-based security</li> </ul> </p> <p> This major release also drops <b>all</b> in-app purchases, so everyone with a Remote Buddy 2 license can now use the full Mobile companion app at no additional cost. </p> <p> <a href="/products/remotebuddy/mobile/download/">Get it here!</a> </p> <h4>Remote Buddy Display 2</h4> <p> <img src="/blog/2021/05/images/RemoteBuddyDisplayApp~5ff96afbbca9ad02eaf2ba75fe222e8e647020ef.png" class="responsive" srcset="/blog/2021/05/images/RemoteBuddyDisplayApp~5ff96afbbca9ad02eaf2ba75fe222e8e647020ef.png 1x, /blog/2021/05/images/RemoteBuddyDisplayApp@2x~4ea766f84af8dbc20dd9d57a4302b278d01bcdf3.png 2x"> </p> <p> <a href="/products/remotebuddy/display/">Remote Buddy Display 2</a>, the companion app that lets you control your Mac through an Apple TV, also brings major improvements: <ul> <li>new <b>Shortcut Bar</b>: packs up to 25 actions for quick access in Remote, Smart Remote and Trackpad mode.</li> <li><b>Screen Sharing – 2nd generation</b>: higher image quality, Retina support and higher power efficiency are the highlights of the 2nd generation of our high performance screen sharing implementation</li> <li><b>theme &amp; dark mode support</b>: the app now provides light and dark themes - and can integrate with tvOS dark mode</li> <li><b>Secure Connection</b>: strong TLS encryption &amp; certificate-based security</li> </ul> </p> <p> <a href="/products/remotebuddy/display/download/">Get it here!</a> </p> <h4>Web Video Control</h4> <p> <img src="/blog/2021/05/images/webvideo-controls~33743af589756f7ea9a59339993f1f4bf01a7820.png" class="responsive"> </p> <p> A major feature for anyone watching web videos in Safari or Chrome! It gives you <b>one set of actions for almost all videos on the web</b>: <ul> <li><b>Play / Pause</b></li> <li><b>Jump 10 seconds</b> forward or backward (long press to fast-forward/rewind)</li> <li><b>Playback speed +/-</b>: adjustable in 0.1x steps</li> <li><b>Volume +/-</b>: adjustable in 5% steps</li> <li><b>Mute</b></li> </ul> </p> <p> This new feature does <b>not</b> target specific sites, but is designed to work universally with almost all videos on the web! That means nothing less than that you can now control f.ex. playback speed on many sites that don't offer that option themselves (like f.ex. <b>Netflix</b>, <b>Prime Video</b> or <b>tv.apple.com</b>)! </p> <p> If a page contains more than one video, a sophisticated algorithm is used to determine which video you are most likely to want to control at a time. </p> <p> You can map these actions to buttons on a remote, or use them from the Mobile app, whose new Smart Remote mode layouts a nice user interface for you, combining a trackpad with video control actions when using Safari or Chrome. </p> <h4>Flirc support</h4> <p> <img src="/products/remotebuddy/hardware/flirc-usb/hero-flirc~067cb5be0bb0a592ec15ff2bc6928ad2490ed5d7.jpg" class="responsive" style="border-radius: 2rem;"> </p> <p> We joined forces with the Flirc team to achieve firmware-level integration in Remote Buddy 2, delivering some awesome new features together: <ul> <li>support for <b>Apple Remote pairing</b> (<b>and wakeup</b>!)</li> <li><b>recording &amp; sending IR commands</b> through Flirc USB</li> <li><b>faster responses than Apple's IR receiver</b> thanks to integration of firmware and driver</li> </ul> </p> <p> <a href="/products/remotebuddy/hardware/flirc-usb/">Flirc USB</a> is a great option if you want to use an Apple Remote with your new Mac - or if you want to send IR commands to other devices. </p> <div class="note flat left-badged saving"> <p style="margin-bottom: 0px;"> <b>Don't miss the <a href="/blog/2020/06/Benefits-Flirc-Special-Offer-Now-Available">$9.95 special offer</a></b> for users with valid Remote Buddy 2 license. </div> <h4>Send Infrared (IR) commands</h4> <p> <video loop autoplay muted playsinline style="width: 100%; height: auto; border-radius: 2rem;" poster="/products/remotebuddy/images/irControl-poster~9fd77c5e9555d52196792fa0749c6072d537010e.jpg"> <source src="/products/remotebuddy/images/irControl.mp4" type="video/mp4"> <object data="/products/remotebuddy/images/irControl.mp4" width="900" height="468"></object> </video> </p> <p> Remote Buddy 2 can also send IR commands – to f.ex. turn the TV on &amp; off. It works by: <ol> <li>recording the IR command (from the original remote) into a new action</li> <li>sending the IR command when that action is run</li> </ol> </p> <p> A supported transceiver like <a href="/products/remotebuddy/hardware/flirc-usb/">Flirc USB</a> is required. Step by step tutorial <a href="/support/faqs/remotebuddy/sending-infrared-commands/creating-an-infrared-command-action">here</a>. </p> <h4>Extended app support</h4> <p> We've added support for over 30 new apps to Remote Buddy 2, including <b>Adobe Bridge, Audio Hijack 3, Audirvana, Capture One 21, DaVinci Resolve, Deckset, djay Pro AI, Roon and Plex HTPC</b>. </p> <p> A list of most of the <a href="/products/remotebuddy/compatibility">supported apps</a> is available. </p> <h4>Support for many Logitech Harmony, Amazon, Satechi and other remotes</h4> <p> <img src="/blog/2021/05/images/harmony-remotes~9181d3510c8b0405dbf59afd0e6096cf1da165f7.jpg" class="responsive" style="border-radius: 2rem;"> </p> <p> Remote Buddy 2 ships with completely new drivers, now based on our new RCKit technology stack. A kernel extension is no longer included or required. </p> <p> Most Logitech Harmony remotes (both IR and Harmony Hub based) are now supported by Remote Buddy 2. Remotes from Amazon, Satechi, Microsoft are supported now, too. Check out the <a href="/products/remotebuddy/hardware/">completely redesigned hardware page</a> to find out which ones. </p> <h4>Pricing &amp; Upgrades</h4> <p> A new license for Remote Buddy 2.0 costs 24.99 &euro; / US$, including one year of free updates. The license does not expire and customers can continue to use the last included update. An additional year of updates can then be purchased for 14.99 &euro; / US$. </p> <p> Remote Buddy 2.0 is a free upgrade for anyone with a license purchased in 2018 or later. Discounted upgrades are available for older licenses. Please see the <a href="/products/remotebuddy/upgrade/">upgrade page</a> for all details. </p> <h4>Press Kit</h4> <p> A Press Kit for Remote Buddy 2 is available <a href="/products/remotebuddy/presskit/">here</a>. </p> <h4>Help us get the word out</h4> <p> One of the toughest and costliest tasks for indies like us these days is getting our products in front of its audience. If you can help with that - by telling your friends and communities about Remote Buddy - we really appreciate that. </p> <p> Thanks, it really helps! ❤️ </p> <hr size="1"> <p class="color-grey"> * Where applicable, prices include VAT. </p> <hr size="1"> <h5 class="color-grey">History</h5> <p> <ul> <li class="color-grey"><b>May 27, 2021</b>: originally posted.</li> <li class="color-grey"><b>May 31, 2021</b>: added <i>Highlights</i> section, reposting article.</li> </ul> </p> 2021-05-31T03:00:00+01:00 Felix Schwarz https://www.iospirit.com/blog/2021/05/Remote-Buddy-20-now-available Remote Buddy 2.0 supports new Siri Remote, lets you control your Mac with it <p> Apple <b>really</b> nailed it with the new Siri Remote. It is an incredible combination of technology and design. What's not to love? </p> <p> Well… pair it to the Mac - and all it can do is control volume, play and pause. Duh! </p> <h4>Making it work</h4> <p> Luckily, we have "a little expertise" (<a href="/blog/2016/06/10-years-of-Remote-Buddy">habit</a>?) in unlocking the full potential of Apple remotes. </p> <p> And so we're proud to announce <a href="/products/remotebuddy/siri-remote/">support for the new Siri Remote</a> in Remote Buddy 2.0, turning this remote from a boring volume control into - hands-down - the best remote control you can get for the Mac today. </p> <p> In Keynote, for example, sliding over the middle of the touch area now moves the mouse and highlights it with a neat spotlight effect - for as long as the touch lasts. </p> <p> But pressing the ring on the left or right switches to the previous or next slide accordingly - and the mouse pointer effect is <i>not</i> invoked. </p> <p> It's all just really natural and intuitive. </p> <h4>Using the Siri Remote with the Mac</h4> <p> Full of enthusiasm for the new remote, we made <a href="https://www.youtube.com/watch?v=g1E3yRO4cF4" target="_blank">a video</a> that shows the new Siri Remote in use with Remote Buddy: </p> <div style="margin-top: 2rem; margin-bottom: 2rem;"> <a href="https://www.youtube.com/watch?v=g1E3yRO4cF4" data-youtube-id="g1E3yRO4cF4" id="videoplayvideo" class="video-play thumbnail"> <div class="thumbnail-container"> <img src="/products/remotebuddy/siri-remote/images/video-poster~8f51377c1ea754e3d19a6e8dad1885dbd9c9bb93.jpg" class="responsive"> <div class="play-overlay"></div> </div> </a> </div> <p> A new page dedicated to the Siri Remote support shows and explains the <a href="/products/remotebuddy/siri-remote/">supported gestures</a>. Information on <a href="/products/remotebuddy/hardware/apple-siri-remote/">system requirements</a> and a <a href="/products/remotebuddy/presskit/">press kit</a> are also available. </p> <h4>macOS Big Sur required for new Siri Remote</h4> <p> The new Siri Remote requires macOS Big Sur 11.3.1 or later. It is not supported by earlier macOS versions (we tried - so you don't have to). </p> <h4>What about the 1st gen Siri Remote?</h4> <p> Remote Buddy 2 also supports the 1st gen Siri Remote now. Sorry it took this long! </p> <p> But truth be told: if we hadn't been working on support for the 1st gen Siri Remote for a while, we couldn't have achieved support for the 2nd gen Siri Remote so fast. </p> <h4>Differences, difficulties - and multitouch</h4> <p> The hardware, form factor and resulting capabilities of the 1st gen Siri Remote are <a href="/products/remotebuddy/hardware/apple-siri-remote/">quite different</a> from the 2nd generation - and so supported gestures and features differ between the two generations. </p> <p> Take scrolling for example: both generations are multitouch capable. But scrolling with two finger gestures only really makes sense on the 1st generation, because only its touch area is large enough for that. The touch area on the 2nd generation - while technically capable of it - proved to be just too small. </p> <p> The ring gesture on the 2nd generation works well for scrolling - and with just one finger. But for usage with the Mac, a new challenge arises: how do you support vertical <i>and</i> horizontal scrolling with that? </p> <p> <a href="/products/remotebuddy/siri-remote/"><img src="/blog/2021/05/images/siriremote-2-gestures~e0c5afc09f8197526d21f9bc2ac21a48c11039de.png" class="responsive"></a> </p> <p> As seen in the video, the solution we found was to make the scroll direction dependant on the spot the ring gesture is initiated from. If it starts on the left or right, scrolling is horizontally. If it starts at the top or bottom, scrolling is vertically. </p> <p> Should you only want to scroll vertically - or using the buttons: you can choose these alternatives as modes in Remote Buddy's preferences under <code>Hardware &gt; Siri Remote</code>. </p> <div> <a href="/products/remotebuddy/presskit/mac-screenshots/mapping-sr~0e06ee1a8c6b06dd5233584804c6ce358b0b6ef4.jpg" caption="Users can assign actions to every button" class="lightwindow"><img src="/products/remotebuddy/presskit/mac-screenshots/mapping-sr-mini~dad8c20cce501bfa8fd40ca9351ad24ae812c7e0.jpg" class="imagestrip-image"></a> <a href="/products/remotebuddy/presskit/mac-screenshots/menu-spotify-sr~2816754115627e3137d4250426435ff94d7bfbc7.jpg" caption="Menu for Spotify" class="lightwindow"><img src="/products/remotebuddy/presskit/mac-screenshots/menu-spotify-sr-mini~4d923f976c9f0923a4dc1558db8bfdab17705573.jpg" class="imagestrip-image"></a> <a href="/products/remotebuddy/presskit/mac-screenshots/setup-pair-remote~2b37a881be438606e2c3e13fab311483532b4c58.jpg" caption="Users are guided through setup" class="lightwindow"><img src="/products/remotebuddy/presskit/mac-screenshots/setup-pair-remote-mini~02fec62b29427c63f2d112f5b76773ab16950b0b.jpg" class="imagestrip-image"></a> <a href="/products/remotebuddy/presskit/mac-screenshots/devices-sr-2-settings~59d42ffa621ae05a29e634fa1543da3d7e4acd58.jpg" caption="Settings for Siri Remote (gen 1)" class="lightwindow"><img src="/products/remotebuddy/presskit/mac-screenshots/devices-sr-2-settings-mini~1afad163fa04d339c1ab81c54fa5ea8a71d14608.jpg" class="imagestrip-image"></a> </div> <h4>Feedback welcome</h4> <p> If you have thoughts, ideas - or want to share your experience using a Siri Remote with Remote Buddy: your <a href="/contact/">feedback</a> is welcome! </p> 2021-05-27T03:00:00+01:00 Felix Schwarz https://www.iospirit.com/blog/2021/05/Remote-Buddy-20-with-Siri-Remote-support Remote Buddy 2.0 Release Candidate 2 <p> Thanks for the great feedback for Remote Buddy 2.0 RC1 and throughout the public beta! That has been a great help and motivation to add and refine features, fix issues and deliver a more polished experience throughout. </p> <p> I'm making Release Candidate 2 available today, which is likely the last before the final 2.0 release. </p> <p> Please again let me know about your experience with this Release Candidate - especially if you're running into any issues. </p> <p> <a href="/products/remotebuddy/public-beta/">Download</a> </p> 2021-02-27T03:00:00+01:00 Felix Schwarz https://www.iospirit.com/blog/2021/02/Remote-Buddy-2-Release-Candidate-2-Available Remote Buddy 2.0 Release Candidate 1 <p> The development of Remote Buddy 2.0 and its accompanying iOS and tvOS apps is nearing completion - and at this point, the largest part remaining is the new Remote Buddy website and PR material for the launch. </p> <p> The Release Candidate released today is an important milestone for this project and contains many improvements and new features compared to the last public beta. </p> <p> Please let us know about your experience with this Release Candidate - especially if you're running into any issues. </p> <p> <a href="/products/remotebuddy/public-beta/">Download</a> </p> 2021-01-31T03:00:00+01:00 Felix Schwarz https://www.iospirit.com/blog/2021/01/Remote-Buddy-2-Release-Candidate-1-Available The Big Sur and Apple Silicon update <p> <img src="/blog/2020/11/images/big-sur-prefs-screenshot-hero~e283b79216f68368d4ec7e266aa555aaaa864ad6.jpg" class="responsive" style="border-radius: 5px;"> </p> <p> With the imminent release of macOS Big Sur and the first Apple silicon Macs only days away, I'm happy to announce the availability of a new public beta: </p> <p> Remote Buddy 2.0 Public Beta 8b runs natively on Apple silicon and Intel Macs and contains additional optimizations for macOS Big Sur. </p> <p> <a href="/products/remotebuddy/public-beta/">Enjoy!</a> </p> 2020-11-11T03:00:00+01:00 Felix Schwarz https://www.iospirit.com/blog/2020/11/Remote-Buddy-2-Big-Sur-Apple-Silicon-Available Status Update <p> Five <i>very</i> busy months after <a href="../06/Remote-Buddy-20-Pricing-Update/">the last blog post</a>, I'd like to follow up with an update of where things stand and where they're heading. </p> <h4>Remote Buddy 2.0</h4> <p> Just a few days ago, <a href="/products/remotebuddy/public-beta/#changelog">Public Beta 8</a> shipped. With many new features, support for additional apps, improvements to existing features, bugfixes and support for even more remotes, it marks another important milestone. At this point so little is missing to the completion of version 2.0 that Public Beta 8 will likely be the last. </p> <p> I hope to get the final version 2.0 of Remote Buddy and its iOS and tvOS companion apps into your hands soon - hopefully still in 2020. </p> <p> That said, should you experience any issues with Public Beta 8, please <a href="/contact/">let me know</a> so I have a chance to fix them in time. </p> <h4>macOS Big Sur</h4> <p> Remote Buddy 2.0 Public Beta 8 already contains many changes to achieve compatibility with macOS Big Sur. And in my testing so far, it is already working really well. If you, however, run into any issues with macOS Big Sur, please <a href="/contact/">let me know</a>. </p> <h4>Apple silicon</h4> <p> Apple is set to announce the first Apple silicon Macs later today, but developers - including me - have had access to a Transition Kit with A12Z processor for a couple of months now. </p> <p> If Apple hadn't put a strict NDA in place, I'd have a lot more to say and share here. But since they did, I believe that all I can safely share with you at this point is that I've used the Developer Transition Kit to develop and test Remote Buddy 2.0 on the new architecture, and that I'm excited for the new Macs. </p> <h4>Stay up-to-date</h4> <p> If you'd like to receive an email when the release version ships, please consider subscribing to the newsletter - just below this blog post. </p> 2020-11-10T03:00:00+01:00 Felix Schwarz https://www.iospirit.com/blog/2020/11/Remote-Buddy-2-Big-Sur-Apple-Silicon-Update News from the Remote Buddy 2.0 Public Beta <p> The <a href="/products/remotebuddy/public-beta/">Remote Buddy 2.0 Public Beta</a> has continued to make steady progress - and I released Public Beta 6 just a few days ago. </p> <p> However, I didn't post a progress update since <a href="/blog/2019/12/Happy-Holidays-Update">December</a>. Time to change that! </p> <p> So here what's new since: </p> <h4>Extended Harmony IR support</h4> <p> Remote Buddy 2.0 now also supports Harmony 350, Harmony 650/665 and Harmony 950 IR remotes. </p> <p> <img src="/blog/2020/06/images/remotebuddy-2-extended-harmony-support~35b0a60cb331432624e961fbfc6834caddb34513.jpg" class="responsive" style="border-radius: 5px;"> </p> <h4>Support for Satechi Aluminum Remote</h4> <p> By popular request, I've added support for the Satechi Aluminum Remote - with all three colors available to choose from in Remote Buddy's preferences: </p> <p> <img src="/blog/2020/06/images/remotebuddy-2-satechi-remotes~1352b631853d16c29d2716cc3644c55dfdd9b466.jpg" class="responsive" style="border-radius: 5px;"> </p> <p> Attention to detail! </p> <h4>Introducing Diagnostic Tools</h4> <p> Diagnostics in Remote Buddy 2.0 are now accessible even if there's no issue. And within Diagnostics, there is now a new section for Diagnostic Tools. </p> <p> The first tool to become available there is <b>Diagnostic Export</b>. That tool makes it trivially easy to export logs and other diagnostic information as a zip file that you can then send off to support. This simplifies a task that could previously involve the Terminal and consist of many individual steps. </p> <p> Already Diagnostic Export has helped to identify and fix several bugs reported by users in record time. </p> <p> <img src="/blog/2020/06/images/remotebuddy-2-diagnostic-export~3a33340ebd1edf8d52dd39e63e6a3d9f3275d197.jpg" class="responsive" style="border-radius: 5px;"> </p> <h4>Backup &amp; Restore</h4> <p> In the past, backing up and restoring your Remote Buddy settings has been a rather involved process, requiring you to drop down to the command line and entering several commands. </p> <p> Remote Buddy 2.0 addresses this with a brand new Backup &amp; Restore feature. It makes it trivially easy to take backups of your settings and Behaviours and restore them later. </p> <p> Currently, a backup is made automatically the first time you launch Remote Buddy 2.0. Also - as a safeguard - right before you restore a backup. </p> <p> Future plans for this feature include making and rotating backups on different timeframes (daily, weekly, monthly, etc.) as well as the import and export of individual backups. </p> <p> You can find this feature under <tt>Prefs &gt; General &gt; Backups</tt>. </p> <p> <img src="/blog/2020/06/images/remotebuddy-2-backup-restore~099d12bfbccccbfee3510ed12e2e07860780f525.jpg" class="responsive" style="border-radius: 5px;"> </p> <h4>Migration from Remote Buddy Express</h4> <p> If you're upgrading from Remote Buddy Express, Remote Buddy will now offer to migrate your settings and Behaviours. </p> <p> Before performing migration, Remote Buddy uses the new Backup &amp; Restore feature to make a backup of your existing settings. Likewise, if you skip migration, your Remote Buddy Express settings will still be archived as a backup, so they remain available to you. </p> <p> <img src="/blog/2020/06/images/remotebuddy-2-express-migration~fc45eea0dbc5430ee329b1729c4e257d43781ab7.jpg" class="responsive" style="border-radius: 5px;"> </p> <h4>Remote Buddy Mobile 2.0</h4> <p> I've invested a lot of time to move Remote Buddy Mobile forward - and version 2.0 of the app is now nearing completion. A few of the highlights: <ul> <li><b>in-app purchases are gone</b>: I've completely removed them, making all premium features free for Remote Buddy 2.0 users at no additional cost.</li> <li><b>TLS encryption</b>: version 2.0 switches from unencrypted HTTP to TLS-encrypted HTTPS - including proper certificate validation.</li> <li><b>dark mode</b>: the user interface has been updated to support iOS 13 dark mode</li> </ul> </p> <p> Since Remote Buddy Mobile 2.0 will only work with Remote Buddy 2.0, it will be released as a new app. </p> <h4>Upgrades now available 🎉</h4> <p> You can now upgrade from Remote Buddy 1.x and Remote Buddy Express to Remote Buddy 2.0. Please see <a href="/products/remotebuddy/upgrade/">the upgrade page</a> for instructions and prices. </p> <p> If you'd like to learn about Remote Buddy 2.0's new licensing model: <a href="/blog/2020/06/Remote-Buddy-20-Pricing-Update">this blog post</a> has the details. </p> <h4>Benefits / Flirc USB special offer now available</h4> <p> IOSPIRIT Benefits silently launched alongside Remote Buddy 2.0 Public Beta 6. The Benefits web page provides access to special offers - such as discounted updates and exclusive partner deals - based on your license. </p> <p> If you have a valid license for Remote Buddy 2.0, you can access your Benefits page from Remote Buddy's About window by clicking on <i>Benefits</i>. </p> <p> The first exclusive partner deal comes from our hardware partner Flirc. A great value and a truly fantastic product: get your <a href="/blog/2020/06/Benefits-Flirc-Special-Offer-Now-Available">Flirc USB receiver for just $9.95</a> (+ shipping) – down from $22.95! </p> <p> <img src="/blog/2020/06/images/hero-flirc~067cb5be0bb0a592ec15ff2bc6928ad2490ed5d7.jpg" class="responsive" style="border-radius: 5px;"> <div style="text-align: right; font-size: smaller; margin-top: -1.0rem;" class="color-muted">Photo &copy; Flirc</div> </p> <h4>That's it for today!</h4> <p> Stay tuned as version 2.0 is nearing completion. </p> <p> If you'd like to receive an email when the release version ships, please consider subscribing to the newsletter - just below this blog post. </p> <p> Until the next update, I'll keep posting new <a href="/products/remotebuddy/public-beta/">public betas</a> and also drop a <a href="https://twitter.com/RemoteBuddy" target="_blank">tweet</a> from time to time. </p> 2020-06-10T03:00:00+01:00 Felix Schwarz https://www.iospirit.com/blog/2020/06/Remote-Buddy-20-Public-Beta-Update Flirc USB special offer now available <p> <img src="/blog/2020/06/images/hero-flirc~067cb5be0bb0a592ec15ff2bc6928ad2490ed5d7.jpg" class="responsive" style="border-radius: 5px;"> <div style="text-align: right; font-size: smaller; margin-top: -1.0rem;" class="color-muted">Photo &copy; Flirc</div> </p> <p> Flirc and IOSPIRIT <a href="/blog/2019/10/Remote-Buddy-Update#flirc-collaboration">have teamed up</a> to deliver an integrated software and hardware experience - implementing new features that weren't possible before. </p> <p> The <a href="/blog/2019/11/Remote-Buddy-20-Public-Beta-Available/#flirc-exclusive">first exclusive features</a> are already available - and more are in the pipeline. </p> <p> To bring the best IR receiver available for Remote Buddy today to as many people as possible, Flirc is making their receiver available at the crazy low price of <b style="color: red;">just $9.95 + shipping</b> to eligible customers. </p> <p> <b>That's a saving of 56% over the regular price of $22.95 and an incredible value!</b> </p> <h4>Who is eligible for the offer?</h4> <p> Anybody with a valid license for Remote Buddy 2.0 is eligible for this offer. </p> <p> If you have a license for version 1.x or you bought Remote Buddy Express from the Mac App Store in the past, <a href="/products/remotebuddy/upgrade/">check your upgrade options</a>. </p> <p> If you don't have any Remote Buddy license yet, you can purchase a license <a href="/store/">here</a>. </p> <h4>How to get the discount</h4> <p> Upgrades and partner deals are handled through an all-new Benefits page. To open your personal benefits page and claim this benefit, please follow these steps: </p> <div class="steps-reset"> <div class="steps"> <h5>Open the About window</h5> <p>Launch Remote Buddy 2.0, click on Remote Buddy's menu bar icon (or right click on its icon in the dock) and select <i>About Remote Buddy…</i>.</p> <img src="/blog/2020/06/images/benefits-step1-open-about~e6d5f2b9be7a56446b3c1e3016237eaa09d52064.jpg" class="responsive" style="border-radius: 5px;"> </div> <div class="steps"> <h5>Click on Benefits</h5> <p>If you have a valid license for Remote Buddy 2.0 and you're running Public Beta 6 or later, a button labeled "Benefits" shows up on the right side of the About window. Click on it to open your personal Benefits page in your browser.</p> <img src="/blog/2020/06/images/benefits-step2-select-benefits~690148c8525e8b28ae39fcc2f7b9ad295f5f62f3.jpg" class="responsive" style="border-radius: 5px;"> </div> <div class="steps"> <h5>Request your coupon</h5> <p>If you are eligible, you'll now see the Flirc USB offer show up on the Benefits page under "Upgrades &amp; Deals". To request your coupon code, click on "Request".</p> <img src="/blog/2020/06/images/benefits-step3-request-benefit~ace5f590fa0a2d991d0cde2c47054c811cc3398b.jpg" class="responsive" style="border-radius: 5px;"> </div> <div class="steps"> <h5>Redeem the coupon</h5> <p>If a coupon code was issued to you, you can proceed to the Flirc web store by clicking on "Redeem coupon". Please check that the coupon code was applied correctly before finishing your purchase there.</p> <img src="/blog/2020/06/images/benefits-step4-redeem-benefit~8e5c188cb45bf2a8b531f826ccfe654eea2c99f4.jpg" class="responsive" style="border-radius: 5px;"> </div> </div> <hr size="1"> <p style="font-size: 1.3rem; color: #9f9f9f;"> This is a deal from a partner and handled directly by the respective partner. For partner deals, the respective partner's terms & conditions, tax regulations and privacy policies apply accordingly. Please check our partner's website for more info. Offers are only valid while supply lasts. </p> 2020-06-10T02:00:00+01:00 Felix Schwarz https://www.iospirit.com/blog/2020/06/Benefits-Flirc-Special-Offer-Now-Available Remote Buddy 2.0 Pricing &amp; Upgrades <p> Remote Buddy 2.0 adopts a new licensing model that aims to be simple, fair and predictable. Here's what's new: </p> <h4>Remote Buddy Mobile 2.0</h4> <p> The next version of the Remote Buddy Mobile companion app for iOS and iPadOS no longer has any in-app purchases. Premium Features like high-speed screen sharing will be available to Remote Buddy 2.0 users at no additional cost. </p> <h4>Free Updates</h4> <p> All updates appearing within one year of your purchase of a Remote Buddy license are now included for free - <b>including major version updates!</b> </p> <p> This way, everyone gets free updates for the same period of time - no matter the time of their purchase. </p> <p> One year after your purchase, you can decide: <ul> <li><b>renew at a discount:</b> if you'd like to continue to receive updates, you can purchase a new license at a discount.</li> <li><b>keep using your license:</b> if you don't want to renew your license, that's ok: you can continue to use the version you have with your existing license.</li> </ul> </p> <h4>Benefits Program</h4> <p> A new page gives you access to benefits related to your license - including discounted update offers, special introductory prices for new products - and deals from partners. </p> <img src="/blog/2020/06/images/flirc~e66a5c210e6a27ae7a8500abe5be2b6d13e1fc62.jpg" class="responsive" style="border-radius: 5px; float: right; width: 30%;"> <p> The first exclusive partner deal comes from our partner Flirc, who make available their excellent <a href="/blog/2020/06/Benefits-Flirc-Special-Offer-Now-Available">Flirc USB IR receiver <b>for just $9.95</b></a> (+ shipping) - down from $22.95. </p> <a name="pricing"></a> <p> Please check <a href="/blog/2020/06/Benefits-Flirc-Special-Offer-Now-Available">the announcement</a> for details and instructions. </p> <h4>Pricing</h4> <p> If you purchased Remote Buddy 1.x <strike>or Remote Buddy Express</strike> in 2018 or later, Remote Buddy 2.0 is a free update. </p> <p> If you've purchased your copy before 2018 or you purchased Remote Buddy Express, you can get a new Remote Buddy 2.0 license at a significant discount (<b>40% off!</b>). </p> <table class="pricing-table"> <thead> <tr><td colspan="3">Upgrade from Remote Buddy 1.x</td></tr> </thead> <tbody> <tr><td>License purchased in 2018 or later</td><td class="price free">Free</td><td class="upgrade"><a href="/products/remotebuddy/upgrade/from-version-1" class="btn-big filled color-buy">Upgrade</a></td></tr> <tr><td>License purchased before 2018</td><td class="price"><span class="store-price" data-product-id="remotebuddy2" data-price-format="$localizedPrice" data-price-discount="40">14,99 €</span></td><td class="upgrade"><a href="/products/remotebuddy/upgrade/from-version-1" class="btn-big filled color-buy">Upgrade</a></td></tr> </tbody> <thead> <tr><td colspan="3">Upgrade from Remote Buddy Express <span class="color-muted">(Mac App Store version)</span></td></tr> </thead> <tbody> <tr><td>Any purchase date</td><td class="price"><span class="store-price" data-product-id="remotebuddy2" data-price-format="$localizedPrice" data-price-discount="40">14,99 €</span></td><td class="upgrade"><a href="/products/remotebuddy/upgrade/from-express" class="btn-big filled color-buy">Upgrade</a></td></tr> </tbody> <thead> <tr><td colspan="3">Upgrade from Remote Buddy Premium <span class="color-muted">(retail CD version)</span></td></tr> </thead> <tbody> <tr><td>Any purchase date</td><td class="price free">Free</td><td class="upgrade"><a href="/products/remotebuddy/upgrade/from-version-1" class="btn-big filled color-buy">Upgrade</a></td></tr> </tbody> <thead> <tr><td colspan="3">New version 2.0 licenses</td></tr> </thead> <tbody> <tr><td>New license <span class="color-muted">(including one year of free updates)</span></td><td class="price"><span class="store-price" data-product-id="remotebuddy" data-price-format="$localizedPrice">24,99 €</span></td><td class="upgrade store-purchase" data-product-id="remotebuddy2"><a class="btn-big filled color-buy" style="cursor: pointer !important;">Buy now</a></td></tr> <tr><td>Renewal of license after one year</td><td class="price"><span class="store-price" data-product-id="remotebuddy2" data-price-format="$localizedPrice" data-price-discount="40">14,99 €</span></td><td class="upgrade"><!-- <a href="/products/remotebuddy/upgrade/" class="btn-big filled-light color-muted">Learn more</a> --></td></tr> </tbody> <tfoot style="font-size: 1.3rem; color: #9f9f9f;"> <tr><td colspan="3"> Prices in this table can be specified in USD ($), Euro (€) and other local currencies. VAT may apply and, where applicable, is included in the specified prices. </td></tr> </tfoot> </table> <p> For licenses purchased during the public beta phase, the included year of free updates doesn't start until the public beta phase has ended. Instead it starts on the day version 2.0 is released. </p> 2020-06-10T01:00:00+01:00 Felix Schwarz https://www.iospirit.com/blog/2020/06/Remote-Buddy-20-Pricing-Update Remote Buddy 2.0 Progress Update <p> <img src="/blog/2019/12/images/remotebuddy-2-shot~837dc704c432318168e077224aa1c3e85be08752.jpg" class="responsive" srcset="/blog/2019/12/images/remotebuddy-2-shot~837dc704c432318168e077224aa1c3e85be08752.jpg 1x, /blog/2019/12/images/remotebuddy-2-shot@2x~04dbd8ef8e3d5d280fe9fe9a89aa52d0ac26e97f.jpg 2x" style="border-radius: 5px;"> </p> <p> Before leaving for the holidays for a few days, I'd like to give you a quick update. </p> <h6>Thanks for your feedback</h6> <p> Thanks everyone for your feedback! It has helped me greatly to identify and fix bugs and prioritize new features. You're awesome! </p> <p> Please keep the feedback coming. I may not always be able to answer quickly to every mail (and I'm genuinely sorry if that's the case), but I read, appreciate and consider all the feedback I get. </p> <h6>Public Beta 2 is coming soon</h6> <p> The second Public Beta of Remote Buddy 2.0 will be released before the end of the year. It'll contain support for additional remotes, detail improvements and bug fixes. </p> <h6>Update on pricing</h6> <p> I'm close to finish pricing for Remote Buddy 2.0 and optimistic that I can announce details in January 2020. Meanwhile, I'm working on the necessary infrastructure to provide easy access to special upgrade pricing and <a href="http://blog.flirc.tv/index.php/2019/12/03/remote-buddy-2-0-is-here/" target="_blank">exclusive offers from partners</a>. </p> <p> As stated previously, Remote Buddy 2.0 will be a free upgrade if you purchased your version 1.x license in 2018 or later. </p> <h6>Trials while in public beta</h6> <p> While Remote Buddy 2.0 is in public beta, new trials can be started right after the previous trial time has ended. </p> <h6>Updates by email</h6> <p> If you'd like to be notified when new betas and the final release becomes available, please sign up for the IOSPIRIT newsletter: </p> <p> <script language="JavaScript"> function calMLSubscribe(senderObj,mlID) { var httpRequest = null; if (window.XMLHttpRequest) { httpRequest = new XMLHttpRequest(); } else { if (typeof ActiveXObject != "undefined") { httpRequest = new ActiveXObject("Microsoft.XMLHTTP"); } } if (httpRequest) { var emailAddressObj; var boxObj, boxContent; boxObj = document.getElementById("newsletterbox" + mlID); boxContent = boxObj.innerHTML; if (emailAddressObj = document.getElementById("newsletteremail" + mlID)) { var emailAddr = emailAddressObj.value; if (emailAddr) { if (emailAddr.length > 0) { var emailAddrEncoded = escape(emailAddr); emailAddrEncoded = emailAddrEncoded.replace(/\+/g, '%2B').replace(/%20/g, '+').replace(/@/g, '%40').replace(/\//g, '%2F'); boxObj.innerHTML = '<img src="/theme/v3/ajaxLoadingSmallGrey.gif"> Sending email address..'; boxObj.setAttribute("progress", "yes"); httpRequest.open("get", "/index.php/mode/files/type/ml/id/" + mlID + "/email/" + emailAddrEncoded, true); httpRequest.onreadystatechange = function() { if (httpRequest.readyState == 4) { if (httpRequest.status == 200) { if (httpRequest.responseText.indexOf("Added ") == 0) { boxObj.innerHTML = '<img src="/theme/v3/greenCheckmark.png"> Confirmation link sent.'; } else { alert ('Subscription failed - please check your email address for errors and try again.'); boxObj.innerHTML = boxContent; boxObj.setAttribute("progress", "no"); if (emailAddressObj = document.getElementById("newsletteremail" + mlID)) { emailAddressObj.value = emailAddr; } } } } }; httpRequest.send(null); } } } } return(false); } </script> <div class="newsletterstatusbox" id="newsletterbox15"> <form style="position: relative; min-height: 40px; margin-top: 15px; margin-bottom: 15px;" name="newsletter15" onsubmit="return calMLSubscribe(this,15);" method="get" action="https://www.iospirit.com/newsletter/iospiritnews/" target="_blank"> <div style="position: absolute; left: 0px; top: 0px; right: 120px; bottom: auto;"> <input type="email" placeholder="Your email address" name="emailaddress" id="newsletteremail15" style="margin-bottom: 0px; color: black; width: 100%;"> </div> <div style="position: absolute; left: auto; top: 7px; right: 0px; bottom: auto;"> <script language="JavaScript"><!-- document.write('<a href="#" class="btn-big filled " style="font-size: 15px; padding-top: 9px; padding-bottom: 9px;" onclick="return calMLSubscribe(this,15);">Sign up</a>'); // --> </script> <noscript><input type="submit" class="btn-big filled " value="Sign up" style="width: auto; margin: 0px; box-sizing: content-box;"></noscript> </div> </form> </div> <p class="color-muted" style="font-size: 1.3rem;">Receive news, updates and offers regarding our products. Unsubscribe at any time. Please see our <a href="/privacy/">privacy policy</a> for more information.</p> </p> <h6>Last, but certainly not least…</h6> <center> <h2>Happy Holidays!</h2> <p> <img src="/blog/2019/12/images/happy-holidays~06561c14e2c53b09fd977681f58369f7d3e26cd5.jpg" class="responsive" style="border-radius: 5px;"> </p> </center> 2019-12-23T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2019/12/Happy-Holidays-Update Remote Buddy 2.0: Public Beta time! <p> <img src="/blog/2019/11/images/remotebuddy-2-shot~837dc704c432318168e077224aa1c3e85be08752.jpg" class="responsive" srcset="/blog/2019/11/images/remotebuddy-2-shot~837dc704c432318168e077224aa1c3e85be08752.jpg 1x, /blog/2019/11/images/remotebuddy-2-shot@2x~04dbd8ef8e3d5d280fe9fe9a89aa52d0ac26e97f.jpg 2x" style="border-radius: 5px;"> </p> <p> Today's the day: the first Remote Buddy 2.0 public beta is here! 🎉 </p> <p> The journey to this milestone has been a <i>very</i> long one for me - and I couldn't be happier to <i>finally</i> share with the world what I've been working on: </p> <h4>RCKit: All New Drivers</h4> <p> One of the biggest areas of change in version 2.0 is in drivers. </p> <p> All drivers have been rewritten from scratch (and many new ones been added) as part of a multi-year effort to create a new technology stack: RCKit. </p> <p> RCKit is highly modular and dynamic by design and contains everything needed to build modern remote control apps. </p> <p> Remote Buddy 2.0 is the first product to adopt and ship with parts of RCKit. Besides improved drivers and support for new devices, that also means that Remote Buddy is no longer dependent on kernel extensions - and in fact no longer includes any. <a name="flirc-exclusive"></a> </p> <img src="/blog/2019/11/images/flirc~e66a5c210e6a27ae7a8500abe5be2b6d13e1fc62.jpg" class="responsive" style="border-radius: 5px; float: right;"> <h4>Exclusive Flirc Features</h4> <p> Also new in version 2.0 is support for the <a href="https://flirc.tv/more/flirc-usb" target="_blank">Flirc USB</a> stick that packs an ARM processor and IR transceiver into a beautiful stainless steel enclosure. </p> <p> Flirc and IOSPIRIT <a href="/blog/2019/10/Remote-Buddy-Update#flirc-collaboration">have teamed up</a> to deliver an integrated software and hardware experience and deliver new features that weren't possible before. </p> <h6>Apple Remote wake-up support</h6> <p> The first new feature to ship is Apple Remote wake-up support. </p> <p> For a long time, Remote Buddy has allowed using an Apple Remote with newer Macs (that come without IR Receiver) via USB IR receivers. Yet, none of them had dedicated Apple Remote wake-up support like Apple's, requiring users to find other ways to wake up their Mac. </p> <p> No longer. Starting with version 4.8.2, the Flirc firmware allows Remote Buddy to enable wake-up by any, a single - or multiple Apple Remotes. Which is not just matching, but <i>surpassing</i> the capabilities of Apple's IR Receiver. </p> <p> If you'd like to try the new wake-up feature, a beta of the new Flirc firmware is <a href="http://forum.flirc.tv/index.php?/topic/3391-firmware-v482-wakeup/" target="_blank">available in the Flirc forums</a>. </p> <h4>Support for Logitech Harmony remotes</h4> <h6>Harmony IR remotes (300, 525, 800, One)</h6> <p> <img src="/blog/2019/11/images/remotebuddy-2-universal-remotes-ir-configuration~9bb60d3b6e0b12e1397de183dbad74b30a7ec929.jpg" class="responsive" srcset="/blog/2019/11/images/remotebuddy-2-universal-remotes-ir-configuration~9bb60d3b6e0b12e1397de183dbad74b30a7ec929.jpg 1x, /blog/2019/11/images/remotebuddy-2-universal-remotes-ir-configuration@2x~ad72b6a4e2f6aa3c623a6805bf78184adfb22f3f.jpg 2x" style="border-radius: 5px;"> </p> <p> A special <i>Remote Buddy Universal</i> profile is now available in Logitech's device database. </p> <p> It has been specifically designed by IOSPIRIT to allow the usage with all IR receivers supported by Remote Buddy - including Apple IR receivers. </p> <p> Setup instructions can be found <a href="/products/remotebuddy/public-beta#harmony-ir-setup">here</a>. </p> <h6>Harmony Hub remotes (Smart Control, Companion, Ultimate, Elite)</h6> <p> <img src="/blog/2019/11/images/remotebuddy-2-universal-remotes-hub-configuration~6b2a472bd37d65c80a66cf9e9324c7c01e3c6fec.jpg" class="responsive" srcset="/blog/2019/11/images/remotebuddy-2-universal-remotes-hub-configuration~6b2a472bd37d65c80a66cf9e9324c7c01e3c6fec.jpg 1x, /blog/2019/11/images/remotebuddy-2-universal-remotes-hub-configuration@2x~1834b6c99098a32f38f4f4ad7da425874627a8dc.jpg 2x" style="border-radius: 5px;"> </p> <p> Remote Buddy 2.0 extends support for Harmony Hub based remotes, offering a wider range of remote controls to pick from. </p> <p> Version 2.0 also no longer needs your Mac to be paired as PS3. Instead, you can now pair your Mac as … Mac. New setup instructions can be found <a href="/products/remotebuddy/public-beta#harmony-hub-setup">here</a>. </p> <p> Existing pairings from version 1.x (as PS3) are migrated automatically and can continue to be used. </p> <h4>Support for new remotes</h4> <p> Remote Buddy 2.0 also supports additional IR and Bluetooth remotes: </p> <h5>Amazon Fire TV remotes</h5> <p> <img src="/blog/2019/11/images/remotebuddy-2-fire-remotes~f015f23d4830155200698148c1ab98c2ead1a929.jpg" class="responsive" srcset="/blog/2019/11/images/remotebuddy-2-fire-remotes~f015f23d4830155200698148c1ab98c2ead1a929.jpg 1x, /blog/2019/11/images/remotebuddy-2-fire-remotes@2x~4b3887b5c6e14319cf499501c06a3bfbe8eb9b4d.jpg 2x" style="border-radius: 5px;"> </p> <p> These Amazon Fire TV remotes are supported: </p> <p> <ul> <li>the original <a href="https://www.amazon.com/dp/B01HOZRMJK/" target="_blank">Amazon Fire TV Remote</a> (Bluetooth, included with 1st gen Fire TV Stick)</li> <li>the original <a href="https://www.amazon.com/dp/B071D41YC3/" target="_blank">Amazon Fire TV Voice Remote</a> (Bluetooth, included with 1st gen Fire TV)</li> <li>the new <a href="https://www.amazon.com/dp/B0791TX5P5/" target="_blank">Alexa Voice Remote</a> (Bluetooth LE, included with the 2019 / 2nd generation Fire TV stick)</li> </ul> </p> <p> The microphone included in the Voice models is not supported. </p> <h5>Windows MCE remotes</h5> <p> <img src="/blog/2019/11/images/remotebuddy-2-mce-remotes~4e1bed49645991e0811453eea4b8c720f3d7da80.jpg" class="responsive" srcset="/blog/2019/11/images/remotebuddy-2-mce-remotes~4e1bed49645991e0811453eea4b8c720f3d7da80.jpg 1x, /blog/2019/11/images/remotebuddy-2-mce-remotes@2x~e5b1879304e1fd3675a8dfbd1c17d7be070682bd.jpg 2x" style="border-radius: 5px;"> </p> <p> If you bought an eHome / Windows MCE USB IR receiver for use with Remote Buddy, you'll often also have gotten an IR remote alongside it. </p> <p> Previously, these IR remotes could not be used with Remote Buddy. But with version 2.0, many of them can now be used with external USB IR receivers - with three frequently bundled models from Microsoft, Philips and Trust receiving direct support. </p> <h5>More Bluetooth remotes</h5> <p> <img src="/blog/2019/11/images/remotebuddy-2-other-remotes~358b1f2174e23196ba95bdbf09f7b621a0f19750.jpg" class="responsive" srcset="/blog/2019/11/images/remotebuddy-2-other-remotes~358b1f2174e23196ba95bdbf09f7b621a0f19750.jpg 1x, /blog/2019/11/images/remotebuddy-2-other-remotes@2x~1eeee01be369a460c1c0a597e06a3c3ccc098ecf.jpg 2x" style="border-radius: 5px;"> </p> <p> Remote Buddy 2.0 also adds support for these Bluetooth remotes: </p> <p> <ul> <li> <a href="https://satechi.net/products/satechi-bluetooth-multi-media-remote" target="_blank">Satechi Bluetooth Multi-Media Remote</a></li> <li> <a href="https://www.amazon.com/dp/B002LARYGA" target="_blank">SMK PS3 Blu-Link Universal Remote</a></li> </ul> </p> <h5>Is your remote missing?</h5> <p> If you're using a remote that's not currently supported by Remote Buddy, and you'd like to see support for it in the future, please <a href="/contact/">get in touch</a>. </p> <h4>Diagnostics</h4> <p> Remote Buddy's new RCKit foundation has Diagnostics deeply baked in. This feature can automatically detect many issues, notify users and - where possible - offers one-click solutions. </p> <h4>Privacy &amp; Security settings</h4> <p> For several years now, Apple has kept improving macOS security and privacy protections by casting an ever-expanding net with permissions. This has led to a fast-growing (sometimes <a href="https://twitter.com/gcluley/status/1181553961423298561" target="_blank">excessive</a>) number of permission prompts for users. </p> <p> Dealing with these permission prompts can be painful and surprisingly complex for both users and developers. </p> <p> Due to its rich feature set and its ability to control and use so many different parts of macOS, Remote Buddy is increasingly affected by this. So I did a lot of research and experimentation to find ways to improve the user experience around granting permissions. </p> <p> Here's the result: </p> <p> <img src="/blog/2019/11/images/remotebuddy-2-privacy~23ee7c5a31f0d7728a19b942052b11c24900a592.jpg" class="responsive" srcset="/blog/2019/11/images/remotebuddy-2-privacy~23ee7c5a31f0d7728a19b942052b11c24900a592.jpg 1x, /blog/2019/11/images/remotebuddy-2-privacy@2x~08b03eb244710eb0997be4c8c8aa6a81db8f1d06.jpg 2x" style="border-radius: 5px;"> </p> <p> Introducing… <i>Privacy &amp; Security settings</i>! New in Remote Buddy 2.0, they offer: </p> <p> <ul> <li>a consistent overview of all relevant permissions in a single place</li> <li>explanations detailing how each permission is used</li> <li>complete guidance through all necessary steps to grant a permission, simplifying the process as much as possible (by f.ex. opening the right section of System Preferences, or relaunching the app if necessary)</li> <li>access to other privacy-related options like <i>Analytics</i> and <i>Check for updates</i></li> </ul> </p> <p> These settings are powered by a new, modular permissions framework (currently still under development). If you develop Mac software and have interest in bringing Privacy &amp; Security settings like these to your own app, please <a href="/contact/" target="_blank">get in touch</a>. </p> <h4>macOS Catalina, 64-bit, old version support</h4> <p> Remote Buddy 2.0 is now a 64-bit app and compatible with macOS 10.15 Catalina. The minimum supported macOS version is now macOS 10.12 Sierra. </p> <p> Remote Buddy 1.x will remain available for download for users of older macOS releases. A final update to Remote Buddy 1.x will ensure that it can be used with Remote Buddy 2.0 license codes. </p> <p> No further updates to version 1.x are planned beyond that. </p> <h4>Pricing</h4> <p> Remote Buddy 2.0 will be a free update for all Remote Buddy 1.x licenses purchased in 2018 and 2019. </p> <p> For licenses purchased before 2018, the new version will be a paid upgrade. </p> <p> Pricing has not yet been determined and will be announced at a later date. </p> <p> An upgrade path from Remote Buddy Express (the Mac App Store version) to Remote Buddy 2.0 is planned and currently evaluated. </p> <h4>Availability</h4> <p> If you'd like to be notified when new betas and the final release becomes available, please sign up for the IOSPIRIT newsletter: </p> <p> <script language="JavaScript"> function calMLSubscribe(senderObj,mlID) { var httpRequest = null; if (window.XMLHttpRequest) { httpRequest = new XMLHttpRequest(); } else { if (typeof ActiveXObject != "undefined") { httpRequest = new ActiveXObject("Microsoft.XMLHTTP"); } } if (httpRequest) { var emailAddressObj; var boxObj, boxContent; boxObj = document.getElementById("newsletterbox" + mlID); boxContent = boxObj.innerHTML; if (emailAddressObj = document.getElementById("newsletteremail" + mlID)) { var emailAddr = emailAddressObj.value; if (emailAddr) { if (emailAddr.length > 0) { var emailAddrEncoded = escape(emailAddr); emailAddrEncoded = emailAddrEncoded.replace(/\+/g, '%2B').replace(/%20/g, '+').replace(/@/g, '%40').replace(/\//g, '%2F'); boxObj.innerHTML = '<img src="/theme/v3/ajaxLoadingSmallGrey.gif"> Sending email address..'; boxObj.setAttribute("progress", "yes"); httpRequest.open("get", "/index.php/mode/files/type/ml/id/" + mlID + "/email/" + emailAddrEncoded, true); httpRequest.onreadystatechange = function() { if (httpRequest.readyState == 4) { if (httpRequest.status == 200) { if (httpRequest.responseText.indexOf("Added ") == 0) { boxObj.innerHTML = '<img src="/theme/v3/greenCheckmark.png"> Confirmation link sent.'; } else { alert ('Subscription failed - please check your email address for errors and try again.'); boxObj.innerHTML = boxContent; boxObj.setAttribute("progress", "no"); if (emailAddressObj = document.getElementById("newsletteremail" + mlID)) { emailAddressObj.value = emailAddr; } } } } }; httpRequest.send(null); } } } } return(false); } </script> <div class="newsletterstatusbox" id="newsletterbox15"> <form style="position: relative; min-height: 40px; margin-top: 15px; margin-bottom: 15px;" name="newsletter15" onsubmit="return calMLSubscribe(this,15);" method="get" action="https://www.iospirit.com/newsletter/iospiritnews/" target="_blank"> <div style="position: absolute; left: 0px; top: 0px; right: 120px; bottom: auto;"> <input type="email" placeholder="Your email address" name="emailaddress" id="newsletteremail15" style="margin-bottom: 0px; color: black; width: 100%;"> </div> <div style="position: absolute; left: auto; top: 7px; right: 0px; bottom: auto;"> <script language="JavaScript"><!-- document.write('<a href="#" class="btn-big filled " style="font-size: 15px; padding-top: 9px; padding-bottom: 9px;" onclick="return calMLSubscribe(this,15);">Sign up</a>'); // --> </script> <noscript><input type="submit" class="btn-big filled " value="Sign up" style="width: auto; margin: 0px; box-sizing: content-box;"></noscript> </div> </form> </div> <p class="color-muted" style="font-size: 1.3rem;">Receive news, updates and offers regarding our products. Unsubscribe at any time. Please see our <a href="/privacy/">privacy policy</a> for more information.</p> </p> <hr size="1" /> <a name="public-beta-download"></a> <p> <a href="/products/remotebuddy/public-beta/" style="color: white; display: block;"><div class="filled color-success highlight-levitate-subtle" style="border-radius: 10px;"> <div style="display: table-cell; padding: 2rem; vertical-align: middle;"> <div style="font-weight: 700; font-size: 1.8rem;">Download Remote Buddy 2.0 Public Beta</div> </div> </div></a> </p> 2019-11-21T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2019/11/Remote-Buddy-20-Public-Beta-Available Remote Buddy 2.0 is coming <p> <img src="/blog/2019/10/images/remotebuddy-2-shot~ec8ecebb2a00ce5fb1f08ec59e89082654132ab4.jpg" class="responsive" srcset="/blog/2019/10/images/remotebuddy-2-shot~ec8ecebb2a00ce5fb1f08ec59e89082654132ab4.jpg 1x, /blog/2019/10/images/remotebuddy-2-shot@2x~0ce0f6c506a0ace8c458ab9faeb87fbd23a8e449.jpg 2x" style="border-radius: 5px;"> </p> <p style="margin-top: 2.0rem;"> Remote Buddy 2.0 is coming - and a public beta will be available soon! This is a significant update, building on a new foundation that has been in the works for several years. </p> <h6>64-bit, compatible with macOS 10.15 Catalina</h6> <p> Remote Buddy 2.0 is now a 64-bit app and compatible with macOS 10.15 Catalina. </p> <h6>New driver architecture, support for new devices</h6> <p> Device drivers in Remote Buddy 2.0 are built on top of a new, highly modular driver architecture that no longer needs a kernel extension. It's entirely app-based now. </p> <p> This new foundation made it possible to add support for a lot of new remotes and receivers that Remote Buddy users have been asking for. </p> <p> Devices that have already been supported in Remote Buddy 1.x benefit of completely rewritten drivers - in many cases adding significant improvements and new features. </p> <h6>Support for Harmony remotes</h6> <p> <img src="/blog/2019/10/images/remotebuddy-2-harmony~dff40e736554321903bb2aed0436eec7da513f8f.jpg" class="responsive" srcset="/blog/2019/10/images/remotebuddy-2-harmony~dff40e736554321903bb2aed0436eec7da513f8f.jpg 1x, /blog/2019/10/images/remotebuddy-2-harmony@2x~9b5a3fcc239e8a8d1b43b771f07b55f3e0731e69.jpg 2x" style="border-radius: 5px;"> </p> <p> Supported IR receivers can now be used in a new Universal Remote mode. That mode provides support for IR-based Harmony remotes such as the Harmony 300, Harmony 525, Harmony 880 and Harmony One. </p> <p> To simplify the Harmony remote setup, we've contributed a special Remote Buddy device profile to Logitech's device database that can be selected in the Harmony configuration software. </p> <p> Remote Buddy 2.0 also provides support for a wider array of Harmony Hub based remotes - now including Harmony Smart Control, Harmony Companion, Harmony Elite and Harmony Ultimate. </p> <a name="flirc-collaboration"></a> <h6>Flirc partnership</h6> <p> IOSPIRIT and Flirc have teamed up for a unique collaboration and partnership to bring you exciting new features between our two companies. </p> <p> <img src="/blog/2019/10/images/flirc~e66a5c210e6a27ae7a8500abe5be2b6d13e1fc62.jpg" class="responsive" style="border-radius: 5px; float: right;"> Flirc is an USB IR transceiver like no other: it packs an ARM processor and IR hardware into a beautiful laser-engraved stainless steel enclosure the size of a miniature USB thumb drive. </p> <p> With Flirc in full control of hardware design and firmware and IOSPIRIT in full control of drivers and software, this collaboration allows the implemention of features that were simply not possible before. </p> <p> As of version 2.0, Remote Buddy will support the 2nd generation Flirc, making it the first choice for anyone looking for a compatible IR USB receiver: it's beautifully designed, integrated with Remote Buddy, affordable and widely available. </p> <h6>Built-in diagnostics</h6> <p> <img src="/blog/2019/10/images/remotebuddy-2-diagnostics~f173d4712f0ce76a5d767806aa6c1638ff090500.jpg" class="responsive" srcset="/blog/2019/10/images/remotebuddy-2-diagnostics~f173d4712f0ce76a5d767806aa6c1638ff090500.jpg 1x, /blog/2019/10/images/remotebuddy-2-diagnostics@2x~01e1a1334a978040af79a249c5e0a290f729d9c0.jpg 2x" style="border-radius: 5px;"> </p> <p> Remote Buddy's new driver architecture comes with live diagnostics built-in, making it a lot easier to identify and resolve issues - often with a single click. </p> <h6>Remote Buddy Mobile 2.0</h6> <p> Remote Buddy Mobile will be updated to support new features in iOS 13 and Remote Buddy 2.0. Premium Features such as Screen Sharing and Night Mode that were previously only available through in-app purchases will be free for Remote Buddy 2.0 users. </p> <h6>Pricing</h6> <p> Remote Buddy 2.0 will be a free update for all Remote Buddy 1.x licenses purchased in 2018 and 2019. </p> <p> For licenses purchased before 2018, the new version will be a paid upgrade. </p> <p> Pricing has not yet been determined and will be announced at a later date. </p> <h6>Requirements</h6> <p> Remote Buddy 2.0 requires at least macOS Sierra (10.12). If you'd like to use Remote Buddy 2.0 on an earlier macOS release, <a href="/contact/">please let me know</a>. </p> <h6>Availability</h6> <p> A public beta of Remote Buddy 2.0 will be available shortly - likely in a matter of <strike>days</strike> weeks. If you rely on Remote Buddy, please wait for at least the public beta before updating to macOS Catalina. </p> <p> If you'd like to be notified when the public beta and final release become available, please sign up for the IOSPIRIT newsletter: </p> <p> <script language="JavaScript"> function calMLSubscribe(senderObj,mlID) { var httpRequest = null; if (window.XMLHttpRequest) { httpRequest = new XMLHttpRequest(); } else { if (typeof ActiveXObject != "undefined") { httpRequest = new ActiveXObject("Microsoft.XMLHTTP"); } } if (httpRequest) { var emailAddressObj; var boxObj, boxContent; boxObj = document.getElementById("newsletterbox" + mlID); boxContent = boxObj.innerHTML; if (emailAddressObj = document.getElementById("newsletteremail" + mlID)) { var emailAddr = emailAddressObj.value; if (emailAddr) { if (emailAddr.length > 0) { var emailAddrEncoded = escape(emailAddr); emailAddrEncoded = emailAddrEncoded.replace(/\+/g, '%2B').replace(/%20/g, '+').replace(/@/g, '%40').replace(/\//g, '%2F'); boxObj.innerHTML = '<img src="/theme/v3/ajaxLoadingSmallGrey.gif"> Sending email address..'; boxObj.setAttribute("progress", "yes"); httpRequest.open("get", "/index.php/mode/files/type/ml/id/" + mlID + "/email/" + emailAddrEncoded, true); httpRequest.onreadystatechange = function() { if (httpRequest.readyState == 4) { if (httpRequest.status == 200) { if (httpRequest.responseText.indexOf("Added ") == 0) { boxObj.innerHTML = '<img src="/theme/v3/greenCheckmark.png"> Confirmation link sent.'; } else { alert ('Subscription failed - please check your email address for errors and try again.'); boxObj.innerHTML = boxContent; boxObj.setAttribute("progress", "no"); if (emailAddressObj = document.getElementById("newsletteremail" + mlID)) { emailAddressObj.value = emailAddr; } } } } }; httpRequest.send(null); } } } } return(false); } </script> <div class="newsletterstatusbox" id="newsletterbox15"> <form style="position: relative; min-height: 40px; margin-top: 15px; margin-bottom: 15px;" name="newsletter15" onsubmit="return calMLSubscribe(this,15);" method="get" action="https://www.iospirit.com/newsletter/iospiritnews/" target="_blank"> <div style="position: absolute; left: 0px; top: 0px; right: 120px; bottom: auto;"> <input type="email" placeholder="Your email address" name="emailaddress" id="newsletteremail15" style="margin-bottom: 0px; color: black; width: 100%;"> </div> <div style="position: absolute; left: auto; top: 7px; right: 0px; bottom: auto;"> <script language="JavaScript"><!-- document.write('<a href="#" class="btn-big filled " style="font-size: 15px; padding-top: 9px; padding-bottom: 9px;" onclick="return calMLSubscribe(this,15);">Sign up</a>'); // --> </script> <noscript><input type="submit" class="btn-big filled " value="Sign up" style="width: auto; margin: 0px; box-sizing: content-box;"></noscript> </div> </form> </div> <p class="color-muted" style="font-size: 1.3rem;">Receive news, updates and offers regarding our products. Unsubscribe at any time. Please see our <a href="/privacy/">privacy policy</a> for more information.</p> </p> 2019-10-08T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2019/10/Remote-Buddy-Update Remote Buddy updates <p> <img src="/blog/2018/09/images/remote-buddy-mojave-hero~176be27ecb0cfd17d3055b4e9aba66fe424c486a.jpg" class="responsive" srcset="/blog/2018/09/images/remote-buddy-mojave-hero~176be27ecb0cfd17d3055b4e9aba66fe424c486a.jpg 1x, /blog/2018/09/images/remote-buddy-mojave-hero@2x~28138e872ae8baa2f0242810b3ac3d0e2252cf61.jpg 2x" style="border-radius: 5px;"> </p> <p> Remote Buddy 1.32 is out today - and there's a lot to talk about: </p> <h3>macOS Mojave</h3> <p> Remote Buddy 1.32 has been updated for macOS Mojave. Now, there wouldn't be a lot to add to that sentence - if it wasn't for macOS Mojave's security architecture changes. Here's how these affect Remote Buddy users: </p> <h5>Accessibility access</h5> <p> <img src="/blog/2018/09/images/system-prefs-privacy-accessibility~5fd7800a7c8a96a725b503dc3d9067af2f2a72b2.jpg" class="responsive" srcset="/blog/2018/09/images/system-prefs-privacy-accessibility~5fd7800a7c8a96a725b503dc3d9067af2f2a72b2.jpg 1x, /blog/2018/09/images/system-prefs-privacy-accessibility@2x~ad81c94a473f0654515313b572f057fe57285637.jpg 2x"> </p> <p> In order to control apps via synthetic keyboard and mouse events, Remote Buddy now needs <i>Accessibility</i> access. Unless you already granted that to Remote Buddy in the past for other purposes, it will now prompt you during launch and wait until it has been granted. </p> <p> In case the checkbox for Remote Buddy is shown greyed out in System Preferences, click on the closed lock in the lower-left to unlock the settings. </p> <p> If Remote Buddy isn't granted Accessibility access even though you tick the checkbox in front of Remote Buddy's entry, please remove Remote Buddy's entry from <i>System Preferences &gt; Security &amp; Privacy &gt; Privacy &gt; Accessibility</i> using the "-" button, and then re-add it using the "+" button. That should fix the issue. </p> <h5>Privacy prompts</h5> <p> As you try to control other apps through Remote Buddy, you'll see security prompts like this one: </p> <p> <img src="/blog/2018/09/images/mojave-aepocalypse-alert~41ccc1e66c6676559c7b4ad7eb493b94e620e26e.jpg" class="responsive" srcset="/blog/2018/09/images/mojave-aepocalypse-alert~41ccc1e66c6676559c7b4ad7eb493b94e620e26e.jpg 1x, /blog/2018/09/images/mojave-aepocalypse-alert@2x~312f348c9be1132bc54404b18b04d3f6078ff8b2.jpg 2x" style="border-radius: 5px;"> </p> <p> These prompts come up whenever an app wants to control another app using AppleEvents. Unfortunately, these prompts also come up for completely harmless actions. Like f.ex. when Remote Buddy wants to tell iTunes to start playback. </p> <p> When they come up, these prompts pause Remote Buddy. Therefore you can't respond to them with Remote Buddy's own Virtual Mouse or iOS app. </p> <p> To ensure you can control your Mac through Remote Buddy as usual, please perform your most common actions in every app you want to control with Remote Buddy after installing macOS Mojave. </p> <p> That should only take a few minutes, but get most (hopefully all) prompts triggered and out of the way while you still have access to a mouse or trackpad and can respond to them without hassle. </p> <p> Also, whenever such a prompt comes up for Remote Buddy, please make sure to press "OK". Otherwise, Remote Buddy can't control the app. </p> <p> Unfortunately macOS will only present every prompt once. So if you accidentally press "Don't Allow", the only way to grant the permission afterwards is to open <i>System Preferences &gt; Security &amp; Privacy &gt; Privacy &gt; Automation</i> and tick the app's box under "Remote Buddy". </p> <p> <img src="/blog/2018/09/images/system-prefs-privacy-automation~4e77dd7a30ed49a78b6e34cfd2a1fb8a208ce8fd.jpg" class="responsive" srcset="/blog/2018/09/images/system-prefs-privacy-automation~4e77dd7a30ed49a78b6e34cfd2a1fb8a208ce8fd.jpg 1x, /blog/2018/09/images/system-prefs-privacy-automation@2x~95c7f6dac198158a33b894c82a191d120d62a586.jpg 2x"> </p> <p> I'd have loved to provide a Setup Assistant that guides you through all of this. However, at the time of writing <a href="https://www.felix-schwarz.org/blog/2018/08/new-apple-event-apis-in-macos-mojave" target="_blank">Apple doesn't provide sufficient API support</a> for that. </p> <p> If you also believe Apple can do a lot better here - and would like to support my efforts, please <a href="https://www.apple.com/feedback/macos.html" target="_blank">let Apple know</a> and mention <a href="http://www.openradar.me/radar?id=5018965889777664" target="_blank">my bug report</a> and/or <a href="https://www.felix-schwarz.org/blog/2018/08/new-apple-event-apis-in-macos-mojave" target="_blank">my blog post</a> in your message to them. </p> <h5>Full disk access</h5> <p> macOS Mojave limits access to sensitive locations in the file system more strictly. That's a good thing, but can also mean that if you use Remote Buddy's built-in Files browser, you may not be able to navigate to all folders on your Mac. </p> <p> If you run into this problem, you can solve it by adding Remote Buddy to the list of apps with full disk access at <i>System Preferences &gt; Security &amp; Privacy &gt; Privacy &gt; Full Disk Access</i>. </p> <p> You may need to relaunch Remote Buddy afterwards for the change to take effect. </p> <h5>DVD Player</h5> <p> Mojave comes with a rewritten DVD Player app - hidden in macOS' CoreServices directory. Unfortunately, <a href="https://twitter.com/felix_schwarz/status/1014805695072489472" target="_blank">AppleScript support</a> is among the few features of its predecessor that didn't make the cut. </p> <p> Remote Buddy now uses a new mechanism to control the new DVD Player. Please <a href="/contact/" target="_blank">let me know</a> if you run into any issues. </p> <h5>Dynamic Wallpapers</h5> <p> <a href="/products/remotebuddy/mobile/">Remote Budy Mobile</a> uses your Mac's Wallpaper to represent your Mac in its server list. This still works in Mojave in general, but fails if you've selected a "Dynamic Wallpaper" in <i>System Preferences &gt; Desktop &amp; Screen Saver</i>. The image format used by these is not supported. Your Mac's entry in the Mobile app's server list will just show as white then. </p> <p> Please select a "static" wallpaper if you'd like to see a picture there. </p> <h3>Leaving the Mac App Store</h3> <p> After maintaining a special <i>Express</i> version of Remote Buddy for the Mac App Store for many years, I decided to remove it from sale a few days ago. </p> <p> Seeing how Apple has historically managed the Mac App Store, I've considered such a step for years. But in the end I always decided to continue to serve my customers with continued updates. </p> <p> This time, however, Apple won't let me. As of June 2018, Apple <a href="https://developer.apple.com/news/?id=04112018a" target="_blank">no longer accepts updates to 32-Bit apps</a>. And right now, Remote Buddy is still a 32-Bit app. In order to submit even a minor update or bugfix, I would first have to port <i>the whole app</i> to 64-Bit. </p> <p> Porting Remote Buddy to 64-Bit, however, is a major effort that simply wasn't doable in time for Mojave's release. </p> <p> And rather than keep selling an app I'm not allowed to maintain, I decided to remove it from sale. Rest assured I sure would have preferred a different outcome. </p> <p> Customers who have purchased Remote Buddy Express from the Mac App Store in the past can continue to use the app or reinstall it from the "Purchased" section of the Mac App Store. The only change is that it can no longer be purchased and I can no longer provide updates for it. </p> <p class="note"> <span class="badge-mini filled color-buy">UPDATE</span> An upgrade path from Mac App Store version to full version is <a href="/products/remotebuddy/upgrade/">now available</a>. </p> <h3>watchOS 5</h3> <p> watchOS 5 dropped support for watchOS 1 apps. It is therefore no longer possible to use Remote Buddy Mobile's Watch app after updating your Apple Watch to watchOS 5. </p> <p> To achieve compatibility with watchOS 5 and later, the Watch app would need to be rewritten from scratch to run fully on the Apple Watch. </p> <p> Unfortunately, with metrics indicating that there are - on average - less than five users using the Watch app per day, I can't justify such a major effort. </p> <p> I have therefore removed most mentions of the Watch app from the Remote Buddy website. Furthermore, since <a href="https://developer.apple.com/news/?id=11162017a" target="_blank">Apple no longer accepts updates to watchOS 1 apps</a> into its App Store, I will also be forced to remove the Watch app from the Remote Buddy Mobile app with the next update. </p> <p> If you have an Apple Watch running watchOS 1-4 and would like to keep using Remote Buddy Mobile's Watch app, please make sure not to install the next Remote Buddy Mobile update and not to upgrade your Watch to watchOS 5. </p> 2018-09-27T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2018/09/Remote-Buddy-Mojave-Release Remote Buddy Mobile now handles device rotation in a smarter way <p> <img src="/blog/2018/04/images/iPhoneX-Remote-Buddy-Mobile~49490e6fda416a5c7217a7998a38b64635c5181a.jpg" class="responsive" srcset="/blog/2018/04/images/iPhoneX-Remote-Buddy-Mobile~49490e6fda416a5c7217a7998a38b64635c5181a.jpg 1x, /blog/2018/04/images/iPhoneX-Remote-Buddy-Mobile@2x~f8e0f2f8f745fbb5f3c1b849cd003ac5f58b105b.jpg 2x" style="border-radius: 5px;"> </p> <p> I'm happy to announce that <a href="/products/remotebuddy/mobile/">Remote Buddy Mobile</a> 1.3 made it to the <a href="/products/remotebuddy/mobile/download/">App Store</a>, now including: </p> <h5>Smart Rotation Lock 💡</h5> <p> The last release added support for using Remote Buddy Mobile in both portrait and landscape mode. However, as it turned out, putting down your device on a couch can easily make iOS believe you'd like to change orientation, when in fact you don't want to. </p> <p> Version 1.3 improves upon this by adding Smart Rotation Lock: if turned on, it will only allow changes from portrait to landscape orientation when using the screen sharing module. </p> <h5>"We made a video - and I'd like to show it to you now."</h5> <p> </p> <p> It was about time to make an App Preview video for the App Store - and so I used this update as an opportunity to add one. Here it is, in its full 30 seconds glory: </p> <div style="padding-top: 1em; padding-bottom: 1em;"> <a href="https://www.youtube.com/watch?v=zrEYzALCG1k" data-youtube-id="zrEYzALCG1k" id="videoplayvideo" class="video-play thumbnail"> <div class="thumbnail-container"> <img src="/blog/2018/04/images/thumbnailAppPreview~56d01ff1b07fee3feb8e84132f83e92fa901ec7a.jpg" class="responsive"> <div class="play-overlay"></div> </div> </a> </div> <h5>Bugfixes 🐞</h5> <p> This release also includes bugfixes. Thanks everyone for your feedback and sending in bug reports! You rock! ❤️ </p> 2018-04-17T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2018/04/Remote-Buddy-Mobile-Smarter-Rotation Remote Buddy Mobile: iPhone X support and keyboard improvements <p> <img src="/blog/2017/12/images/iPhoneX-Remote-Buddy-Mobile~49490e6fda416a5c7217a7998a38b64635c5181a.jpg" class="responsive" srcset="/blog/2017/12/images/iPhoneX-Remote-Buddy-Mobile~49490e6fda416a5c7217a7998a38b64635c5181a.jpg 1x, /blog/2017/12/images/iPhoneX-Remote-Buddy-Mobile@2x~f8e0f2f8f745fbb5f3c1b849cd003ac5f58b105b.jpg 2x" style="border-radius: 5px;"> </p> <p> I'm happy to announce that <a href="/products/remotebuddy/mobile/">Remote Buddy Mobile</a> 1.2 is now <a href="/products/remotebuddy/mobile/download/">available on the App Store</a>. Here are the most notable changes: </p> <h5>iPhone X support</h5> <p> This release adds full support for Apple's next-generation iPhone. </p> <h5>Keyboard improvements</h5> <p> In the past, Remote Buddy Mobile added two rows of buttons to provide access to additional keys - like modifier, cursor and escape keys. If enough space is available - for example in landscape orientation - Remote Buddy Mobile will now put all keys in one row, leaving more space for f.ex. screen sharing or the trackpad. </p> <p> This release also addresses an issue where iOS could show a portrait keyboard while using screen sharing in landscape. It also fixes an issue where using Force Touch on the iOS keyboard could crash the app. </p> <h5>Happy Holidays!</h5> <p> Enjoy - and please don't hesitate to <a href="/contact/">get in touch</a> if you run into any issues. </p> 2017-12-21T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2017/12/Remote-Buddy-Mobile-iPhone-X-compatible Remote Buddy is ready for macOS High Sierra <p> <img src="/blog/2017/09/images/remote-buddy-high-sierra-hero~8fe25667a3552f39ec58392a23da304237aed37d.jpg" class="responsive" srcset="/blog/2017/09/images/remote-buddy-high-sierra-hero~8fe25667a3552f39ec58392a23da304237aed37d.jpg 1x, /blog/2017/09/images/remote-buddy-high-sierra-hero@2x~d2952cf2b3207d71b704cff27bf2e13fd1831244.jpg 2x" style="border-radius: 5px;"> </p> <p> Remote Buddy 1.31 is available starting today and focuses on compatibility with macOS 10.13 "High Sierra", which Apple will release next week. </p> <h4>Update Remote Buddy before upgrading</h4> <p> High Sierra breaks the built-in updater of older Remote Buddy releases. Therefore, please update Remote Buddy before upgrading to High Sierra. </p> <p> But no worries: if you upgraded to High Sierra before updating Remote Buddy, you can update manually by following the instructions on the <a href="/products/remotebuddy/download/">download page</a>. </p> <h4>User-Approved Kernel Extension Loading</h4> <p> While most changes in High Sierra are under the hood, there are also a few user-facing changes. One area of change happens to be Kernel Extensions. Remote Buddy currently uses a kernel extension for most of its drivers as well as the best Apple IR emulation available today. </p> <p> Starting with High Sierra, macOS no longer allows apps to install and load kernel extensions - even if you authorized the app to do so just a moment ago. </p> <p> Instead, <a href="https://developer.apple.com/library/content/technotes/tn2459/_index.html" target="_blank">High Sierra informs</a> you that the loading of a kernel extension has been blocked and that you need to click "Allow" in the "Security &amp; Privacy" pane of System Preferences. </p> <p> Certainly, <a href="http://www.openradar.me/32922559">Apple could have done better</a> than this. But Apple decided not to. </p> <p> To make setup as easy as possible for you, Remote Buddy's Setup Wizard is now accompanied by a helper that guides you through the approval. Here's what it looks like: </p> <div style="padding-top: 1em; padding-bottom: 1em;"> <a href="https://www.youtube.com/watch?v=CX6Cr0sVVoQ" data-youtube-id="CX6Cr0sVVoQ" id="videoplayvideo" class="video-play thumbnail"> <div class="thumbnail-container"> <img src="/blog/2017/09/images/thumbnailHighSierraVideo~7b6257a3a7752dea186da41dabe3c33f813d7960.jpg" class="responsive"> <div class="play-overlay"></div> </div> </a> </div> <h4>Availability</h4> <p> Version 1.31 of Remote Buddy is available as a free update <a href="/products/remotebuddy/download/">here</a>. Enjoy - and please don't hesitate to <a href="/contact/">get in touch</a> if you run into any issues. </p> <h4>Update (September 27th, 2017):</h4> <p> A few new issues were identified when testing against the release version of High Sierra. These are addressed in Remote Buddy 1.31.1. </p> 2017-09-20T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2017/09/Remote-Buddy-Apple-Remote-macOS-High-Sierra-update Remote Buddy is ready for macOS Sierra <p> <img src="/blog/2016/09/images/remote-buddy-sierra-hero~43c4668183a92df642cee1d02f723fdd9c014d1b.jpg" class="responsive" srcset="/blog/2016/09/images/remote-buddy-sierra-hero~43c4668183a92df642cee1d02f723fdd9c014d1b.jpg 1x, /blog/2016/09/images/remote-buddy-sierra-hero@2x~a94758fe4aaa5e1bb19e29f193837e26757e8608.jpg 2x" style="border-radius: 5px;"> </p> <p> I'm very happy to announce the release of version 1.30 of Remote Buddy. With just a few days to spare until Apple releases macOS Sierra, this release focuses on compatibility with Apple's upcoming major OS update. </p> <h4>Apple's new USB stack</h4> <p> Did you know that Apple shipped a completely new USB stack with El Capitan last year? <a href="http://blog.felix-schwarz.org/post/141482111524/how-to-use-the-os-x-109-sdk-with-xcode-73" target="_blank">They did</a> – complete with a compatibility layer to ensure old drivers continue to work. </p> <p> That layer worked great for macOS' own as well as Remote Buddy's drivers in El Capitan. However in Sierra - where Apple has now transitioned all of macOS' drivers to the new USB stack - I noticed a few issues during testing with Developer Previews that could only stem from the compatibility layer. So, time to get rid of it! </p> <p> Starting with this release, Candelair is now using Apple's new USB stack directly to provide the best experience and avoid issues originating from the compatibility layer. </p> <p> Despite the complete lack of sample source code and proper documentation (outside of comments spread across several header files) for the new USB stack, porting Candelair turned out to be surprisingly straightforward and - with not a single crash during development and extensive testing - the result to be rock solid. </p> <p> The only issue that I found is that waking up a Mac with a Keyspan IR receiver doesn't currently work. This feature of the Keyspan hardware needs to be enabled by the driver, but - unlike the old USB stack - the new USB stack doesn't have direct API support for this. </p> <p> It is unclear at this point whether this feature can again be supported going forward, but I'm mildly optimistic and am trying to find a solution together with Apple's Developer Technical Support. If you're now in need for another way to wake up your Mac, look no further than <a href="/products/remotebuddy/mobile/">Remote Buddy Mobile</a> - which can use Wake-Over-LAN to wake up your Mac from sleep. </p> <h4>AirPlay and Remote Buddy Display audio support</h4> <p> In Sierra, Apple has removed what was previously a nice, standard way for apps to get a list of available AirPlay devices and use them as audio output. </p> <p> This is a problem as Remote Buddy Display used this exact feature to bring your Mac's audio onto Apple TV while you use it. </p> <p> Fortunately, I found an alternative way. By using Accessibility APIs, Remote Buddy can simulate user input to click on the volume menu bar item and select the AirPlay device as target for audio output. </p> <p> In order for this to work, please make sure you have the option <code>System Preferences &gt; Sound &gt; Show volume in menu bar</code> enabled and granted Remote Buddy permission to use Accessibility by checking the checkbox in front of Remote Buddy at <code>System Preferences &gt; Privacy &amp; Security &gt; Privacy &gt; Accessibility</code>. </p> <h4>Availability</h4> <p> Version 1.30 of Remote Buddy is available as a free update <a href="/products/remotebuddy/download/">here</a>. Enjoy - and please don't hesitate to <a href="/contact/">get in touch</a> if you run into any issues. </p> 2016-09-16T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2016/09/Remote-Buddy-Apple-Remote-macOS-Sierra-update Spacious 2.1 is here <p> <img src="/blog/2016/09/images/spacious-2_1-sierra-hero~134d278e68e294b442a2b3a06eb167ebf37ffb1c.jpg" class="responsive" srcset="/blog/2016/09/images/spacious-2_1-sierra-hero~134d278e68e294b442a2b3a06eb167ebf37ffb1c.jpg 1x, /blog/2016/09/images/spacious-2_1-sierra-hero@2x~530961484e881f0b67a994a7708e779f68069077.jpg 2x" style="border-radius: 5px;"> </p> <p> Today I'm happy to release a free update to Spacious - the tool that makes macOS Spaces fun to use with a mouse! </p> <p> Here's what's new: </p> <h4>macOS Sierra</h4> <p> In my testing, I found that Apple has made changes to how it reports scroll wheel events to apps in macOS Sierra, so that the input that apps like Spacious receive differs from what it used to be. With version 2.1, <a href="/products/spacious/">Spacious</a> is now fit to properly process this data as well. </p> <h4>The vibrant, flat chameleon</h4> <p> Spacious 2.1 ships with a new look that follows Apple's new vibrant and flat design language. Launch it on macOS 10.10 and later to see it. Or launch it on macOS 10.9 - where vibrancy and flat design wasn't yet a thing - to get the old look. </p> <h4>How to update</h4> <p> If you're updating from Spacious 2, the built-in updater might hang during the installation of the udpate, depending on which version of macOS you're running. The reason for this is that between the release of version 2.0 and now, Apple updated the code signing requirements for apps, which - unfortunately - leads to an internal code signature check not passing during the installation. If you're affected by this issue, please <a href="/products/spacious/download/">download the update manually</a>. </p> 2016-09-16T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2016/09/Spacious-2_1-is-here 10 years of Remote Buddy <p> <img src="/blog/2016/06/images/10-years-of-remote-buddy~e3e8ee4bf071ca0142205a451ac632771d5cff7d.jpg" class="responsive"> </p> <p> Yes, Remote Buddy just turned 10! Ten! That's <i>literally</i> a decade! Time to celebrate? <a href="/blog/2016/06/Remote-Buddy-10-year-birthday-promo">Sure</a>! But also a good time to look back at how Remote Buddy started - and how it got where it is today. </p> <h4>Inspiration</h4> <p> In February 2006, I invited a few close friends over to my place and at some point, we wanted to watch a DVD. Apple had just released the first Intel iMacs (which were also the first Intel Macs ever) and with it came the white Apple Remote and Front Row. So I carried the iMac over to the living room, turned it on and inserted the DVD. DVD Player opened and started playing the DVD in a window. </p> <p> What I actually wanted, though, is play this DVD in Front Row. But with just the remote, there was no way to get there: I couldn't eject the DVD with the remote, I couldn't quit DVD Player (to then initiate playback in Front Row) and I couldn't even make DVD Player full screen. Instead, my only option to get what I wanted was to also bring over and connect keyboard and mouse. </p> <p> Clearly, this wasn't what I had expected, so I started thinking about what it'd take to make the Apple Remote more useful and overcome the limits I had just experienced. Months later, I'd end up with what was essentially a blue print for Remote Buddy. </p> <h4>Let's do this!</h4> <p> In May 2006, I eventually decided to pull the trigger. I gave myself two weeks to complete a first version. Which was both the maximum amount of time I could spend on it and - as I'd soon realize - <i>very</i> optimistic. </p> <p> So I put every waking hour into furthering the project - and eventually skipped sleep altogether the night before my self-imposed deadline hit in order to have a website up and running in time for Remote Buddy's first release. </p> <p> Two weeks after I had started, I was completely exhausted, but had actually finished a first preview release and <a href="/blog/2006/06/Remote-Buddy-1-0-Preview-for-MacOS-X-released">put it out there</a>. </p> <p> <div class="image-box"> <img src="/blog/2016/06/images/RemoteBuddy1PreviewMenuAndHelp~5a1a40c97ba10a4d6f3190c3dbd6a85ed9e03ad5.png" class="responsive"> <p>This is what the menu looked like in early Remote Buddy releases (2006).</p> </div> </p> <p> The preview was very well received and covered by most of the major Mac news sites at the time. So much so that my web server collapsed multiple times that day. </p> <h4>Support for other remotes (June-October 2006)</h4> <p> <a href="/blog/2016/06/images/10-years-of-logos~4cfbff597a4261ff85e1bd2d5fc8ddb375e89b8c.jpg" class="lightwindow"> <img src="/blog/2016/06/images/early-hardware-support~85f19eecc120d9aa24f08294cce3ebdf58da7738.jpg" class="two-thirds-width" style="border-radius: 5px;"> </a> </p> <p> Within weeks of the first release, I started to add support for additional remote control hardware upon popular request. Over time, the list of supported hardware grew significantly and allowed Remote Buddy to reach a much bigger audience. </p> <!--<h4>Remote Buddy wins MacGeneration Award for "Best use of Apple Technologies" (September 2006)</h4>--> <h4>Wii Remote support (December 2006)</h4> <p> Shortly after Nintendo started selling the Wii in Europe, I bought a Wii Remote and added support for it to Remote Buddy. For several years, the low latency and high reliability of the Bluetooth connection combined with the Wii Remote's mouse mode (driven by its integrated IR camera and accelerometer) made it my favorite remote to control the Mac. Outside the living room, it also found its uses in education and interactive art installations. </p> <p> <div class="image-box"> <div style="text-align: center; margin: 1em;"> <a href="https://www.youtube.com/watch?v=TacanmCuYNI" data-youtube-id="TacanmCuYNI" id="videoplayvideo" class="video-play thumbnail"> <div class="thumbnail-container"> <img src="/blog/2016/06/images/videoThumbnailWiiRemote~9db77850226c74ede65e5f58065a84ce5903483f.jpg" class="responsive"> <div class="play-overlay"></div> </div> </a> </div> <p>2007 demo video showing Remote Buddy's Wii Remote support in action. Since Wireless Sensor Bars (which are just a set of constantly lit IR LEDs, really) were still hard to come by at the time, I used a tea light as a reference IR light source for the Wii Remote instead (the black device on the right side oft he MacBook Pro is just a harddrive housing my iTunes library).</p> </div> </p> <h4>Replacing Apple's IR Receiver driver and creating the first Apple Remote emulation (April 2007)</h4> <p> As time progressed, more and more apps were adding direct support for the Apple Remote. Which created two big problems for a solution like Remote Buddy. </p> <p> First, since only one app can get access to the Apple Remote's button press events at a time, Remote Buddy would often not be able to get access to the Apple Remote at launch time - or at all. </p> <p> Second, many of the apps would offer certain functionality only in response to Apple Remote button presses. </p> <p> Going forward, I had to find a way to ensure Remote Buddy would always get access to the Apple Remote <i>and</i> keep specialized Apple Remote functionality in apps reachable, preferably in a configurable way and also via other remote controls. </p> <p> Achieving these goals eventually involved writing a complete, alternative driver for Apple IR Receivers and an Apple Remote emulation. </p> <p> Thanks to the driver, Remote Buddy can since get guaranteed access to all input events. Even better, it can get the raw button press and button release events. That enables a much more responsive experience than what was previously possible using Apple's driver (which filters and delays certain button presses). </p> <p> And thanks to the emulation, Remote Buddy can since pass through button press events to other applications <i>and</i> simulate Apple Remote button press events in response to any button press - including those happening on a different remote. </p> <h4>AJAX Remote - the first remote app for iPhone (July 2007)</h4> <p> In 2007, the iPhone launched - <i>without</i> an App Store. Instead, Apple proposed a "sweet solution": build web apps! </p> <p> AJAX Remote then, was the first (web) app, served by a built-in HTTP server (developed specifically for Remote Buddy) that provided control over a big number of Mac apps and system functionality via the iPhone. </p> <p> <a href="/blog/2007/07/Remote-Buddy-1-1-introduces-iPhone-support-turning-it-into-the-ultimate-remote-control">Released</a> within a few weeks after the iPhone's debut, it already included remote control, trackpad, keyboard, Remote Buddy menu, EyeTV, Movie Library and iTunes modules. A Camera module would follow shortly after. </p> <div class="two-thirds-width"> <div class="feather-gallery-modern"> <div style="display: inline-block; width: 32%; text-align: center;"> <a href="/blog/2016/06/album_ajaxremote/AJAX-Remote-Home~4eb3f703d968f6f717f666169c82274992cf8403.png" caption="The "Launcher"" class="lightwindow"><img src="/blog/2016/06/album_ajaxremote/AJAX-Remote-Home~4eb3f703d968f6f717f666169c82274992cf8403.png" class="imagestrip-image" style="max-width: 95%;"></a> </div> <div style="display: inline-block; width: 32%; text-align: center;"> <a href="/blog/2016/06/album_ajaxremote/AJAX-Remote-Remote~3262cce3f6b2e4c9bce36c801c89b957cd82acc4.png" caption="The Remote module. Not unlike apps on the Apple Watch today, early web apps could not get any events on when the user began and ended a touch, making it necessary to provide seperate buttons for short and long button presses." class="lightwindow"><img src="/blog/2016/06/album_ajaxremote/AJAX-Remote-Remote~3262cce3f6b2e4c9bce36c801c89b957cd82acc4.png" class="imagestrip-image" style="max-width: 95%;"></a> </div> <div style="display: inline-block; width: 32%; text-align: center;"> <a href="/blog/2016/06/album_ajaxremote/AJAX-Remote-Presenter-Trackpad~6edc32d2d3f1dd111d33ec019de9dd5f064e7096.png" caption="Presenter Trackpad with MouseSpot turned on" class="lightwindow"><img src="/blog/2016/06/album_ajaxremote/AJAX-Remote-Presenter-Trackpad~6edc32d2d3f1dd111d33ec019de9dd5f064e7096.png" class="imagestrip-image" style="max-width: 95%;"></a> </div> <div style="display: inline-block; width: 32%; text-align: center;"> <a href="/blog/2016/06/album_ajaxremote/AJAX-Remote-Music~05b84d36d80dce1614b98e7d6e91a19a5fb507e0.png" caption="The Music module" class="lightwindow"><img src="/blog/2016/06/album_ajaxremote/AJAX-Remote-Music~05b84d36d80dce1614b98e7d6e91a19a5fb507e0.png" class="imagestrip-image" style="max-width: 95%;"></a> </div> <div style="display: inline-block; width: 32%; text-align: center;"> <a href="/blog/2016/06/album_ajaxremote/AJAX-Remote-Music-Speakers~aaa57bd40965e219aa94acac460bd48fbb72f253.png" caption="Speaker selection" class="lightwindow"><img src="/blog/2016/06/album_ajaxremote/AJAX-Remote-Music-Speakers~aaa57bd40965e219aa94acac460bd48fbb72f253.png" class="imagestrip-image" style="max-width: 95%;"></a> </div> <div style="display: inline-block; width: 32%; text-align: center;"> <a href="/blog/2016/06/album_ajaxremote/AJAX-Remote-Music-Search~7674b7b42ec91e339db0cecc3b4f0fddaca38219.png" caption="Music search" class="lightwindow"><img src="/blog/2016/06/album_ajaxremote/AJAX-Remote-Music-Search~7674b7b42ec91e339db0cecc3b4f0fddaca38219.png" class="imagestrip-image" style="max-width: 95%;"></a> </div> </div> </div> <p> The iTunes module and its ability to control AirPlay speakers (called AirTunes back then) in particular quickly became highly popular as it brought together several key Apple products (Mac, iTunes, iPhone, AirPort Express) and provided a single interface to control them. </p> <div style="text-align: center; margin: 1em;"> <a href="https://www.youtube.com/watch?v=byGvMrmFg8Q" data-youtube-id="byGvMrmFg8Q" id="videoplayvideo" class="video-play thumbnail"> <div class="thumbnail-container"> <img src="/blog/2016/06/images/videoThumbnailAJAXRemoteDemo~d3936173212dc76601d048a7f030a839fbb7d522.jpg" class="responsive"> <div class="play-overlay"></div> </div> </a> </div> <p> Seeing how well these products could play together, I fully expected Apple to <a href="https://en.wikipedia.org/wiki/Karelia_Watson" target="_blank">sherlock</a> the idea and eventually offer an iTunes Remote app of their own. What I did not expect, though, was that it'd be in the App Store the day it opened. </p> <p> And maybe it's just me, but Apple putting such an emphasis on their remote app being "<a href="https://web.archive.org/web/20081013091715/http://www.apple.com/itunes/remote/">the free app</a>" still strikes me both as an unnecessary burn and unique in Apple's history. </p> <img src="/blog/2016/06/images/PremiumEditionCoverCDMini~9cbc1085da28af6863b3e11413e49d34253187da.jpg" class="responsive" style="float: right; padding-left: 2rem; padding-top: 1rem; width: 45%;"> <h4>Going retail (February 2008)</h4> <p> In February 2008, a special Remote Buddy Premium Edition went on sale in <a href="https://www.gravis.de/Zubehoer/Software/Utilities-und-Tools/Iospirit-Remote-Buddy-Premium-Edition-Fernbedienungssoftware-fuer-Mac.html">Gravis</a> retail stores across Germany. </p> <p> The Premium Edition shipped in a shrink-wrapped DVD box containing a professionally produced CD and a printed license card. The CD also contained a set of video tutorials exclusive to the Premium Edition. </p> <h4>Support for Plex (August 2008)</h4> <p> On the Mac, if you're serious about controlling Plex with a remote, you do it via Remote Buddy. And it all started back in August 2008. </p> <p> Plex had just been released two months ago - and Remote Buddy was already adding support for it. Since then, Plex users have a lot of choice regarding the remote control they want to use, as well as an easy way to configure their remote's button mapping. </p> <p> Always striving for the best possible and most robust integration with other apps, Remote Buddy has since learnt to talk Plex' UDP protocol and been expanded to support new generations of the Plex app that have come since - including Plex/HT, OpenPHT and Plex Media Player. </p> <a name="telescope"></a> <h4>Remote Buddy drives a huge telescope (August 2008)</h4> <p> As a software developer, emails from people who've found impressive uses for my software far outside what I myself considered possible <i>really</i> make me happy. Over the past decade, I've been blessed with many such emails - and they've really helped in keeping the motivation up. </p> <p> One of those mails came from John Kuehne, who shared that he was able to control the <a href="http://www.as.utexas.edu/mcdonald/facilities/2.1m/2.1.html" target="_blank">2.1m (82") Otto Struve Telescope</a> at McDonald Observatory using an Apple Remote and Remote Buddy. His setup used Remote Buddy to translate the remote's button presses into actions that controlled the Track82 software used to control the observatory. </p> <p> Remote Buddy and the Apple Remote allowed John to replace a big box on a long wire whose buttons can't be changed with an ergonomic, small IR remote that could be used from the control room <i>and</i> be configured to what was currently needed. </p> <p> <div class="feather-gallery-modern"> <div style="display: inline-block; width: 32%; text-align: center;"> <a href="/blog/2014/06/album_blog_21m/tubeDwarfsConsole~11f4a108049cb2daacad151618483d44ed94736a.jpg" caption="Tube dwarfs console." class="lightwindow"><img src="/blog/2014/06/album_blog_21m/tubeDwarfsConsole~11f4a108049cb2daacad151618483d44ed94736a.jpg" class="imagestrip-image" style="max-width: 95%;"></a> </div> <div style="display: inline-block; width: 32%; text-align: center;"> <a href="/blog/2014/06/album_blog_21m/console station~c462b7c493dd8c6562c5b303f968055104663349.jpg" caption="Console station" class="lightwindow"><img src="/blog/2014/06/album_blog_21m/console%20station~c462b7c493dd8c6562c5b303f968055104663349.jpg" class="imagestrip-image" style="max-width: 95%;"></a> </div> <div style="display: inline-block; width: 32%; text-align: center;"> <a href="/blog/2014/06/album_blog_21m/whole screen 2~5e7bbcd6cebf6af67d59f29aba5b0efd8b53430d.jpg" caption="Remote Buddy and Track 82 running side by side" class="lightwindow"><img src="/blog/2014/06/album_blog_21m/whole%20screen%202~5e7bbcd6cebf6af67d59f29aba5b0efd8b53430d.jpg" class="imagestrip-image" style="max-width: 95%;"></a> </div> <div style="display: inline-block; width: 32%; text-align: center;"> <a href="/blog/2014/06/album_blog_21m/John and telescope tube~0e7e54efbf287b145303f256be275a4a6847a125.jpg" caption="John in front of the telescope" class="lightwindow"><img src="/blog/2014/06/album_blog_21m/John%20and%20telescope%20tube~0e7e54efbf287b145303f256be275a4a6847a125.jpg" class="imagestrip-image" style="max-width: 95%;"></a> </div> <div style="display: inline-block; width: 32%; text-align: center;"> <a href="/blog/2014/06/album_blog_21m/NE view from dome slit~24aaa47fe2b12dd0492849f9212972fdf04d5700.jpg" caption="NE view from dome slit" class="lightwindow"><img src="/blog/2014/06/album_blog_21m/NE%20view%20from%20dome%20slit~24aaa47fe2b12dd0492849f9212972fdf04d5700.jpg" class="imagestrip-image" style="max-width: 95%;"></a> </div> <div style="display: inline-block; width: 32%; text-align: center;"> <a href="/blog/2014/06/album_blog_21m/telescope and console~de691e3a366ba8191a29e87c2b5bd8a88dc3e833.jpg" caption="Telescope and console" class="lightwindow"><img src="/blog/2014/06/album_blog_21m/telescope%20and%20console~de691e3a366ba8191a29e87c2b5bd8a88dc3e833.jpg" class="imagestrip-image" style="max-width: 95%;"></a> </div> </div> </p> <small style="color: #aaa;">All images &copy; John Kuehne.</small> <h4>Remote Buddy's driver becomes Candelair, fixes Snow Leopard (October 2009)</h4> <p> When OS X 10.6 shipped in August 2009, it included an Apple Remote HID device that no longer supported the exclusive access needed by third-party apps. Unlike before, any button press on the Apple Remote would now trigger both the default OS X <i>and</i> the app's action at the same time. </p> <p> Remote Buddy, shipping with its own driver since 2007, had not been affected by the change, and at the time was the <a href="/blog/2009/09/Snow-Leopard-compatibility-support-for-QuickTime-Player-X-and-a-promotion">only option</a> to reliably use the Apple Remote with 3rd party apps under OS X 10.6. </p> <p> When OS X 10.6.1 came and went without addressing the issue, there seemed - given the extent of the public outcry - little hope that Apple would address it in the future. Having the means to offer a fix to the issue, I decided to help out by <a href="/blog/2009/10/Fixing-the-Apple-Remote-under-Snow-Leopard">releasing</a> a stand-alone version of Remote Buddy's driver - since known simply as <a href="/labs/candelair/">Candelair</a>. </p> <p> <div class="image-box"> <img src="/blog/2016/06/images/candelair-screenshot~dcac813ddff846ae82cb4406d5dc69998d2302ec.jpg" class="responsive"> <p>Early version of Candelair running under OS X 10.6 (Snow Leopard)</p> </div> </p> <p> Alongside Candelair, I also decided to <a href="/blog/2009/10/Fixing-the-Apple-Remote-under-Snow-Leopard">open source</a> Remote Buddy's code for accessing the Apple Remote HID device. </p> <p> The BSD-licensed <a href="/labs/hidremote/">HIDRemote class</a> has since been adopted by popular apps like XBMC (now Kodi), Plex and EyeTV. It makes proper use of the OS X HID system, avoids any dependencies on driver internals - and even added a much-needed mechanism for apps to lend and return access to the Apple Remote among each other. </p> <p> Previously, if a developer didn't want to do research and write their own code for Apple Remote support, pretty much their only choice was other open-source code that broke every couple of OS releases (as the driver internals it relied on changed), dropped button presses and - in the worst case - could give users the impression that the Apple Remote or Apple IR Receiver hardware were defective. </p> <p> Apple eventually re-added support for exclusive access to its driver with OS X 10.6.2. Apps not using the HIDRemote class, however, remained broken and - once again - in need of an update to adapt to the changed internals of Apple's driver. </p> <h4>End of PowerPC support (May 2011)</h4> <p> While Remote Buddy had started its life in the age of Intel Macs, it had also been offering support for PowerPC processors. </p> <p> But time and technology moves on and so, in 2011 – five years after Apple's switch from PowerPC to Intel – I eventually had to retire support for PowerPC Macs as I no longer had access to a test machine. </p> <h4>Hitting the Mac App Store (September 2011)</h4> <img src="/blog/2016/06/images/Remote-Buddy-Express~5d53ee5d0bf2bb48da771b568ea12565ced0e661.png" class="responsive" srcset="/blog/2016/06/images/Remote-Buddy-Express~5d53ee5d0bf2bb48da771b568ea12565ced0e661.png 1x, /blog/2016/06/images/Remote-Buddy-Express@2x~b98210c8680d299d368546c322e983ac8e5c7153.png 2x" style="float: right; padding-left: 2rem;"> <p> Announced in October 2010, the Mac App Store was soon seen as the future of distributing apps on the Mac by many. </p> <p> I eventually decided to create a special "lite" version of Remote Buddy that fitted within the boundaries of Apple's Review Guidelines and call it "Remote Buddy Express". In May 2011, I uploaded Remote Buddy Express to iTunes Connect and hit "Submit". </p> <p> After spending 102 days of soul-wrenching discomfort and uncertainty, it finally passed review and became <a href="/blog/2011/09/Introducing-Remote-Buddy-Express-now-available-on-the-Mac-App-Store">"Ready for sale"</a> in the Mac App Store in September 2011. </p> <h4>The AJAX Remote app (October 2011)</h4> <p> Disheartened by my experience with the Mac App Store review process as well as technical difficulties, I <a href="/blog/2011/10/On-the-new-AJAX-Remote-App">stopped</a> development of a native iOS app and instead released an <a href="/blog/2011/10/Introducing-the-AJAX-Remote-App-for-iPhone-and-iPod-Touch">AJAX Remote app</a> that made discovering, connecting to and using the existing web app easier. </p> <img src="/blog/2016/06/images/hw_smart_remote~490e849b8dd98d85438fba622382d6c5e7a7918b.jpg" class="responsive" srcset="/blog/2016/06/images/hw_smart_remote~490e849b8dd98d85438fba622382d6c5e7a7918b.jpg 1x, /blog/2016/06/images/hw_smart_remote@2x~52392c3c97a3bf2a65624439f1ac9a17007bd1f3.jpg 2x" style="float: right; width: 25%; padding-top: 2rem;"> <h4>Logitech Harmony Smart Control support (June 2014)</h4> <p> In June 2014, Remote Buddy gained support for the Logitech Harmony Smart Control, providing a new, compelling option to integrate a Mac HTPC with the rest of the devices in the living room. </p> <h4>Remote Buddy Mobile for iPhone, iPad and Apple Watch (November 2015)</h4> <p> In early 2015, the idea of being able to control Remote Buddy from the then upcoming new Apple Watch inspires me to take a new shot at creating a native iOS companion app for Remote Buddy. </p> <p> <a href="/blog/2016/06/images/RemoteBuddyMobileOnDevices~f88f2c59df527430e13c03a9a627814a54205f86.jpg" class="lightwindow"> <img src="/blog/2016/06/images/RemoteBuddyMobileOnDevices~f88f2c59df527430e13c03a9a627814a54205f86.jpg" class="two-thirds-width" srcset="/blog/2016/06/images/RemoteBuddyMobileOnDevices~f88f2c59df527430e13c03a9a627814a54205f86.jpg 1x, /blog/2016/06/images/RemoteBuddyMobileOnDevices@2x~a27aa530826992a8bbf3af114a4bbb6896c9cfef.jpg 2x" style="border-radius: 5px;"> </a> </p> <p> Many months later, I'm putting the finishing touches on <a href="/products/remotebuddy/mobile/">Remote Buddy Mobile</a>, which turns an iOS device into a remote, trackpad and keyboard, implements one of the fastest (if not <i>the</i> fastest) screen sharing engines available on the platform, can manage apps and trigger app-specific actions. It also pioneers a privacy-respecting, location-based night mode - <a href="http://blog.felix-schwarz.org/post/115109139759/calculating-sunrise-and-sunset-times-without-core">based solely on the user's timezone</a>. </p> <h4>Remote Buddy Display for Apple TV (November 2015)</h4> <p> As rumors about a new Apple TV with a touch remote intensified, I began to think about what it would take to make a remote app for the new platform. What became very clear to me early on is that, in order for this to make sense, a Remote Buddy app for the Apple TV would have to be capable of streaming the Mac's screen content at high frame rates. </p> <p> When Apple announced the 4th generation Apple TV with Siri Remote and an App Store in September 2015, I immediately went to work on <a href="/products/remotebuddy/display/">Remote Buddy Display</a> and initially made quick progress thanks to the groundwork laid by the development of Remote Buddy Mobile. </p> <p> But when I ran the app on an Apple TV Developer Kit for the first time, it barely delivered two frames per second. </p> <p> It took a lot of time and optimizations to turn this into the high frame rates of up to 60 frames per second that <a href="/products/remotebuddy/display/">Remote Buddy Display</a> is known and loved for today. At 1080p resolution, up to 500 MB of graphics data need to be compressed on the Mac, sent over the wire, uncompressed and displayed on the Apple TV - every second. </p> <p> <div class="two-thirds-width"> <div class="video-responsive wide"> <a href="https://www.youtube.com/watch?v=PK_RNnRcR24" data-youtube-id="PK_RNnRcR24" id="videoplayvideo" class="video-play thumbnail"> <div class="thumbnail-container"> <img src="/blog/2016/06/images/videoThumbnailRemoteBuddyDisplay~1e01dc361a8be8d0c56a7462670c7ec34b354f56.jpg" class="responsive"> <div class="play-overlay"></div> </div> </a> </div> </div> </p> <p> Submitted days before the Apple TV became publicly available, I had high hopes for Remote Buddy Display to be around for the launch of the new tvOS App Store and show what the new platform was capable of. Unfortunately, that didn't work out as it spent 14 days in review. </p> <h4>Remote Buddy's look over time</h4> <p> As Remote Buddy evolved from an Apple Remote-only app to a general remote control solution for the Mac with much richer hardware support, its icon needed to adapt to better represent its new capabilities. </p> <p> <a href="/blog/2016/06/images/10-years-of-logos~4cfbff597a4261ff85e1bd2d5fc8ddb375e89b8c.jpg" class="lightwindow"> <img src="/blog/2016/06/images/10-years-of-logos~4cfbff597a4261ff85e1bd2d5fc8ddb375e89b8c.jpg" class="two-thirds-width" style="border-radius: 5px;"> </a> </p> <p> Not satisfied with what I had put together in Photoshop myself for the early preview releases, I got in touch with Rory Prior (of <a href="http://thinkmac.co.uk/design/" target="_blank">ThinkMac</a>), who then created Remote Buddy's first proper icon. Since then, the icon has been updated two more times following the introduction of major new features in Remote Buddy. </p> <p> <a href="/blog/2016/06/images/10-years-of-menus~4f79c4864188956950e577538a126a90cb0b8a5c.jpg" class="lightwindow"> <img src="/blog/2016/06/images/10-years-of-menus~4f79c4864188956950e577538a126a90cb0b8a5c.jpg" class="two-thirds-width" style="border-radius: 5px;"> </a> </p> <p> Just like the icon, Remote Buddy's menu looked a lot different ten years ago. While initially, the menu had a fixed size, it soon would dynamically adapt its width to display additional, contextual content. User interface elements like sliders and rating controls followed. And, over the years, as the look of OS X evolved, so did the look of Remote Buddy's menu. </p> <h4>A decade of free updates</h4> <p> It's crazy, but it's true: despite putting significant effort into the development of Remote Buddy for over ten years now, I've never charged for an update. </p> <h4>Thank You</h4> <p> Thanks to everyone who has used and supported Remote Buddy over the past decade and thereby enabled me to work on this project for so long already. ❤️ </p> 2016-06-15T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2016/06/10-years-of-Remote-Buddy Remote Buddy Display 1.1 adds audio &amp; Bluetooth keyboard support <p> Since it's release, <a href="/products/remotebuddy/display/">Remote Buddy Display</a> has made a considerable splash in the media and in living rooms around the world. It has been widely received as one of the most innovative Apple TV apps available and highlighted the potential of this little new box as a platform for apps beyond just games and on-demand video. </p> <p> To an indie like me, who often works months in a vacuum between releases, recognition on that scale really means a lot. Thanks everyone! </p> <p> Today I'm following up with Remote Buddy Display 1.1. Here's what's new: </p> <h4>Audio support</h4> <p> Virtually every article on Remote Buddy Display mentioned it - and a lot of people also asked about it directly: the lack of audio support in version 1.0. </p> <p> No more: version 1.1 ships with audio support! You can now see, <i>hear</i> and control your Mac with your Apple TV and Siri Remote. </p> <p> <a href="" class="lightwindow"> </a> </p> <p> The way this works is that Remote Buddy Display automatically selects your Apple TV as your Mac's System Audio Output when you connect - and restores the previous selection when you disconnect or leave the app. </p> <p> After considering the alternatives, building on this existing OS X feature stood out as the best option: the technology is proven, mature and available now - whereas a new kernel audio driver would have required significant resources for development and testing - without any immediate benefit. </p> <h4>Bluetooth keyboard support</h4> <p> tvOS 9.2 added the ability to connect Bluetooth keyboards to the Apple TV - and Remote Buddy Display 1.1 is taking full advantage of that: any text you type on a connected keyboard during a session is now sent directly to your Mac - including most key combinations! </p> <p> <a href="/blog/2016/04/remote-buddy-display-keyboard-siri-remote-apple-tv~6827c0f233724b09f7d942bed5d7859740bcd330.jpg" class="lightwindow"> <img src="/blog/2016/04/remote-buddy-display-keyboard-siri-remote-apple-tv~6827c0f233724b09f7d942bed5d7859740bcd330.jpg" class="two-thirds-width"> </a> </p> <p> OS limitations still apply, though: since tvOS only provides a filtered subset of keyboard events to apps, and provides no means of determining <i>exactly</i> when a keypress started and ended, time-sensitive key combinations like Cmd+Tab (for switching apps) may not be fully usable. Also, tvOS generates no events at all for stand-alone Shift, Alt, Command and Control key presses, so these only work when combined with an other, alpha-numeric key. </p> <h4>Hiding the mouse cursor</h4> <p> While the "Trackpad" and "Keyboard" modes of Remote Buddy Display rely on the mouse cursor as primary interaction model, the "Remote" mode is built on actions that directly control applications. Since a mouse cursor is not needed (and often unwanted) in that mode, Remote Buddy Display now hides it automatically when the mouse hasn't been moved for a few seconds. </p> <h4>App Preview Video</h4> <p> For this update, I also created an App Preview video for Remote Buddy Display that shows most new features in action: </p> <div style="padding-top: 1em; padding-bottom: 1em;"> <a href="https://www.youtube.com/watch?v=Mg5HZDbktHI" data-youtube-id="Mg5HZDbktHI" id="videoplayvideo" class="video-play thumbnail"> <div class="thumbnail-container"> <img src="/blog/2016/04/thumbnailAppPreview~0656b46c5338ee21a2c21f07f5d7974b2c5c0a59.jpg" class="responsive"> <div class="play-overlay"></div> </div> </a> </div> <p> Being just 30 seconds, this was an entirely new format for me. If you're interested, you can read more about my process and what I thought about and learnt in the creation of this video in my first Medium post: <a href="https://medium.com/@felix_schwarz/6-things-i-learnt-creating-an-app-preview-video-for-apple-tv-8ca7fb6fde73#.q3l5iuwzj" target="_blank">7 things I learnt creating an App Preview video for Apple TV</a>. </p> <h4>More in the pipeline</h4> <p> Remote Buddy Display is not the only Apple TV-related project that I've been working on for a while. If you want to be among the first to know when I take the veils off the second project, please consider signing up for the <a href="/newsletter/">newsletter</a> and following <a href="https://www.twitter.com/remotebuddy">@remotebuddy</a> on Twitter. </p> 2016-04-06T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2016/04/Remote-Buddy-Display-see-hear-control-your-Mac-with-Siri-Remote Remote Buddy 1.28 adds support for Plex Media Player and OpenPHT <p> The first update in <a href="/products/remotebuddy/">Remote Buddy</a>'s 10th year (yes, Remote Buddy was first released in 2006!) is available now - and it brings a lot of improvements and new features under and above the hood. </p> <h4>Support for Plex Media Player and OpenPHT</h4> <p> A lot of you have been asking for support for OpenPHT and the Plex Media Player, so I'm happy to announce that this release adds support for both. </p> <p> Since OpenPHT is based on Plex HT, support for OpenPHT has been added to the existing Plex Behaviour. As with previous generation switches in the Plex client software, the Plex Behaviour searches for the latest installed generation during launch and then targets that version. That means that if you have OpenPHT and Plex HT installed, it will target OpenPHT and continue to use your existing settings. </p> <p> For the new Plex Media Player, things are a bit different. Unlike f.ex. OpenPHT and Plex HT, the new Plex Media Player is no longer based on XBMC and currently only supports a subset of the remote control commands that its predecessors supported. It therefore seemed like a good idea to build an entirely new Behaviour to support the new Plex Media Player. One big benefit of this is that it allows you to use OpenPHT/Plex HT and Plex Media Player side by side. </p> <h4>Major Candelair update</h4> <p> This release also comes with the biggest update to <a href="/labs/candelair/">Candelair</a> in years. Installation is faster and more robust - and the Apple IR Receiver emulation now delivers the full feature set on OS X 10.9, 10.10 and 10.11 as well. Legacy apps that weren't updated to use the modern <a href="https://github.com/iospirit/HIDRemote">HIDRemote class</a> and still make assumptions about driver names and driver internals in 2016 can now be controlled through the emulation again. </p> <h4>Some more things</h4> <p> Besides the usual small improvements and fixes, this release also lays the foundation to some exciting new things that I've been working on for a while and hope to share more about with you soon. If you want to be among the first to know what this is about, please consider signing up for the <a href="/newsletter/">newsletter</a> and following <a href="https://www.twitter.com/remotebuddy">@remotebuddy</a> on Twitter. </p> 2016-02-29T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2016/02/Remote-Buddy-supports-Plex-Media-Player-OpenPHT Remote Buddy apps for Apple TV, iOS, watchOS now available <p> Today Remote Buddy expands its reach to all Apple platforms, receives completely new capabilities, a modernized look and a new website. That's not all that is changing, but let's start there. </p> <h4>Introducing Remote Buddy Display for tvOS</h4> <p> <a href="/products/remotebuddy/display/">Remote Buddy Display</a> is the brand-new Remote Buddy companion app for tvOS that brings your Mac apps onto the new Apple TV's screen through high-speed screen sharing while turning the Siri Remote into a trackpad, keyboard and remote to control them. </p> <p> <div class="video-responsive wide"> <a href="https://www.youtube.com/watch?v=PK_RNnRcR24" data-youtube-id="PK_RNnRcR24" id="videoplayvideo" class="video-play thumbnail"> <div class="thumbnail-container"> <img src="/blog/2015/11/videoPreview~1e01dc361a8be8d0c56a7462670c7ec34b354f56.jpg" class="responsive"> <div class="play-overlay"></div> </div> </a> </div> </p> <p> This combination makes Remote Buddy Display both <strong>the first screen sharing app</strong> and <strong>the first remote app available on tvOS</strong>. </p> <p> Developed from scratch specifically for Remote Buddy Display, the screen sharing engine at the core of this app was designed to deliver high frame rates at a low latency even when content is played back full screen. Building on the latest GPU and CPU technologies, it delivers <strong>up to 60 frames per second with a latency of around 0.1 seconds</strong>. See it in action in the embedded demo video, where Remote Buddy Display shows a Mac mini's (Late 2012) screen at full 1080p resolution during fullscreen playback of a YouTube video. </p> <p> Remote Buddy Display allows using <strong>the Siri Remote as a trackpad, remote and keyboard</strong> to interact with the apps on the Mac whose screen is shared through it. </p> <p> Integrated into the trackpad mode is a feature called <strong>Mousespot</strong>. This powerful and easy-to-use presentation tool gently highlights the area around the mouse cursor when a finger rests on the touch surface for more than two seconds - and disappears again if two seconds pass without a touch. </p> <p> In remote control mode, the <strong>Lazy Gestures</strong> feature can detect multiple gestures in a row without requiring the finger to be lifted inbetween. If f.ex. you are fast forwarding in QuickTime Player by swiping right and holding and you fast forward too far, you can simply swipe left and continue holding. Remote Buddy Display will then detect this as a new gesture and tell Remote Buddy to start rewinding. </p> <p> But that's not all. Remote Buddy Display also supports multiple displays, accessing and running app-specific actions, launching, switching and quitting apps, putting the Mac to sleep and more. </p> <p> For more information and a technology comparison with AirPlay and VNC, please visit the <a href="/products/remotebuddy/display/">Remote Buddy Display page</a>. </p> <p> Remote Buddy Display is <strong>FREE</strong> and now available on the <a href="/products/remotebuddy/display/download">Apple TV App Store</a>. </p> <h4>Introducing Remote Buddy Mobile for iOS and watchOS</h4> <p> <a href="/blog/2015/11/RemoteBuddyMobileOnDevices@2x~a27aa530826992a8bbf3af114a4bbb6896c9cfef.jpg" class="lightwindow"> <img src="/blog/2015/11/RemoteBuddyMobileOnDevices~f88f2c59df527430e13c03a9a627814a54205f86.jpg" class="responsive" srcset="/blog/2015/11/RemoteBuddyMobileOnDevices~f88f2c59df527430e13c03a9a627814a54205f86.jpg 1x, /blog/2015/11/RemoteBuddyMobileOnDevices@2x~a27aa530826992a8bbf3af114a4bbb6896c9cfef.jpg 2x"> </a> </p> <p> <a href="/products/remotebuddy/mobile/">Remote Buddy Mobile</a> turns your <strong>iOS</strong> device into a <strong>remote, trackpad and keyboard</strong> for the Mac and is the first remote app to also offer and fully embrace screen sharing. </p> <p> The inclusion of <strong>screen sharing</strong> is a game changer as it means that you can now control the Mac from another room or when its screen is turned off. Want to keep watching EyeTV while fetching something in the kitchen? Or initiate a download on your HTPC Mac without waiting for the TV to come on? Remote Buddy Mobile has you covered! </p> <p> If you're using Remote Buddy as part of a home theater setup, you'll love the <strong>Night Mode</strong> - an eye-friendly, dark color scheme optimized for use in dark environments. It can be activated automatically between sunset and sunrise, calculated based on location and date. </p> <p> Remote Buddy Mobile also includes a <strong>Watch app</strong> so that the Apple Watch can be used as a <strong>remote, dictation keyboard and presenter aid</strong> for Remote Buddy on the Mac. </p> <p> Both iOS and Watch apps provide access to app-specific actions and can be used to launch, switch and quit apps. </p> <p> For more information, please visit the <a href="/products/remotebuddy/mobile/">Remote Buddy Mobile page</a>. </p> <p> Remote Buddy Mobile supports iPhone, iPad and iPod touch running iOS 8 or later and Apple Watch running watchOS 1.0 or later. It is <strong>FREE</strong> with in-app purchases for premium features. Version 1.0 is now available on the <a href="/products/remotebuddy/mobile/download">App Store</a>. </p> <p> Version 1.1 - already submitted for review - will bring significant performance gains for screen sharing, as it adopts the same screen sharing code already found in Remote Buddy Display. </p> <h4>Remote Buddy 1.27</h4> <div class="illu-right"> <img src="/assets/images/app-icons/remotebuddy-1/logo_remotebuddy_256~6423b625a0513ae7803fb6ea3dc6707e75f3fece.png" class="responsive" srcset="/assets/images/app-icons/remotebuddy-1/logo_remotebuddy_256~6423b625a0513ae7803fb6ea3dc6707e75f3fece.png 1x, /assets/images/app-icons/remotebuddy-1/logo_remotebuddy_256@2x~b80d5a63b02aea4b575342c066e410cdc3a09c15.png 2x"> </div> <p> The new <a href="/products/remotebuddy/">Remote Buddy</a> release adds Mobile Access, which is needed by the new iOS, watchOS and tvOS apps and includes the new screen sharing capabilities. It also adds support for OS X Photos. </p> <p> Many more changes have taken place under the hood, including stability fixes for OS X El Capitan and an improved virtual input layer. Starting with this release, AJAX Remote is no longer supported. It will continue to be included for the time being, though. </p> <p> Apart from a new logo, Remote Buddy - after many, many years of price stability - also gets a new price. At 24.99 &euro;, it's still a steal and continues to be priced at the low end of the price range for a product this powerful. </p> <h4>Remote Buddy Express</h4> <p> Remote Buddy Express is currently not available on the Mac App Store as version 1.27.2 with full support for the tvOS app is awaiting approval by App Review. The latest approved version - 1.27 - works with the tvOS app, but only offers about 10% of the framerate version 1.27.2 is capable of delivering. </p> <h4>New website</h4> <p> IOSPIRIT is getting a new, mobile-friendly website that lays the groundwork for more frequent content updates in the future. Not everything has made the jump over to the new content engine yet, but this is being worked on. If you notice anything that does not work as expected, please <a href="/contact/">drop a mail</a>. </p> <h4>One more thing</h4> <p> Watch this space for one more, exciting product release in the coming weeks. If you want to be among the first to know, subscribe to the low-traffic newsletter below - or follow <a href="https://twitter.com/iospirit" target="_blank">@iospirit</a> on Twitter. </p> 2015-11-13T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2015/11/Introducing-Remote-Buddy-for-Apple-TV-iPhone-iPad-and-Apple-Watch Remote Buddy Mobile - the next generation remote app, is coming soon to iPhone, iPad and Apple Watch <p> In 2007, before Apple launched the iPhone SDK and the App Store, Remote Buddy was the first complete solution that turned your iPhone into a remote control for your Mac. Driven by its own embedded web server and web 2.0 technologies, Remote Buddy delivered AJAX Remote to the iPhone's Safari browser to implement a web app that looked and behaved like a native app. </p> <p> And while, in the following years, AJAX Remote continued to receive updates that increased performance, responsiveness and introduced new features, the long-term goal has always been to eventually replace it with a completely new, native app. </p> <h4>The next chapter on mobile</h4> <p> <img src="/blog/2015/07/RemoteBuddyMobileLogo~0dfe77255bd7c66354c86b0324471b6e501e321b.png" class="responsive" srcset="/blog/2015/07/RemoteBuddyMobileLogo~0dfe77255bd7c66354c86b0324471b6e501e321b.png 1x, /blog/2015/07/RemoteBuddyMobileLogo@2x~b187a9e50f5f670a67881bb3a7657565398490ee.png 2x"> </p> <p> <img src="/blog/2015/07/RemoteBuddyMobileOnDevices~54f51d818d05bc84532b87bae37c09e3614306c0.jpg" class="responsive" srcset="/blog/2015/07/RemoteBuddyMobileOnDevices~54f51d818d05bc84532b87bae37c09e3614306c0.jpg 1x, /blog/2015/07/RemoteBuddyMobileOnDevices@2x~1c2cecc43a497e0f62e3a2915b4b1fe207adc2af.jpg 2x"> </p> <p> That new, native app is called <a href="/products/remotebuddy/mobile/">Remote Buddy Mobile</a> and I'm incredibly proud to give you a <a href="/products/remotebuddy/mobile/">sneak peek</a> at it today. </p> <p> With <a href="/products/remotebuddy/mobile/">Remote Buddy Mobile</a> you can use your iOS device as a remote, trackpad and keyboard for your Mac. Beam your Mac's screen right onto your device with the integrated screen sharing module. Turn your Apple Watch into a remote control for your Mac with the included Watch App. Or manage apps and run actions. </p> <p> Use <a href="/products/remotebuddy/mobile/">Remote Buddy Mobile</a> as a powerful remote for your Mac-based home theater (HTPC), to control your presentations, to keep an eye on or even access the screen from another room (via built-in screen sharing) and much, much more. </p> <p> <a href="/products/remotebuddy/mobile/">Remote Buddy Mobile</a> was built using the latest iOS 8 technologies to support iPhone, iPad, iPod touch and Apple Watch. </p> <h4>There's more</h4> <p> Remote Buddy Mobile is just a small part of the complete picture that still has to be completed and unveiled. Join us on our journey and <a href="/newsletter/">sign up for email updates</a> to learn about the other exciting things that are in store this and next year. </p> <p> Also check out <a href="https://twitter.com/remotebuddy" target="_blank">@remotebuddy</a> on Twitter for exclusive, additional sneak peeks. </p> 2015-07-22T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2015/07/Remote-Buddy-Mobile-the-next-generation-remote-app-is-coming-soon-to-iPhone-iPad-and-Apple-Watch Kodi <p> XBMC will be rebranded as <a href="http://kodi.tv/">Kodi</a> with the next major release - and the first beta has just become <a href="http://kodi.tv/kodi-14-0-helix-beta-1-springs-forward/">available</a>. </p> <p> Because of the name change, Remote Buddy 1.25 (released before Kodi beta1) doesn't currently recognize Kodi. A few changes were needed to add Kodi support to the XBMC Behaviour. </p> <p> Please use Remote Buddy's Online Updater ("Check for udpates..") to download and install the updated XBMC Behaviour with Kodi support. You'll need to relaunch Remote Buddy for the update to take effect. The Behaviour will only show up in the Online Updater if you already have Kodi installed. </p> <h4>XBMC and Kodi</h4> <p> Remote Buddy uses a single Behaviour to support both XBMC and Kodi. This has the benefit that your existing XBMC Behaviour settings will automatically target Kodi when you install it. </p> <p> Remote Buddy will look for Kodi and XBMC during launch and exclusively target the latest version it found at the time. If you have both Kodi and XBMC installed, Remote Buddy will only show and control Kodi. To go back to XBMC in such a scenario, you'd need to remove all copies of Kodi.app and relaunch Remote Buddy. </p> <h4>Remote Buddy Express</h4> <p> Since Apple prohibits built-in updaters in the Mac App Store, Remote Buddy Express users interested in the new Behaviour will need to download and install the Behaviour manually: <ol> <li><a href="https://www.iospirit.com/static/objectfiles/file/165/XBMC.rbbehaviour.zip">Download XBMC.rbbehaviour.zip</a></li> <li>Extract XBMC.rbbehaviour by double clicking the downloaded XBMC.rbbehaviour.zip</li> <li>Install XBMC.rbbehaviour by double clicking it</li> <li>Follow the instructions provided by Remote Buddy Express</li> </ol> </p> <h4>Feedback</h4> <p> Please join the discussion in the <a href="/support/forums/remotebuddy/">forums</a> or <a href="/contact/">send me an email</a> with any questions, suggestions or feedback regarding Kodi support. </p> 2014-11-04T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2014/11/Kodi Hello Yosemite! <p> <img src="/blog/2014/10/remote_buddy_screenshot_yosemite~08d33286a186285d552f2c538023987d54d7679d.jpg" class="responsive" srcset="/blog/2014/10/remote_buddy_screenshot_yosemite~08d33286a186285d552f2c538023987d54d7679d.jpg 1x, /blog/2014/10/remote_buddy_screenshot_yosemite@2x~422d52fd1dbb28ee32cb1dd1511e4fd8d4eeb38e.jpg 2x"> </p> <p> We were busy updating Remote Buddy for Yosemite since getting our hands on a Developer Preview in June. </p> <p> After completing a final set of tests on the actual release version of Yosemite, Remote Buddy 1.26 is now available for <a href="/products/remotebuddy/download/">download</a>. </p> <p> This <a href="/products/remotebuddy/releasenotes/">release</a> also includes fixes for users controlling Plex, Photo Booth and Safari through Remote Buddy. </p> <p> A version 1.26 update to Remote Buddy Express will be available on the Mac App Store once it has passed Apple's review. </p> 2014-10-20T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2014/10/Hello-Yosemite Road to Yosemite: updates for Remote Buddy, Candelair and Remote Control Diagnostics <p> We've just released updates for <a href="/products/remotebuddy/">Remote Buddy</a>, <a href="/labs/candelair/">Candelair</a> and <a href="/labs/remotecontroldiagnostics/">Remote Control Diagnostics</a> that improve compatibility with OS X Yosemite betas and fix an issue with Mavericks as well. </p> <p> OS X Yosemite is still in beta and a final public release (GM) is probably still months away. So for now, it's not yet technically possible to claim official support for Yosemite. We hope to have fully compatible versions available at the time of OS X Yosemite's public release, though. </p> <p> If you're among those testing OS X Yosemite as a developer or beta tester and you experience any issues using Remote Buddy with that OS X release, please let us know by <a href="/contact/">email</a> or <a href="https://twitter.com/iospirit">Twitter</a>. </p> 2014-07-27T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2014/07/road-to-yosemite Remote Buddy 1.25 adds support for Harmony Smart Control, providing control over 100+ Mac apps - and what else is new <p> For more than <a href="/blog/article/182/Remote-Buddy-turns-8-some-littleknown-tidbits/">eight years</a> now, Remote Buddy users have received free updates. And today's release - which brings many new features and improvements - is no different. </p> <h4>Support for Harmony Smart Control</h4> <p> <p> <div class="feather-gallery-modern"> <div style="display: inline-block; width: 32%; text-align: center;"> <a href="/blog/2014/06/album_harmony_blogshots/lhsMenuShot~e4e28f3d1655b822911ba97cf859dbdf039285e6.jpg" class="lightwindow"><img src="/blog/2014/06/album_harmony_blogshots/lhsMenuShot~e4e28f3d1655b822911ba97cf859dbdf039285e6.jpg" class="imagestrip-image" srcset="/blog/2014/06/album_harmony_blogshots/lhsMenuShot~e4e28f3d1655b822911ba97cf859dbdf039285e6.jpg 1x, /blog/2014/06/album_harmony_blogshots/lhsMenuShot@2x~d4c5f7d7d01381a4127a4112deda67e9c2f9e019.jpg 2x" style="max-width: 95%;"></a> </div> <div style="display: inline-block; width: 32%; text-align: center;"> <a href="/blog/2014/06/album_harmony_blogshots/lhsConcept~83a38619a5c5b3e46d582be8196f910de0826ea5.jpg" class="lightwindow"><img src="/blog/2014/06/album_harmony_blogshots/lhsConcept~83a38619a5c5b3e46d582be8196f910de0826ea5.jpg" class="imagestrip-image" srcset="/blog/2014/06/album_harmony_blogshots/lhsConcept~83a38619a5c5b3e46d582be8196f910de0826ea5.jpg 1x, /blog/2014/06/album_harmony_blogshots/lhsConcept@2x~7962100575bb6cca41c260b301b1bb4aefdbf556.jpg 2x" style="max-width: 95%;"></a> </div> <div style="display: inline-block; width: 32%; text-align: center;"> <a href="/blog/2014/06/album_harmony_blogshots/lhsConfigShot~060cb402583041a8d8bd405aeadbd64e029de9e4.jpg" class="lightwindow"><img src="/blog/2014/06/album_harmony_blogshots/lhsConfigShot~060cb402583041a8d8bd405aeadbd64e029de9e4.jpg" class="imagestrip-image" srcset="/blog/2014/06/album_harmony_blogshots/lhsConfigShot~060cb402583041a8d8bd405aeadbd64e029de9e4.jpg 1x, /blog/2014/06/album_harmony_blogshots/lhsConfigShot@2x~92654665dc9b6d1e86587691a1283bb4b2c92d5a.jpg 2x" style="max-width: 95%;"></a> </div> </div> </p> </p> <p> The Harmony Smart Control can now be paired with Remote Buddy on the Mac. Once the Bluetooth pairing has been established, Remote Buddy is available as a device to the Harmony. </p> <p> More than <a href="/products/remotebuddy/software/">100 Mac apps</a> supported by Remote Buddy (including Plex, EyeTV, iTunes, Rdio, Spotify, DVD Player, Mac Blu-Ray Player, iPhoto, Lightroom, XBMC, Movist and VLC) can then be controlled with the same remote that can already control other devices like TV sets, beamers, game consoles, the Apple TV and even Philips Hue lights. </p> <p> Together, Remote Buddy and the Harmony Smart Control form an elegant, powerful solution for the deep integration of a Mac into a home entertainment setup. </p> <p> The duo also gets the basics right: thanks to the use of Bluetooth, the connection between the Mac and the Harmony Smart Control is rock solid, button presses are received almost instantly and no line of sight is needed. Since almost all Macs have a Bluetooth adapter these days, no USB adapters are needed in most cases, either. The lightweight RF remote included in the Smart Control package feels good in the hand and, according to Logitech, the exchangeable coin cell battery lasts at least a year. </p> <p> Want to get started? <a href="/blog/article/184/-/">This How-To</a> lists all needed parts and system requirements. It also shows how to set them up. Additional info is also available in a <a href="/support/faqs/remotebuddy/category/23/Hardware-Harmony-Smart-Control/">dedicated FAQ section</a> and on the <a href="/products/remotebuddy/hardware/#harmonysmartcontrol">hardware page</a>. </p> <h4>Launches up to three times faster</h4> <p> Remote Buddy has to do a lot of heavy lifting during launch. Over 100 plugins are scanned, evaluated and loaded. A multi-threaded driver environment is spun up. Drivers are loaded into it, hardware is initialized and prepared for use. User preferences and graphical assets get loaded. And finally, all the seperate parts are brought together. </p> <p> In this release, new caching and indexing techniques help to greatly reduce the number of files that need to be loaded from disk, reducing load on the I/O system and resulting in an up to three times faster launch. </p> <h4>Sort and Album Artists in iTunes</h4> <p> The iTunes Behaviour now sorts artists by what iTunes calls "Sort Artist", so that you now find "The Beatles" in the neighbourhood of "Bauhaus", not next to "Trentem&oslash;ller". </p> <p> The iTunes Behaviour also adds a new "Album Artists" category in its "Music Library" menu. When tracks on a single album are by "X" as well as "X feat. Y" and "X feat. Z", you see three different entries in "Artists", each of which only refers to parts of one and the same album. In contrast, if you use "Album Artists", you'll only see an entry for "X" - and all tracks of the album will be shown. </p> <h4>New minimum requirements</h4> <p> Apple <a href="https://twitter.com/hosymat/status/449477748827103232" target="_blank">no longer allows</a> submissions to the Mac App Store that make use of QuickTime or QTKit. Instead, developers should use AV Foundation, a framework that made its debut in OS X 10.7. </p> <p> For Remote Buddy Express, this means that the minimum required OS X version is now 10.7 (10.6.6 previously). The alternative would have been to drop the "Camera" feature from AJAX Remote. At the time of writing, Remote Buddy Express 1.25 is "waiting for review". </p> <p> Remote Buddy can still use QuickTime and QTKit (and in fact does if you run it on OS X versions before 10.7), but requires at least OS X 10.6 now. Almost all Intel Macs can be upgraded to at least this version. </p> <h4>Fixes and improvements</h4> <p> A few users reported that they could no longer control PowerPoint 2011 with Remote Buddy after upgrading to OS X 10.9. Fixed with this release. </p> <p> The Behaviour Construction Kit now automatically generates a truly unique identifier for every new Behaviour you create, eliminating a frequent source of errors and confusion when more than one Behaviour was created and all created Behaviours shared the same identifier. </p> <p> This release is again compatible with the latest version of Aurora. It also addresses timing issues when using some EyeTV receivers as IR receivers for Remote Buddy. </p> <h4>OS X Yosemite</h4> <p> We haven't been this excited about a new OS X release for some time. And of course one of the first things we do with Developer Previews is to test our software on them. </p> <p> In early (but incomplete) tests Remote Buddy works well. Except for one thing: starting with Yosemite, OS X will only load kernel extensions that have been signed with an extended version of Apple's Developer ID. Since Remote Buddy's driver is signed with only a standard Developer ID, it won't get loaded - and Remote Buddy can't access most of the hardware supported through it. </p> <p> We've already applied for the extended version of Apple's Developer ID and hope to soon provide a version of Remote Buddy's driver that will be accepted by Yosemite. </p> <p> Until then, you can work around this by turning on Yosemite's kext developer mode. You do this by entering this line into Terminal.app: </p> <p><code> sudo nvram boot-args="kext-dev-mode=1" </code></p> <p> A reboot later your installation of Yosemite will again load Remote Buddy's driver. </p> <p class="note filled-light color-yellow"> <b>IMPORTANT:</b> Please keep in mind that OS X Yosemite right now is only available as a Developer <i>Preview</i>. It's <i>not</i> the final thing and bugs and unexpected behaviour <i>have</i> to be expected. So whatever you do with Yosemite at this point: be sure you have backups of all data you care about at all times. </p> <p> Since we are still months away from Yosemite becoming available to everyone, Remote Buddy does <i>not</i> yet officially support Yosemite. Yet we'd still like to <a href="/contact/">hear from you</a> if you run into any issues. </p> <h4>Help spread the word</h4> <p> The Mac market has seen massive growth in recent years, making it a lot harder for indie developers to get the word out on their apps. This is true even for niche software like Remote Buddy. If you like Remote Buddy and want to support us beyond purchasing a copy, please consider telling your friends about it. It really helps. Thanks! </p> 2014-06-20T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2014/06/Remote-Buddy-1-25-adds-support-for-Harmony-Smart-Control-providing-control-over-100-Mac-apps-and-what-else-is-new How-To: Set up the Logitech&reg; Harmony&reg; Hub with Remote&nbsp;Buddy and control 100+ Mac apps with the Harmony&reg;&nbsp;Smart Control&nbsp;/ Companion&nbsp;/ Ultimate&nbsp;/ Elite <div class="note filled-light color-yellow" style="background-color: white; margin-bottom: 2rem;"> <b>⚠️ These instructions are for version 1.x of Remote Buddy. The steps for version 2 are different and described <a href="/products/remotebuddy/hardware/logitech-harmony-companion/configuration-macos-app">here</a></b> </div> <div class="note filled-light color-yellow" style="background-color: white; margin-bottom: 2rem;"> <p style="margin: 0px;">Although originally written for the Harmony&reg; Smart Control, the configuration steps for the Harmony&reg; Companion, Harmony&reg; Ultimate or Harmony&reg; Elite are almost identical. The title and parts of the text have been updated to reflect this.</p> </div> <p> In this How-To, I'm walking you through the steps needed to set up the Logitech&reg; Harmony&reg; Companion with Remote Buddy. At the end, you will be able to use your Companion to control <a href="/products/remotebuddy/software/">over 100+ apps on your Mac</a>. </p> <p> <a href="/blog/2014/06/images/lhsConcept@2x~7962100575bb6cca41c260b301b1bb4aefdbf556.jpg" class="lightwindow"> <img src="/blog/2014/06/images/lhsConcept~83a38619a5c5b3e46d582be8196f910de0826ea5.jpg" class="responsive" srcset="/blog/2014/06/images/lhsConcept~83a38619a5c5b3e46d582be8196f910de0826ea5.jpg 1x, /blog/2014/06/images/lhsConcept@2x~7962100575bb6cca41c260b301b1bb4aefdbf556.jpg 2x"> </a> </p> <a name="prereq"></a> <h4>Prerequisites</h4> <p> Here's what you'll need for this How-To: <ul> <li>Mac: a Mac with built-in Bluetooth, running OS X 10.9 "Mavericks" or later.<br>Earlier versions of OS X <i>may</i> work, too, but are officially not supported.</li> <li>An iOS device with Bluetooth and WiFi, running the latest version of the free "Harmony Control" app by Logitech (<a href="https://itunes.apple.com/de/app/harmony-control/id626853860?mt=8&uo=4&at=10lHAv" target="itunes_store">App Store</a>).<br> At the time of writing, pairing the Hub is only supported through the smartphone apps - desktop apps like the MyHarmony app for the Mac&reg; can't be used.</li> <li><a href="/products/remotebuddy/">Remote Buddy 1.25</a> or later (<a href="/products/remotebuddy/download/">download trial version</a>)<br>IMPORTANT: the Express version from the Mac App Store does <a href="/products/remotebuddy/compare/">NOT</a> support the Harmony&reg; Companion or other Bluetooth remotes.</li> <li>The Harmony&reg; Companion package. If you purchase it through these links, we receive a kickback (thanks!): <a href="https://amzn.to/2KBogWf" target="_blank">Amazon.com</a>, <a href="https://amzn.to/2P8qEo9 " target="_blank">Amazon.de</a></li> </ul> </p> <a name="step1"></a> <h4>Step 1: Setting up a new device in the Harmony&reg; software</h4> <p> If you've just unwrapped your Harmony&reg; Companion package, follow this guide: </p> <p> <p> <div class="feather-gallery-guide" id="album_harmony_smart_newsetup"> <div class="gallery-start">Setting up Harmony&reg; Companion from scratch<a href="#" class="gallery-toggle btn filled color-info">Show</a></div> <div class="gallery-view"> <div class="gallery-left" style="width: 60%;"></div> <div class="gallery-right" style="width: 40%;"></div> <div class="gallery-overview"></div> <div class="gallery-navigation"></div> </div> </div> <script> setupFeatherGallery("album_harmony_smart_newsetup", [{"url":"/blog/2014/06/album_harmony_smart_newsetup/scratch-step1~7b78e4c00f5d5c647850ea417994597a06cf388a.png","height":548,"width":320,"caption":"<p>\nPlease install the free \"Harmony Control\" app by Logitech (<a href=\"https://itunes.apple.com/de/app/harmony-control/id626853860?mt=8&uo=4&at=10lHAv\" target=\"itunes_store\">App Store</a>) and follow the on screen instructions until you arrive at this screen.\n</p>\n<p>\nWe're assuming this is your first Harmony product and proceed with \"New Setup\".\n</p>\n<div class=\"stickynote\">\n<b>Tip:</b> Make sure the Hub is powered by the included power adapter, not some standard USB port. I noticed that the \"Harmony Control\" app won't find the Hub otherwise. \n</div>\n"},{"url":"/blog/2014/06/album_harmony_smart_newsetup/scratch-step2~11b940467998830778f60213718d4f744122c3a1.png","height":548,"width":320,"caption":"Select \"Entertainment Device\"."},{"url":"/blog/2014/06/album_harmony_smart_newsetup/scratch-step3~f0066e92699dc9d545d79776a1a44d7181129060.png","height":548,"width":320,"caption":"Tap on the input fields and enter \"Sony\" as manufacturer and \"Playstation 3\" as model number. Then tap \"Add\" to proceed."},{"url":"/blog/2014/06/album_harmony_smart_newsetup/scratch-step4~21edbf11dab5b19da2642a4125e5cb5fd57962b4.png","height":548,"width":320,"caption":"You don't need to do anything here. Just tap \"&gt;\"."},{"url":"/blog/2014/06/album_harmony_smart_newsetup/scratch-step5~7d9d8d6cec464984f19f29474c764904406a0543.png","height":548,"width":320,"caption":"If you have more devices to set up, this would be the place to add them. For the purpose of this guide, however, we assume you only want to use the remote with Remote Buddy. Tap \"&gt;\" to proceed."},{"url":"/blog/2014/06/album_harmony_smart_newsetup/scratch-step6~cb75b92c543d3bd6f5a7848f8055bc179384e821.png","height":548,"width":320,"caption":"In order to use the device we set up, we need to create an activity for it. Tap \"Add activity\" to proceed."},{"url":"/blog/2014/06/album_harmony_smart_newsetup/scratch-step7~9249577f56bbdc10827ee81295b506ccbd022af9.png","height":548,"width":320,"caption":"Enter \"Remote Buddy\" as \"Activity Name\". Select \"Sony PS3\". Then tap on \"&gt;\" to proceed."},{"url":"/blog/2014/06/album_harmony_smart_newsetup/scratch-step8~7b4cc8a38d30f7bbd6204cfb3430f99c0c4a217c.png","height":548,"width":320,"caption":"You don't need to do anything here. Just tap \"&gt;\" to proceed."},{"url":"/blog/2014/06/album_harmony_smart_newsetup/scratch-step9~bec3c653da4f373415f745ef08e15e3248efc50a.png","height":549,"width":320,"caption":"Tap \"My devices are ON\" to proceed."},{"url":"/blog/2014/06/album_harmony_smart_newsetup/scratch-step10~860798a6e3d356117ec8c1075f5d7ee25be14c0a.png","height":550,"width":737,"caption":"The Harmony Hub has now entered pairing mode, so there's nothing to do here in the Harmony app (the instructions on screen are for PS3 owners and irrelevant in the context of this guide).\n\nThis is the right moment to open the Remote Buddy Setup Wizard, though."},{"url":"/blog/2014/06/album_harmony_smart_newsetup/scratch-step11~a61636b56b1186157558338f7b141c706b8d026e.png","height":550,"width":884,"caption":"<p>\nFirst select \"Pair a Bluetooth remote control\", then click \"Proceed\".\n</p>\n<div class=\"stickynote\"><b>Tip:</b> If the option is greyed out, verify that you've installed the driver (as per the first option in the same window) - and that you have Bluetooth turned on. If Bluetooth is turned off, close the Setup Wizard, turn Bluetooth on, wait a few seconds, then open the Setup Wizard again.</div>"},{"url":"/blog/2014/06/album_harmony_smart_newsetup/scratch-step12~f7997380284d038de7eaffbdd8578cb8e4faf953.png","height":550,"width":884,"caption":"Wait while Remote Buddy searches for and pairs with the Harmony Hub. This can take a moment."},{"url":"/blog/2014/06/album_harmony_smart_newsetup/scratch-step13~50a34c30e0885ad8d9a708a2c431e7e6aebd01e1.png","height":550,"width":1204,"caption":"After pairing, click \"Done\" in Remote Buddy and tap on \"&gt;\" in the Harmony app."},{"url":"/blog/2014/06/album_harmony_smart_newsetup/scratch-step14~e7909411b4973035edc3b8d1a5fac55db14448d0.png","height":549,"width":320,"caption":"Tap \"Test Later\" to proceed."},{"url":"/blog/2014/06/album_harmony_smart_newsetup/scratch-step15~b6f669f8acb184c1dcee52b24d9486a30503e984.png","height":549,"width":320,"caption":"This is the the only activity covered by this guide. So tap \"&gt;\" to proceed."},{"url":"/blog/2014/06/album_harmony_smart_newsetup/scratch-step16~4ed97d91916a9b8f41aa264e77ddec00e1047cee.png","height":548,"width":320,"caption":"Tap \"&gt;\" to proceed."},{"url":"/blog/2014/06/album_harmony_smart_newsetup/scratch-step17~ff4c83c1d975ac3baa525a6483df874d2ab2d981.png","height":549,"width":320,"caption":"Make sure the newly created activity is assigned to one of the top 3 buttons. Then tap \"&gt;\" to proceed."},{"url":"/blog/2014/06/album_harmony_smart_newsetup/scratch-step18~ee54b2097ab26d83dbd3bb96339c301eed38ad6c.png","height":548,"width":320,"caption":"Hooray! Setup is complete! Tap \"Exit Setup\" and we're done for this step."}], "default", { "Show" : "Show", "Close" : "Close", "Overview" : "Overview", "Previous" : "Previous", "Next" : "Next" }); </script> </p> </p> <p> If you already have an existing Harmony&reg; setup and just want to add Remote Buddy to it, start here: </p> <p> <p> <div class="feather-gallery-guide" id="album_harmony_smart_addtosetup"> <div class="gallery-start">Adding Remote Buddy to your existing Harmony&reg; Companion setup<a href="#" class="gallery-toggle btn filled color-info">Show</a></div> <div class="gallery-view"> <div class="gallery-left" style="width: 60%;"></div> <div class="gallery-right" style="width: 40%;"></div> <div class="gallery-overview"></div> <div class="gallery-navigation"></div> </div> </div> <script> setupFeatherGallery("album_harmony_smart_addtosetup", [{"url":"/blog/2014/06/album_harmony_smart_addtosetup/add-step1~ff4f19f8a81962d8546192ce8de5ff2f89cb730d.png","height":548,"width":320,"caption":"Launch the \"Harmony Control\" app on your iOS device, then tap the \"Hamburger\" menu in the upper, left corner."},{"url":"/blog/2014/06/album_harmony_smart_addtosetup/add-step2~6e5aa81d76bbe4887b0cb37640e40b04a813ac6e.png","height":548,"width":320,"caption":"Tap on \"Harmony Setup\" to proceed."},{"url":"/blog/2014/06/album_harmony_smart_addtosetup/add-step3~f17758b72152ce305f4c840b45fc45c4715f8a68.png","height":548,"width":320,"caption":"Tap on \"Add/Edit Devices &amp; Activities\"."},{"url":"/blog/2014/06/album_harmony_smart_addtosetup/add-step4~223e5233e9bca0843830291e15776fdf254c8e24.png","height":548,"width":320,"caption":"Tap on \"Devices\"."},{"url":"/blog/2014/06/album_harmony_smart_addtosetup/add-step5~e9c01589283f95b82ef1669d8d5412587d8a8b87.png","height":548,"width":320,"caption":"Tap on \"Add Device\"."},{"url":"/blog/2014/06/album_harmony_smart_addtosetup/add-step6~26794e39dfd17b7a81484a96c5130be877ede3c7.png","height":548,"width":320,"caption":"Tap on \"Entertainment Device\"."},{"url":"/blog/2014/06/album_harmony_smart_addtosetup/add-step7~9a4c3a56becfd43b585ba232f1288fbda134e820.png","height":548,"width":320,"caption":"Enter \"Sony\" as manufacturer and \"Playstation 3\" as Model Number, then tap on \"Add\"."},{"url":"/blog/2014/06/album_harmony_smart_addtosetup/add-step8~e4ef6aea5ba714022a0bf61069925f50212db0fb.png","height":548,"width":320,"caption":"Nothing to do for you here. Just tap \"&gt;\"."},{"url":"/blog/2014/06/album_harmony_smart_addtosetup/add-step9~fddfa474c65adb677c7521c1cb73bdc63778f6b7.png","height":548,"width":320,"caption":"In order to use the new device, a new activity needs to be created for it. Tap \"Yes\" to continue."},{"url":"/blog/2014/06/album_harmony_smart_addtosetup/add-step10~3394a92e18250085e60e39c1a058133736c8693e.png","height":548,"width":320,"caption":"Enter \"Remote Buddy\" as Activity Name. Then select \"Sony PS3\". Finally tap \"&gt;\" to continue."},{"url":"/blog/2014/06/album_harmony_smart_addtosetup/add-step11~ae1311faa24c87e63b8b02fb06ec8e42ed7ccd4f.png","height":548,"width":320,"caption":"Nothing to do for you here. Tap \"&gt;\" to continue."},{"url":"/blog/2014/06/album_harmony_smart_addtosetup/add-step12~f700e30a18ad5ac7ac14ec0e590a4f3baf511ed4.png","height":548,"width":320,"caption":"Tap \"My devices are ON\" to continue."},{"url":"/blog/2014/06/album_harmony_smart_addtosetup/add-step13~860798a6e3d356117ec8c1075f5d7ee25be14c0a.png","height":550,"width":737,"caption":"The Harmony Hub has now entered pairing mode, so there's nothing to do here in the Harmony app (the instructions on screen are for PS3 owners and irrelevant in the context of this guide).\n\nThis is the right moment to open the Remote Buddy Setup Wizard, though."},{"url":"/blog/2014/06/album_harmony_smart_addtosetup/add-step14~a61636b56b1186157558338f7b141c706b8d026e.png","height":550,"width":884,"caption":"<p>\nFirst select \"Pair a Bluetooth remote control\", then click \"Proceed\".\n</p>\n<div class=\"stickynote\"><b>Tip:</b> If the option is greyed out, verify that you've installed the driver (as per the first option in the same window) - and that you have Bluetooth turned on. If Bluetooth is turned off, close the Setup Wizard, turn Bluetooth on, wait a few seconds, then open the Setup Wizard again.</div>"},{"url":"/blog/2014/06/album_harmony_smart_addtosetup/add-step15~f7997380284d038de7eaffbdd8578cb8e4faf953.png","height":550,"width":884,"caption":"Wait while Remote Buddy searches for and pairs with the Harmony Hub. This can take a moment."},{"url":"/blog/2014/06/album_harmony_smart_addtosetup/add-step16~50a34c30e0885ad8d9a708a2c431e7e6aebd01e1.png","height":550,"width":1204,"caption":"After pairing, click \"Done\" in Remote Buddy and tap on \"&gt;\" in the Harmony app."},{"url":"/blog/2014/06/album_harmony_smart_addtosetup/add-step17~5cacc090d4e872b2b620ca2e1662236ef847294a.png","height":568,"width":320,"caption":"Tap \"Test later\" to continue."},{"url":"/blog/2014/06/album_harmony_smart_addtosetup/add-step18~c80e69bab9ad3135e5c0220cb87a1b47c7b93473.png","height":568,"width":320,"caption":"And we're done. Now tap on the \"&gt;\" symbol in the upper right corner, then \"&lt;\" and \"X\" as applicable to return to the Harmony app's main screen. Do this until you've left all menus."}], "default", { "Show" : "Show", "Close" : "Close", "Overview" : "Overview", "Previous" : "Previous", "Next" : "Next" }); </script> </p> </p> <!-- <a name="step2"></a> <h4>Step 2: Pairing the Harmony Hub with Remote Buddy</h4> <p> In the last step, we've added a new device to the Harmony software. In order to use it to control the Mac, the Harmony Hub needs to be paired with the Mac once, which only requires a few, easy steps: </p> <p> <_cal_object type=album id=album_harmony_smart_pair width=706 height=500 splitsize=500> </p> --> <a name="step3"></a> <h4>Step 2: Optimizing the Harmony&reg; configuration</h4> <p> At this point, you can already use your Smart Remote to control Remote Buddy. But there is still room for improvement: the default settings supplied by Logitech leave some buttons unused - and remove timing information for long presses from others (Rewind, Stop). </p> <p> Fortunately, these shortcomings are easy to address in the Harmony Control software. Here's how: </p> <p> <p> <div class="feather-gallery-guide" id="album_harmony_smart_assign"> <div class="gallery-start">Unlocking all buttons of the Harmony&reg; Companion<a href="#" class="gallery-toggle btn filled color-info">Show</a></div> <div class="gallery-view"> <div class="gallery-left" style="width: 60%;"></div> <div class="gallery-right" style="width: 40%;"></div> <div class="gallery-overview"></div> <div class="gallery-navigation"></div> </div> </div> <script> setupFeatherGallery("album_harmony_smart_assign", [{"url":"/blog/2014/06/album_harmony_smart_assign/unlock-step1~babf2db639b9c2c9b05e5ae104977f6ec0ce4e5b.png","height":548,"width":320,"caption":"Tap on the \"menu\" icon in the upper left corner."},{"url":"/blog/2014/06/album_harmony_smart_assign/unlock-step2~93ed8057c76e22e1a70529186cb9c67720828b77.png","height":548,"width":320,"caption":"Select \"Harmony Setup\"."},{"url":"/blog/2014/06/album_harmony_smart_assign/unlock-step3~de06f435cefc16142281b5a5565d04dbea267256.png","height":548,"width":320,"caption":"Select \"Add/Edit Devices & Activities\"."},{"url":"/blog/2014/06/album_harmony_smart_assign/unlock-step4~80e72bd5437d64d3d07ede2a0e387dc106612cae.png","height":548,"width":320,"caption":"Select \"Remote &amp; Hub\"."},{"url":"/blog/2014/06/album_harmony_smart_assign/unlock-step5~ba3d1f711103cafc9d2da5c356e7dece0196dbdb.png","height":548,"width":320,"caption":"Select \"Harmony Companion Control Button Customization\"."},{"url":"/blog/2014/06/album_harmony_smart_assign/unlock-step6~2e81e663452961a569661a462c8d8cf4ed3c00cb.png","height":548,"width":320,"caption":"Select \"Activity Control Buttons\"."},{"url":"/blog/2014/06/album_harmony_smart_assign/unlock-step7~915cfc2bcd6da1b0b72292ea49009f14b2930b50.png","height":548,"width":320,"caption":"Select the activity you created earlier. In our example, this is \"Remote Buddy\"."},{"url":"/blog/2014/06/album_harmony_smart_assign/unlock-step8~0922fcbbb2d39448c4ce9cef2d60149641029140.png","height":548,"width":320,"caption":"Tap on the button you want to change. Here, we tap on the \"Rewind\" button to change the commands assigned to it."},{"url":"/blog/2014/06/album_harmony_smart_assign/unlock-step9~fd7346505ef28d8e8da95b58473367e9c07a3067.png","height":548,"width":320,"caption":"The commands assigned for \"Short Press\" and \"Long Press\" need to be identical. Otherwise, the Harmony will only send short button presses to Remote Buddy - even for the \"Long Press\". To make changes to the rewind button, tap on the area below \"Long Press\"."},{"url":"/blog/2014/06/album_harmony_smart_assign/unlock-step10~cf350308f09c1c2b38affdf81b3874df49b4bfa2.png","height":548,"width":320,"caption":"You can now pick a different command by tapping on the command selector. Tap on \"Command\"."},{"url":"/blog/2014/06/album_harmony_smart_assign/unlock-step11~b73aa478e87ef84c053d3f1d33ae5d78585f6f1f.png","height":548,"width":320,"caption":"Select \"ScanPrev\" from the list. Then tap on \"&gt;\" in the upper right to save the change and return to the previous menu."},{"url":"/blog/2014/06/album_harmony_smart_assign/unlock-step12~335b28b746889795c21c59ab068d50295c4d0ebb.png","height":548,"width":320,"caption":"Tap on \"&gt;\" to proceed."},{"url":"/blog/2014/06/album_harmony_smart_assign/unlock-step13~6d2cc74d61518a2d6c43e0e15ed5ab45dd314d64.png","height":548,"width":320,"caption":"Now verify that both \"Short Press\" and \"Long Press\" point to the same command: \"ScanPrev\". If they do, tap \"&gt;\"."},{"url":"/blog/2014/06/album_harmony_smart_assign/step11~8570e7113ad6aef268942015070bc38da738ff11.png","height":1094,"width":640,"caption":"<p>\nHere's a chart showing the<br>\na) buttons that need to be tweaked (red) to support long presses.<br>\nb) buttons that Harmony doesn't use by default, but that you can make usable with Remote Buddy by assigning the correct commands to them (blue).\n</p>\n<p>\nRepeat the steps we just used for all buttons highlighted in the chart on the left. Always assign the same command (as per the chart) to both the short and long press.\n</p>\n"},{"url":"/blog/2014/06/album_harmony_smart_assign/unlock-step14~60ed5fcbb9a3b2982d23f4da1a43acd024c1f1e3.png","height":548,"width":320,"caption":"When you've made the desired changes, tap \"&gt;\"."},{"url":"/blog/2014/06/album_harmony_smart_assign/unlock-step15~d7beb957cdf507e7c95db78cf265cedf9a9d213f.png","height":548,"width":320,"caption":"Then tap on the \"back\" button in the upper left corner multiple times until the screen is filled with a \"Syncing\" status message."}], "default", { "Show" : "Show", "Close" : "Close", "Overview" : "Overview", "Previous" : "Previous", "Next" : "Next" }); </script> </p> </p> <p> Since we registered Remote Buddy as a Sony&reg; PS3 with the Harmony&reg; Hub, it is also handled as such by the Hub when it comes to managing power. So when you switch away from the Remote Buddy activity, the Hub will send the button presses that would be needed to enter a menu on a PS3 and power it off. To avoid the unwanted effects of unwanted button presses when switching to another device/activity, you'll need to tweak the Harmony&reg; Hub's power settings. Here's how: </p> <p> <p> <div class="feather-gallery-guide" id="album_harmony_smart_power"> <div class="gallery-start">Tweaking power settings<a href="#" class="gallery-toggle btn filled color-info">Show</a></div> <div class="gallery-view"> <div class="gallery-left" style="width: 60%;"></div> <div class="gallery-right" style="width: 40%;"></div> <div class="gallery-overview"></div> <div class="gallery-navigation"></div> </div> </div> <script> setupFeatherGallery("album_harmony_smart_power", [{"url":"/blog/2014/06/album_harmony_smart_power/unlock-step1~babf2db639b9c2c9b05e5ae104977f6ec0ce4e5b.png","height":548,"width":320,"caption":"Tap on the \"menu\" icon in the upper left corner."},{"url":"/blog/2014/06/album_harmony_smart_power/add-step2~6e5aa81d76bbe4887b0cb37640e40b04a813ac6e.png","height":548,"width":320,"caption":"Tap on \"Harmony Setup\" to proceed."},{"url":"/blog/2014/06/album_harmony_smart_power/add-step3~f17758b72152ce305f4c840b45fc45c4715f8a68.png","height":548,"width":320,"caption":"Tap on \"Add/Edit Devices &amp; Activities\"."},{"url":"/blog/2014/06/album_harmony_smart_power/power_step4~ca121fd855677dd226904de5221350f90519586b.png","height":548,"width":320,"caption":"Select \"Devices\"."},{"url":"/blog/2014/06/album_harmony_smart_power/power_step5~c470c845ac89e9357525ce696b72ad5511c94476.png","height":548,"width":320,"caption":"Select \"Sony PS3\"."},{"url":"/blog/2014/06/album_harmony_smart_power/power_step6~499c32445624ec9a6f899119c74923ae2a48cf33.png","height":548,"width":320,"caption":"Tap \"Power Settings\"."},{"url":"/blog/2014/06/album_harmony_smart_power/power_step7~564301d1ff81183af7f1935730f4372c3e392121.png","height":548,"width":320,"caption":"By default, the selection is \"Turn off when not in use\". Select \"No Power Buttons on my original remote\" instead. Finally, tap on \"&gt;\" to proceed."},{"url":"/blog/2014/06/album_harmony_smart_power/power_step8~0b6df01efc8e693449eb11ec2c1f488f9fb2e1e8.png","height":548,"width":320,"caption":"Tap the \"&lt;\" and \"X\" buttons several times until you see the by now familiar \"Syncing\" message."}], "default", { "Show" : "Show", "Close" : "Close", "Overview" : "Overview", "Previous" : "Previous", "Next" : "Next" }); </script> </p> </p> <p> Congratulations! You've just set up your Harmony&reg; Companion, added it to Remote Buddy and tweaked your Harmony's settings to enjoy using all of the buttons it offers. </p> <a name="troubleshooting"></a> <h4>Troubleshooting</h4> <p> While in general, you should contact Logitech for support on their Harmony&reg; products, I added a couple of entries to the FAQ specifically on the combination of Harmony&reg; Companion and Remote Buddy. You can view them in the Harmony&reg; Hub section of <a href="/support/faqs/remotebuddy/">the Remote Buddy FAQ</a>. </p> <p> <i>[Updated on November 27th, 2014 with new screenshots and modified instructions for the latest version of the Harmony Control software]</i> </p> <p> <i>[Updated on September 2nd, 2015 with new screenshots and modified instructions for the latest version of the Harmony Control software]</i> </p> <p> <i>[Updated on November 27th, 2018 to also mention Harmony&reg; Companion, Harmony&reg; Ultimate and Harmony&reg; Elite, updated title.]</i> </p> 2014-06-20T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2014/06/HowTo-Set-up-the-Logitech-Harmony-Smart-Control-with-Remote-Buddy-and-control-100-Mac-apps-with-it Remote Buddy turns 8: some little-known tidbits <p> Today, it has been 8 years since the first public release of Remote Buddy. Thanks everyone who has made (and is still making) this journey possible! </p> <p> Anniversaries are always a good opportunity to reflect upon past events and the future - and this anniversary is no exception. In this post, I'm sharing some little known tidbits from the past 8 years. </p> <h4>1. The little Apple Remote that could</h4> <p> In 2008, John Kuehne <a href="/support/forums/remotebuddy/singlethread/13167/" target="_blank">shared</a> in the forums that he was able to control the <a href="http://www.as.utexas.edu/mcdonald/facilities/2.1m/2.1.html" target="_blank">2.1m (82") Otto Struve Telescope</a> at McDonald Observatory using an Apple Remote and Remote Buddy. His setup used Remote Buddy to translate the remote's button presses into actions that controlled the Track82 software used to control the observatory. </p> <p> Remote Buddy and the Apple Remote allowed John to replace a big box on a long wire whose buttons can't be changed with an ergonomic, small IR remote that could be used from the control room <i>and</i> be configured to what was currently needed. </p> <p> <div class="feather-gallery-modern"> <div style="display: inline-block; width: 32%; text-align: center;"> <a href="/blog/2014/06/album_blog_21m/tubeDwarfsConsole~11f4a108049cb2daacad151618483d44ed94736a.jpg" caption="Tube dwarfs console." class="lightwindow"><img src="/blog/2014/06/album_blog_21m/tubeDwarfsConsole~11f4a108049cb2daacad151618483d44ed94736a.jpg" class="imagestrip-image" style="max-width: 95%;"></a> </div> <div style="display: inline-block; width: 32%; text-align: center;"> <a href="/blog/2014/06/album_blog_21m/console station~c462b7c493dd8c6562c5b303f968055104663349.jpg" caption="Console station" class="lightwindow"><img src="/blog/2014/06/album_blog_21m/console%20station~c462b7c493dd8c6562c5b303f968055104663349.jpg" class="imagestrip-image" style="max-width: 95%;"></a> </div> <div style="display: inline-block; width: 32%; text-align: center;"> <a href="/blog/2014/06/album_blog_21m/whole screen 2~5e7bbcd6cebf6af67d59f29aba5b0efd8b53430d.jpg" caption="Remote Buddy and Track 82 running side by side" class="lightwindow"><img src="/blog/2014/06/album_blog_21m/whole%20screen%202~5e7bbcd6cebf6af67d59f29aba5b0efd8b53430d.jpg" class="imagestrip-image" style="max-width: 95%;"></a> </div> <div style="display: inline-block; width: 32%; text-align: center;"> <a href="/blog/2014/06/album_blog_21m/John and telescope tube~0e7e54efbf287b145303f256be275a4a6847a125.jpg" caption="John in front of the telescope" class="lightwindow"><img src="/blog/2014/06/album_blog_21m/John%20and%20telescope%20tube~0e7e54efbf287b145303f256be275a4a6847a125.jpg" class="imagestrip-image" style="max-width: 95%;"></a> </div> <div style="display: inline-block; width: 32%; text-align: center;"> <a href="/blog/2014/06/album_blog_21m/NE view from dome slit~24aaa47fe2b12dd0492849f9212972fdf04d5700.jpg" caption="NE view from dome slit" class="lightwindow"><img src="/blog/2014/06/album_blog_21m/NE%20view%20from%20dome%20slit~24aaa47fe2b12dd0492849f9212972fdf04d5700.jpg" class="imagestrip-image" style="max-width: 95%;"></a> </div> <div style="display: inline-block; width: 32%; text-align: center;"> <a href="/blog/2014/06/album_blog_21m/telescope and console~de691e3a366ba8191a29e87c2b5bd8a88dc3e833.jpg" caption="Telescope and console" class="lightwindow"><img src="/blog/2014/06/album_blog_21m/telescope%20and%20console~de691e3a366ba8191a29e87c2b5bd8a88dc3e833.jpg" class="imagestrip-image" style="max-width: 95%;"></a> </div> </div> </p> <small>All images &copy; John Kuehne.</small> <h4>2. The first full-featured remote control solution for the iPhone</h4> <p> Long before Apple officially opened up the iPhone for 3rd party apps by releasing an SDK, Remote Buddy users could already use their iPhone to control their Macs. Remote Buddy achieved this by implementing a remote control entirely as a web application that it then served through a built-in web server. </p> <p> Remote Buddy also was the first app that provided remote control over iTunes <i>and</i> remote speakers (Mac-only and called "AirTunes" back then - renamed to "AirPlay" when it came to iOS) via an iPhone. It turned iTunes, Mac, AirPort Express and iPhone into a neat, integrated solution for multi-room audio for the first time. </p> <p> Since the idea brought together so many Apple products, I wasn't really surprised when Apple launched their "Remote" app on day one of the App Store. There simply was too much synergy in this idea for them not to do this themselves. </p> <h4>3. Remote Buddy currently supports 6 major OS X releases</h4> <p> When Remote Buddy launched, OS X 10.4 was the latest OS release. 8 years later, Remote Buddy also runs on OS X 10.9, but still supports OS X 10.4 and everything in-between. A lot of work has gone into keeping it compatible while also using newer technologies where available. </p> <p> Since the majority of Remote Buddy users now use much more recent versions of OS X, though, the required minimum version of OS X will eventually have to move up. </p> 2014-06-06T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2014/06/Remote-Buddy-turns-8-some-littleknown-tidbits Insight IOSPIRIT: route to the new Online Store <p> This is issue one of <i>Insight IOSPIRIT</i>, a series in which I want to give you a peek behind the scenes. Provide more context and color to changes I'm making and present things from a different angle than I'd normally do. </p> <p> Today, I want to take you on a journey that stretches back over 12 years and that did just culminate in a completely <a href="/store/">new Online Store</a> for iospirit.com. Also included: an anecdote about running a homebrew credit card processing gateway using a fax modem. </p> <h4>The old Online Store</h4> <p> <div class="image-box"> <img src="/blog/2014/06/images/OldStore~1e4b768e47b35537f49750141d4018b9fb2f9524.jpg" class="responsive"> <p>The old store's cart, originally introduced in 2007.</p> </div> </p> <p> I experimented with a lot of ideas and different designs when I developed the last IOSPIRIT Online Store in 2007. Back then, however, I was not able to implement the store the way I wanted simply because I found no offerings from the payment industry that would let me process payments the way I wanted to. So I had to adjust the checkout flow to what <i>was</i> available. </p> <p> Subsequent years brought many changes. E-commerce and tax laws in the EU and Germany required the integration of live VAT ID checks and additional UI. The credit card acquiring bank pushed hard for the integration of Visa's and Mastercard's 3D Secure. And fraudsters tried anything from manipulating the payment amounts in PayPal payment forms to using stolen credit cards. </p> <h4>Big changes to EU VAT laws coming in January 2015</h4> <p> When I learnt about the biggest reform in EU VAT law (<a href="http://ebiz.pwc.com/2013/01/eu-2015-vat-changes-to-eservices-the-keep-it-simple-edition/">PWC</a>, <a href="http://ec.europa.eu/taxation_customs/taxation/vat/how_vat_works/telecom/index_en.htm">EU</a>) in late February, I was shocked. It will - in a nutshell - require EU-based companies to bill EU customers based on their country of residence and therefore handle 28 different VAT rates, apply the <i>local</i> VAT law of 28 countries and report VAT separately for 28 countries. </p> <p> <i>I finally had enough</i>. </p> <h4>Looking for alternatives</h4> <p> I started researching alternatives to running everything myself. Full service providers advertise that they will manage stores, purchases, payments and VAT for 8.9% of the revenues. A lot of details weren't clear from their advertising material, though, so I asked them a ton of questions. In the end, thanks to additional chargeback and refund fees not included in the 8.9% as well as the effect of currency conversions for EU-based companies, the full service provider's fees got closer to 11.7% in my model calculation. </p> <p> 11.7% of revenue for a shopping cart that <i>works</i>. Much better than the old store for sure. But I'd have to raise prices, lose almost all control over how the store would look and work - and would maybe never get another shot to make my original plans for a new Online Store a reality. </p> <p> And then I found out about relatively new payment services and products - established only in the last 12 to 24 months. No monthly fees, low transactions costs and an API that would enable me to finally build that new Online Store. </p> <h4>My 12 year oddysey in the world of credit card acceptance</h4> <p> When I started accepting credit cards in 2002, the idea of e-commerce - let alone shops selling downloads - was still relatively new. Especially to people in finance. In order to gain the ability to accept credit cards at all - let alone for this purpose - you had to go through a humiliating signup process, fill out tons of forms, submit business plans, make estimates and demonstrate a lot of willpower. My negotiation counter part at the bank later told me that it was my persistence, not numbers, that landed me the contract. </p> <p> If you want to start accepting credit cards through <a href="https://stripe.com/">Stripe</a> today, all you have to do is sign up there, fill out a few, simple forms and submit them. And within minutes, you are ready to accept credit cards. What a difference a decade makes! </p> <p> Gateways that would allow charging credit cards fully electronically were prohibitively expensive for small companies like mine back then. The only thing that was included "free" with a credit card acceptance contract back then was handing in transactions by fax. So I built my own gateway using a fax modem, my own 2D bar code system using my own image creation, analysis and recognition code. </p> <p> <div class="image-box"> <img src="/blog/2014/06/images/AIDCodeFaxExample~eadb9f5c831decabf4b949bc468adb1834565ab7.png" class="responsive"> <p>Example of a fax received by my homebrew credit card gateway in 2002</p> </div> </p> <p> My store's backend would automatically generate faxes with 2D barcodes on them. Credit card charges were listed in a table with four columns: credit card details and the amount to be charged, barcode, field for authorization number, field for decline reason. When the fax was returned - often slightly rotated and with vertical lines all across the page - my homebrew gateway would try to locate the 2D bar codes, decode them and then - based on the 2D bar code's position - determine whether something had been written in the authorization or decline field. Based on which field had something written in it, it determined the outcome of the transaction - and fed the result back into the system. </p> <p> Eventually prices for gateway usage came down and I replaced my homegrown solution with one of them to speed up processing times and eliminate human error. A few years later, the <a href="http://en.wikipedia.org/wiki/Payment_Card_Industry_Data_Security_Standard">PCI DSS</a> standard was introduced and essentially prohibited credit card data to pass through the systems of companies that couldn't afford a costly certification. To avoid these costs, I switched to another gateway offering that would allow me to handle credit card payments via a separate payment page and not get in touch at all with credit card data. The main usability problem with that is that customers can only enter their credit card data <i>after</i> they've already submitted their purchase. If the payment fails for any reason, their only option is to enter all data again. Which sucks - big time! </p> <p> New services like <a href="https://www.paymill.de/">Paymill</a>, <a href="https://stripe.com/">Stripe</a>, <a href="https://www.braintreepayments.com/">Braintree</a> and <a href="https://www.adyen.com/home/">Adyen</a> are now changing the game once again. They are acquirer and gateway operator in one. And by tokenizing credit card data and saving it in a secure, PCI DSS compliant vault for later use, they again enable me to design the checkout flow the way I want while at the same time not getting in touch with credit card data at all. </p> <h4>Coming full circle</h4> <p> The 2015 EU VAT law changes were a huge annoyance when I first learnt about them. And they still are. But they also brought some real issues with the old Online Store back to my immediate attention and made them a top priority. They had me re-assess every part of my business, evaluate full service providers and learn about new, game-changing payment services. </p> <p> What I decided to do is to transition to Braintree for credit card payments and rewrite the store, taking full advantage of the technological advance since developing the last Online Store. In order to cater for EU VAT law changes, I'll still have to make major changes in many other places, but at least the new Online Store is (mostly) ready for it now. If I can't finish work on the other parts until January 2015, I can use a full service provider as a temporary backup. </p> <h4>The new Online Store</h4> <p> So what's new? Without further ado, here's an overview over some of the improvements the new Online Store brings along. </p> <h4>Minimalistic, flat design</h4> <p> Following the trend towards a more minimalistic, flat design, I got rid of as many pronounced gradients, boxes, lines and form fields as possible. The result looks and feels much cleaner and clearer. </p> <p> <div class="image-box"> <img src="/blog/2014/06/images/NewDesign~50eda2a97b6093d5b3df8564ec13a091e1a984b7.jpg" class="responsive" srcset="/blog/2014/06/images/NewDesign~50eda2a97b6093d5b3df8564ec13a091e1a984b7.jpg 1x, /blog/2014/06/images/NewDesign@2x~66b645d3ec323e4c9bdfc7b27d96bbb4cd4bd2e5.jpg 2x"> </div> </p> <h4>One page checkout</h4> <p> Instead of spreading out the checkout process over multiple pages, customers can now enter their address, choose their method of payment, review and submit their purchase on a single page. The transition between the steps is fully animated and only the form fields for the currently active step are displayed. </p> <p> <video controls style="border: 1px solid #aaa; width: 100%; height: auto;"> <source src="images/DrawerAnimation.mp4" type="video/mp4"> <object data="images/DrawerAnimation.mp4" width="706" height="338"></object> </video> </p> <h4>Embedded error reporting</h4> <p> If an error occurs, the new store runs a 3D animation on the respective section, mimicing a head shaking in disagreement. It also adds a red glow around the field(s) with errors. When a field gets keyboard focus, a bubble showing the error message for that field is displayed. Once a change was made, the red glow effect disappears. </p> <p> <video controls style="border: 1px solid #aaa; width: 100%; height: auto;"> <source src="images/ShakeHeadAnimation.mp4" type="video/mp4"> <object data="images/ShakeHeadAnimation.mp4" width="706" height="288"></object> </video> </p> <h4>Modal dialogs</h4> <p> If an error occurs that would otherwise have gotten its own page with buttons to click on, it is now displayed in a modal dialog, so you can stay on the checkout page. This really improves user experience by several degrees. It also gave me a nice opportunity to (hopefully) impress you with a fancy blurred background "glass" effect (on browsers that support CSS filters). </p> <p> <video controls style="border: 1px solid #aaa; width: 100%; height: auto;"> <source src="images/BlurAnimation.mp4" type="video/mp4"> <object data="images/BlurAnimation.mp4" width="706" height="184"></object> </video> </p> <h4>PayPal Express integration</h4> <p> <i>Finally</i>. I kind of underestimated the degree to which it would simplify the purchase process. </p> <h4>Better fraud management</h4> <p> The store doesn't have access to any more metadata by using PayPal Express and Braintree compared to what was used before. What's new with these is that this data is available before the actual payment has been made. This should really help the fraud score system that's built right into the store to be more precise and produce less false positives. It allows the store to better discern simple mistakes in entering data (and provide help in fixing them) from fraudulent and malicious behaviour. </p> <h4>Currency conversion</h4> <p> <div class="image-box"> <img src="/blog/2014/06/images/CurrencyConversion~29d294aad662e013a31f1b87b1be361802c1e4af.png" class="responsive" srcset="/blog/2014/06/images/CurrencyConversion~29d294aad662e013a31f1b87b1be361802c1e4af.png 1x, /blog/2014/06/images/CurrencyConversion@2x~09fbd3523d8442c0b2644094bacafce796aae167.png 2x"> <p>Automatic estimate showing US Dollar.</p> </div> </p> <p> Previously the cart contained a dropdown to see what the cart's total value is in another currency. In the new store, the drop down is gone. Instead, an estimate is now shown by default - in the currency of the country the customer has selected. If the exchange rate of the respective currency is not in the store's database, US Dollars are used as a fallback. </p> <h4>API based</h4> <p> While the previous store was based around simple HTML forms, the new checkout page uses a web API and follows the MVC (Model View Controller) development pattern. </p> <h4>R&eacute;sum&eacute;</h4> <p> I still have a lot of ideas for the store. Adding more payment options and the ability to buy gift certificates for example. But before I touch these, I'll let the dust settle a bit and see how the new store performs. If you notice any glitches, run into problems or have an idea on how to improve it further, <a href="/contact/">I'll be all ears</a>. </p> <p> What I really like about this project is that it gave me an opportunity to play with the latest web technologies (especially regarding animation) and explore how I could put it to use in a manner that adds value to the user experience and makes the store more fun to use. </p> <p> Got feedback? I'd love to hear from you via mail (felix [dot] schwarz (at) iospirit [dot] com) or Twitter (<a href="http://www.twitter.com/felix_schwarz/" class="icon-left icon-twitter">@felix_schwarz</a>). </p> 2014-06-01T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2014/06/Insight-IOSPIRIT-route-to-the-new-Online-Store Spacious 2: Control OS X Spaces with every mouse - using gestures, 2D mouse wheels &amp; screen borders <a href="https://www.youtube.com/watch?v=sEzDciB3CWE" data-youtube-id="sEzDciB3CWE" id="videoplayvideo" class="video-play thumbnail"> <div class="thumbnail-container"> <img src="/blog/2014/02/nlSpacious2Video~c00a0f7a6667f6af612ba4f953262252cebc9d3d.jpg" class="responsive" srcset="/blog/2014/02/nlSpacious2Video~c00a0f7a6667f6af612ba4f953262252cebc9d3d.jpg 1x, /blog/2014/02/nlSpacious2Video@2x~6eab69d5ac48e50bfd5c2093917778a563eec257.jpg 2x"> <div class="play-overlay"></div> </div> </a> <h4 style="margin-top: 1.5rem; padding-top: 0px !important; margin-bottom: 0.75rem !important;">Effortlessly navigate OS X spaces and apps using mouse gestures, screen borders or a 2D mouse wheel.</h4> <p style="margin-top: 2rem;">Tired of having to use your keyboard to switch to another OS X space? Looking for ways to use your mouse for this instead? Then Spacious is for you!</p> <p>Spacious adds fun, innovative OS X spaces and app navigation capabilities to every mouse.</p> <p>The middle button becomes your starting point for gestures to quickly switch spaces or bring up Mission Control. 2D mouse wheels can be turned into super-fast space switchers. And the Navigator - which provides shortcuts to neighbouring spaces and the most recently used apps - pops up once the mouse pointer hits the screen borders.</p> <p>Spacious (9.99 Euro*) requires OS X&reg; 10.8 (Mountain Lion) or later and is available for sale now at the <a href="http://www.iospirit.com/store/">IOSPIRIT Online Store</a>. You can see Spacious in action in this <a href="https://www.youtube.com/watch?v=sEzDciB3CWE" target="_blank">one minute video</a> (YouTube). Detailed information is available at the <a href="http://www.iospirit.com/products/spacious/">Spacious website</a>. A feature-unlimited 30 day trial version is available as a <a href="http://www.iospirit.com/products/spacious/download/">free download</a>.</p> <p><small>* Worlwide price. Contains no VAT for customers outside the EU. Already includes 19% VAT for customers in EU countries. </small></p> 2014-02-06T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2014/02/Spacious-2-Control-OS-X-Spaces-with-every-mouse-using-gestures-2D-mouse-wheels-screen-borders Remote Buddy 1.24 now available <p> Remote Buddy 1.24 is now available from the IOSPIRIT website as a <a href="/products/remotebuddy/download/">free update</a>. </p> <h4>Support for OS X Mavericks and Apple's latest iWork and iLife updates</h4> <p> This release is now compatible with OS X Mavericks as well as Apple's latest updates to Keynote, iPhoto and GarageBand from last week. </p> <h4>Control iBooks, Lightroom 5, Movist and Mac Blu-Ray Player with your remote</h4> <p> New Behaviours have been added in this release, so that you can now control the new iBooks app in OS X Mavericks, Lightroom 5, Movist and Mac Blu-Ray Player with your remote control. <strike>While Remote Buddy still offers actions to navigate running slide shows in Lightroom 5, it appears that Adobe has dropped that feature in the latest release of its photo management and editing software. So these actions - unless Adobe adds the feature back - will do nothing.</strike> [Update 2013-11-11] To control your slideshows in Lightroom 5 slide by slide, please turn on "Manual Mode" under "Slideshow &gt; Playback &gt; Manual slideshow". Thanks to Leonard Meerkerk for this tip! </p> <h4>Improved iTunes 11 support</h4> <p> Remote Buddy now takes advantage of new iTunes 11 APIs for controlling remote speakers (aka "AirPlay"). Since even with the latest iTunes 11 release, the APIs for controlling repeat and shuffle remain defect, Remote Buddy now works around this by using UI automation. </p> <h4>Metrics</h4> <p> Remote Buddy 1.0 was released in June 2006 - more than seven years ago. What started as an experiment focusing on the Apple Remote has become a complex, yet still easy-to-use solution for using a great number of remote controls to control a great number of applications. Whenever possible, I've tried to maintain compatibility with old OS X and application releases. It currently supports six major OS X releases (10.4-10.9) as well as a still growing number of old and new versions of popular applications. </p> <p> As time moves on, the inevitable result is that an increasing amount of development time needs to be spent on supporting software that a decreasing number of people are actually using. Less time remains for innovating and adding new features. </p> <p> To improve this situation, I need to get a better idea of what's important for Remote Buddy's users. That's where <i>Metrics</i> comes into play. Not satisfied with what I found in the market, I've been building my own system over the past couple of months. </p> <p> <i>Metrics</i> is designed from ground up to respect your privacy. The collected statistical data does not contain any information that makes you personally identifiable. It is also submitted and processed in a way that guarantees anonymity and makes it impossible to build profiles of particular users. For more information on how it works and how you can turn it off, please see section 7.3 of the updated license agreement and the <a href="/products/remotebuddy/releasenotes/">release notes</a> for Remote Buddy 1.24 respectively. </p> <p> By allowing Remote Buddy to submit anonymous statistical information, you now have a vote regarding its future direction and you help me a great deal in identifying the key areas to focus on. My thanks to all who participate! </p> <h4>Remote Buddy Express update underway / App Nap under OS X Mavericks</h4> <p> Remote Buddy Express 1.24 will shortly be submitted to Apple&reg; for review. The time that updates spent in review has varied greatly in the past, so that no forecast is possible as to when it will be available. </p> <p> Until the update is available, please make sure you disable App Nap when using Remote Buddy Express 1.23 or older. To disable App Nap, right-click "Remote Buddy Express.app" in the Finder and select "Get Info" in the context menu that opens. In the window that opens now, make sure the checkbox disabling App Nap is checked. You may need to re-launch Remote Buddy Express for this change to take effect. </p> 2013-10-30T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2013/10/Remote-Buddy-1-24-now-available Mavericks <p> Since Apple released OS X Mavericks today, you might wonder about Remote Buddy and Remote Buddy Express updates for the new OS X release. </p> <p> Updates to both have been in the works for some time, are almost finished and will be released/submitted for review as soon as possible. </p> <p> Please subscribe to this blog's RSS feed or follow <a href="http://www.twitter.com/iospirit">@iospirit</a> or <a href="http://www.twitter.com/RemoteBuddy">@RemoteBuddy</a> on Twitter to get notified when the updates are available. </p> 2013-10-22T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2013/10/Mavericks iTunes 11 <p> I've started to test iTunes 11 with Remote Buddy right after Apple released the update last Thursday. While most basic commands continue to work fine, more complex tasks unfortunately don't. So far, I've identified these issues in iTunes 11: </p> <p> <ol> <li>Scripting support for <code>shuffle</code> and <code>song repeat</code> is broken (via <a href="http://dougscripts.com/itunes/2012/11/itunes-11-applescript-bug/">Doug Adams</a>)</li> <li>The <code>play</code> command behaves differently. In previous versions, you could simply tell iTunes to start playback of a track in a playlist and iTunes would play this track - and then the rest of the playlist. In iTunes 11, it will only play a single track.</li> <li>The <code>reveal</code> command behaves differently based on whether or not the user opts to show the sidebar. Also, iTunes 11 will loose a selection made this way when you show and hide the sidebar.</li> <li>The Remote Speakers are now managed in a popup. This popup is not locatable via UI scripting: the popup provides the iTunes window as its parent, the iTunes window, however, doesn't provide the popup as its child.</li> <li>Since the sidebar is now optional, using its shared library entries to build a connection to a remote iTunes library requires the sidebar to be visible. At the same time, iTunes doesn't provide any status information as to whether the sidebar is currently visible or not.</li> </ol> </p> <p> The impact, especially of point 2, on using Remote Buddy's built-in music library browser to access and play your content has been pretty deep. </p> <p> Luckily, I found ways to work around most issues. An updated iTunes Behaviour for Remote Buddy 1.22.1 is now available via the built-in Online Updater. What remains broken due to bugs in iTunes is shuffle, repeat and controlling remote speakers. I hope to implement work arounds for these in a future release. </p> <p> <b>[Update 2012-12-18]</b> A new compatibility update for iTunes 11.0.1 is now available via the Online Updater. </p> 2012-12-01T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2012/12/iTunes-11 Getting ready for Gatekeeper - and other news <p> The sun is shining here in Germany. It's not too hot, not too cold - really just right. Time to go outside and enjoy the weather? Nah! I've been too busy working on updates for you :-). Namely <a href="/products/remotebuddy/">Remote Buddy 1.21</a>, <a href="/labs/candelair/">Candelair 1.10</a> and <a href="/labs/remotecontroldiagnostics/">Remote Control Diagnostics 1.2.1</a>. </p> <p> <h4>Now ready for Mountain Lion's Gatekeeper</h4> <p> Remote Buddy, Candelair and Remote Control Diagnostics now are all codesigned with IOSPIRIT's Developer ID. This makes them all ready for the Gatekeeper security feature of OS X&reg; Mountain Lion, which is expected to be released this summer. </p> <h4>Remote Buddy 1.21: control Lightroom 4, MPlayerX and Roxio Video Player with your remote</h4> <p> Remote Buddy can now also control Lightroom 4, MPlayerX and Roxio Video Player. Also, support was added for additional eHome/MCE receivers. Find the complete release notes <a href="/products/remotebuddy/releasenotes/">here</a>. </p> <h4>Remote Buddy Express 1.21: still pending approval</h4> <p> Version 1.21 updates for both Remote Buddy versions are essentially finished since April 20th. The original plan was to release both versions the same day. Unfortunately, the review and approval process for Remote Buddy Express 1.21 seems to take longer than usual. While I expect Apple to approve the update in the next couple of days, I really didn't want to hold back the regular Remote Buddy update any longer. </p> <p> <b>[Update May 18th, 2012]</b> Remote Buddy Express 1.21 has now been approved by Apple and is now available via the Mac App Store. </p> 2012-05-02T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2012/05/Getting-ready-for-Gatekeeper-and-other-news Update frenzy at IOSPIRIT <p> Today, you can download brand new versions of almost all IOSPIRIT products: <a href="/products/remotebuddy/">Remote Buddy 1.20</a>, <a href="/products/remotebuddyexpress/">Remote Buddy Express 1.20</a>, <a href="/labs/candelair/">Candelair 1.9</a> and <a href="/labs/remotecontroldiagnostics/">Remote Control Diagnostics 1.2</a>. </p> <h4>Remote Buddy 1.20: control Rdio, Soundcloud, Chrome, QVIVO Player with your remote</h4> <p> The latest release adds support for controlling the aforementioned applications. It also includes Candelair 1.9 (read on for details) and a <a href="/products/remotebuddy/releasenotes/">long list</a> of other minor and major improvements and bugfixes in almost all areas. The <a href="/products/remotebuddyexpress/">Express</a> version also receives an update. </p> <h4>Candelair 1.9: iMac&reg; 2011 compatibility, new Apple&reg; IR emulation, end-of-life for the legacy compatibility mode</h4> <p> A few users of iMac&reg; 2011 models reported issues when putting their Mac&reg; through a sleep/wake cycle under OS X&reg; Lion: the Apple&reg; Remote sometimes no longer was available after that. This issue was particularly hard to address because I couldn't reproduce it. Thanks to the help of affected users, though, I could identify and address the issue. Candelair 1.9 addressed the issue on the systems of all users involved. </p> <p> The Apple&reg; IR emulation (also known as "Virtual Remote" in Remote Buddy) also received a major update and now exactly mimics the original Apple&reg; IR Receiver on systems running a 64 Bit kernel as well. This re-establishes full compatibility with applications whose Apple&reg; Remote code still depends on undocumented driver internals. </p> <p> Of course, depending on undocumented driver internals is never a good idea. Which maybe was best illustrated with the release of OS X&reg; 10.4.9, again with 10.5 - and again with 10.6.2. All of these releases changed driver internals. All applications depending on them broke. Each time with consequences ranging from Apple&reg; Remote support not working in just the applications in question to rendering the Apple&reg; Remote unusable systemwide. Previous versions of Candelair provided a Legacy Compatibility mode that allowed applications depending on OS X&reg; 10.5 driver internals to continue to work under OS X&reg; 10.6.2 and beyond. It was meant to give application developers additional time to switch to driver and OS version independent code like the <a href="/developers/hidremote/">HIDRemote</a> class. A change that should require a developer less than half an hour of work - including testing. Many developers used this opportunity. Others didn't - and probably never will.</p> <p> To further simplify and streamline Candelair, version 1.9 therefore removes the Legacy Compatibility mode. If this is a problem for one of the apps you're using, please get in touch with their respective developer. Adopting the <a href="/developers/hidremote/">HIDRemote</a> class is easy. </p> <h4>Remote Control Diagnostics 1.2</h4> <p> Recognition and correct handling of the new Apple IR driver as well as minor visual tweaks best describe the changes in this new version of <a href="/labs/remotecontroldiagnostics/">Remote Control Diagnostics</a>. </p> 2012-01-18T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2012/01/Update-frenzy-at-IOSPIRIT Spacious 1.0: fast switching between OS X Lion spaces, fullscreen apps with every mouse <p> IOSPIRIT is proud to announce the immediate availability of its latest creation: Spacious 1.0. </p> <h4>What is Spacious?</h4> <p> <a href="http://www.iospirit.com/spacious/">Spacious</a> allows switching between OS X Lion spaces and fullscreen apps with every mouse. Via the Spacious Navigator that's shown when the mouse cursor is moved to the display borders. Or directly with many mice wheel. </p> <p> <a href="http://www.iospirit.com/spacious/">Watch the demo video</a> at the Spacious website to see it in action. </p> <p style="margin-top: 20px; margin-bottom: 20px;"> <a href="http://www.iospirit.com/spacious/"><p> <img src="/blog/2011/11/images/Spacious_Explained~cb9cef26e56a52509092c08bc33a4cecba061aaf.jpg" class="responsive"> </p></a> </p> <h4>Why Spacious?</h4> <p> Imagine you're using an ordinary mouse with OS X Lion and you want to switch between spaces. You'll need to move your hand over to the keyboard, locate and press the right key combination - and move back to your mouse. If you need to switch often, chances are you'll soon find this highly annoying and a constant source of interruption in your workflow. </p> <p> Spacious offers smart solutions to this and other space-related challenges. </p> <h4>Key Features</h4> <p> <ul class="checklist"> <li><p><strong>Switch to neighbouring spaces</strong><br> The Spacious Navigator appears when you move your mouse to your display’s borders and keep moving. Click on the Navigator to switch to the next or previous space. </p></li> <li><p><strong>Quick app switching and quitting</strong><br> Right-click on the Spacious Navigator to access recently used applications and Mission Control. Hover over an app's icon and a close button appears, allowing you to quit that app. </p></li> <li><p><strong>Mouse wheel switching</strong><br> If your mouse wheel can scroll left and right (often possible by tilting it), you can turn on an option in Spacious and henceforth use it to switch to the next and previous space instead. </p></li> </ul> <h4>See Spacious in Action</h4> <p> See Spacious and its most important features in action in the <i>"Introducing Spacious"</i> video at the Spacious Website (<a href="http://www.iospirit.com/spacious/">http://www.iospirit.com/spacious/</a>). </p> <h4>Pricing, Availability and System Requirements</h4> <p> Spacious 1.0 is available at the Mac App Store at an introductory price of 5.99 US$ *. Spacious requires a Mac running Mac OS X Lion 10.7 or later. </p> <h4>About IOSPIRIT</h4> <p> IOSPIRIT was founded by Felix Schwarz in 2004 and is based in Roth (Bavaria, Germany). It focuses on the development of innovative software for Mac OS X and iOS. </p> <p> IOSPIRIT is best known for <a href="http://www.iospirit.com/products/remotebuddy/">Remote Buddy</a>, the most powerful remote control solution for the Mac. An <a href="http://www.iospirit.com/products/remotebuddyexpress/">Express version</a> of Remote Buddy is also available at the Mac App Store. </p> <div style="color:#888888;"> <p style="font-size: 11px;"> * Price quoted in US$ excludes sales tax or VAT as applies. Check the Mac App Store for quotes in local currencies. We reserve the right to set a different price (both higher and lower) at any time without advance notice. </p> <p style="font-size: 11px;"> Address: IOSPIRIT GmbH, Am Feldacker 4, 91154 Roth, Germany. Phone: +49 9171 827831. Fax: +49 9171 827832. Email: info@iospirit.com. Website: <a href="http://www.iospirit.com/" style="color: #999;">http://www.iospirit.com/</a>. Trade register number and place of registration: HRB 21960, Amtsgericht Nürnberg. CEO: Felix Schwarz. </p> <p style="font-size: 11px;"> IOSPIRIT GmbH and Spacious are neither affiliated with nor endorsed or sponsored by Apple or any other, previously named company. Apple, OS X, Mac, Mac OS, Spaces are trademarks of Apple Inc., registered in the U.S. and other countries. Mission Control and App Store are trademarks of Apple Inc. All trademarks belong to their respective owners. All information is subject to change without notice. Please also visit <a href="http://www.iospirit.com/legal/" style="color: #999;">http://www.iospirit.com/legal/</a> for information. </p> </div> 2011-11-15T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2011/11/Spacious-1-0-fast-switching-between-OS-X-Lion-spaces-fullscreen-apps-with-every-mouse Introducing the AJAX Remote App for iPhone&trade; and iPod&reg; Touch <div style="float: right;"><p> <img src="/blog/2011/10/images/AJAXRemoteAppIcon128~2c45702f3dd665de9137ab35ec3b191f7c7efa4f.png" class="responsive"> </p></div> <p> IOSPIRIT is proud to announce the immediate availability of the <a href="/products/remotebuddy/ajaxremote/app/">AJAX Remote App</a> on the <a href="http://itunes.apple.com/app/ajax-remote/id438539007">App Store</a>. </p> <p> The AJAX Remote App makes it easy to search and log in to available AJAX Remotes on the same Wi-Fi network. <a href="/products/remotebuddy/ajaxremote/">AJAX Remote</a> is a web app served by the <a href="/products/remotebuddy/">Remote Buddy</a> and <a href="/products/remotebuddyexpress/">Remote Buddy Express</a> Mac&reg; applications (need to purchased separately). </p> <h4>Key Features</h4> <ul class="checklist"> <li>simplified AJAX Remote setup</li> <li>browse and log in to AJAX Remotes</li> <li>automatic launch of modules after log-in</li> <li>automatic login to last used AJAX Remote at startup</li> <li>saves your AJAX Remote password as part of your keychain</li> </ul> <h4>Requirements</h4> <ul class="checklist"> <li>A Mac&reg; running Remote Buddy or Remote Buddy Express version 1.19 or later, with AJAX Remote enabled</li> <li>Mac&reg; and iPhone&trade;/iPod&reg; Touch need to be connected to the same, reliable Wi-Fi network allowing direct connections between its clients</li> <li>iOS 4.2 or later</li> </ul> <h4>Updates to Remote Buddy and Remote Buddy Express</h4> <p> Also available today are updates to Remote Buddy 1.19 and Remote Buddy Express 1.19, adding support for the new app. </p> <h4>Screenshots</h4> <p> <div class="feather-gallery-modern"> <div style="display: inline-block; width: 32%; text-align: center;"> <a href="/blog/2011/10/album_ajaxremoteapp/ajaxRemoteConnecting~571848e47c57eb3a63f55d3ac06d838ca7793d7a.png" class="lightwindow"><img src="/blog/2011/10/album_ajaxremoteapp/ajaxRemoteConnecting~571848e47c57eb3a63f55d3ac06d838ca7793d7a.png" class="imagestrip-image" style="max-width: 95%;"></a> </div> <div style="display: inline-block; width: 32%; text-align: center;"> <a href="/blog/2011/10/album_ajaxremoteapp/ajaxRemoteServerList~df2e4f91627fa80b625154f565e442bc6b5e7736.png" class="lightwindow"><img src="/blog/2011/10/album_ajaxremoteapp/ajaxRemoteServerList~df2e4f91627fa80b625154f565e442bc6b5e7736.png" class="imagestrip-image" style="max-width: 95%;"></a> </div> <div style="display: inline-block; width: 32%; text-align: center;"> <a href="/blog/2011/10/album_ajaxremoteapp/ajaxRemoteAddServer~dc52e3f5498f6da53090e96853e5318d52aa7d3b.png" class="lightwindow"><img src="/blog/2011/10/album_ajaxremoteapp/ajaxRemoteAddServer~dc52e3f5498f6da53090e96853e5318d52aa7d3b.png" class="imagestrip-image" style="max-width: 95%;"></a> </div> <div style="display: inline-block; width: 32%; text-align: center;"> <a href="/blog/2011/10/album_ajaxremoteapp/ajaxRemoteSettings~7481a5230aad3a1f4b8a8c597f4d9e4190866f8a.png" class="lightwindow"><img src="/blog/2011/10/album_ajaxremoteapp/ajaxRemoteSettings~7481a5230aad3a1f4b8a8c597f4d9e4190866f8a.png" class="imagestrip-image" style="max-width: 95%;"></a> </div> <div style="display: inline-block; width: 32%; text-align: center;"> <a href="/blog/2011/10/album_ajaxremoteapp/ajaxRemoteLauncher~d8cf7d0dc2a6c446c5719191371269755154fdd9.png" class="lightwindow"><img src="/blog/2011/10/album_ajaxremoteapp/ajaxRemoteLauncher~d8cf7d0dc2a6c446c5719191371269755154fdd9.png" class="imagestrip-image" style="max-width: 95%;"></a> </div> </div> </p> 2011-10-21T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2011/10/Introducing-the-AJAX-Remote-App-for-iPhone-and-iPod-Touch On the new AJAX Remote App <div style="float: right; margin-left: 20px; margin-bottom: 20px;"><p> <img src="/blog/2011/10/images/AJAXRemoteApp~2bc2f7008fb9d3ac4f55977251c8511f865b2867.png" class="responsive"> </p></div> <p> In July 2008, Apple&reg; released their "Remote" app for iTunes&reg;. It was the first app in the App Store and covered most of the functionality that AJAX Remote's very popular music module had offered. The day after Remote's debut and after receiving lots of emails asking about AJAX Remote's future, I determined that the best way to address the situation was by <a href="/blog/article/127/AJAX-Remote-after-Remote/">blogging</a> about the current state of development and what my plans for it were. </p> <p> Unfortunately, sometimes things don't work out as originally planned. Unpredictable events occur. Outer circumstances change. Or you run into roadblocks that you didn't see coming - without prior warning, at full throttle. </p> <p> After having spent several years of my life working on this project, I'm incredibly sorry to announce that the fully native AJAX Remote client has met this fate. </p> <p> As it turned out late in the client's development, Remote Buddy's current internal menu system structure isn't fit for being wrapped into a native iOS user interface. I've spent a lot of time and effort trying to work around that issue, but in the end had to come to the realization that there is no satisfactory way to work around it. </p> <p> Since I did never stop working on improving AJAX Remote, today's version is already way better than its 2008 counterpart. Just to name a few: responsiveness has greatly improved across the board, there's a new gesture based remote - and the interface has seen several refreshes. </p> <p> Compared to a native app, there are, however, a few things that the AJAX Remote web app can't achieve for technical reasons: simplified setup that leverages Bonjour, waking a sleeping Mac via WOL (wake on LAN) - and storing the password in the keychain. </p> <p> The AJAX Remote App that's now available fills these gaps. And, for good measure, it also let's you choose a module (like f.ex. the Remote or Music module) that's opened for you automatically, right after login. This, by far, has been the most frequently requested feature addition to AJAX Remote. I would also like to mention that the AJAX Remote App is capable of not just waking your Mac via WOL (which, under Lion, leaves the display turned off), but also wakes up your display when logging in to Remote Buddy's AJAX Remote. </p> <p> Although the AJAX Remote App is not the fully native AJAX Remote client I had originally planned and that many of you may have hoped for, it's a vast improvement over the previous status quo. </p> <p> <i>Enjoy!</i> </p> 2011-10-21T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2011/10/On-the-new-AJAX-Remote-App Introducing Remote Buddy Express:— now available on the Mac App Store <div style="float:right; padding-left: 20px; padding-bottom: 20px;"> <p> <img src="/blog/2011/09/images/remoteBuddyExpressLogo200~99f3614801ab9210423ce58039756563b6946545.png" class="responsive"> </p> </div> <p> We're proud to announce the immediate availability of <a href="http://www.iospirit.com/products/remotebuddyexpress/">Remote Buddy Express</a> on the <a href="http://www.iospirit.com/products/remotebuddyexpress/purchase/">Mac App Store</a>. </p> <p> Remote Buddy Express is the Express version of the most powerful remote control solution for the Mac&reg;. It gives its users full control over their Mac&reg; via their Apple&reg; Remote, iPhone&reg; or iPod&trade; Touch. With more than 100 directly supported applications and system functions, real virtual mouse and keyboard, built-in presentation tools and extensive configuration abilities, Remote Buddy Express is the perfect match for presenters, home theater PC (HTPC) power users and everybody else looking to control their applications and their Mac&reg; via the aforementioned devices. </p> <span style="clear:both;"></span> <h4>Remote Buddy Express Key Features</h4> <p> <img src="/blog/2011/09/images/ShotXRemoteBuddyiTunesEn~0965e8281e28f86b854a78aa7fefb59c364f2788.jpg" class="responsive"> </p> <p> <ul class="checklist"> <li>control 100+ applications on your Mac&reg;</li> <li>Virtual Mouse and Keyboard</li> <li>Mousespot: highlight important parts of your presentation</li> <li>one central menu (incl. for switching between apps)</li> <li>File Browser: browse your filesystem and recently used files, open documents</li> <li>integrated media library access (incl. EyeTV, iTunes&reg;, VIDEO_TS folders, ..)</li> <li>easily configurable button mapping and on-screen menu structure</li> <li>sleep, shutdown, reboot your computer</li> <li>control many important system settings</li> <li>button mapping charts: integrated in the menu, so you don't have to memorize them</li> <li>best support for popular media players software</li> </ul> </p> <h4>AJAX Remote Key Features</h4> <div style="float:right; padding-left: 20px; padding-bottom: 20px;"> <p> <img src="/blog/2011/09/images/ajaxRemotePreview~817bba00833928ab51c415e0f651b332d37853a8.png" class="responsive"> </p> </div> <p> Remote Buddy Express includes AJAX Remote, a dynamic web 2.0 application for controlling your Mac&reg; with your iPhone&trade;, iPod&reg; Touch. Its key features: <ul class="checklist"> <li>gesture remote control</li> <li>presenter trackpad</li> <li>keyboard</li> <li>live webcam view</li> <li>iTunes&reg; control and library streaming</li> <li>EyeTV control</li> </ul> For more information, please see the <a href="http://www.iospirit.com/products/remotebuddyexpress/ajaxremote/">AJAX Remote section</a> of the <a href="http://www.iospirit.com/products/remotebuddyexpress/">Remote Buddy Express</a> product page. </p> <h4>Supported Applications</h4> <p> Out of the box, Remote Buddy Express can control the following applications: </p> <p> Adobe&reg; Acrobat, Adobe&reg; Bridge, Adobe&reg; Media Player, Adobe&reg; Reader, Adobe&reg; Lightroom&trade;, AirFoil, Aperture&trade;, AOL&reg; Radio, Audio Hijack, Awaken, Boxee, Capture One&reg;, DivX Player, DVD Player, Expression Media, EyeTV, Front Row, GarageBand&trade;, Google&trade; Earth, Hulu Desktop, iPhoto&trade;, iTunes&reg;, Keynote&reg;, MPlayer OSX Extended, NeoOffice&reg; Impress, OpenOffice.org Impress, PhotoBooth, Plex, PowerPoint&reg;, Preview, QuickTime&reg; Player 7, QuickTime&reg; Player X, Spotify, VLC media player, XBMC. </p> <p> Support for additional applications can be added using the included Behaviour Construction Kit. </p> <p> Please note: Above list is just an excerpt. Please see the Remote Buddy Express website for the <a href="http://www.iospirit.com/products/remotebuddyexpress/software/">full list</a> and details (including version numbers). </p> <h4>Supported Hardware</h4> <p> Remote Buddy Express supports the use of the following hardware to remote control your Mac&reg;: <ul class="checklist"> <li>built-in Apple&reg; IR Receiver with Apple&reg; Remote control</li> <li>iPhone&trade; or iPod&reg; Touch, connected via WiFi (on the same subnet, without packet drops, clients must be able to make connections to other clients)</li> </ul> </p> <h4>System Requirements</h4> <p>A Mac&reg; running Mac OS X 10.6.6 or later. Remote Buddy is compatible with OS X&reg; Snow Leopard and OS X&reg; Lion.</p> <h4>What's the difference between <i>Remote Buddy</i> and <i>Remote Buddy Express</i>?</h4> <p> In an nutshell, Remote Buddy Express is a version of Remote Buddy with stripped down hardware support, offered at a lower price point. While the Express version supports only the Apple&reg; Remote (via built-in Apple&reg; IR Receivers), iPhone&reg; and iPod&trade; touch (please see "Supported Hardware" for technical requirements), the regular Remote Buddy version supports a much, much wider range of remote controls and receivers. For all differences between the two, please see the <a href="http://www.iospirit.com/products/remotebuddyexpress/compare/">comparison table</a> we've put together for you. </p> <h4>More information</h4> <p> For more information, please see the <a href="http://www.iospirit.com/products/remotebuddyexpress/">Remote Buddy Express</a> product page. </p> <h4>Media</h4> <p> Right-click and select "Download" to download an image. Left-click to view it in full size. <p> <div class="feather-gallery-modern"> <div style="display: inline-block; width: 32%; text-align: center;"> <a href="/blog/2011/09/album_remotebuddyexpress_mediakit/menu~cd096a77855c3ccd863bcad549bb3cb40f97dfd2.png" class="lightwindow"><img src="/blog/2011/09/album_remotebuddyexpress_mediakit/menu~cd096a77855c3ccd863bcad549bb3cb40f97dfd2.png" class="imagestrip-image" style="max-width: 95%;"></a> </div> <div style="display: inline-block; width: 32%; text-align: center;"> <a href="/blog/2011/09/album_remotebuddyexpress_mediakit/mappingprefs~280241b62a242485a6f234e36029e1c62ab4f827.png" class="lightwindow"><img src="/blog/2011/09/album_remotebuddyexpress_mediakit/mappingprefs~280241b62a242485a6f234e36029e1c62ab4f827.png" class="imagestrip-image" style="max-width: 95%;"></a> </div> <div style="display: inline-block; width: 32%; text-align: center;"> <a href="/blog/2011/09/album_remotebuddyexpress_mediakit/virtualkeyboard~60368a3e094ac63beeef48679eabf0a1f39df4f4.png" class="lightwindow"><img src="/blog/2011/09/album_remotebuddyexpress_mediakit/virtualkeyboard~60368a3e094ac63beeef48679eabf0a1f39df4f4.png" class="imagestrip-image" style="max-width: 95%;"></a> </div> <div style="display: inline-block; width: 32%; text-align: center;"> <a href="/blog/2011/09/album_remotebuddyexpress_mediakit/virtualmoouseandmousespot~2c763e3c98d6fc98bea847899ac31bb790efcdf2.png" class="lightwindow"><img src="/blog/2011/09/album_remotebuddyexpress_mediakit/virtualmoouseandmousespot~2c763e3c98d6fc98bea847899ac31bb790efcdf2.png" class="imagestrip-image" style="max-width: 95%;"></a> </div> <div style="display: inline-block; width: 32%; text-align: center;"> <a href="/blog/2011/09/album_remotebuddyexpress_mediakit/mappingview~82b12a42da159659a8127eb2a6c04cc9179396a6.png" class="lightwindow"><img src="/blog/2011/09/album_remotebuddyexpress_mediakit/mappingview~82b12a42da159659a8127eb2a6c04cc9179396a6.png" class="imagestrip-image" style="max-width: 95%;"></a> </div> <div style="display: inline-block; width: 32%; text-align: center;"> <a href="/blog/2011/09/album_remotebuddyexpress_mediakit/ref_ajaxremoteui_launcher~741aa8a9212e718ca2eaf20dec2fc0f0ac70d26c.jpg" class="lightwindow"><img src="/blog/2011/09/album_remotebuddyexpress_mediakit/ref_ajaxremoteui_launcher~741aa8a9212e718ca2eaf20dec2fc0f0ac70d26c.jpg" class="imagestrip-image" style="max-width: 95%;"></a> </div> <div style="display: inline-block; width: 32%; text-align: center;"> <a href="/blog/2011/09/album_remotebuddyexpress_mediakit/ref_ajaxremoteui_music~b817dd6188a6d1b609c52c27c466c3014b692cea.jpg" class="lightwindow"><img src="/blog/2011/09/album_remotebuddyexpress_mediakit/ref_ajaxremoteui_music~b817dd6188a6d1b609c52c27c466c3014b692cea.jpg" class="imagestrip-image" style="max-width: 95%;"></a> </div> <div style="display: inline-block; width: 32%; text-align: center;"> <a href="/blog/2011/09/album_remotebuddyexpress_mediakit/ref_ajaxremoteui_trackpad~cc22731462b18ec62eee3ec5a3a678526123ffde.jpg" class="lightwindow"><img src="/blog/2011/09/album_remotebuddyexpress_mediakit/ref_ajaxremoteui_trackpad~cc22731462b18ec62eee3ec5a3a678526123ffde.jpg" class="imagestrip-image" style="max-width: 95%;"></a> </div> <div style="display: inline-block; width: 32%; text-align: center;"> <a href="/blog/2011/09/album_remotebuddyexpress_mediakit/ref_ajaxremoteui_camera~eda9c467bda523597de42b3a8b067ce6a3409bef.jpg" class="lightwindow"><img src="/blog/2011/09/album_remotebuddyexpress_mediakit/ref_ajaxremoteui_camera~eda9c467bda523597de42b3a8b067ce6a3409bef.jpg" class="imagestrip-image" style="max-width: 95%;"></a> </div> <div style="display: inline-block; width: 32%; text-align: center;"> <a href="/blog/2011/09/album_remotebuddyexpress_mediakit/ref_ajaxremoteui_remote_gesture~d7c99e9ea2e7c8ba0e863678e65b7c4ba19b7522.jpg" class="lightwindow"><img src="/blog/2011/09/album_remotebuddyexpress_mediakit/ref_ajaxremoteui_remote_gesture~d7c99e9ea2e7c8ba0e863678e65b7c4ba19b7522.jpg" class="imagestrip-image" style="max-width: 95%;"></a> </div> <div style="display: inline-block; width: 32%; text-align: center;"> <a href="/blog/2011/09/album_remotebuddyexpress_mediakit/ref_ajaxremoteui_remote~904f92d95407391f48feb4dd482545433a8f98a7.jpg" class="lightwindow"><img src="/blog/2011/09/album_remotebuddyexpress_mediakit/ref_ajaxremoteui_remote~904f92d95407391f48feb4dd482545433a8f98a7.jpg" class="imagestrip-image" style="max-width: 95%;"></a> </div> <div style="display: inline-block; width: 32%; text-align: center;"> <a href="/blog/2011/09/album_remotebuddyexpress_mediakit/ref_ajaxremoteui_movies~4e0487d7697ee753436eb70c5ce154e1f5bbbc0a.jpg" class="lightwindow"><img src="/blog/2011/09/album_remotebuddyexpress_mediakit/ref_ajaxremoteui_movies~4e0487d7697ee753436eb70c5ce154e1f5bbbc0a.jpg" class="imagestrip-image" style="max-width: 95%;"></a> </div> </div> </p> </p> <p> All trademarks and registered tradements belong to their respective owners. </p> 2011-09-08T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2011/09/Introducing-Remote-Buddy-Express-now-available-on-the-Mac-App-Store Waking the sleeping Lion: Remote Buddy 1.18.1 <div style="float: right; left-margin: 20px; bottom-margin: 20px;"><p> <img src="/blog/2011/07/images/lionReadyBadge~31119ae20cda8c927f80905a32fcc4a83a4f7d9f.png" class="responsive"> </p></div> <p> The sleep and wake behavior of Lion in many respects differs substantially from that of Snow Leopard. Most notably, a sleeping display can no longer be woken up by moving the mouse, an emulated key stroke (via f.ex. VNC) or the Apple&reg; Remote. You now need to press a key on your keyboard or a button on your mouse or trackpad. </p> <p> These changes make a lot of sense in environments where no remote controls are used: in these, it's now a lot harder to power the display back up by accident. You also usually won't need or want to power up a distant display that you most likely can't see when you access your Mac&reg; via screen sharing software. </p> <p> For users of remote controls, however, these changes can really be a show stopper. Especially for HTPC users, who may want to save power, but don't want to connect a mouse or keyboard to their Mac&reg; just to wake up their displays. </p> <p> Naturally, we got a lot of emails on this topic (btw: thanks to everybody for their great feedback!). But with the traditional ways of waking up a sleeping display (generating "system activity", posting mouse and keyboard events, ..) no longer working under Lion, we couldn't offer a solution right away. </p> <p> So we studied Lion's <a href="http://opensource.apple.com/release/mac-os-x-107/" target="_blank">source code</a> to get the complete picture. What we learned pretty fast is that the change in behavior (as described in the first paragraph) is not a bug. In fact, several comments in Lion's source code strongly suggest this is a feature. This also makes sense to some extent (as described in the second paragraph). </p> <p> By now, we've found three ways to wake sleeping displays from an application: one using private API and requiring root privileges, one using public API and requiring a kernel extension - and, after reading through a lot of kernel source code - one using only public API and requiring neither root privileges nor a kernel extension. </p> <p> Naturally, we picked the third one for inclusion in <a href="/products/remotebuddy/">Remote Buddy</a>. The new version 1.18.1 now wakes sleeping displays whenever you press a button on your remote. It also addresses other Lion-specific issues that you've reported to us. </p> <p> Enjoy! </p> <p> <b>P.S.: The <a href="/blog/article/156/The-roaring-5-year-celebration-promo/">5 year celebration promo</a> is still running, but will end in only 3 days. Don't miss this opportunity to save 20% - and don't forget to tell your Mac&reg;-owning friends! Thanks!</b> </p> 2011-07-28T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2011/07/Waking-the-sleeping-Lion-Remote-Buddy-1-18-1 The roaring 5 year celebration promo! <p> Roughly six weeks after <a href="http://twitter.com/#!/felix_schwarz/status/77672795949117440" target="_blank">Remote Buddy turned five</a> - which also means five years of free updates for all <a href="/products/remotebuddy/">Remote Buddy</a> users - we've released version 1.18, adding support for the forth major OS X&reg; update: Lion. </p> <p style="font-size: 11px; color: #777777"> <p> <img src="/blog/2011/07/images/rblogos~d037d578683148f089ca7e322278bcee57e6bf6f.png" class="responsive"> </p> Remote Buddy's logos in the past five years - showing off new features that were added over time. </p> <h4>About time for a party</h4> <p> While circumstances beyond our control (which I may write about in a future post, depending on outcome) have hindered us from celebrating Remote Buddy's 5th birthday as we intended and prepared to do, the arrival of the latest and greatest big cat presents another welcome reason to throw a virtual party! </p> <h4>Save 20%!</h4> <p> And so, in celebration of Remote Buddy's fifth anniversary and the release of Lion, you can now purchase Remote Buddy at a 20% discount for a limited time. </p> <p> The discount only applies to single user licenses, has already been applied to our Online Store's price (so there's no need to enter any promo code) and will end on August, 1st 2011. </p> <h4>Missing Front Row in Lion? Time for a new buddy!</h4> <p> In Lion, Apple&reg; has removed Front Row, leaving the system without a central application for accessing your media and controlling its playback. Like I've detailed in a <a href="http://www.iospirit.com/blog/article/155/Remote-Buddy-1-18-a-roartastic-update/">previous blog post</a> on Lion support, <a href="/products/remotebuddy/">Remote Buddy</a> is more than capable filling this gap. And this roaring promo presents a particularly good opportunity to get your hands on a copy! </p> <p> <b>Enjoy the software and the promo - and don't forget to tell your friends!</b> </p> 2011-07-21T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2011/07/The-roaring-5-year-celebration-promo Remote Buddy 1.18: a roartastic update <p> The new big cat is now in the wild - and so is <a href="/products/remotebuddy/">Remote Buddy</a> 1.18, giving you access to some of Lion's greatest new features via your remote on the day of Lion's release. So, what's new? What has changed? </p> <h4>Support for Photo Booth's fullscreen mode</h4> <p> PhotoBooth has always been fun to play with. Lion adds new effects and a gorgeous fullscreen mode. With Remote Buddy, you can now switch in and out of this new mode - and even select the effect of your choice via your remote. For the latter, Remote Buddy implements its own selection interface that it displays on top of PhotoBooth (pictured below). </p> <p> <img src="/blog/2011/07/images/PBRBRoar~cb9be85baaa0d92ea89a956773ca2c351a2dffc1.jpg" class="responsive"> </p> <h4>Use Remote Buddy instead of Front Row</h4> <p> Starting with Lion, Front Row is no longer part of OS X. With its enormous, deeply integrated feature set, Remote Buddy can easily be used as a replacement, though: browsing local and remote iTunes&reg; music libraries, controlling DVD Player (including launching VIDEO_TS folders) and QuickTime&reg; Player X (incl. filesystem navigation), browsing albums or starting slideshows in iPhoto&trade;, switching between all these apps - Remote Buddy already does it all for years.</p> <h4>Accessibility, Spaces and Exposé</h4> <p> Lion has replaced Spaces and Exposé with Mission Control. So these Behaviours are no longer available under Lion. If you want to switch to the existing fullscreen space of a particular application, all you need to do is to activate the respective Behaviour. </p> <p> The Accessibility Behaviour is no longer available under Lion. </p> <h4>iTunes&reg; 10.4 and fullscreen CoverFlow mode</h4> <p> iTunes&reg; 10.4 was released the same day as Lion - and Remote Buddy 1.18 already supports its major new feature: the fullscreen mode. As it turns out, however, Apple&reg; at the same time removed the previously available keyboard shortcut for switching to a dedicated fullscreen CoverFlow mode, so that it can no longer be made available through Remote Buddy when using iTunes&reg; 10.4. </p> <h4>iCal, Safari, Preview - new fullscreen modes everywhere</h4> <p> Lion brings a lot of nice detail improvements to its bundled applications. iCal features a new year view. And like Safari and Preview, it now also supports a fullscreen mode. With this update, Remote Buddy gives you access to these. </p> <h4>Safari and the Virtual Mouse</h4> <p> The default mapping of the Safari Behaviour (on all OS releases) was updated to switch to the Virtual Mouse when holding the Menu button. To switch back to the Safari Behaviour, hold the Menu button again. </p> <h4>Lion's 64-Bit kernel and an update to Candelair</h4> <p> Remote Buddy 1.18 comes bundled with Lion-ready Candelair 1.6. Since Lion now boots a 64 Bit kernel by default, a few changes were necessary. </p> <p> When transitioning OS X&reg; to a 64 Bit kernel, Apple&reg; also removed functionality from its IOKit driver stack. In consequence, Candelair can no longer implement a compatibility hook needed by some software. Such software uses outdated, error-prone code to implement support for the Apple&reg; Remote on its own. Software using said code will not be able to access the Apple&reg; Remote when Candelair is installed - and in turn can also not be controlled with Remote Buddy's Virtual Remote any more. Since almost all popular and actively developed software - including EyeTV, Plex, XBMC, Boxee, iAlertU and of course Remote Buddy - is now using our modern, user-friendly <a href="/developers/hidremote/">HIDRemote</a> class, this hardly presents a problem in real world, everyday use, though. If you, however, depend on software with a 64 bit incompatibility, you can boot your Mac&reg; with a 32 bit kernel by pressing and holding the keys 3 and 2 during boot. </p> 2011-07-20T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2011/07/Remote-Buddy-1-18-a-roartastic-update Remote Buddy 1.17.1 and Candelair 1.5.1 released <p> <a href="/products/remotebuddy/">Remote Buddy 1.17.1</a> and <a href="/labs/candelair/">Candelair 1.5.1</a> are now available for download. </p> <p> Candelair 1.5.1 addresses a rarely occurring IOKit driver matching issue (introduced with driver version 1.9.0) that led to parts of Candelair being matched to regular, unrelated HID devices (like keyboards, mice, joysticks). </p> <p> Remote Buddy 1.17.1 includes the new version of Candelair. </p> <h4>Follow-up regarding PowerPC&trade; support</h4> <p> I had to omit PPC support in the Remote Buddy 1.17 and Candelair 1.5 releases because I no longer have access to a PowerPC&trade; machine for testing purposes and nobody came back to me in time in response to my public search for PPC beta testers via the Remote Buddy forum and Twitter. </p> <p> In the last two weeks since the release of the update, I have received only four emails regarding the lack of PPC support - of which two offered their help (thanks!). While I appreciate these very much, it also shows that interest in continued PPC support is very low - even much lower than I would have expected. </p> <p> Therefore - and I really didn't make this decision lightheartedly - the discontinuation of PPC support is now permanent. As a service to those few who still use Remote Buddy on a PPC machine, the last release with PPC support remains available for download from the <a href="/support/faqs/remotebuddy/category/6/General/entry/245/Where-can-I-get-the-last-version-of-Remote-Buddy-that-also-runs-on-PowerPC-Mac-running-OS-X-10-4-6-10-5-8/">Remote Buddy FAQ</a>. </p> <p> Farewell PowerPC&trade;! I really enjoyed writing tons of code for you during the (at least) twelve past years that I did - on various platforms. </p> 2011-06-10T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2011/06/Remote-Buddy-1-17-1-and-Candelair-1-5-1-released Candelair 1.5 now available <a href="/labs/candelair/"><p> <a href="/blog/2011/05/images/candelairScreenshot@2x~092ed2e4704ca7b1fe1c91b6681ca576461513f6.jpg" class="lightwindow"> <img src="/blog/2011/05/images/candelairScreenshot~64229cfb35511e7d3596a399f0207a1c956c5916.jpg" class="responsive" srcset="/blog/2011/05/images/candelairScreenshot~64229cfb35511e7d3596a399f0207a1c956c5916.jpg 1x, /blog/2011/05/images/candelairScreenshot@2x~092ed2e4704ca7b1fe1c91b6681ca576461513f6.jpg 2x"> </a> </p></a> <p> Candelair 1.5 is now available for <a href="http://www.iospirit.com/labs/candelair/download/">download</a>. </p> <h4>What's new since version 1.2</h4> <ul> <li><b>NEW:</b> Integrated Remote Control Diagnostics into the Candelair Preference Pane - helps you track down, understand and fix common Apple&reg; Remote problems.</li> <li><b>Enhancement:</b> Improved support for 64 Bit kernels.</li> <li><b>Enhancement:</b> User interface refreshed.</li> <li><b>Enhancement:</b> Revised driver architecture (for the additional drivers for Remote Buddy).</li> <li><b>Enhancement:</b> Updated internal, database of Mac&reg; models.</li> </ul> <h4>Regarding PowerPC&trade; support</h4> <p> Starting with version 1.5, we drop support for PowerPC&trade; Macs (please see the release notes for Remote Buddy 1.17 for the reasons). Owners of PowerPC&trade; Macs are advised to keep using the previous version. </p> 2011-05-27T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2011/05/Candelair-1-5-now-available Remote Buddy 1.17 now available <a href="/products/remotebuddy/"><p> <img src="/blog/2011/05/images/shot_mappingappleremote_en~be187f0712411f9255cc3795aff2535a7c2c22f3.jpg" class="responsive"> </p></a> <p> Remote Buddy 1.17 is now available for <a href="http://www.iospirit.com/products/remotebuddy/download/">download</a>. </p> <h4>What's new since version 1.16.6</h4> <ul> <li><b>NEW:</b> Now based on Candelair 1.5 (Driver 1.9.0), which introduces a new, more flexible concept for its included drivers and provides improved support for 64 Bit kernels.</li> <li><b>NEW:</b> New dual mode driver for the Apple&reg; IR Receiver allows you to use it with and without installing the Candelair driver. This feature is only available on OS X&reg; 10.5 and later for technical reasons.</li> <li><b>Enhancement:</b> Support for iTunes&reg; 10.2 remote speaker selection.</li> <li><b>Enhancement:</b> Further improved Apple IR decoder for eHome/MCE receivers.</li> <li><b>Enhancement:</b> Reduced launch time thanks to enhanced plugin loading routines.</li> <li><b>Enhancement:</b> Improved handling of sudden disconnects of remotes and receivers.</li> <li><b>Enhancement:</b> Lots of cosmetic changes.</li> </ul> <h4>Regarding PowerPC&trade; support</h4> <p> Our last PowerPC&trade; machine quit service, so we are no longer able to test new releases for compatibility with PowerPC&trade; machines ourselves. Since we got zero feedback when searching for beta testers via the Remote Buddy forum and Twitter, we estimate interest in PowerPC&trade; support to be very low, maybe even completely absent by now. So, starting with this release, we're dropping support for PowerPC&trade; Macs. The - as of now - last release of Remote Buddy with support for PowerPC&trade; CPUs can be downloaded from the <a href="/support/faqs/remotebuddy/category/6/General/entry/245/Where-can-I-get-the-last-version-of-Remote-Buddy-that-also-runs-on-PowerPC-Mac-running-OS-X-10-4-6-10-5-8/">Remote Buddy FAQ</a>. </p> <p> If you happen to still use a PowerPC&trade;-based Mac&reg; and you'd like to help out with beta testing, please get in touch. If there's enough interest and we can gather a critical mass of beta testers, PowerPC&trade; support may return in the next release. </p> 2011-05-27T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2011/05/Remote-Buddy-1-17-now-available Remote Buddy 1.16.5 now available <p> Remote Buddy 1.16.5 is now available for <a href="http://www.iospirit.com/products/remotebuddy/download/">download</a>.</p> <h4>What's new since version 1.16.4</h4> <ul> <li><b>Enhancement:</b> Improved support for Manta&trade; TR-1 receivers</li> <li><b>Enhancement:</b> Support for iTunes&reg; 10</li> <li><b>Fix:</b> Fixed a problem with controlling Plex when in the background.</li> </ul> <i>Enjoy!</i> 2010-10-06T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2010/10/Remote-Buddy-1-16-5-now-available Remote Buddy 1.16.4 now available <p> Remote Buddy 1.16.4 is now available for <a href="http://www.iospirit.com/products/remotebuddy/download/">download</a>.</p> <h4>What's new since version 1.16.3</h4> <ul> <li><b>NEW:</b> Behaviour for Bridge CS5</li> <li><b>NEW:</b> Behaviour for Capture One&reg; (Pro) 5</li> <li><b>NEW:</b> Behaviour for Lightroom&reg; 3</li> <li><b>NEW:</b> Behaviour for QuickTime&reg; Player 7</li> <li><b>Enhancement:</b> The file browser now also supports the launch of .command files.</li> <li><b>Fix:</b> Added a workaround for the iOS 4 issue where auto login cookies aren't stored by iOS 4 when using AJAX Remote in full screen mode. AJAX Remote now works around the issue by storing a copy of the auto login cookie via HTML5 SQL Storage.</li> <li><b>Fix:</b> Fixed a concurrency problem when using an EyeTV receiver and Apple&reg; IR Receiver with an Apple&reg; Remote at the same time.</li> </ul> 2010-08-09T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2010/08/Remote-Buddy-1-16-4-now-available Follow us on Twitter! <p> I recently reorganized IOSPIRIT's presence on Twitter to make more information available to different audiences. You can now follow: </p> <p> <a href="http://www.twitter.com/iospirit/" target="_blank">@iospirit</a> - main focus on news from IOSPIRIT (low traffic)<br> <a href="http://www.twitter.com/remotebuddy/" target="_blank">@remotebuddy</a> - main focus on Remote Buddy news (low traffic)<br> <a href="http://www.twitter.com/candelair/" target="_blank">@candelair</a> - main focus on Candelair news (low traffic)<br> </p> <p> <a href="http://www.twitter.com/felix_schwarz/" target="_blank">@felix_schwarz</a> - yours truly on Twitter tweeting on IOSPIRIT, its products, dev talk, interesting links, insight and more. </p> 2010-05-10T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2010/05/Follow-us-on-Twitter Fresh from the labs: Remote Control Diagnostics helps diagnose Apple&reg; Remote problems <p> Over the past few months, IOSPIRIT has released two major components to further remote control support and interoperability in OS X applications: first, the <a href="/labs/candelair/">Candelair</a> driver package to cleanly work around widespread issues third-party applications are having with the Apple&reg; Remote support in OS X 10.6. Second, the <a href="/developers/hidremote/">HIDRemote class</a>, which makes it easy for developers to integrate robust, driver-independant and clean remote control support into their applications. </p> <p> Both have helped a large number of users and an increasing number of high profile projects to make the use of the Apple&reg; Remote a much more pleasant experience. </p> <p> Today, Candelair and HIDRemote are joined by <a href="/labs/remotecontroldiagnostics/">Remote Control Diagnostics</a> (RCD). It helps you identify the source of issues where, when you press a button on your Apple&reg; Remote, nothing happens. In the past, finding the true reason for such an issue could be pretty demanding with regards to time and required know-how. In contrast, RCD provides a one click system check that scans for almost all known error sources. If it finds an issue or potential issue, it provides you with information on how you can resolve it. RCD takes full advantage of additional diagnostic information provided by OS X 10.6 and the broadcasted metadata of HIDRemote-enabled applications. </p> <p> <a href="/labs/remotecontroldiagnostics/"><p> <img src="/blog/2010/02/images/rcdShotBig~a5552a4905a164454e5f4550249d591366f14342.jpg" class="responsive"> </p></a> </p> 2010-02-02T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2010/02/Fresh-from-the-labs-Remote-Control-Diagnostics-helps-diagnose-Apple-Remote-problems Freely configure all buttons of the new Apple&reg; Remote - with Remote Buddy 1.16 <p> Remote Buddy 1.16 - our remote control powerhouse for the Mac&reg; - is available now. </p> <h4>What's New In Version 1.16</h4> <ul> <li><p><b>Freely map all buttons of the new Apple&reg; Remote</b> - The new Remote Buddy versions adds support for the new, aluminum Apple&reg; Remote and allows the free mapping of all of its buttons under Mac OS&reg; X 10.4 and later. A supported, compatible IR Receiver is required (*).</p></li> <li><p><b>Add a new Apple&reg; Remote to a Mac&reg; Pro, the new MacBook&reg; and old PowerPC&trade; Mac&reg;</b> - Apart from built-in Apple&reg; IR receivers, Remote Buddy also supports the new Apple&reg; Remote in combination with many external USB infrared receivers (*).</p></li> </ul> <p> (*) Please see <a href="http://www.iospirit.com/products/remotebuddy/hardware/">http://www.iospirit.com/products/remotebuddy/hardware/</a> for a complete list. </p> <p> A complete, detailed list of changes is available at <a href="http://www.iospirit.com/products/remotebuddy/releasenotes/">http://www.iospirit.com/products/remotebuddy/releasenotes/</a>. </p> <p> <p> <img src="/blog/2009/12/images/AluminumAppleRemoteCustomizeWithRemoteBuddy~7e32e3b6535e3cc66032240c70e9512ecae50715.jpg" class="responsive"> </p> </p> <h4>Press Kit</h4> <p>A press kit with high resolution screenshots and logos is available at <a href="http://www.iospirit.com/company/presskit/">http://www.iospirit.com/company/presskit/</a> . Please contact us at <a href="http://www.iospirit.com/contact/">http://www.iospirit.com/contact/</a> with any questions you are having.</p> <h4>About Remote Buddy</h4> <p> Remote Buddy gives its users full control over their Mac&reg; via their remote control. With more than 100 directly supported applications and system functions, real virtual mouse and keyboard, built-in presentation tools, extensive configuration abilities as well as broad hardware support (incl. Apple&reg; Remote, iPhone&trade;, iPod&reg; Touch, Wii&trade; Remote and many remotes bundled with EyeTV receivers), Remote Buddy is targeting a broad and diverse audience. </p> <p> Remote Buddy 1.16 requires a Mac&reg; with Mac OS&reg; X 10.4.6 or later. Remote Buddy does not include any of the controlled applications. They have to be purchased and/or installed seperately. A 30 day, fully featured demo version can be downloaded from the Remote Buddy homepage. The full version of Remote Buddy 1.16 is available worldwide for 19.99 Euro. For customers within the EU, the price includes 19% VAT. </p> <p> More information on Remote Buddy can be found at <a href="http://www.iospirit.com/products/remotebuddy/">http://www.iospirit.com/products/remotebuddy/</a> . </p> <h4>About IOSPIRIT GmbH</h4> <p> IOSPIRIT GmbH has been founded by Felix Schwarz in 2004 and focuses on the development of innovative software for Mac OS&reg; X and iPhone&trade;. IOSPIRIT GmbH is based in Roth, Germany. </p> <h4>Legal notice</h4> <p> IOSPIRIT GmbH and Remote Buddy are neither affiliated with nor endorsed or sponsored by Apple&reg;, Logitech&reg;, Sony&reg; or any other, previously named company. Apple, Mac, MacBook, Mac OS, Macintosh are trademarks of Apple Computer, Inc., registered in the U.S. and other countries. Logitech and Harmony are either a registered trademark or trademark of Logitech in the United States and/or other countries. Sony and PlayStation are a trademark or registered trademark of Sony Corporation. PowerPC™ and the PowerPC logo™ are trademarks of the International Business Machines Corporation. All other products, services, companies and publications are trademarks or registered trademarks of their respective owners. </p> 2009-12-18T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2009/12/Freely-configure-all-buttons-of-the-new-Apple-Remote-with-Remote-Buddy-1-16 Review: Inside the new Aluminum Apple&reg; Remote <p> A little less than two months ago, Apple&reg; unveiled the second generation Apple&reg; Remote. The most visible change is that its enclosure is now made of aluminum. But there's a lot more. I've spent the past six weeks with the new remote and it's packed with beautiful technical and design details. I'll cover most of them in the following review - from unboxing all the way down to the IR codes. </p> <h4>Unboxing</h4> <p> Compared to the original, plastic remote, Apple&reg; has massively reduced the size of the packaging. The new aluminum Apple&reg; Remote's packaging consists of two plastic shells and is just big enough to enwrap the remote and its documentation. </p> <p> <img src="/blog/2009/12/images/AluminumAppleRemotePackagingComparisonAngled~a196f30800fd41ca28c5ac621662a73512daf1d3.jpg" class="responsive"> </p> <p> Inside the packaging: the remote, documentation and warranty information. </p> <p> <img src="/blog/2009/12/images/AluminumAppleRemotePackageContents~232f5e5dbf36bea72ffc178dbdb83ba24ee2debc.jpg" class="responsive"> </p> <h4>Larger and thinner</h4> <p> The new aluminum Apple&reg; Remote is bigger than its predecessor, which makes holding it much more comfortable - especially if you have big hands. </p> <p> <img src="/blog/2009/12/images/AluminumAppleRemoteSizeComparisonFront~014c2e8fe55838b41658465ef7c19877585eec00.jpg" class="responsive"> </p> <p> Made from one block of aluminum, it's much thinner in both width and depth and also feels a lot more durable. </p> <p> <img src="/blog/2009/12/images/AluminumAppleRemoteSizeComparisonTop~1c8195eb4b22145effcc3fa1b1f8fa99e41fa9b0.jpg" class="responsive"> </p> <h4>Exchanging the battery</h4> <p> The white Apple&reg; Remote's battery compartment has an ejection mechanism at its lower end that can be triggered with the tip of a pen. It's however "hidden" so well that some users thought that they couldn't exchange the battery themselves - or at all. </p> <p> <img src="/blog/2009/12/images/AluminumAppleRemoteReplaceBattery2~8987ea5ecea8cd3c9e2bc135dd598bd1d7f75959.jpg" class="responsive"> </p> <p> In contrast, the new remote's battery compartment is quite visible. It's located on the back of the remote and can be opened with a coin. When it's open (as pictured below), another great design detail becomes very visible: the compartment's cover is curved like the rest of the remote. </p> <p> Also worth noting: most of the fine print found on the back of the first generation model - including serial and model number, CE and FCC logos - has moved inside the battery compartment. And: unlike the first generation - which has a recessed Apple&reg; logo on the flip side - the new aluminum model doesn't have any Apple&reg; logo on it at all. The only Apple&reg; branding on this product is the tiny "Designed by Apple in California. Made in China." text engraved on the flip side. </p> <p> Both the old and new Apple&reg; Remote use the same battery type: a CR2032, 3 volts coin battery. </p> <p> <img src="/blog/2009/12/images/AluminumAppleRemoteReplaceBattery1~11164f62f9705ba8acec3b14026015a3a564d4e9.jpg" class="responsive"> </p> <h4>A new button layout - and one additional button</h4> <p> When I <a href="/blog/article/137/New-Macs-and-new-aluminium-Apple-Remote/">first</a> looked at official product photos of the new Apple&reg; Remote, I ended up with the impression that Apple&reg; had removed the button at the center of the navigation ring and moved it down into one row with the menu button. </p> <p> I'm very happy that my first impression was wrong. The new Apple&reg; Remote still has the center button and - this is the real news - an <i>additional</i> Play/Pause button. This increases the number of buttons from six (for the white first generation model) to seven. More on that later. </p> <p> Another concern of mine was that, since the Menu and Play/Pause button are in one line, they could be easily confused. Turns out, the Apple&reg; engineers have recognized and solved this design issue, too: while the Play/Pause button is aligned with the rest of the surface, the Menu button is recessed. With this haptic feedback in place, the two buttons are distinguishable in an intuitive way. </p> <p> <img src="/blog/2009/12/images/AluminumAppleRemoteRecessedMenuButton~d646125f4aa233e0f0b551d0f12f67b279ab8684.jpg" class="responsive"> </p> <h4>Driver support in OS X</h4> <p> Apple&reg; updated the driver for built-in Apple&reg; IR Receivers in OS 10.6.2 to include specific support for the additional button. This means that applications that use the OS X driver can distinguish between the "Center" and "Play/Pause" buttons only under OS 10.6.2 and later. Under all previous OS releases, the two buttons act like the "Play/Pause" button of the old, white remote and can't be distinguished by applications. </p> <p> Our software <a href="http://www.iospirit.com/products/remotebuddy/">Remote Buddy</a> uses its own driver and therefore is not subject to such limitations. At the time of writing, it's the only software that allows full customization and distinct usage of all buttons of the new aluminum Apple&reg; Remote under all releases of OS X 10.4, 10.5 and 10.6 with either a built-in Apple&reg; IR Receiver or one of the supported <a href="/products/remotebuddy/hardware/#ehomereceiver">eHome/MCE</a> and <a href="/products/remotebuddy/hardware/#keyspanirreceiver">Keyspan IR</a> receivers. </p> <p> <img src="/blog/2009/12/images/AluminumAppleRemoteCustomizeWithRemoteBuddy~7e32e3b6535e3cc66032240c70e9512ecae50715.jpg" class="responsive"> </p> <h4>How Apple&reg; achieved backward compatibility</h4> <p> The introduction of an additional button raises an interesting question: how does Apple&reg; retain backward compatibility with older hardware (like f.ex. the Universal Dock) and drivers (like f.ex. in OS 10.4 and 10.5) and - at the same time - keep the ability to distinguish between the "Center" and "Play/Pause" buttons in OS 10.6.2 and later? </p> <p> To answer this question, we need to take a look at the raw infrared signals transmitted by the remote. </p> <p> What I found is this: like its predecessor, the new Apple&reg; Remote sends the same, old "Play/Pause" code for both the "Center" and "Play/Pause" buttons. But, right before transmitting these button codes, it transmits an additional "prefix" button code - as seen in the table below. </p> <p> <img src="/blog/2009/12/images/AluminumAppleRemoteIRCodeDiagram~4c3f925e38a30ff8bbf222262e569bf18f764308.png" class="responsive"> </p> <p> Legacy hardware and old driver software receive the additional prefix code and ignore it. Right after, they receive and handle the "old" button code that follows and react to the "Center" and "Play/Pause" button presses like they previously did when receiving a "Play/Pause" button press from a plastic Apple&reg; Remote. </p> <p> Apple&reg; found a smart solution to achieve backward compatibility. But it comes at a price: hardly any <i>current</i> Universal Remote will be able to correctly learn and emulate the new codes. I fully expect that, instead, they'll just record and replay the raw IR signal of the new buttons. The effect of this will be that one button press on the Universal Remote will be translated into several raw replays of the new Apple&reg; Remote codes. Or, in other words: one button press on the Universal Remote will act like multiple button presses, because that's what'll be sent. </p> <h4>Developers</h4> <p> Developers can add support for the new aluminum Apple&reg; Remote to their Cocoa&reg; applications by adopting my <a href="/developers/hidremote/">HIDRemote Objective-C&reg; class</a>. The latest version includes support for the new aluminum Apple&reg; Remote button codes and can also auto-detect the model in use. </p> <h4>Summary</h4> <p> The new Apple&reg; Remote is a worthy upgrade to its predecessor all around. Its increased size and solid unibody enclosure make for a much better grip. And once your hands got used to a remote <i>that</i> thin, it really feels great. In a somewhat unexpected move, Apple&reg; also added a button, which provides users of <a href="/products/remotebuddy/">Remote Buddy</a> with even more possibilities to control their Mac&reg;. Finally, Apple&reg;'s smart use of IR codes keeps the new remote compatible with old accessories like the Universal Dock. The only downside to Apple&reg;'s IR code magic: most universal remotes will need a firmware update before they can correctly emulate the new codes. </p> <p> <p> <img src="/blog/2009/12/images/AluminumAppleRemoteMaterialComparison~1b7d222a3a965450e63ebe97d4a11fb01071c170.jpg" class="responsive"> </p> </p> <!-- <div class="footnotes"> <hr> <ol> <li id="ftn141-1">footnote text<a href="#ftnr141-1">&#8617;</a></lI> </ol> </div> --> 2009-12-16T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2009/12/Review-Inside-the-new-Aluminum-Apple-Remote IOSPIRIT releases Candelair and HIDRemote <p> We're happy to announce the release of version 1.0 of Candelair and HIDRemote today: </p> <p> <b>Candelair</b> is an alternative driver for the built-in IR receiver as found in many Mac&reg;s today. It provides a clean, global fix for Apple® Remote issues many users are experiencing with third party applications under Snow Leopard&reg; releases 10.6 and 10.6.1. It's based on <a href="http://www.iospirit.com/products/remotebuddy/">Remote Buddy</a>'s (<a href="http://www.iospirit.com/products/remotebuddy/">http://www.iospirit.com/products/remotebuddy/</a>) driver and comes packaged in a preference pane that presents all remote control options at a glance. Candelair is a free download, available at <a href="http://www.iospirit.com/labs/candelair/">http://www.iospirit.com/labs/candelair/</a> . </p> <p> <b>HIDRemote</b> is an Objective-C&reg; class for Cocoa&reg; developers. It provides applications with access to the Apple&reg; Remote under OS X 10.4, 10.5 and 10.6. The primary goals of HIDRemote are to maximize compatibility, interoperability, future-proofness and user-friendlyness for developers and users. For more information on the HIDRemote class, please see <a href="http://www.iospirit.com/developers/hidremote/">http://www.iospirit.com/developers/hidremote/</a> . </p> <p> For background information, please see our blog at <a href="http://www.iospirit.com/blog/">http://www.iospirit.com/blog/</a>. </p> <h4>Press Kit</h4> <p>A press kit with high resolution screenshots and logos is available at <a href="http://www.iospirit.com/company/presskit/">http://www.iospirit.com/company/presskit/</a> . Please contact us at <a href="http://www.iospirit.com/contact/">http://www.iospirit.com/contact/</a> with any questions you are having.</p> <h4>About IOSPIRIT GmbH</h4> <p> IOSPIRIT GmbH has been founded by Felix Schwarz in 2004 and focuses on the development of innovative software for Mac OS&reg; X and iPhone&trade;. IOSPIRIT GmbH is based in Roth, Germany. </p> <h4>Legal notice</h4> <p> IOSPIRIT GmbH, Remote Buddy, Candelair and HIDRemote are neither affiliated with nor endorsed or sponsored by Apple&reg; or any other, previously named company. </p> <p> Apple, Mac, Mac OS, Macintosh, Cocoa, Objective-C, Snow Leopard, Leopard, Tiger are trademarks of Apple, Inc., registered in the U.S. and other countries. All other products, services, companies and publications are trademarks or registered trademarks of their respective owners. </p> 2009-10-26T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2009/10/IOSPIRIT-releases-Candelair-and-HIDRemote Fixing the Apple&reg; Remote under Snow Leopard <p> As <a href="/blog/article/135/Snow-Leopard-compatibility-support-for-QuickTime-Player-X-and-a-promotion/">mentioned previously</a>, Snow Leopard broke the built-in Apple&reg; Remote support of most applications, whereas <a href="/products/remotebuddy/">Remote Buddy</a>, using its own driver architecture, was completely unaffected by this issue. </p> <p> In the past few weeks, I've been receiving emails from many developers who were searching for a solution. Much to my regret, there was no simple solution to the issue. So I went to create one and - while I was at it - decided to also offer a solution to other open issues in the remote control support of many Mac&reg; applications. </p> <p> Today, I'm proud and happy to share the result of the past few weeks of work with you. It comes in the form of three releases: </p> <h4><a href="/labs/candelair/">Candelair</a></h4> <div style="float: right; margin-left: 10px; margin-bottom: 5px;"><a href="/labs/candelair/"><p> <img src="/blog/2009/10/images/candelairLogoSmall~496eaeb134d65590204c445abc019e290831bf5c.png" class="responsive"> </p></a></div> <p> Remote Buddy's driver architecture let's it do wonderful things. One of these is the ability to emulate an internal Apple&reg; Remote IR Receiver. In a nutshell, it allows Remote Buddy users (who know this emulation as "Virtual Remote") to use any <a href="/products/remotebuddy/hardware/">hardware supported by Remote Buddy</a> (f.ex. an <a href="http://www.iospirit.com/products/remotebuddy/videos/#ajaxremotedemo2009">iPhone</a>&trade; or <a href="http://www.iospirit.com/products/remotebuddy/videos/#wiiremotedemo2007">Wii&trade; Remote</a>) and make it look like a real Apple&reg; Remote to the system. </p> <p> Using this emulation as a foundation, I built a clean, global fix for the Apple&reg; Remote issues of OS 10.6 and 10.6.1 right into the latest version of Remote Buddy's driver. Once the driver is installed, applications can reliably access the Apple&reg; Remote again like they used to - without any code changes (that doesn't mean, however, that developers <i>shouldn't</i> make changes - but more on that later). </p> <p> Accommodating the relevance of this global fix for everyone with an Apple&reg; Remote, I decided to make the driver available separately. Packaged in a preference pane for changing options and installing, updating and uninstalling the driver, it is now available as <a href="http://www.candelair.com/">Candelair</a> and can be downloaded for free. </p> <p> I'd like to point out that Candelair's only purpose is to fix Apple&reg; Remote issues in Snow Leopard. It works only with built-in Apple&reg; IR Receivers and doesn't add support for additional hardware to your system. Candelair is not a free or lite version of Remote Buddy in any way. </p> <p> For more information on Candelair, please see the new <a href="http://www.candelair.com/">Candelair</a> website. </p> <h4><a href="/developers/hidremote/">HIDRemote (Objective-C class)</a></h4> <div style="float: right; margin-left: 10px; margin-bottom: 5px;"><a href="/developers/hidremote/"><p> <img src="/blog/2009/10/images/HIDRemoteLogo~b402ec140a8e19aa13b6cf56ab5f613a29669a48.png" class="responsive"> </p></a></div> <p> Most applications supporting the Apple&reg; Remote today use code with a rather complex dependency: they rely on the particular internal layout of the HID descriptor of the Apple&reg; IR Receiver driver of particular OS releases. This usage pattern has a number of disadvantages for developers and users, with the most significant one probably being that Apple&reg; Remote support in these applications easily breaks with new OS releases. </p> <p> Since this dependency and its effects are avoidable and there were more issues that I wanted to see addressed, I created the new HIDRemote Objective-C class for accessing the Apple&reg; Remote under OS 10.4/10.5/10.6. The main goal during the development of this class was to maximize compatibility with past, current and future OS releases, emulators, remote control solutions, etc. </p> <p> You can find the sourcecode, sample code, a list of features, a guide and developer documentation on the <a href="/developers/hidremote/">HIDRemote pages</a>. </p> <h4><a href="/products/remotebuddy/">Remote Buddy 1.15</a></h4> <div style="float: right; margin-left: 10px; margin-bottom: 5px;"><a href="/products/remotebuddy/"><p> <a href="/blog/2009/10/images/RemoteBuddyLogo64@2x~b9e8275849bad91198a79342bc37480290fe1379.png" class="lightwindow"> <img src="/blog/2009/10/images/RemoteBuddyLogo64~0ff1def7db0ae8fe6303204d6a7322e7ef6179b7.png" class="responsive" srcset="/blog/2009/10/images/RemoteBuddyLogo64~0ff1def7db0ae8fe6303204d6a7322e7ef6179b7.png 1x, /blog/2009/10/images/RemoteBuddyLogo64@2x~b9e8275849bad91198a79342bc37480290fe1379.png 2x"> </a> </p></a></div> <p> Last but not least, Remote Buddy 1.15 has also been released today. It includes the new version of the Remote Buddy driver and utilizes <a href="/developers/hidremote/">HIDRemote metadata</a> to control applications for which a Behaviour doesn't exist, yet. For more info on the changes in this release, please see the <a href="/products/remotebuddy/releasenotes/">release notes</a>. </p> 2009-10-23T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2009/10/Fixing-the-Apple-Remote-under-Snow-Leopard New Macs and new, aluminium Apple&reg; Remote <p> It's become a habit for me to check the tech specs of new Mac&reg; models to see whether there have been any changes with regards to the Apple&reg; Remote. </p> <p> While, for the past few years, no changes have been made by Apple&reg; in this area, they made two with the most recent updates: </p> <h4>The new MacBook&reg;</h4> <p> The new, white <a href="http://www.apple.com/macbook/" target="_blank">MacBook&reg;</a> is no longer equipped with a built-in IR Receiver. It's not listed on the <a href="http://www.apple.com/macbook/specs.html" target="_blank">tech specs page</a> (not even as optional accessory) and also not listed as an option in the <a href="http://store.apple.com/us/configure/MC207LL/A" target="_blank">Online Store</a>.</p> <h4>The new iMac&reg;</h4> <p>The new <a href="http://www.apple.com/macbook/" target="_blank">iMac&reg;</a> still has a built-in IR Receiver, but no longer comes with an Apple&reg; Remote.</p> <h4>The new Apple&reg; Remote</h4> <p>The new <a href="http://store.apple.com/us/product/MC377LL/A" target="_blank">Apple&reg; Remote</a> has an entirely new design. Its enclosure is made of aluminium and - from what I can see on the pictures - it's thinner than its plastic predecessor. Another change is the button layout. The Play/Pause button moved from the middle of the navigation cross down into one line with the Menu button. </p> <p> My first assessment (from just looking at the pictures) is that this button layout change will make using the Apple&reg; Remote less intuitive and will produce more user errors because the Play/Pause and Menu buttons can now be easily confused. And not having the Play/Pause button in the middle of the navigation cross just doesn't <i>feel</i> right. </p> <p> I'll buy one of the new Apple&reg; Remotes as soon as they're available for separate purchase in Germany and may have to share some more thoughts on its design then. </p> 2009-10-20T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2009/10/New-Macs-and-new-aluminium-Apple-Remote Remote Buddy 1.14.1: Support for QuickTime&reg; Player X recording and Snow Leopard, Apple&reg; Remote compatibility, Special Offer <p> We're happy to inform you about version 1.14.1 of Remote Buddy - the remote control powerhouse for the Mac&reg; - today. </p> <h4>What's New In Version 1.14.1</h4> <ul> <li><p><b>Support for recording with QuickTime&reg; Player X</b> - Remote Buddy users running Snow Leopard can now create and control audio, video and screen recordings in QuickTime&reg; Player X using their remote control.</p> <li><p><b>Support for the new 64 Bit Snow Leopard kernel</b> - All drivers included in Remote Buddy now come in versions for 32 Bit and 64 Bit systems.</p></li> <li><p><b>Compatible with Snow Leopard (incl. Apple&reg; Remote) </b> - Thanks to its own driver architecture, Remote Buddy is fully compatible with Snow Leopard. Remote Buddy is <u>not</u> affected by the problems that currently many of the applications that implement Apple&reg; Remote support on their own are seeing under Snow Leopard. We invite all Mac&reg; users who are affected by this issue and looking for a solution to give Remote Buddy a try. A 30 day, fully-featured trial version is available as a free download at the Remote Buddy website ( <a href="http://www.iospirit.com/">http://www.iospirit.com/</a> ).</p></li> </ul> <p> A complete, detailed list of changes is available at <a href="http://www.iospirit.com/products/remotebuddy/releasenotes/">http://www.iospirit.com/products/remotebuddy/releasenotes/</a>. </p> <h4>Special offer in celebration of Remote Buddy turning 3 years, 3 months and 3 days</h4> <p> Remote Buddy has turned 3 years, 3 months and 3 days on the 9th of September, 2009. A promotion in celebration of this event is still running until (and including) the 12th of September 2009. For more information on how to get Remote Buddy at a special price, please visit the IOSPIRIT Blog at <a href="http://www.iospirit.com/blog/">http://www.iospirit.com/blog/</a>. </p> <h4>Press Kit</h4> <p>A press kit with high resolution screenshots and logos is available at <a href="http://www.iospirit.com/company/presskit/">http://www.iospirit.com/company/presskit/</a> . Please contact us at <a href="http://www.iospirit.com/contact/">http://www.iospirit.com/contact/</a> with any questions you are having.</p> <h4>About Remote Buddy</h4> <p> Remote Buddy gives its users full control over their Mac&reg; via their remote control. With more than 100 directly supported applications and system functions, real virtual mouse and keyboard, built-in presentation tools, extensive configuration abilities as well as broad hardware support (incl. Apple&reg; Remote, iPhone&trade;, iPod&reg; Touch, Wii&trade; Remote and many remotes bundled with EyeTV receivers), Remote Buddy is targeting a broad and diverse audience. </p> <p> Remote Buddy 1.14.1 requires a Mac&reg; with Mac OS&reg; X 10.4.6 or later. Remote Buddy does not include any of the controlled applications. They have to be purchased and/or installed seperately. A 30 day, fully featured demo version can be downloaded from the Remote Buddy homepage. The full version of Remote Buddy 1.14.1 is available worldwide for 19.99 Euro. For customers within the EU, the price includes 19% VAT. </p> <p> More information on Remote Buddy can be found at <a href="http://www.iospirit.com/products/remotebuddy/">http://www.iospirit.com/products/remotebuddy/</a> . </p> <h4>About IOSPIRIT GmbH</h4> <p> IOSPIRIT GmbH has been founded by Felix Schwarz in 2004 and focuses on the development of innovative software for Mac OS&reg; X and iPhone&trade;. IOSPIRIT GmbH is based in Roth, Germany. </p> <h4>Legal notice</h4> <p> IOSPIRIT GmbH and Remote Buddy are neither affiliated with nor endorsed or sponsored by Apple&reg;, Nintendo&reg; or any other, previously named company. Apple, iPod, iTunes, Mac, Mac OS, Macintosh, Keynote, AirPort are trademarks of Apple Computer, Inc., registered in the U.S. and other countries. iPhoto, iPhone, Safari, Cover Flow and Tiger are trademarks of Apple Computer, Inc. Wii&trade; is a trademark of Nintendo Co., Ltd. Nintendo&reg; is a registered trademark of Nintendo of America Inc. Wi-Fi is a registered trademark of the Wi-Fi Alliance. All other products, services, companies and publications are trademarks or registered trademarks of their respective owners. </p> 2009-09-11T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2009/09/Remote-Buddy-1-14-1-Support-for-QuickTime-Player-X-recording-and-Snow-Leopard-Apple-Remote-compatibility-Special-Offer Snow Leopard compatibility, support for QuickTime Player X and a promotion <p> <a href="/products/remotebuddy/">Remote Buddy 1.14.1</a> is out for roughly a week now and adds support for the new QuickTime Player X, the new 64 Bit Snow Leopard kernel and other, more subtle novelties. </p> <p> <img src="/blog/2009/09/images/quickTimeXandRemoteBuddy~d270682d055f7b644af3c224a34d12c6609c540e.jpg" class="responsive"> </p> <h4>Support for QuickTime&reg; Player X</h4> <p> The new Remote Buddy version adds support for Snow Leopard's new QuickTime&reg; Player. Apart from the playback control that you know from older versions, we've also added support for creating and controlling audio, video and screen recordings. To create a new recording while QuickTime&reg; Player X is running, press "Menu" on your remote and select the kind of recording you want to create from Remote Buddy's menu. Then, press play to start recording. Press play again to stop recording. </p> <h4>Remote Buddy not affected by Apple&reg; Remote issue in Snow Leopard</h4> <p> With Snow Leopard, the built-in Apple&reg; Remote support of most non-Apple&reg; software was broken. Users of affected software will notice that Front Row, iTunes&reg;, etc. is reacting to button presses in parallel to the third-party application that's implementing Apple&reg; Remote support on its own. </p> <p> Remote Buddy is not affected by this issue. It continues to work reliably and in peaceful co-existance with the Apple&reg; Remote functionality that is built into OS X. Remote Buddy has a clean driver architecture of its own and is implemented with best performance, compatibility and user experience in mind: no system files are modified, no system functionality is disabled and no hacks or patches are used. Not a single line of driver code needed to be changed to achieve Snow Leopard compatibility. </p> <p> So, if you're affected by the Apple&reg; Remote issue in Snow Leopard and you're looking for a solution, look no further and give Remote Buddy a try. We've got a 30 day trial version available and you can <a href="/products/remotebuddy/download/">download it for free</a>! </p> <p> If you're an application developer in search for a solution for your own application, please <a href="/contact/">get in touch</a>. </p> <h4>Remote Buddy turns 3 years, 3 months and 3 days today</h4> <p> Today, on September 9th, '09, three years, three months and three days have passed since Remote Buddy was first released on June 6th, '06. </p> <p> A huge thank you goes to all who've supported the development of Remote Buddy with their purchase, feedback, contributions and enthusiasm. Remote Buddy wouldn't be where it is today without you! </p> <p> In celebration of today's anniversary, there's a promotion in the <a href="/store/">IOSPIRIT Online Store</a>: enter the promotion code <i>HAPPYBIRTHDAY</i> into the shopping cart to save 5.55 Euro (that's 27%) on the purchase of one Remote Buddy single user license. The promotion runs until September 12th, 2009. </p> 2009-09-09T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2009/09/Snow-Leopard-compatibility-support-for-QuickTime-Player-X-and-a-promotion Remote Buddy 1.14: iPhone&trade;/iPod&reg; Touch Gesture Control for over 100 Mac&reg; applications <p> We're proud to announce the immediate availability of version 1.14 of Remote Buddy - the remote control powerhouse for the Mac&reg;. </p> <div style="float:right; margin-left: 20px; margin-bottom: 20px;"><a href="/products/remotebuddy/ajaxremote/"><p> <img src="/blog/2009/08/images/ref_ajaxremoteui_remote_gesture~d7c99e9ea2e7c8ba0e863678e65b7c4ba19b7522.jpg" class="responsive"> </p></a></div> <p> <b>What's New In Version 1.14:</b> </p> <ul> <li><b>iPhone&trade; / iPod&reg; Touch Gesture Control of over 100 Mac&reg; applications</b> - Version 1.14 includes a major update to Remote Buddy's built-in AJAX Remote - a web 2.0 application enabling iPhone&trade; and iPod&reg; Touch users to control their Mac&reg; over their local Wi-Fi&reg; network. <p> The addition of gesture control to Remote Buddy's AJAX Remote allows gesture control of everything that can be controlled by Remote Buddy. Among many others, this includes Front Row, DVD Player, iTunes&reg;, EyeTV, VLC, iPhoto&reg;, Preview, Acrobat&reg;, PowerPoint&reg;, Keynote&reg;, Photobooth, Plex, Boxee, XBMC and Hulu Desktop. For a full list of controllable applications and system functions, please see the <a href="http://www.iospirit.com/products/remotebuddy/">Remote Buddy</a> website. </p> <p><i>Watch the screencast</i> at <a href="http://www.iospirit.com/products/remotebuddy/#ajaxremotedemo">http://www.iospirit.com/products/remotebuddy/#ajaxremotedemo</a> to see Remote Buddy and AJAX Remote's Gesture Control in action.</p></li> <li><p><b>Support for Hulu Desktop and Spotify</b> - The new version now includes Behaviours for these applications.</p></li> <li><p><b>Fast Application Quitting</b> - New actions provide shortcuts to quitting the currently controlled application.</p></li> </ul> <p> A complete, detailed list of changes is available at <a href="http://www.iospirit.com/products/remotebuddy/releasenotes/">http://www.iospirit.com/products/remotebuddy/releasenotes/</a>. </p> <p> Enjoy! </p> <h4>Press Kit</h4> <p>A press kit with high resolution screenshots and logos is available at <a href="http://www.iospirit.com/company/presskit/">http://www.iospirit.com/company/presskit/</a> . Please contact us at <a href="http://www.iospirit.com/contact/">http://www.iospirit.com/contact/</a> with any questions you are having.</p> <h4>About Remote Buddy</h4> <p> Remote Buddy gives its users full control over their Mac&reg; via their remote control. With more than 100 directly supported applications and system functions, real virtual mouse and keyboard, built-in presentation tools, extensive configuration abilities as well as broad hardware support (incl. Apple&reg; Remote, iPhone&trade;, iPod&reg; Touch, Wii&trade; Remote and many remotes bundled with EyeTV receivers), Remote Buddy is targeting a broad and diverse audience. </p> <p> Remote Buddy 1.14 requires a Mac&reg; with Mac OS&reg; X 10.4.6 or later. Remote Buddy does not include any of the controlled applications. They have to be purchased and/or installed seperately. A 30 day, unrestrained demo version can be downloaded at the Remote Buddy Homepage. The full version of Remote Buddy 1.14 is available worldwide for 19.99 Euro. For customers within the EU, the price includes 19% VAT. </p> <p> More information on Remote Buddy can be found at <a href="http://www.iospirit.com/products/remotebuddy/">http://www.iospirit.com/products/remotebuddy/</a> . </p> <h4>About IOSPIRIT GmbH</h4> <p> IOSPIRIT GmbH has been founded by Felix Schwarz in 2004 and focuses on the development of innovative software for Mac OS&reg; X and iPhone&trade;. The IOSPIRIT GmbH is based in Nuremberg, Germany. </p> <h4>Legal notice</h4> <p> IOSPIRIT GmbH and Remote Buddy are neither affiliated with nor endorsed or sponsored by Apple&reg;, Nintendo&reg; or any other, previously named company. Apple, iPod, iTunes, Mac, Mac OS, Macintosh, Keynote, AirPort are trademarks of Apple Computer, Inc., registered in the U.S. and other countries. iPhoto, iPhone, Safari, Cover Flow and Tiger are trademarks of Apple Computer, Inc. Wii&trade; is a trademark of Nintendo Co., Ltd. Nintendo&reg; is a registered trademark of Nintendo of America Inc. Wi-Fi is a registered trademark of the Wi-Fi Alliance. All other products, services, companies and publications are trademarks or registered trademarks of their respective owners. </p> 2009-08-07T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2009/08/Remote-Buddy-1-14-iPhoneiPod-Touch-Gesture-Control-for-over-100-Mac-applications Code signing in OS X 10.5 and Remote Buddy <p> Apple&reg; introduced code signing with OS X 10.5 Leopard, which works with the usual model of certificate, signature and trust. Said simply, by signing their applications, developers are able to uniquely identify themselves as the maker of a piece of software towards the operating systems. The identity that becomes attached to the code of a software through code signing is always unique and cryptographically secured. It can't be faked. Code signing also guarantees that the code of the software has not been altered or corrupted. </p> <h4>How OS X uses code signing</h4> <p> OS X uses these attributes of code signing to make itself both more secure and easier to use. To common users, this is most visible in two places: <ul> <li><strong>The OS X Keychain</strong><br> <p> A user's passwords, keys and other sensitive information can be safely stored in and retrieved from the OS X keychain by applications. An application that wants to retrieve an entry (= piece of secret information) from the OS X keychain requires the permission to access that entry. It otherwhise can't access that entry. While user's can manage these permissions themselves using Keychain Access.app, they usually don't have to: an application that creates a new entry also automatically is granted access permission to that entry. In OS X versions prior to 10.5, the system had no way to tell whether a new version of Software A comes from the same source as the previous version or whether it was in fact a completely different (and possibly malicious) Software B that only poses as Software A to gain access to secret information previously stored by software A. Users were therefore asked to confirm that new versions of a software get the same access rights to the keychain as previous versions of the software to avoid unauthorized access to secret information. </p> <p> Users are still asked to confirm the transfer of permissions in OS X 10.5 for software that hasn't been code signed. Existing permissions from an old version of a software are automatically transfered to new versions of code signed software now, though, as the code signature attaches a unique identity to the code that can now be tracked by the OS. </p> </li> <li><strong>The OS X Firewall</strong><br> <p> With Leopard also came a new firewall with essentially three modes of operation: <ol> <li>allow all incoming connections <li>allow incoming connections only for essential services <li>allow incoming connections only to a selection of applications </ol> </p> <p> In mode 2 and 3, OS X will now ask you for permission when an application want to accept an incoming connection. Users will also be asked for permission for applications that are code signed with a so called self-signed certificate (or even have to add it manually to the OS X firewall list). </p> <p> If, however, the application is code signed with a code signing certificate (CSC) issued by a trusted certificate authority (TCA), who have previously verified the identity of the owner of that certificate. If an application is signed with such a certificate (that costs its owner around 300 US$ a year), OS X grants access without asking the user for permission. CSCs issued by a TCA can usually also be revoked by the TCA, so that, when a certificate is abused, it can be invalidated remotely. </p> </li> </ul> So, in essence, it's easier for a code signed OS X application to combine strong security and ease of use. What, however, happens, when an application's code signature is damaged? </p> <h4>Four levels of trust</h4> <p> From what I've learnt thus far dealing with code signing in OS X, it has four levels of trust depending on the code signing status of an application: <table> <tr> <td id="compat_top">Code signing status</td> <td id="compat_top">Keychain access</td> <td id="compat_top_right">Firewall / Incoming connections</td> </tr> <tr> <td id="compat_line"><strong>Unsigned applications</strong></td> <td id="compat_line">Users are asked for confirmation on each version change</td> <td id="compat_line_right">Users are asked for confirmation on each version change</td> </tr> <tr> <td id="compat_line2"><strong>Signed applications (self-signed certificate)</strong></td> <td id="compat_line2">Permissions are automatically transfered</td> <td id="compat_line2_right">User are asked for confirmation on first usage of the application</td> </tr> <tr> <td id="compat_line"><strong>Signed applications (certificate signed by a trusted Certificate Authority)</strong></td> <td id="compat_line">Permissions are automatically transfered</td> <td id="compat_line_right">Permission is automatically granted</td> </tr> <tr> <td id="compat_line2"><strong>Applications with defective code signature</strong></td> <td id="compat_line2">All access to the keychain is blocked</td> <td id="compat_line2_right">Users are asked for confirmation on every start of the application</td> </tr> </table> </p> <h4>How code signing is used in Remote Buddy</h4> <p> To make the life of Remote Buddy users as easy as possible, Remote Buddy is code signed with a certificate signed by a trusted certificate authority. Thanks to this, Remote Buddy's use of the keychain (to securely store the password a user sets for the AJAX Remote) and incoming connections (to serve HTTP requests when enabling and using the AJAX Remote) does not lead to the appearance of OS X confirmation dialogs. </p> <a name="cs_wtd"></a> <h4>What to do if Remote Buddy informs you that its code signature is damaged</h4> <p> When Remote Buddy's code signature is damaged, Remote Buddy falls in the category "applications with defective code signature" above. It is then no longer able to store or retrieve the password set for the AJAX Remote, nor can Remote Buddy's AJAX Remote start up without user interaction any longer. Starting with version 1.12, Remote Buddy does therefore inform you if its code signature is damaged and - if you click on "More information" - send you to this blog post for more information. Because a damaged code signature means that parts of Remote Buddy can no longer work correctly, users who have such a copy installed are highly recommended to replace their current copy with a freshly downloaded copy. To do this: <ol> <li>Quit your current copy of Remote Buddy.app and move Remote Buddy.app to your trash.</li> <li>Download a fresh copy of Remote Buddy.app with intact code signature (<a href="http://www.iospirit.com/remotebuddy/download/">Download</a>).</li> <li>Double click the downloaded file RemoteBuddy.dmg.</li> <li>In Finder, drag the contained Remote Buddy.app to your Applications folder and start it from there.</li> </ol> </p> <h4>What could have damaged Remote Buddy's code signature?</h4> <p> <ul> <li>The migration of a copy of Remote Buddy that was previously used under OS X 10.4 to OS X 10.5. Why? Under OS X 10.4 Remote Buddy has to modify its own Info.plist in order to allow users to choose whether it should appear in the dock, in the menu or both. Since the Info.plist is included in the code signing as well, any modification of it will break the code signature.</li> <p></p> <li>The use of tools that promise to slim down applications ("MacKeeper", "Clean My Mac" and others). These modify the application bundle, sometimes even the binary itself, which can - or in the latter case - will break the code signature.</li> <p></p> <li>Other modifications made to Remote Buddy.</li> </ul> </p> 2009-04-07T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2009/04/Code-signing-in-OS-X-10-5-and-Remote-Buddy Remote Buddy and Boxee, Plex and XBMC <p> Since yesterday, a new Behaviour for Plex (v0.7.6 or later required) is available via the Online Updater. It joins the new Behaviours for Boxee and XBMC, both of which have already been included with Remote Buddy 1.11.5. </p> <h4>A new generation of Behaviours for Boxee, Plex and XBMC</h4> <p> In the past, the Behaviours used keystrokes to control the three media center applications. While usually this is a robust way to control this type of application, it turned out to not be suitable here for a number of reasons. For example Boxee's onscreen keyboard can't be controlled at all via cursor (or any other) key presses. Likewise at least some of the functionality that is part of the three media center apps isn't available via keystrokes. That of course is perfectly reasonable. Yet, users that need that functionality - or who have a different idea of what the key bindings (keymap.xml) should look like - heavily customize them. That often moves functionality from the default keys to other keys and renders pre-defined keystroke actions in the Behaviours defunct. The amount of different keyboard layouts in the world doesn't exactly help, either. </p> <p> To avoid all of these problems, the new Behaviours no longer use keystrokes to control Boxee, Plex and XBMC. Instead, the new Behaviours formulate and send button and action events directly to the media centers' built-in UDP event server. Essentially this means that media center actions can now be triggered directly by Remote Buddy. And the new Behaviours make plenty of use of these new possibilities. They all ship with a big set of actions and sensible default button mappings for the Apple Remote as well as for remotes with more buttons (like the PS3 BD Remote). </p> <h4>Q &amp; A</h4> <p> I'd like to use this opportunity to provide answers to common questions regarding the use of Boxee/Plex/XBMC with Remote Buddy. </p> <p><i><b>Q:</b> I was told that I can't use Remote Buddy and Boxee/Plex/XBMC together or that when Remote Buddy is installed, these apps can't get access to the Apple&reg; IR receiver.</i></p> <p> This isn't and never has been the case. Remote Buddy's unique Apple&reg; IR Receiver driver is implemented in a way that makes it fully transparent to all applications supporting the Apple&reg; Remote on their own. They can get an exclusive lock on the IR receiver even while Remote Buddy is running. And while Remote Buddy of course will be the first recipient of Apple&reg; Remote button events while it is running, these button events can be easily passed through to any application listening for Apple&reg; Remote events using Remote Buddy's Virtual Remote. The next question gives an example on how this can be used. </p> <p><i><b>Q:</b> I'd like to use the Harmony remote mode of Plex.</i></p> <p> The Harmony Remote mode of Plex relies on its own, built-in support for the Apple&reg; IR Receiver. It needs to receive native Apple&reg; Remote events to function. Using Remote Buddy's Virtual Remote, events coming from the Apple&reg; IR Receiver can easily be passed through to Plex. You do neither have to enable support for multiple remotes nor do you have to set up logical remotes for this to work. In fact, a few simple clicks in Remote Buddy's preferences is all it takes - all of which are explained in the commented gallery below. <p> <div class="feather-gallery-guide" id="rbshot_plex_album"> <div class="gallery-start">Remote Buddy Plex Harmony Remote Setup<a href="#" class="gallery-toggle btn filled color-info">Show</a></div> <div class="gallery-view"> <div class="gallery-left" style="width: 60%;"></div> <div class="gallery-right" style="width: 40%;"></div> <div class="gallery-overview"></div> <div class="gallery-navigation"></div> </div> </div> <script> setupFeatherGallery("rbshot_plex_album", [{"url":"/blog/2009/02/rbshot_plex_album/OpenPreferences~f66053c0797898bfb6202a463e6aa73d9c6c42d5.jpg","height":340,"width":422,"caption":"Open Remote Buddy's preferences."},{"url":"/blog/2009/02/rbshot_plex_album/VirtualRemoteSelect~a08d455af4c8f6ea6d7dfa79f5e644a6bde0844c.jpg","height":558,"width":847,"caption":"Click on \"Mapping\" in the bar on top of the window. Then click on \"Plex\" in the list on the left. Then map all buttons of the Apple Remote to their respective equivalents\nof the Virtual Remote. Including the Menu and Menu(hold) buttons."},{"url":"/blog/2009/02/rbshot_plex_album/VirtualRemoteResult~3e6a4e15703cbd4cd04bfdf46b3a66a918c7101b.jpg","height":549,"width":820,"caption":"Done. The result should look like this."}], "default", { "Show" : "Show", "Close" : "Close", "Overview" : "Overview", "Previous" : "Previous", "Next" : "Next" }); </script> </p> </p> <p><i><b>Q:</b> I read that I need to do a lot of configuration with Remote Buddy.</i></p> <p> Remote Buddy ships with sensible default settings and has great support for Boxee, Plex and XBMC out of the box. No configuration is needed. But if you want to, it's of course possible and easy to do. </p> <p><i><b>Q:</b> Where can I find documentation on Remote Buddy?</i></p> <p> Select "Help" from Remote Buddy's pulldown menu to view the documentation. </p> <p><i><b>Q:</b> My Mac&reg; doesn't have an IR receiver, but it has Bluetooth&trade;. Can you recommend a remote with many buttons?</b></i></p> <p> You can find a complete list of supported remote controls on Remote Buddy's website. If you are looking for an inexpensive Bluetooth&trade; remote control with many buttons that is supported by Remote Buddy, the Sony&reg; PS3 BD Remote (as pictured on the "Supported Hardware" page of the Remote Buddy website) is a good choice. Please note that due to the way that Bluetooth&trade; works, Bluetooth&trade; remotes draw more power than traditional remotes that use infrared (IR) or proprietary radio frequency (RF) protocols as means of communication. To save power, be sure to enable Remote Buddy's power saving options for Bluetooth&trade; remotes. More info on what options are recommended for the BD Remote can be found in the Remote Buddy FAQ. </p> 2009-02-07T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2009/02/Remote-Buddy-and-Boxee-Plex-and-XBMC AJAX Remote after "Remote" <p> As you've likely read in the news, Apple&reg; just released their own native iPhone&trade;/iPod&reg; Touch application called "<a href="href://www.apple.com/itunes/remote/" target="_blank">Remote</a>" to control iTunes&reg; from afar, which in many ways is very similiar to the music module of <a href="http://www.iospirit.com/remotebuddy/ajaxremote/">Remote Buddy's AJAX Remote</a> (which in its current form first came into existance around October 2007). </p> <p> In case you're wondering, I don't feel bitter or angry nor do I feel any grief. Knowing about the popularity of Remote Buddy at Apple&reg;, getting a hint or even an offer from Apple&reg; would have been an appreciated move and - I'm sure - would have been to the benefit of everyone involved. But that's certainly not something Apple&reg; can be asked or expected to do. That said, I'm fine with as it is now, too: an interesting new competitor has entered the market. </p> <h4>So what does this mean for the future of Remote Buddy's AJAX Remote?</h4> <p> I have been working on a native client for iPhone&trade; and iPod&reg; Touch for several months now and I'll continue to work on it and release the client for free on the AppStore as soon as it's ready and Apple&reg; approves it. That has always been the plan and I see no reason to not persue it further now: <ul> <li>In terms of iTunes&reg; remote control, even the current, private beta of the native Remote Buddy client already offers a lot of advantages and features over what "Remote" is offering.<p></p></li> <li>Just like Remote Buddy's <a href="http://www.iospirit.com/remotebuddy/ajaxremote/">AJAX Remote</a> today, it'll be able to do a lot more than to "just" control iTunes&reg;. Among many other things, it can also control mouse and keyboard of your Mac&reg;, act as a remote for over 100 applications and "stream" your iSight&reg;'s camera picture. The native client will build on this strong foundation, take it to the next level and also add a lot of fancy new stuff that I'm sure you'll love.<p></p></li> <li>Last but not least, the performance of the native client application is simply amazing and not at all comparable with the current AJAX Remote web application. The AJAX Remote web application will still be around in future versions, though: I know a lot of you are using it in desktop browsers or as widget on your Dashboard.</li> </ul> </p> <p> I stay fully committed to Remote Buddy and its future development. Stay tuned. </p> 2008-07-11T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2008/07/AJAX-Remote-after-Remote Remote Buddy 1.10 streams to iPhone&trade; and iPod&reg; Touch, features improved AirTunes&trade; support and more APRIL 25, 2008 - NUREMBERG, GERMANY <p> IOSPIRIT GmbH is excited to announce the release of version 1.10 of Remote Buddy today. <p> <b>WHAT'S NEW IN V1.10</b> <p> <ul> <li><b>Streaming of iTunes&reg; media via WLAN to iPhone&trade; and iPod&reg; Touch</b> <p> The AJAX Remote integrated into Remote Buddy now supports the streaming of all files organized in iTunes&reg;, so that they can be played back directly on the iPhone&trade; or iPod&reg; Touch. Especially useful: complete playlists and albums can be played back automatically. As the media files remain on the Mac&reg; and are only streamed to the iPhone&trade; or iPod&reg; Touch, users no longer have to choose a 4/8/16/32 GB sized slice of their collection but rather can access their complete collection via their mobile device. <p> </li><p> <li><b>Extended AirTunes&trade;- and output speaker support</b> <p> While Remote Buddy users could already previously select the AirTunes&trade; speaker that iTunes&reg; should send audio to, it is now also possible to select more than one AirTunes&trade; speaker. The computer's audio output to be used can now also be selected via the AJAX Remote and in Remote Buddy's onscreen menu. <p> </li><p> <li><b>Support for controlling additional applications</b> <p> The new version brings support for also controlling the new Adobe&reg; Media Player, Adobe Bridge (CS2 und CS3), the Toast Video Player and the media center software XBMC. </li><p> <li><b>Improved Bluetooth&reg; support</b> <p> The administration of Bluetooth&reg; devices used with Remote Buddy has been modernized and Sony&reg; BD Remote users benefit of new possibilities to save precious battery power. </li><p> </ul> <p> A video showing the AJAX Remote in action as well as an extensive collection of screenshots are immediately available at Remote Buddy's product page at <a href="http://www.iospirit.com/remotebuddy/">http://www.iospirit.com/remotebuddy/</a>. <p> A complete and detailed list of changes is available at <a href="http://www.iospirit.com/remotebuddy/releasenotes/">http://www.iospirit.com/remotebuddy/releasenotes/</a> . <p> <div style="float: right;"> <a href="/remotebuddy/"> <p> <img src="/blog/2008/04/images/VirtualKeyboardMini~21962f6684247fb988ad685c83bb0ee35b8aed5f.jpg" class="responsive"> </p> <p> <img src="/blog/2008/04/images/MousespotMini~8ee4435815ae896d32fcab5c32b7d2079ff25b4c.jpg" class="responsive"> </p> <p> <img src="/blog/2008/04/images/MusicRatingMini~1d5e701a2d5b0a0d9ebbea9da5237e5c8dca4948.jpg" class="responsive"> </p> </a> </div> <p> <ul> <li><b>About Remote Buddy</b> <p> Remote Buddy gives its users full control over their Mac&reg; via their remote control. With more than 100 directly supported applications and system functions, real virtual mouse and keyboard, built-in presentation tools, extensive configuration abilities as well as broad hardware support (incl. Apple&reg; Remote, iPhone&trade;, iPod&reg; Touch and Wii&trade; Remote), Remote Buddy is targeting a broad and diverse audience. <p> Find more information on Remote Buddy and a compact overview with demo videos and many screenshots at the Remote Buddy website at: <a href="http://www.iospirit.com/remotebuddy/">http://www.iospirit.com/remotebuddy/</a> . </li> <p> <li><b>Availability</b> <p> Remote Buddy 1.10 is immediately available for Mac OS&reg; X 10.4 ("Tiger") and higher as a Universal Binary and fully compatible with Leopard. The full version is available for only 19.99 Euro (currently approximately 31 US dollars). The prices are final prices and already include 19% VAT for customers inside the EU. On the hardware side, a Mac&reg; with keyboard or a remote control supported by Remote Buddy is mandatory. A list of supported hardware is available at <a href="http://www.iospirit.com/remotebuddy/supportedremotecontrols/">http://www.iospirit.com/remotebuddy/supportedremotecontrols/</a>. Remote Buddy does not include any of the controlled applications. They have to be purchased and/or installed seperately. A trial version can be downloaded at <a href="http://www.iospirit.com/remotebuddy/">http://www.iospirit.com/remotebuddy/</a> . There are no functional limitations during the 30 day trial period. Remote Buddy is localized in Dutch, English and German. <p> <li><b>About IOSPIRIT GmbH</b> <p> The IOSPIRIT GmbH has been founded in 2004 by Felix Schwarz with the aim of developing high-quality software for the Mac&reg; - low-priced, so everybody can enjoy it. <p> A special focus during development lies on the latest technologies in MacOS&reg; X, their innovative use, own innovations and industry novelties - far away from outworn paths. <p> At the same time the IOSPIRIT GmbH is its own distributor. The platform used therefore is an internal development - tailored to the needs of the market - and therefore allows efficient and fast processing of incoming orders and queries. <p> The IOSPIRIT GmbH is based in Nuremberg, Germany. <p> <b>For more information, please contact:</b> <p> IOSPIRIT GmbH, Felix Schwarz, CEO<br> Phone: <strike>+49 911 3677423</strike><br> Email: <a href="/contact/">Contact</a><br> <p> <b>A presskit with screenshots and logos is available here:</b> <p> <a href="http://www.iospirit.com/presskit/">http://www.iospirit.com/presskit/</a> <p> <li><b>Legal notice</b> <p> IOSPIRIT GmbH and Remote Buddy are neither affiliated with nor endorsed or sponsored by Apple®, Nintendo®, Keyspan™, Sony®, Griffin or any other, previously named company. <p> Apple, Aqua, Carbon, Cocoa, iBook, iMac, iPod, iTunes, iLife, PowerMac, Mac, Mac OS, Macintosh, Velocity Engine, ColorSync, QuickTime, Keynote, Exposé, GarageBand, Xcode, Quartz, Power Mac, PowerBook, MacBook, Keychain, iCal, Cocoa, Carbon, Bonjour, AirPort, AirPort Extreme are trademarks of Apple Computer, Inc., registered in the U.S. and other countries. eMac, Finder, iPhoto, iPhone, Safari, SuperDrive, Aperture, Cover Flow, Spotlight, Objective-C, AirTunes, AirPort Express, Apple TV, Tiger and Panther are trademarks of Apple Computer, Inc. Wii&trade; is a trademark of Nintendo Co., Ltd. Nintendo® is a registered trademark of Nintendo of America Inc. KEYSPAN is a trademark of InnoSys Inc. Joost is a trademark of Baaima N.V. PowerPC™ and the PowerPC logo™ are trademarks of the International Business Machines Corporation. Adobe, Reader, the Adobe logo, Lightroom and Acrobat are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States and/or other countries. Sony is a trademark or registered trademark of Sony Corporation. All other products, services, companies and publications are trademarks or registered trademarks of their respective owners. </ul> 2008-04-24T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2008/04/Remote-Buddy-1-10-streams-to-iPhone-and-iPod-Touch-features-improved-AirTunes-support-and-more Streaming, multiple AirTunes&reg; speakers &amp; more <p> I've been listening closely to what features you wanted to see most in Remote Buddy's AJAX Remote. You asked for it, now you get it: </p> <h4>Remote file access ("streaming"): your entire media library in your pocket</h4> <p> <div style="text-align: center; float: right; border: 1px #aaa dotted; background-color: #eee; max-width: 320px; padding: 10px; margin-left: 10px;"> <p> <img src="/blog/2008/04/images/RemoteAccessStep1~5969f5606a5dccbced03543894a19f50aad92502.jpg" class="responsive"> </p> <p> <img src="/blog/2008/04/images/RemoteAccessStep2~a9cba3700a018b3f25884f2597953f0c536162a0.jpg" class="responsive"> </p> <p> <img src="/blog/2008/04/images/RemoteAccessStep3~e31ff4a4a9a2178efb71a3e1643e7ff927a29868.jpg" class="responsive"> </p> <br>&nbsp;<br> <i>In AJAX Remote &gt; Music &gt; Library. Images from left to right: 1) Tap on the play button next to the playlist, album or track item you want to play back. 2) Tap the now appearing QuickTime button to start playback. 3) The content is played back.</i> </div> This is HUGE. Using Remote Buddy's AJAX Remote, you can now access all files organized in the iTunes&reg; media library of your Mac&reg; and play them back right inside Safari&trade; on your iPhone&trade; or iPod&reg; Touch (given, of course, that the files are in a format supported by these devices). That effectively puts your entire media library in your pocket. Accessing files over the network also means: no syncing, no 4/8/16/32 GB limits. All you need for this to work is the ability to connect to Remote Buddy's AJAX Remote through a sufficiently fast connection such as WiFi. </p> <p> At this point, it's also interesting to look at what the mobile version of Safari&trade; is capable of. To my big surprise, I found out that it will not stop playback of audio files when you "close" Safari by pressing the button below the touch screen. That means that you can continue to listen to music while you work in other applications - for example Mobile Mail. </p><p> Safari&trade; also supports playlists of up to 256 entries. But there are still a few rough edges in the mobile version of Safari&trade;: while the skip track buttons are displayed, they only allow you to fast forward and rewind the current track, but don't allow you to jump forward and backward in the currently playing playlist. Also the QuickTime&reg; autoplay feature is not supported, which is why you have to effectively perform two taps before content playback starts. </p> <h4>Selection of multiple AirTunes&reg; speakers and your computer's default audio out</h4> <p> <div style="text-align: center; float: right; border: 1px #aaa dotted; background-color: #eee; padding: 10px; margin-left: 10px;"> <p> <img src="/blog/2008/04/images/SpeakersAirTunes~60526c36dba5a26f1a7c7602c7fbbb88dbf98d8c.jpg" class="responsive"> </p> <p> <img src="/blog/2008/04/images/SpeakersComputerAudioOutput~d58fb2be23ddf412f6a16cb46d14a8a32d61c8cf.jpg" class="responsive"> </p> </div> Ever since Remote Buddy has pioneered the remote selection of the AirTunes&reg; speaker that iTunes&reg; should stream to, there was a number one feature request associated with it: support for the selection of more than one speaker. </p> <p> Starting with Remote Buddy 1.10, you can do just that. Both via your regular remote control as well as through the AJAX Remote. </p> <p> But there are more changes: in the list of speakers, there's now an (i) on the right side of the "Computer" button. Tap on it and you're presented a list of all audio output devices of your Mac&reg;. Select a device to make it the default audio output device for your system. </p> <p> The Remote Buddy 1.10 update is available immediately and includes many more new features in other areas. </p> <p> <i>Enjoy! :-)</i> </p> 2008-04-24T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2008/04/Streaming-multiple-AirTunes-speakers-amp-more On Picture Arena <img src="/blog/2007/12/images/patitle_01~67cd068f446937d1672f2c67f0e60c55da065f3a.jpg" class="responsive" style="float: right;"> <p> Due to the lack of demand for Picture Arena and a much different market situation for photo management solutions compared to when Picture Arena had originally entered the market, I've decided to abandon all plans to develop new versions of Picture Arena for the time being. Picture Arena will stay available through the Picture Arena Website, so those in need of a license can get one. </p> <p> I've not made that decision light-heartedly, but after carefully considering all of the pros and cons, I believe it's the right and only responsible decision. </p> <p> There's the changed market situation (Adobe&reg;, Apple&reg; and Microsoft&reg; entered the market), the low demand for Picture Arena in general (in 2007, less than 3% of the sales at IOSPIRIT were Picture Arena sales; development costs have never been recovered to date), the fact that no sufficient amount of time is available for intense Picture Arena development (all of my time is currently going into Remote Buddy's development and taking care of my obligations as IOSPIRIT's CEO) and lots of work would have to be done before new features can be added (stabilize the new core framework I've been working on for over a year, rewrite all user interface and database code to use modern Cocoa APIs and the new core framework - Picture Arena is all Carbon-based currently). </p> <p> A lot of additional time and money would have to be put into the development of future versions, while it has little to no chance to sell any better than before because of the market situation. The problem with saturated markets is this: unless the existing solutions are totally miserable, you'll need to pump a lot of money into promotion efforts to raise awareness for your product. Plus nobody who is relatively satisfied / has arranged with what he has will seek for alternatives by themselves or switch from a solution he's already comfortable with using. In this case, none of the available solutions on the market are really miserable, one of them ships for free with every new Mac&reg; and all competitors have a huge amount of money and manpower available to them that they can pump into promotion and development efforts. That's not exactly a good position to start from. </p> <p> Some of you may wonder what has happened to Picture Arena since its last public release in November 2005. The answer is: a lot. I've developed a new, Cocoa-based framework that eventually should become the basis of future versions of Picture Arena. By now, it can handle all relevant color spaces (RGB, CMYK, ..), is fully color managed, offers fine grained control for loading, saving and manipulating metadata, completely abstracts the filesystem, is entirely thread-safe, integrates efficient APIs for working on image data from multiple threads at the same time, embeds a thread-safe SQLite-Cocoa wrapper, a highly efficient, transactional, but very simple database engine of its own, runs on both PowerPC- and Intel-based Macs, offers memory- and CPU-efficient links to Quartz, Core Image, ColorSync and more. I've also worked a lot on Picture Arena's user interface, localizations and the editing tools available in Picture Arena. </p> <p> Yet, stabilizing that private build and bringing it in a state where a public upate can be created from it would still require a considerable amount of time. <u>Please don't ask me for a copy of the private build, as I won't hand out software that has known stability issues.</u> I have attached a few screenshots of the private build for public consumption, though. And while I won't exclude the possibility that I'll find the time to finish that last update to Picture Arena at some point in the future, I can't promise it, which is why, for the time being, officially version 1.3.5 of Picture Arena is the last release of Picture Arena. </p> <p> <div class="feather-gallery-modern"> <div style="display: inline-block; width: 32%; text-align: center;"> <a href="/blog/2007/12/album_privpa/pa_private1~405cf55aee7a7f3aa89fb4c900732158e143eef4.jpg" caption="Hierarchical folder view on the left, folder navigation bar, rearranged browsing icons." class="lightwindow"><img src="/blog/2007/12/album_privpa/pa_private1~405cf55aee7a7f3aa89fb4c900732158e143eef4.jpg" class="imagestrip-image" style="max-width: 95%;"></a> </div> <div style="display: inline-block; width: 32%; text-align: center;"> <a href="/blog/2007/12/album_privpa/pa_private2~d860e4d610381c3e0b5a50cdec16a69e316774b1.jpg" caption="Metadata display and adding keywords." class="lightwindow"><img src="/blog/2007/12/album_privpa/pa_private2~d860e4d610381c3e0b5a50cdec16a69e316774b1.jpg" class="imagestrip-image" style="max-width: 95%;"></a> </div> <div style="display: inline-block; width: 32%; text-align: center;"> <a href="/blog/2007/12/album_privpa/pa_private3~ab6e55f3b54948b2d0e487a9b01042e152380993.jpg" caption="Extended printing options to optimize space usage and auto-crop to fill a maximum of the page." class="lightwindow"><img src="/blog/2007/12/album_privpa/pa_private3~ab6e55f3b54948b2d0e487a9b01042e152380993.jpg" class="imagestrip-image" style="max-width: 95%;"></a> </div> <div style="display: inline-block; width: 32%; text-align: center;"> <a href="/blog/2007/12/album_privpa/pa_private4~496dc013131375113baca5011ba509abe3a45d71.jpg" caption="Additional options for cropping, reorganized toolbar(s)." class="lightwindow"><img src="/blog/2007/12/album_privpa/pa_private4~496dc013131375113baca5011ba509abe3a45d71.jpg" class="imagestrip-image" style="max-width: 95%;"></a> </div> </div> </p> <p> While the development of Picture Arena has officially ended for the time being, the development of Remote Buddy couldn't be any more active. Remote Buddy has covered its development costs and generated profit since the day of its release and is by now the product at the heart of IOSPIRIT. It has brought IOSPIRIT an amazing second half of 2006 and an even more amazing 2007. Looking at the (secret) roadmap for 2008, I see frequent updates to Remote Buddy and a lot of extraordinary gems being part of them. The next update to Remote Buddy, which - among other things - features a set of completely new drivers and fixes the few remaining glitches when used under Leopard, will of course be a free update and is out soon. </p> <p> <b>Update:</b> Since support for Picture Arena is no longer available, its sale has been discontinued. </p> 2007-12-29T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2007/12/On-Picture-Arena Photos from the Mac Live Expo 2007 <p> <div class="feather-gallery-modern"> <div style="display: inline-block; width: 32%; text-align: center;"> <a href="/blog/2007/11/album_mle/BuildUp~ccf64389cd3659765228a29dffddf37d847e299c.jpg" caption="During setup.." class="lightwindow"><img src="/blog/2007/11/album_mle/BuildUp~ccf64389cd3659765228a29dffddf37d847e299c.jpg" class="imagestrip-image" style="max-width: 95%;"></a> </div> <div style="display: inline-block; width: 32%; text-align: center;"> <a href="/blog/2007/11/album_mle/SearchingCoffee~106b4f73ae3bf8ad1ecb7d9d6e3af6942bf0edd0.jpg" caption="Before the start of the show: looking for coffee.." class="lightwindow"><img src="/blog/2007/11/album_mle/SearchingCoffee~106b4f73ae3bf8ad1ecb7d9d6e3af6942bf0edd0.jpg" class="imagestrip-image" style="max-width: 95%;"></a> </div> <div style="display: inline-block; width: 32%; text-align: center;"> <a href="/blog/2007/11/album_mle/DayTwo~5ee890e05603595c02d25f87a7e61b6a907231d5.jpg" caption="Despite the small number of visitors on the first two days, the IOSPIRIT booth was well frequented even on these days." class="lightwindow"><img src="/blog/2007/11/album_mle/DayTwo~5ee890e05603595c02d25f87a7e61b6a907231d5.jpg" class="imagestrip-image" style="max-width: 95%;"></a> </div> <div style="display: inline-block; width: 32%; text-align: center;"> <a href="/blog/2007/11/album_mle/PresenterTable~c12c9fe9526b70be31aa732a5fdd3cf9c18d1957.jpg" caption="Presentation table" class="lightwindow"><img src="/blog/2007/11/album_mle/PresenterTable~c12c9fe9526b70be31aa732a5fdd3cf9c18d1957.jpg" class="imagestrip-image" style="max-width: 95%;"></a> </div> <div style="display: inline-block; width: 32%; text-align: center;"> <a href="/blog/2007/11/album_mle/Remotes~8d8c58cf2156b9fc12846f8cfd465efc93e5dc3a.jpg" caption="A selection of supported remote controls was at display. Among them one of the few (or the only?) iPod® Touch of the show." class="lightwindow"><img src="/blog/2007/11/album_mle/Remotes~8d8c58cf2156b9fc12846f8cfd465efc93e5dc3a.jpg" class="imagestrip-image" style="max-width: 95%;"></a> </div> <div style="display: inline-block; width: 32%; text-align: center;"> <a href="/blog/2007/11/album_mle/SayHello~9a15cb2ec188f337003587697f6162efb55c851b.jpg" caption="Meet the Felix Schwarz ;-)" class="lightwindow"><img src="/blog/2007/11/album_mle/SayHello~9a15cb2ec188f337003587697f6162efb55c851b.jpg" class="imagestrip-image" style="max-width: 95%;"></a> </div> <div style="display: inline-block; width: 32%; text-align: center;"> <a href="/blog/2007/11/album_mle/WatchHP~8157b3d50b9b74bd39c2d9bad7f403807f1bb358.jpg" caption="After the end of the show: the HP booth as seen from the IOSPIRIT booth." class="lightwindow"><img src="/blog/2007/11/album_mle/WatchHP~8157b3d50b9b74bd39c2d9bad7f403807f1bb358.jpg" class="imagestrip-image" style="max-width: 95%;"></a> </div> </div> </p> 2007-11-22T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2007/11/Photos-from-the-Mac-Live-Expo-2007 Remote Buddy 1.8 upgrades EyeTV remotes to full Mac control <p> <img src="/blog/2007/11/images/MenuEyeTVRemote~f7d32bb9a18c91b5f53c6528e42e71f7d19808d2.jpg" class="responsive"> </p> <p> Nuremberg/Munich, November 21, 2007 - IOSPIRIT announces the immediate availability of Remote Buddy remote control software, version 1.8, which now supports infrared remote controls supplied with EyeTV-based television solutions. Users of Elgato's EyeTV software can now use their familiar hardware remote and Remote Buddy to control iTunes, iPhoto, DVD Player, and VLC; watch presentations or videos, browse the hard drive, surf the web, or change system settings. Remote Buddy contains built-in support for over 100 applications and system parameters. </p><p> The update is free of charge for existing Remote Buddy users. The full version of Remote Buddy is available for 19.99 Euros (incl. VAT) and a fully functional 30-day trial version is available for download at </p><p> http://www.iospirit.com/remotebuddy/ </p><p> Remote Buddy's easy setup provides for fast configuration of the EyeTV remote control. The updated 1.8 version of the software recognizes and integrates the remote control during its communication with EyeTV. Afterwards, the entire system can be controlled with Remote Buddy and the key layout of the remote can be freely modified. </p><p> All Elgato television products and their included remote controls are supported (with the exception of models EyeTV 250, 250 Plus, 300/310, 400/410, 500, 610, these are still being worked on) as well as all TV-Sticks that include EyeTV by TerraTec and Pinnacle. </p><p> System Requirements: EyeTV 2.5.1, Remote Buddy 1.8, a hardware remote control supported by EyeTV. Both EyeTV and Remote Buddy need to be running at the same time. </p><p> <b>About IOSPIRIT GmbH</b> </p><p> The IOSPIRIT GmbH has been founded in 2004 by Felix Schwarz with the aim of developing high-quality software for the Mac - low-priced, so everybody can enjoy it. A special focus during development lies on the latest technologies in Mac OS X, their innovative use, own innovations and industry novelties - far away from outworn paths. At the same time the IOSPIRIT GmbH is its own distributor. The platform used therefore is an internal development - tailored to the needs of the market - and therefore allows efficient and fast processing of incoming orders and queries. </p><p> The IOSPIRIT GmbH is based in Nuremberg, Germany. </p><p> <b>About Elgato Systems</b> </p><p> Elgato Systems creates award-winning products that enable customers to watch, record, edit and share video and TV within the digital home. The highly acclaimed EyeTV series is the world leader in digital TV recording and High Definition TV for the Mac. EyeConnect is the premier solution for streaming Mac content to networked media players in the home. &#8232;&#8232;Founded in 1992 by Dr. Markus Fest, the inventor of Toast® CD recording software, Elgato is a privately held company with headquarters in Munich, Germany and a US subsidiary in San Francisco, California. </p><p> Other company and product names may be trademarks of the respective companies with which they are associated. </p><p> &#8232;For further information please contact: </p><p> IOSPIRIT GmbH<br> Felix Schwarz<br> <strike>+49 911 3677423</strike><br> <a href="/contact/">Contact</a><br> </p><p> Elgato Systems <br> Lars Felber<br> +49 89 14333915&#8232;<br> publicrelations@elgato.com<br> </p> 2007-11-21T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2007/11/Remote-Buddy-1-8-upgrades-EyeTV-remotes-to-full-Mac-control Rethinking support - differently! <p> So, back in 2001 I started writing the suite of custom software that has been powering IOSPIRIT ever since it existed. In 2003, I started a new project called "Callisto", a website engine that is completely object-based and that powers IOSPIRIT's website to date. </p> <p> Over the years, it has become very, very powerful and extremely flexible allowing IOSPIRIT to be very reactive to new marketing and sales techniques as well as new web technologies. </p> <p> But then I haven't touched or updated some of its parts for quite some time. The contact form is a nice example for that. It began to look dated and actually became a real efficiency problem as the interest into the products began to grow rapidly: as a dedicated suport desk coexisted with it, many visitors could not decide which one to use. So, what had to happen did happen: the support desk interface was used for general pricing inquiries and support inquiries would be transmitted through the contact form. Many visitors would submit their question or comments to both. </p> <p> I've then put up a gentle note below the contact form that users should use the support desk for support inquiries, but not everybody would see it. And even if they did, I'd still receive a lot of inquiries that were already dealt with in the FAQs or for which a dedicated web interface exists (i.e. the license code remailer). </p> <p> The core message I gathered from all this is: customers see the contact form as the primary place of getting into touch with a company - regardless of subject. </p> <p> So if I wanted higher efficiency <b>and</b> customer satisfaction, it was time to rethink support! </p> <p> This is what I ended up with: <ul> <li>The contact form now asks customers to pick the topic of their inquiry.</li> <li>Depending on the topic, either more or less fields are displayed that ask for information that would otherwise have required an additional Q&A mail exchange.</li> <li>In the case of problems receiving order-related mails, users are now directly informed about the two main causes (bogus spam filters - huhu Hotmail! - and delays in receipt that we're not to blame for, for example if greylisting is used on the receiving server)</li> <li>The support desk has been integrated into the contact form. <li>As a special gem for both our customers and us, the integrated support desk interface now uses AJAX techniques to do a live search in the FAQs. While a customer is still typing to describe a problem or ask a question, possibly relevant FAQ entries - if any - will pop up below. So if the user is about to ask a frequently asked question, he'll likely already be presented the answer before he even finishes typing the question!</li> </ul> </p> <p> The key benefits of the AJAX based support desk as I see them: <ul> <li>customers asking FAQs have a high chance to receive an answer - faster than ever before</li> <li>the number of inquiries containing questions that were already dealt with in the FAQs has dropped significantly</li> <li>everybody saves precious time without having to accept any kind of tradeoff</li> </ul> </p> <p> Being the object oriented system that Callisto is, it was easy to integrate the context-sensitive FAQ into other services, so I integrated it into the forum as well. </p> <p> Enjoy! :-) </p> 2007-10-18T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2007/10/Rethinking-support-differently Remote Buddy 1.7 with completely reworked user interface, iPhone&trade; and iPod&reg; Touch support OCTOBER 9, 2007 - NUREMBERG, GERMANY <p> IOSPIRIT GmbH is excited to announce the release of version 1.7 of Remote Buddy today. Remote Buddy gives its users full control over their Mac&reg; via their remote control. With over 95 directly supported applications and system functions, real virtual mouse and keyboard, built-in presentation tools, extensive configuration abilities as well as broad hardware support (incl. Apple&reg; Remote, iPhone&trade;, iPod&reg; Touch and Wii&trade; Remote), Remote Buddy is targeting a broad and diverse audience. </p><p> <b>WHAT'S NEW IN V1.7</b> </p><p> New in version 1.7 are a completely redesigned configuration interface as well as a strongly extended version of Remote Buddy's integrated AJAX Remote. The AJAX Remote allows the usage of iPhone&trade; and iPod&reg; Touch as an interactive highend remote control with focus on mediacenters and presentations. </p><p> Using AJAX Remote, almost all aspects of iTunes&reg; can now be conveniently controlled via the touchscreen. Albums, artists and particular songs can be tracked down (no pun intended) with the integrated live search or located via the built-in music library browser. From there, they can be played back directly or enqueued in the current playlist. Support for switching between speakers connected through AirPort Express&reg; as well as changing the repeat and shuffle modes, volume and track position has also been added. Playback controls and the ability to change the rating of a song are also provided. </p><p> Presenters are supported by the AJAX Remote's Presenter Trackpad. With the touch of their finger, users switch between the live view of their displays, reposition the mousepointer or toggle the Mousespot functionality, that softly highlights the current position of the mouse pointer. </p><p> Also new is the the AJAX Remote's camera module, that provides users with a live view of their iSight&reg; and also allows taking snapshots with it. </p><p> Another huge area of change in Version 1.7 is the completely redesigned configuration interface. It has experienced further simplification, grouping by tasks and a new Leopard-style look - the forthcoming Mac OS&reg; X release that this version is now also compatible to. </p><p> A video showing the AJAX Remote in action as well as an extensive collection of screenshots are immediately available at Remote Buddy's product page at <a href="http://www.iospirit.com/remotebuddy/">http://www.iospirit.com/remotebuddy/</a>. </p><p> A complete and detailed list of changes is available at <a href="http://www.iospirit.com/remotebuddy/releasenotes/">http://www.iospirit.com/remotebuddy/releasenotes/</a> . </p><p> <div style="float: right;"> <a href="/remotebuddy/"> <p> <img src="/blog/2007/10/images/VirtualKeyboardMini~21962f6684247fb988ad685c83bb0ee35b8aed5f.jpg" class="responsive"> </p><p> <img src="/blog/2007/10/images/MousespotMini~8ee4435815ae896d32fcab5c32b7d2079ff25b4c.jpg" class="responsive"> </p><p> <img src="/blog/2007/10/images/MusicRatingMini~1d5e701a2d5b0a0d9ebbea9da5237e5c8dca4948.jpg" class="responsive"> </p> </a> </div> </p> <p> <ul> <li><b>About Remote Buddy</b> <p> Remote Buddy is a software, that takes the usability of remote controls beyond a handful of applications to a level where the entire system can be controled. Applications and system functions are directly supported by so called Behaviours. They are automatically selected depending on the current status of the system and map their functions to the buttons of the remote accordingly. </p><p> A press on the menu button opens the Remote Buddy menu. The menu allows the manual selection of another behaviour as well as the virtual mouse and keyboard, browsing the filesystem, opening recently opened documents, adjusting volume and ratings, quitting and starting applications, the display of information on recorded programs, TV channels, cover art and the current mapping of the remote control's buttons. The menu structure is freely configurable and can be varied in an unlimited number of profiles, between which the user can choose depending on the current usage scenario and its special requirements. </p><p> The mapping of the buttons is freely configurable on a global and per Behaviour basis. Using the included Behaviour Construction Kit, support for additional applications can usually be added in a couple of minutes and existing Behaviours be extended with self-defined actions. Special care has been taken in the design of the Behaviour Construction Kit, so it is easily usable, including for those without any programming knowledge. Developers, that want to integrate direct support for Remote Buddy into their applications, can download the free Remote Buddy SDK, which contains a number of Xcode example projects. </p><p> You can find a compact overview with demo videos and many screenshots at the Remote Buddy website at: <a href="http://www.iospirit.com/remotebuddy/">http://www.iospirit.com/remotebuddy/</a> . </p> </li> <li><b>Availability</b> <p> The full version of Remote Buddy 1.7 is immediately available for Mac OS&reg; X 10.4 ("Tiger") and higher as a Universal Binary for only 19.99 Euro (approximately 27.50 US dollars). The prices are final prices and already include 19% VAT for customers inside the EU. On the hardware side, a Mac&reg; with keyboard or a remote control supported by Remote Buddy is mandatory. A list of supported hardware is available at <a href="http://www.iospirit.com/remotebuddy/supportedremotecontrols/">http://www.iospirit.com/remotebuddy/supportedremotecontrols/</a>. Remote Buddy does not include any of the controlled applications. They have to be purchased and/or installed seperately. A trial version can be downloaded at <a href="http://www.iospirit.com/remotebuddy/">http://www.iospirit.com/remotebuddy/</a> . There are no functional limitations during the 30 day trial period. Remote Buddy is localized in English and German. </p><p> <li><b>About IOSPIRIT GmbH</b> </p><p> The IOSPIRIT GmbH has been founded in 2004 by Felix Schwarz with the aim of developing high-quality software for the Mac&reg; - low-priced, so everybody can enjoy it. </p><p> A special focus during development lies on the latest technologies in MacOS&reg; X, their innovative use, own innovations and industry novelties - far away from outworn paths. </p><p> At the same time the IOSPIRIT GmbH is its own distributor. The platform used therefore is an internal development - tailored to the needs of the market - and therefore allows efficient and fast processing of incoming orders and queries. </p><p> The IOSPIRIT GmbH is based in Nuremberg, Germany. </p><p> <b>For more information, please contact:</b> </p><p> IOSPIRIT GmbH, Felix Schwarz, CEO<br> Phone: <strike>+49 911 3677423</strike><br> Email: <a href="/contact/">Contact</a><br> </p><p> <b>A presskit with screenshots and logos is available here:</b> </p><p> <a href="http://www.iospirit.com/presskit/">http://www.iospirit.com/presskit/</a> </p><p> <li><b>Legal notice</b> </p><p> IOSPIRIT GmbH and Remote Buddy are neither affiliated with nor endorsed or sponsored by Apple®, Nintendo®, Keyspan™, Sony®, Griffin or any other, previously named company. <p> Apple, Aqua, Carbon, Cocoa, iBook, iMac, iPod, iTunes, iLife, PowerMac, Mac, Mac OS, Macintosh, Velocity Engine, ColorSync, QuickTime, Keynote, Exposé, GarageBand, Xcode, Quartz, Power Mac, PowerBook, MacBook, Keychain, iCal, Cocoa, Carbon, Bonjour, AirPort, AirPort Extreme are trademarks of Apple Computer, Inc., registered in the U.S. and other countries. eMac, Finder, iPhoto, iPhone, Safari, SuperDrive, Aperture, Cover Flow, Spotlight, Objective-C, AirPort Express, Apple TV, Tiger and Panther are trademarks of Apple Computer, Inc. Wii&trade; is a trademark of Nintendo Co., Ltd. Nintendo® is a registered trademark of Nintendo of America Inc. KEYSPAN is a trademark of InnoSys Inc. Joost is a trademark of Baaima N.V. PowerPC™ and the PowerPC logo™ are trademarks of the International Business Machines Corporation. Adobe, Reader, the Adobe logo, Lightroom and Acrobat are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States and/or other countries. Sony is a trademark or registered trademark of Sony Corporation. All other products, services, companies and publications are trademarks or registered trademarks of their respective owners. </ul> </p> 2007-10-09T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2007/10/Remote-Buddy-1-7-with-completely-reworked-user-interface-iPhone-and-iPod-Touch-support Remote Buddy 1.1 introduces iPhone&trade; support, turning it into the ultimate remote control <div style="padding-bottom: 10px; padding-top: 10px; width: 712px; overflow: hidden;"> <a href="/index.php?mode=view&obj_type=infogroup&obj_id=24&o_infogroup_objcode=infogroup-23&o1_infogroup_objcode=html-141"><p> <img src="/blog/2007/07/images/AjaxRemoteNew~b4ed4bfb54a1e63b809cc148bf8c7aa5c498ce6b.jpg" class="responsive"> </p></a> </div> <p></p> <table cellspacing="0" cellpadding="0" border="0"><tr><td valign="top"><div id="gray_text"> JULY 11, 2007 - NUREMBERG, GERMANY <p> IOSPIRIT GmbH is excited to announce the release of version 1.1 of Remote Buddy, its software for completely controlling Macs via remotes. The new version introduces a beta version of its all new AJAX Remote, which turns the iPhone&trade; into an amazing, interactive remote control that redefines the "remote control" term. <p> Here's a quick overview over the most important news of this release: <p> <ul> <li><b>AJAX Remote</b>: based on a brand-new, built-in webserver engine, offering quick and easy access to eight modules allowing remote control of a Mac&reg; system through a web browser. Optimized for the iPhone&trade; screen size. The modules:<p></p> <ul> <li><b>Remote control</b> (control Remote Buddy just like with a real remote)<p></p></li> <li><b>Trackpad</b> (includes presenter tools, a mini remote desktop, multiscreen support, mousespot and navigation in presentations)<p></p></li> <li><b>Keyboard</b><p></p></li> <li><b>Menu</b> (browse Remote Buddy's highly dynamic menu - including its embedded UI elements!)<p></p></li> <li><b>Music</b> (browse local and shared iTunes&reg; music libraries)<p></p></li> <li><b>Now playing</b> (interactive "now playing" display showing cover artwork and track details, allowing you to change ratings, play/pause and skip tracks)<p></p></li> <li><b>Movies</b> (VIDEO_TS launcher with cover display)<p></p></li> <li><b>EyeTV</b> (view your recordings in EyeTV, zap between channels, adjust volume)<p></p></li> </ul> <p></p> <li><b>Simplified menu:</b> all supported applications and many frequently used actions are now organized in the top menu level by default, providing faster access to Remote Buddy's functions. The previous, more hierarchic menu structure is still available and can be returned to in Remote Buddy's preferences.</li> <p></p> <li><b>Improved support for the Bluetooth&reg;-based Sony&reg; BD Remote Control</b></li> </ul> <p> A special focusing on the new AJAX Remote can be found at <a href="http://www.iospirit.com/remotebuddy/ajaxremote/">http://www.iospirit.com/remotebuddy/ajaxremote/</a> . <p> Two demo videos are available on the Remote Buddy website, giving you a first overview of what is possible with this product. A complete and detailed list of changes is available at <a href="http://www.iospirit.com/remotebuddy/releasenotes/">http://www.iospirit.com/remotebuddy/releasenotes/</a> . <p> Using Remote Buddy, users can fully control any Mac&reg; using an Apple&reg; Remote, Apple&reg; iPhone&trade;, Safari&trade;, Keyspan&trade; Express, Keyspan&trade; DMR, Keyspan&trade; RF Remote for Front Row, Griffin AirClick USB, Sony&reg; BD Remote Control, Wii&trade; Remote, SiK&trade; Rex&trade;, a number of Bluetooth&reg; enabled mobile phones or a keyboard. At Mac&reg; Expo in Paris, Remote Buddy has received the MacGeneration Award 2006 in the category "Best use of Apple&reg; Technologies" for its innovative use of the latest technologies. </div></td><td valign="top"><div style="padding: 10px;"> <a href="/remotebuddy/"> <p> <img src="/blog/2007/07/images/VirtualKeyboardMini~21962f6684247fb988ad685c83bb0ee35b8aed5f.jpg" class="responsive"> </p><p> <p> <img src="/blog/2007/07/images/MousespotMini~8ee4435815ae896d32fcab5c32b7d2079ff25b4c.jpg" class="responsive"> </p><p> <p> <img src="/blog/2007/07/images/MusicRatingMini~1d5e701a2d5b0a0d9ebbea9da5237e5c8dca4948.jpg" class="responsive"> </p><p> <p> <img src="/blog/2007/07/images/HardwareSupportMini~584c2a8f73a78dbecbfe7cde5730c777cce8474b.jpg" class="responsive"> </p><p> </a> </div></tr></table> <p> <ul> <li><b>About Remote Buddy</b> <p> Remote Buddy is a software, that takes the usability of remote controls beyond a handful of applications to a level where the entire system can be controled. Applications and system functions are directly supported by so called Behaviours. They are automatically selected depending on the current status of the system and map their functions to the buttons of the remote accordingly. <p> A press on the menu button opens the Remote Buddy menu. The menu allows the manual selection of another behaviour as well as the virtual mouse and keyboard, browsing the filesystem, opening recently opened documents, adjusting volume and ratings, quitting and starting applications, the display of information on recorded programs, TV channels, cover art and the current mapping of the remote control's buttons. The menu structure is freely configurable and can be varied in an unlimited number of profiles, between which the user can choose depending on the current usage scenario and its special requirements. <p> The mapping of the buttons is freely configurable on a global and per Behaviour basis. Using the included Behaviour Construction Kit, support for additional applications can usually be added in a couple of minutes and existing Behaviours be extended with self-defined actions. Special care has been taken in the design of the Behaviour Construction Kit, so it is easily usable, including for those without any programming knowledge. Developers, that want to integrate direct support for Remote Buddy into their applications, can download the free Remote Buddy SDK, which contains a number of Xcode example projects. <p> You can find a compact overview with demo videos and many screenshots at the Remote Buddy website at: <a href="http://www.iospirit.com/remotebuddy/">http://www.iospirit.com/remotebuddy/</a> . </li> <p> <li><b>Availability</b> <p> The full version of Remote Buddy 1.1 is immediately available for Mac OS&reg; X 10.4 ("Tiger") and higher as a Universal Binary for only 19.99 Euro (approximately 27.50 US dollars). The prices are final prices and already include 19% VAT for customers inside the EU. On the hardware side, a Mac&reg; with keyboard or a remote control supported by Remote Buddy is mandatory. A list of supported hardware is available at <a href="http://www.iospirit.com/remotebuddy/supportedremotecontrols/">http://www.iospirit.com/remotebuddy/supportedremotecontrols/</a>. Remote Buddy does not include any of the controlled applications. They have to be purchased and/or installed seperately. A trial version can be downloaded at <a href="http://www.iospirit.com/remotebuddy/">http://www.iospirit.com/remotebuddy/</a> . There are no functional limitations during the 30 day trial period. Remote Buddy is localized in English and German. <p> <li><b>About IOSPIRIT GmbH</b> <p> The IOSPIRIT GmbH has been founded in 2004 by Felix Schwarz with the aim of developing high-quality software for the Mac&reg; - low-priced, so everybody can enjoy it. <p> A special focus during development lies on the latest technologies in MacOS&reg; X, their innovative use, own innovations and industry novelties - far away from outworn paths. <p> At the same time the IOSPIRIT GmbH is its own distributor. The platform used therefore is an internal development - tailored to the needs of the market - and therefore allows efficient and fast processing of incoming orders and queries. <p> The IOSPIRIT GmbH is based in Nuremberg, Germany. <p> <b>For more information, please contact:</b> <p> IOSPIRIT GmbH, Felix Schwarz, CEO<br> Phone: <strike>+49 911 3677423</strike><br> Email: <a href="/contact/">Contact</a><br> <p> <b>A presskit with screenshots and logos is available here:</b> ;p> <a href="http://www.iospirit.com/presskit/">http://www.iospirit.com/presskit/</a> <p> <li><b>Legal notice</b> <p> IOSPIRIT GmbH and Remote Buddy are neither affiliated with nor endorsed or sponsored by Apple®, Nintendo®, Keyspan™, Sony®, Griffin or any other, previously named company. <p> Apple, Aqua, Carbon, Cocoa, iBook, iMac, iPod, iTunes, iLife, PowerMac, Mac, Mac OS, Macintosh, Velocity Engine, ColorSync, QuickTime, Keynote, Exposé, GarageBand, Xcode, Quartz, Power Mac, PowerBook, MacBook, Keychain, iCal, Cocoa, Carbon, Bonjour, AirPort, AirPort Extreme are trademarks of Apple Computer, Inc., registered in the U.S. and other countries. eMac, Finder, iPhoto, iPhone, Safari, SuperDrive, Aperture, Cover Flow, Spotlight, Objective-C, AirPort Express, Apple TV, Tiger and Panther are trademarks of Apple Computer, Inc. Wii&trade; is a trademark of Nintendo Co., Ltd. Nintendo® is a registered trademark of Nintendo of America Inc. KEYSPAN is a trademark of InnoSys Inc. Joost is a trademark of Baaima N.V. PowerPC™ and the PowerPC logo™ are trademarks of the International Business Machines Corporation. Adobe, Reader, the Adobe logo, Lightroom and Acrobat are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States and/or other countries. Sony is a trademark or registered trademark of Sony Corporation. All other products, services, companies and publications are trademarks or registered trademarks of their respective owners. </ul> 2007-07-11T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2007/07/Remote-Buddy-1-1-introduces-iPhone-support-turning-it-into-the-ultimate-remote-control Remote Buddy 1.0 goes final <table cellspacing="0" cellpadding="0" border="0"><tr><td valign="top"><div id="gray_text"> JUNE 11, 2007 - NUREMBERG, GERMANY <p> After almost exactly a year of development, IOSPIRIT GmbH is excited to announce the release of the final version 1.0 of Remote Buddy, its software for completely controlling Macs via remotes. <p> Previously released preview versions of Remote Buddy have already won the MacGeneration Award 2006 in the category "Best use of Apple&reg; technologies", have received top grades in numerous tests and uncounted love declarations from its users, who have downloaded more than 200.000 copies of Remote Buddy to date. <p> The most important news since the last preview release: <p> <ul> <li><b>English online help</b><p></p></li> <li><b>Switch between virtual mouse and controlling presentations with a single button press</b><p></p></li> <li><b>Improved movie library (a built-in VIDEO_TS launcher) with support for network volumes</b><p></p></li> <li><b>The context menus of Behaviours can now be configured via drag and drop as well</b><p></p></li> <li><b>Further improved efficiency in using system resources</b><p></p></li> <li><b>Numerous detail improvements and fixes</b><p></p></li> </ul> <p> Two demo videos are available on the Remote Buddy website, giving you a first overview of what is possible with this product. A complete and detailed list of changes is available at <a href="http://www.iospirit.com/remotebuddy/releasenotes/">http://www.iospirit.com/remotebuddy/releasenotes/</a> . <p> Using Remote Buddy, users can fully control any Mac&reg; using an Apple&reg; Remote, Keyspan&trade; Express, Keyspan&trade; DMR, Keyspan&trade; RF Remote for Front Row, Griffin AirClick USB, Wii&trade; Remote, SiK&trade; Rex&trade;, a number of Bluetooth&reg; enabled mobile phones or a keyboard. At Mac&reg; Expo in Paris, Remote Buddy has received the MacGeneration Award 2006 in the category "Best use of Apple&reg; Technologies" for its innovative use of the latest technologies. </div></td><td valign="top"><div style="padding: 10px;"> <a href="/remotebuddy/"> <p> <img src="/blog/2007/06/images/VirtualKeyboardMini~21962f6684247fb988ad685c83bb0ee35b8aed5f.jpg" class="responsive"> </p><p> <p> <img src="/blog/2007/06/images/MousespotMini~8ee4435815ae896d32fcab5c32b7d2079ff25b4c.jpg" class="responsive"> </p><p> <p> <img src="/blog/2007/06/images/MusicRatingMini~1d5e701a2d5b0a0d9ebbea9da5237e5c8dca4948.jpg" class="responsive"> </p><p> <p> <img src="/blog/2007/06/images/HardwareSupportMini~584c2a8f73a78dbecbfe7cde5730c777cce8474b.jpg" class="responsive"> </p><p> </a> </div></tr></table> <p> <ul> <li><b>About Remote Buddy</b> <p> Remote Buddy is a software, that takes the usability of remote controls beyond a handful of applications to a level where the entire system can be controled. Applications and system functions are directly supported by so called Behaviours. They are automatically selected depending on the current status of the system and map their functions to the buttons of the remote accordingly. <p> A press on the menu button opens the Remote Buddy menu. The menu allows the manual selection of another behaviour as well as the virtual mouse and keyboard, browsing the filesystem, opening recently opened documents, adjusting volume and ratings, quitting and starting applications, the display of information on recorded programs, TV channels, cover art and the current mapping of the remote control's buttons. The menu structure is freely configurable and can be varied in an unlimited number of profiles, between which the user can choose depending on the current usage scenario and its special requirements. <p> The mapping of the buttons is freely configurable on a global and per Behaviour basis. Using the included Behaviour Construction Kit, support for additional applications can usually be added in a couple of minutes and existing Behaviours be extended with self-defined actions. Special care has been taken in the design of the Behaviour Construction Kit, so it is easily usable, including for those without any programming knowledge. Developers, that want to integrate direct support for Remote Buddy into their applications, can download the free Remote Buddy SDK, which contains a number of Xcode example projects. <p> You can find a compact overview with demo videos and many screenshots at the Remote Buddy website at: <a href="http://www.iospirit.com/remotebuddy/">http://www.iospirit.com/remotebuddy/</a> . </li> <p> <li><b>Availability</b> <p> The full version of Remote Buddy 1.0 is immediately available for Mac OS&reg; X 10.4 ("Tiger") and higher as a Universal Binary for only 19.99 Euro (approximately 26.70 US dollars). The prices are final prices and already include 19% VAT for customers inside the EU. On the hardware side, a Mac&reg; with keyboard or a remote control supported by Remote Buddy is mandatory. A list of supported hardware is available at <a href="http://www.iospirit.com/remotebuddy/supportedremotecontrols/">http://www.iospirit.com/remotebuddy/supportedremotecontrols/</a>. Remote Buddy does not include any of the controlled applications. They have to be purchased and/or installed seperately. A trial version can be downloaded at <a href="http://www.iospirit.com/remotebuddy/">http://www.iospirit.com/remotebuddy/</a> . There are no functional limitations during the 30 day trial period. Remote Buddy is localized in English and German. <p> <li><b>About IOSPIRIT GmbH</b> <p> The IOSPIRIT GmbH has been founded in 2004 by Felix Schwarz with the aim of developing high-quality software for the Mac&reg; - low-priced, so everybody can enjoy it. <p> A special focus during development lies on the latest technologies in MacOS&reg; X, their innovative use, own innovations and industry novelties - far away from outworn paths. <p> At the same time the IOSPIRIT GmbH is its own distributor. The platform used therefore is an internal development - tailored to the needs of the market - and therefore allows efficient and fast processing of incoming orders and queries. <p> The IOSPIRIT GmbH is based in Nuremberg, Germany. <p> <b>For more information, please contact:</b> <p> IOSPIRIT GmbH, Felix Schwarz, CEO<br> Phone: <strike>+49 911 3677423</strike><br> Email: <a href="/contact/">Contact</a><br> <p> <b>A presskit with screenshots and logos is available here:</b> <p> <a href="http://www.iospirit.com/presskit/">http://www.iospirit.com/presskit/</a> <p> <li><b>Legal notice</b> <p> IOSPIRIT GmbH and Remote Buddy are neither affiliated with nor endorsed or sponsored by Apple®, Nintendo®, Keyspan™, Griffin or any other, previously named company. <p> Apple, Aqua, Carbon, Cocoa, iBook, iMac, iPod, iTunes, iLife, PowerMac, Mac, Mac OS, Macintosh, Velocity Engine, ColorSync, QuickTime, Keynote, Exposé, GarageBand, Xcode, Quartz, Power Mac, PowerBook, MacBook, Keychain, iCal, Cocoa, Carbon, Bonjour, AirPort, AirPort Extreme are trademarks of Apple Computer, Inc., registered in the U.S. and other countries. eMac, Finder, iPhoto, Safari, SuperDrive, Aperture, Cover Flow, Spotlight, Objective-C, AirPort Express, Apple TV, Tiger and Panther are trademarks of Apple Computer, Inc. Wii&trade; is a trademark of Nintendo Co., Ltd. Nintendo® is a registered trademark of Nintendo of America Inc. KEYSPAN is a trademark of InnoSys Inc. Joost is a trademark of Baaima N.V. PowerPC™ and the PowerPC logo™ are trademarks of the International Business Machines Corporation. Adobe, Reader, the Adobe logo, Lightroom and Acrobat are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States and/or other countries. All other products, services, companies and publications are trademarks or registered trademarks of their respective owners. </ul> 2007-06-11T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2007/06/Remote-Buddy-1-0-goes-final News from Remote Buddy: virtual keyboard, using hidden Apple&reg; Remote features, Apple&reg; Remote Emulation, IR mouse mode of the Wii&trade; Remote, .. <table cellspacing="0" cellpadding="0" border="0"><tr><td valign="top"><div id="gray_text"> MAY 6, 2007 - NUREMBERG, GERMANY <p> IOSPIRIT GmbH starts into May by releasing the second release candidate (RC2) of Remote Buddy to the general public with a true firework of new features. The most important news in this release: <p> <ul> <li><b>Fullblown, virtual onscreen keyboard and Mousespot presentation tool</b><p> Owners of a compatible remote control can now enjoy a fullblown, freely scaleable, virtual keyboard. The virtual mouse - existant in Remote Buddy since the first Preview - has also been further improved and can now - using the new Mousespot feature - gently highlight the position of the mousecursor. With Remote Buddy, media center owners can unplug their mouse and keyboard and use their remote control as a replacement instead. <p> <li><b>Emulation of a virtual Apple&reg; Remote</b><p> This, for the first time, makes it possible to use programs (like, f.ex. iAlertU) that usually require the built-in IR receiver of newer models on older Macintosh&reg; computers. With any supported remote control. <p> <li><b>Usage and different configuration of multiple Apple&reg; Remotes with Macs with an internal receiver, usage of otherwise unavailable hardware features of internal receivers and compatibility to OS 10.4.9 thanks to a kernel extension of its own</b><p> Remote Buddy's drivers for the internal Apple&reg; Remote IR receivers have been rewritten from scratch. Thanks to an exclusive kernel extension, it is now possible to fully use all hardware features. The usage, authorization and different configuration of multiple Apple&reg; Remotes is now possible just as well as shorter reaction times, full compatibility to OS 10.4.9 and play and menu button presses of arbitrary length (previously limited to 0 seconds). An example for one possibility to use the new support for multiple Apple&reg; Remotes: when using two Apple&reg; Remotes, you can now configure the first to exclusively control iTunes&reg; and the second for usage with everything else. <!--With this function, owners of programmable remotes are no longer limited to just 6 buttons, either. Theoretically, more than 1500 buttons have now become possible.--><p> <li><b>Support for the IR mousemode of the Wii&trade; Remote with just one infrared light source (a world premiere), new energy saving options, support for waking the computer with connected Wii&trade; remotes</b><p> <li><b>Support for now more than 70 applications and system functions</b><p> Among the 17 new entries are Democracy Player, Joost&trade;, Lightroom&reg; and SlingPlayer. Of course, users continue to be able to control, among other things, supported webbrowsers, audio & video, presentation and media management apps as well as games and control over parameters like screen brightness, resolution, refresh rate and volume with their remote control. <p> <li><b>Reworked iTunes&reg; Behaviour including support for the Cover Flow&reg; display mode</b><p> <li><b>The mapping of buttons is now completely unlimited.</b><p> <li><b>Further speed improvements, allowing the use of Remote Buddy on many G3 models</b> </ul> <p> Two new demo videos are available on the Remote Buddy website, giving you a first overview of what is possible with this product. A complete and detailed list of changes is available at <a href="http://www.iospirit.com/remotebuddy/releasenotes/">http://www.iospirit.com/remotebuddy/releasenotes/</a> . <p> Using Release Candidate 2, users can fully control any Mac&reg; using an Apple&reg; Remote, Keyspan&trade; Express, Keyspan&trade; DMR, Keyspan&trade; RF Remote for Front Row, Griffin AirClick USB, Wii&trade; Remote, SiK&trade; Rex&trade;, a number of Bluetooth enabled mobile phones or a keyboard. At Mac&reg; Expo in Paris, Remote Buddy has received the MacGeneration Award 2006 in the category "Best use of Apple&reg; Technologies" for its innovative use of the latest technologies. </div></td><td valign="top"><div style="padding: 10px;"> <a href="/remotebuddy/"> <p> <img src="/blog/2007/05/images/VirtualKeyboardMini~21962f6684247fb988ad685c83bb0ee35b8aed5f.jpg" class="responsive"> </p><p> <p> <img src="/blog/2007/05/images/MousespotMini~8ee4435815ae896d32fcab5c32b7d2079ff25b4c.jpg" class="responsive"> </p><p> <p> <img src="/blog/2007/05/images/MusicRatingMini~1d5e701a2d5b0a0d9ebbea9da5237e5c8dca4948.jpg" class="responsive"> </p><p> <p> <img src="/blog/2007/05/images/MultiRemoteMini~72f01936992e42a24dfc3982b348e22692f0379a.jpg" class="responsive"> </p><p> <p> <img src="/blog/2007/05/images/HardwareSupportMini~584c2a8f73a78dbecbfe7cde5730c777cce8474b.jpg" class="responsive"> </p><p> <p> <img src="/blog/2007/05/images/100Mini~feb22db81871fd8b5e73b3fd82af48ba0f3bb837.jpg" class="responsive"> </p><p> <p> <img src="/blog/2007/05/images/EasyConfig2Mini~7a707e7dc37812b8d22dbd1f117df5f3d7705db1.jpg" class="responsive"> </p><p> </a> </div></tr></table> <p> <ul> <li><b>About Remote Buddy</b> <p> Remote Buddy is a software, that takes the usability of remote controls beyond a handful of applications to a level where the entire system can be controled. Applications and system functions are directly supported by so called Behaviours. They are automatically selected depending on the current status of the system and map their functions to the buttons of the remote accordingly. <p> A press on the menu button opens the Remote Buddy menu. The menu allows the manual selection of another behaviour as well as the virtual mouse and keyboard, browsing the filesystem, opening recently opened documents, adjusting volume and ratings, quitting and starting applications, the display of information on recorded programs, TV channels, cover art and the current mapping of the remote control's buttons. The menu structure is freely configurable and can be varied in an unlimited number of profiles, between which the user can choose depending on the current usage scenario and its special requirements. <p> The mapping of the buttons is freely configurable on a global and per Behaviour basis. Using the included Behaviour Construction Kit, support for additional applications can usually be added in a couple of minutes and existing Behaviours be extended with self-defined actions. Special care has been taken in the design of the Behaviour Construction Kit, so it is easily usable, including for those without any programming knowledge. Developers, that want to integrate direct support for Remote Buddy into their applications, can download the free Remote Buddy SDK, which contains a number of Xcode example projects. <p> You can find a compact overview with demo videos and many screenshots at the Remote Buddy website at: <a href="http://www.iospirit.com/remotebuddy/">http://www.iospirit.com/remotebuddy/</a> . </li> <p> <li><b>Availability</b> <p> Remote Buddy 1.0 RC2 is immediately available for Mac OS&reg; X 10.4 ("Tiger") and higher as a Universal Binary at an introductory price of 9,99 &euro; (approximately 13.60 US dollars). The price will presumably be raised to 19,99 &euro; (approximately 27.20 US dollars) later. The prices are final prices and already include 19% VAT for customers inside the EU. On the hardware side, a Mac&reg; with keyboard or a remote control supported by Remote Buddy is mandatory. A list of supported hardware is available at <a href="http://www.iospirit.com/remotebuddy/supportedremotecontrols/">http://www.iospirit.com/remotebuddy/supportedremotecontrols/</a>. Remote Buddy does not include any of the controlled applications. They have to be purchased and/or installed seperately. A trial version can be downloaded at <a href="http://www.iospirit.com/remotebuddy/">http://www.iospirit.com/remotebuddy/</a> . There are no functional limitations during the 60 day trial period. Remote Buddy is localized in English and German. <p> <li><b>About IOSPIRIT GmbH</b> <p> The IOSPIRIT GmbH has been founded in 2004 by Felix Schwarz with the aim of developing high-quality software for the Mac&reg; - low-priced, so everybody can enjoy it. <p> A special focus during development lies on the latest technologies in MacOS&reg; X, their innovative use, own innovations and industry novelties - far away from outworn paths. <p> At the same time the IOSPIRIT GmbH is its own distributor. The platform used therefore is an internal development - tailored to the needs of the market - and therefore allows efficient and fast processing of incoming orders and queries. <p> The IOSPIRIT GmbH is based in Nuremberg, Germany. <p> <b>For more information, please contact:</b> <p> IOSPIRIT GmbH, Felix Schwarz, CEO<br> Phone: <strike>+49 911 3677423</strike><br> Email: <a href="/contact/">Contact</a><br> <p> <b>A presskit with screenshots and logos is available here:</b> <p> <a href="http://www.iospirit.com/presskit/">http://www.iospirit.com/presskit/</a> <p> <li><b>Legal notice</b> <p> IOSPIRIT GmbH and Remote Buddy are neither affiliated with nor endorsed or sponsored by Apple®, Nintendo®, Keyspan™, Griffin or any other, previously named company. <p> Apple, Aqua, Carbon, Cocoa, iBook, iMac, iPod, iTunes, iLife, PowerMac, Mac, Mac OS, Macintosh, Velocity Engine, ColorSync, QuickTime, Keynote, Exposé, GarageBand, Xcode, Quartz, Power Mac, PowerBook, MacBook, Keychain, iCal, Cocoa, Carbon, Bonjour, AirPort, AirPort Extreme are trademarks of Apple Computer, Inc., registered in the U.S. and other countries. eMac, Finder, iPhoto, Safari, SuperDrive, Aperture, Cover Flow, Spotlight, Objective-C, AirPort Express, Apple TV, Tiger and Panther are trademarks of Apple Computer, Inc. Wii&trade; is a trademark of Nintendo Co., Ltd. Nintendo® is a registered trademark of Nintendo of America Inc. KEYSPAN is a trademark of InnoSys Inc. Joost is a trademark of Baaima N.V. PowerPC™ and the PowerPC logo™ are trademarks of the International Business Machines Corporation. Adobe, Reader, the Adobe logo, Lightroom and Acrobat are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States and/or other countries. All other products, services, companies and publications are trademarks or registered trademarks of their respective owners. </ul> 2007-05-06T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2007/05/News-from-Remote-Buddy-virtual-keyboard-using-hidden-Apple-Remote-features-Apple-Remote-Emulation-IR-mouse-mode-of-the-Wii-Remote- Wii have a christmas surprise for you DECEMBER 25, 2006 - NUREMBERG, GERMANY <p> Just in time for holidays, IOSPIRIT GmbH releases the first release candidate of Remote Buddy, which allows the Wii remote to be used with Bluetooth-enabled Macs. <p> If you have found a Wii under the christmas tree, you can now remote control your Mac as well! Among the other new features in this release is the ability to browse local and shared iTunes libraries and select and play individual tracks, albums and playlists. And we have something for movie fans, too: they can now select and launch VIDEO_TS folders directly from within Remote Buddy in either DVD Player or VLC. Thanks to Spotlight, Remote Buddy finds the respective folders itself and without any configuration. Another new feature is "Custom actions" - which is the ability to create and manage your own, executable actions directly within mapping tables. With ease! Furthermore, a brand-new, multi-threaded driver architecture does now guarantee exact timing and higher performance under the hood. <p> A complete and detailed list of changes is available at <a href="http://www.iospirit.com/remotebuddy/releasenotes/">http://www.iospirit.com/remotebuddy/releasenotes/</a> . <p> Using Release Candidate 1, users can fully control any Mac using an Apple Remote, Keyspan Express, Keyspan DMR, Keyspan RF Remote for Front Row, Griffin AirClick USB, Wii Remote, a number of Bluetooth enabled mobile phones or a keyboard. At Mac Expo in Paris, Remote Buddy has received the MacGeneration Award 2006 in the category "Best use of Apple Technologies" for its innovative use of the latest technologies. To date, Mac users have downloaded Remote Buddy more than 75000 times. <p> IOSPIRIT GmbH wishes everybody a merry and relaxed christmas time and a happy new year. <p> <ul> <li><b>About Remote Buddy</b> <p> Remote Buddy is a software, that takes the usability of remote controls beyond a handful of applications to a level where the entire system can be controled. Applications and system functions are directly supported by so called Behaviours. They are automatically selected depending on the current status of the system and map their functions to the buttons of the remote accordingly. <p> A press on the menu button opens the Remote Buddy menu. The menu allows the manual selection of another behaviour as well as the virtual mouse and keyboard, browsing the filesystem, opening recently opened documents, adjusting volume and ratings, quitting and starting applications, the display of information on recorded programs, TV channels, cover art and the current mapping of the remote control's buttons. The menu structure is freely configurable and can be varied in an unlimited number of profiles, between which the user can choose depending on the current usage scenario and its special requirements. <p> The mapping of the buttons is freely configurable on a global and per Behaviour basis. Using the included Behaviour Construction Kit, support for additional applications can usually be added in a couple of minutes and existing Behaviours be extended with self-defined actions. Special care has been taken in the design of the Behaviour Construction Kit, so it is easily usable, including for those without any programming knowledge. Developers, that want to integrate direct support for Remote Buddy into their applications, can download the free Remote Buddy SDK, which contains a number of Xcode example projects. <p> You can find a compact overview with demo videos and many screenshots at the Remote Buddy website at: <a href="http://www.iospirit.com/remotebuddy/">http://www.iospirit.com/remotebuddy/</a> . </li> <p> <li><b>Availability</b> <p> Remote Buddy 1.0 RC1 is immediately available for MacOS&reg; X 10.4 ("Tiger") and higher as a Universal Binary at an introductory price of 9,99 &euro; (approximately 13.10 US dollars). The price will presumably be raised to 19,99 &euro; (approximately 26.20 US dollars) later. The prices are final prices and already include 16% VAT for customers inside the EU. On the hardware side, a Mac with keyboard or a remote control supported by Remote Buddy is mandatory. A list of supported hardware is available at <a href="http://www.iospirit.com/remotebuddy/supportedremotecontrols/">http://www.iospirit.com/remotebuddy/supportedremotecontrols/</a>. Remote Buddy does not include any of the controlled applications. They have to be purchased and/or installed seperately. A trial version can be downloaded at <a href="http://www.iospirit.com/remotebuddy/">http://www.iospirit.com/remotebuddy/</a> . There are no functional limitations during the 60 day trial period. Remote Buddy is localized in English and German. <p> <li><b>About IOSPIRIT GmbH</b> <p> The IOSPIRIT GmbH has been founded in 2004 by Felix Schwarz with the aim of developing high-quality software for the Mac&reg; - low-priced, so everybody can enjoy it. <p> A special focus during development lies on the latest technologies in MacOS&reg; X, their innovative use, own innovations and industry novelties - far away from outworn paths. <p> At the same time the IOSPIRIT GmbH is its own distributor. The platform used therefore is an internal development - tailored to the needs of the market - and therefore allows efficient and fast processing of incoming orders and queries. <p> The IOSPIRIT GmbH is based in Nuremberg, Germany. <p> <b>For more information, please contact:</b> <p> IOSPIRIT GmbH, Felix Schwarz, CEO<br> Phone: <strike>+49 911 3677423</strike><br> Email: <a href="/contact/">Contact</a><br> <p> <b>A presskit with screenshots and logos is available here:</b> <p> <a href="http://www.iospirit.com/presskit/">http://www.iospirit.com/presskit/</a> 2006-12-25T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2006/12/Wii-have-a-christmas-surprise-for-you Wii like it <p> <img src="/blog/2006/12/images/wiiConfiguration~78893270523a65d17b7b6630dfe2775a689ae617.jpg" class="responsive"> </p> <p> <p> <img src="/blog/2006/12/images/wiiMenu~d9c75de8107d54e4c27f4f025ae2c4f66b1b8cbf.jpg" class="responsive"> </p> 2006-12-25T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2006/12/Wii-like-it Remote Buddy 1.0p9b makes popular remote controls shine OCTOBER 16, 2006 - NUREMBERG, GERMANY <p> IOSPIRIT GmbH is proud to announce the immediate availability of the latest version of its award-winning solution for remote controls under Mac OS&reg; X. Using Remote Buddy Preview 9b, users can fully control any Mac using an Apple Remote, Keyspan Express, Keyspan DMR, Keyspan RF Remote for Front Row, Griffin AirClick USB, a number of Bluetooth enabled mobile phones or a keyboard. At Mac Expo in Paris, Remote Buddy has received the MacGeneration Award 2006 in the category "Best use of Apple Technologies" for its innovative use of the latest technologies. To date, Mac users have downloaded Remote Buddy more than 40.000 times. <p> <ul> <li><b>New features since Preview 8</b> <p> The latest version of Remote Buddy is what many of the owners of the popular Keyspan remote controls have been waiting for for a long time. Owners of the Keyspan Express and Keyspan DMR (Digial Media Remote) can now benefit of all the advantages of Remote Buddy as well. It now brings its own set of drivers for this hardware, fully replacing Keyspan's software and enabling it to support both Keyspan's own remote control and the Apple Remote with the IR receivers. <p> Among the other novelties is the ability to control all screen settings directly via a supported remote control, improved support for G3 Macs as well as support for 18 additional applications and multiplayer games (including Awaken, Delicious Library, DVDpedia, FlexTime, Flock, Google Earth, iCab, NeoOffice Impress, NeoOffice Writer, OmniWeb, Opera, Shiira, Virtue, OmniOutliner, Stapler, MacSwear, GLTron, Frozen Bubble). <p> A complete and detailed list of changes is available at <a href="http://www.iospirit.com/remotebuddy/releasenotes/">http://www.iospirit.com/remotebuddy/releasenotes/</a> . </li> <p> <li><b>About Remote Buddy</b> <p> Remote Buddy is a software, that takes the usability of remote controls beyond a handful of applications to a level where the entire system can be controled. Applications and system functions are directly supported by so called Behaviours. They are automatically selected depending on the current status of the system and map their functions to the buttons of the remote accordingly. <p> A press on the menu button opens the Remote Buddy menu. The menu allows the manual selection of another behaviour as well as the virtual mouse and keyboard, browsing the filesystem, opening recently opened documents, adjusting volume and ratings, quitting and starting applications, the display of information on recorded programs, TV channels, cover art and the current mapping of the remote control's buttons. The menu structure is freely configurable and can be varied in an unlimited number of profiles, between which the user can choose depending on the current usage scenario and its special requirements. <p> The mapping of the buttons is freely configurable on a global and per Behaviour basis. Using the included Behaviour Construction Kit, support for additional applications can usually be added in a couple of minutes and existing Behaviours be extended with self-defined actions. Special care has been taken in the design of the Behaviour Construction Kit, so it is easily usable, including for those without any programming knowledge. Developers, that want to integrate direct support for Remote Buddy into their applications, can download the free Remote Buddy SDK, which contains a number of Xcode example projects. <p> You can find a compact overview with demo videos and many screenshots at the Remote Buddy website at: <a href="http://www.iospirit.com/remotebuddy/">http://www.iospirit.com/remotebuddy/</a> . </li> <p> <li><b>Availability</b> <p> Remote Buddy 1.0 Preview 9b is immediately available for MacOS&reg; X 10.4 ("Tiger") and higher as a Universal Binary at an introductory price of 9,99 &euro; (approximately 12.70 US dollars). The price will presumably be raised to 19,99 &euro; (approximately 25.40 US dollars) later. The prices are final prices and already include 16% VAT for customers inside the EU. On the hardware side, a Mac with keyboard or a remote control supported by Remote Buddy is mandatory. A list of supported hardware is available at <a href="http://www.iospirit.com/remotebuddy/supportedremotecontrols/">http://www.iospirit.com/remotebuddy/supportedremotecontrols/</a>. Remote Buddy does not include any of the controlled applications. They have to be purchased and/or installed seperately. A trial version can be downloaded at <a href="http://www.iospirit.com/remotebuddy/">http://www.iospirit.com/remotebuddy/</a> . There are no functional limitations during the 60 day trial period. Remote Buddy is localized in English and German. <p> <li><b>About IOSPIRIT GmbH</b> <p> The IOSPIRIT GmbH has been founded in 2004 by Felix Schwarz with the aim of developing high-quality software for the Mac&reg; - low-priced, so everybody can enjoy it. <p> A special focus during development lies on the latest technologies in MacOS&reg; X, their innovative use, own innovations and industry novelties - far away from outworn paths. <p> At the same time the IOSPIRIT GmbH is its own distributor. The platform used therefore is an internal development - tailored to the needs of the market - and therefore allows efficient and fast processing of incoming orders and queries. <p> The IOSPIRIT GmbH is based in Nuremberg, Germany. <p> <b>For more information, please contact:</b> <p> IOSPIRIT GmbH, Felix Schwarz, CEO<br> Phone: <strike>+49 911 3677423</strike><br> Email: <a href="/contact/">Contact</a><br> <p> <b>A presskit with screenshots and logos is available here:</b> <p> <a href="http://www.iospirit.com/presskit/">http://www.iospirit.com/presskit/</a> 2006-10-16T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2006/10/Remote-Buddy-1-0p9b-makes-popular-remote-controls-shine LSRefresh - a simple solution to Launch Services related problems <p> <img src="/blog/2006/10/images/LSRefresh~06d667083f063f37b58f04ac56e08abcaf0f1010.jpg" class="responsive"> </p> Some users have had problems to get Remote Buddy recognize all of their installed applications. Since my philosophy and thus the philosphy behind Remote Buddy is to achieve elegance through simplicity and deliver a "it just works" out-of-the-box experience, the natural choice is to present a slick menu without any dead and unnecessary entries (i.e. for those applications, that are not installed). To achieve this - and to find all installed apps no matter where they are located - Remote Buddy makes use of Launch Services. <p> Now what is Launch Services? <p> Launch Services is responsible for launching applications, URLs and documents. It knows, which application can handle which kind of data and files, provides the choices for the Finder's "Open with" menu and can return all kind of useful information on a file or bundle. <p> Now, if an application is not added to Launch Services database properly (or the information stored on it is outdated), this can have all kinds of weird side effects: <p> <ul> <li>Documents can not be opened with a double click or are represented with a blank icon in the Finder. <li>Similiar as above but with newly supported or no longer supported document formats after the installation of a new release of an application. <li>Applications can not be found. <li>.. </ul> <p> Usually the <a href="http://developer.apple.com/documentation/Carbon/Conceptual/LaunchServicesConcepts/index.html?http://developer.apple.com/documentation/Carbon/Conceptual/LaunchServicesConcepts/LSCConcepts/chapter_2_section_5.html" target="_blank">Finder should add or update</a> new applications in the Launch Services database, but it doesn't always do so. And there's no convenient way I know of to manually update the entry of an application in Launch Services. <p> So I decided to sit down a couple of minutes and write a tool that achieves exactly this. Once started, all you have to do is select the app(s) whose Launch Services database entry you want to update. It's name is LSRefresh - and it'll help you out with most Launch Services originated problems. <p> Special note for Remote Buddy users: Be sure to restart Remote Buddy after you have performed updates for applications that were not found previously. That's because Remote Buddy does only look for applications during startup to save CPU time lateron. <p> Anyway, here's the download. Enjoy! <p> <p> <a href="/blog/2006/10/files/LSRefresh10.dmg">LSRefresh10.dmg</a> </p> <p> <b>[Update 07/01/2007]:</b> For the technically interested: you can download the sourcecode complete with Xcode project here: <p> <p> <a href="/blog/2006/10/files/LSRefresh_Sourcecode.zip">LSRefresh_Sourcecode.zip</a> </p> 2006-10-10T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2006/10/LSRefresh-a-simple-solution-to-Launch-Services-related-problems Remote Buddy 1.0 Preview 8 brings the Apple Remote to every Mac SEPTEMBER 27, 2006 - NUREMBERG, GERMANY <p> IOSPIRIT GmbH is proud to announce the immediate availability of the latest version of its award-winning solution for remote controls under Mac OS&reg; X. Using Remote Buddy Preview 8, users can fully control any Mac using an Apple Remote, Keyspan RF Remote for Front Row, Griffin AirClick USB, a number of Bluetooth enabled mobile phones or a keyboard. At Mac Expo in Paris, Remote Buddy has received the MacGeneration Award 2006 in the category "Best use of Apple Technologies" for its innovative use of the latest technologies. To date, Mac users have downloaded Remote Buddy more than 40.000 times. <p> <ul> <li><b>New features in Preview 8</b> <p> For the first time, Remote Buddy gives owners of Macs without inbuilt IR receiver (that is, almost all PowerPC Macs and the Mac Pro) the ability to use the Apple Remote with the most powerful and fastest growing solution for remote controls on their Mac. All that is needed on the hardware side for this (apart from the Apple Remote itself), is an external infrared receiver that complies to the eHome 2005 standard. These are usually available for under 30 Euro (or approx. 38 US$, incl. 16% VAT). <p> Remote Buddy makes adding support for the Apple Remote so simple it can be done by everyone within seconds: plug the IR receiver into your Mac's USB port, launch Remote Buddy and you're ready to go. No configuration or driver installation is required. <p> "We have been able to expand our repertoire of technologies by an abstraction layer for USB devices and an IR signal recognition engine in a very short time period and are looking into the future very optimisticly." said Felix Schwarz, CEO of IOSPIRIT GmbH. "Preview 8 has never been planned in that way. However, we were so enthused by the combination of the eHome 2005 IR receiver and Remote Buddy, that we immediately wanted to share the results of our development with everybody. Controlling an old iBook via the Apple Remote and turning it into a Media Center with Remote Buddy is just incredibly cool." <p> Another new feature worth mentioning is the new multiscreen support. It allows users to choose on which screen Remote Buddy should display its menu. Apart from that, a number of bugfixes have been included in this release. <p> A list of suppliers for the eHome 2005 hardware and compatibility information are available on the Remote Buddy website at <a href="http://www.iospirit.com/remotebuddy/supportedremotecontrols/">http://www.iospirit.com/remotebuddy/supportedremotecontrols/</a> . </li> <p> <li><b>About Remote Buddy</b> <p> Remote Buddy is a software, that takes the usability of remote controls beyond a handful of applications to a level where the entire system can be controled. Applications and system functions are directly supported by so called Behaviours. They are automatically selected depending on the current status of the system and map their functions to the buttons of the remote accordingly. <p> A press on the menu button opens the Remote Buddy menu. The menu allows the manual selection of another behaviour as well as the virtual mouse and keyboard, browsing the filesystem, opening recently opened documents, adjusting volume and ratings, quitting and starting applications, the display of information on recorded programs, TV channels, cover art and the current mapping of the remote control's buttons. The menu structure is freely configurable and can be varied in an unlimited number of profiles, between which the user can choose depending on the current usage scenario and its special requirements. <p> The mapping of the buttons is freely configurable on a global and per Behaviour basis. Using the included Behaviour Construction Kit, support for additional applications can usually be added in a couple of minutes and existing Behaviours be extended with self-defined actions. Special care has been taken in the design of the Behaviour Construction Kit, so it is easily usable, including for those without any programming knowledge. Developers, that want to integrate direct support for Remote Buddy into their applications, can download the free Remote Buddy SDK, which contains a number of Xcode example projects. <p> You can find a compact overview with demo videos and many screenshots at the Remote Buddy website at: <a href="http://www.iospirit.com/remotebuddy/">http://www.iospirit.com/remotebuddy/</a> . </li> <p> <li><b>Availability</b> <p> Remote Buddy 1.0 Preview 8 is immediately available for MacOS&reg; X 10.4 ("Tiger") and higher as a Universal Binary at an introductory price of 9,99 &euro; (approximately 12.70 US dollars). The price will presumably be raised to 19,99 &euro; (approximately 25.40 US dollars) later. The prices are final prices and already include 16% VAT for customers inside the EU. On the hardware side, a Mac with keyboard or a remote control supported by Remote Buddy is mandatory. A list of supported hardware is available at <a href="http://www.iospirit.com/remotebuddy/supportedremotecontrols/">http://www.iospirit.com/remotebuddy/supportedremotecontrols/</a>. Remote Buddy does not include any of the controlled applications. They have to be purchased and/or installed seperately. A trial version can be downloaded at <a href="http://www.iospirit.com/remotebuddy/">http://www.iospirit.com/remotebuddy/</a> . There are no functional limitations during the 60 day trial period. Remote Buddy is localized in English and German. <p> <li><b>About IOSPIRIT GmbH</b> <p> The IOSPIRIT GmbH has been founded in 2004 by Felix Schwarz with the aim of developing high-quality software for the Mac&reg; - low-priced, so everybody can enjoy it. <p> A special focus during development lies on the latest technologies in MacOS&reg; X, their innovative use, own innovations and industry novelties - far away from outworn paths. <p> At the same time the IOSPIRIT GmbH is its own distributor. The platform used therefore is an internal development - tailored to the needs of the market - and therefore allows efficient and fast processing of incoming orders and queries. <p> The IOSPIRIT GmbH is based in Nuremberg, Germany. <p> <b>For more information, please contact:</b> <p> IOSPIRIT GmbH, Felix Schwarz, CEO<br> Phone: <strike>+49 911 3677423</strike><br> Email: <a href="/contact/">Contact</a><br> <p> <b>A presskit with screenshots and logos is available here:</b> <p> <a href="http://www.iospirit.com/presskit/">http://www.iospirit.com/presskit/</a> 2006-09-27T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2006/09/Remote-Buddy-1-0-Preview-8-brings-the-Apple-Remote-to-every-Mac Remote Buddy 1.0 Preview 7 with configurable menus and keyboard support SEPTEMBER 12, 2006 - NUREMBERG, GERMANY <p> IOSPIRIT GmbH is proud to announce the immediate availability of the latest version of its solution for remote controls under Mac OS&reg; X. Using Remote Buddy Preview 7, users can fully control their Mac using their Apple Remote, keyboard, a number of Bluetooth enabled mobile phones and other remote controls supported by Remote Buddy. <p> <ul> <li><b>New features in Preview 7</b> <p> The menu structure of Remote Buddy is now freely configurable. All actions, Behaviours, smart folders, interface and special elements are displayed in a tidy palette and can be placed everywhere in the menu structure via drag &amp; drop. Files and folders can be added into the menu structure as well, so they can be accessed quickly - for example during a presentation. Different configurations can be organized in profiles, between which a user can seamlessly switch to meet the specific needs of different usage scenarios. <p> New as well is the virtual "Hotkey Remote", which allows to control Remote Buddy via a keyboard or a Bluetooth enabled mobile capable of emulating a keyboard. Thanks to this feature, the range of input devices that can be used to remotely control a Mac using Remote Buddy has become extremely broad. <p> Furthermore, support for Airfoil was added, Remote Buddy is now compatible with virtual desktop software, there's a new AppleScript command for OSD messages, the speed has been further increased and quite a number of additional improvements - available in detail in the release notes (<a href="http://www.iospirit.com/remotebuddy/releasenotes/">http://www.iospirit.com/remotebuddy/releasenotes/</a>) - has been implemented. </li> <p> <li><b>About Remote Buddy</b> <p> Remote Buddy is a software, that takes the usability of remote controls beyond a handful of applications to a level where the entire system can be controled. Applications and system functions are directly supported by so called Behaviours. They are automatically selected depending on the current status of the system and map their functions to the buttons of the remote accordingly. <p> A press on the menu button opens the Remote Buddy menu. The menu allows the manual selection of another behaviour as well as the virtual mouse and keyboard, browsing the filesystem, opening recently opened documents, adjusting volume and ratings, quitting and starting applications, the display of information on recorded programs, TV channels, cover art and the current mapping of the remote control's buttons. The menu structure is freely configurable and can be varied in an unlimited number of profiles, between which the user can choose depending on the current usage scenario and its special requirements. <p> The mapping of the buttons is freely configurable on a global and per Behaviour basis. Using the included Behaviour Construction Kit, support for additional applications can usually be added in a couple of minutes and existing Behaviours be extended with self-defined actions. Special care has been taken in the design of the Behaviour Construction Kit, so it is easily usable, including for those without any programming knowledge. Developers, that want to integrate direct support for Remote Buddy into their applications, can download the free Remote Buddy SDK, which contains a number of Xcode example projects. <p> You can find a compact overview with demo videos and many screenshots at the Remote Buddy website at: <a href="http://www.iospirit.com/remotebuddy/">http://www.iospirit.com/remotebuddy/</a> . </li> <p> <li><b>Availability</b> <p> Remote Buddy 1.0 Preview 7 is immediately available for MacOS&reg; X 10.4.6 ("Tiger") and higher as a Universal Binary at an introductory price of 9,99 &euro; (approximately 12.70 US dollars). The price will presumably be raised to 19,99 &euro; (approximately 25.40 US dollars) later. The prices are final prices and already include 16% VAT for customers inside the EU. On the hardware side, a Mac with keyboard or a remote control supported by Remote Buddy is mandatory. A list of supported hardware is available at <a href="http://www.iospirit.com/remotebuddy/supportedremotecontrols/">http://www.iospirit.com/remotebuddy/supportedremotecontrols/</a>. Remote Buddy does not include any of the controlled applications. They have to be purchased and/or installed seperately. A trial version can be downloaded at <a href="http://www.iospirit.com/remotebuddy/">http://www.iospirit.com/remotebuddy/</a> . There are no functional limitations during the 60 day trial period. Remote Buddy is localized in English and German. <p> <li><b>About IOSPIRIT GmbH</b> <p> The IOSPIRIT GmbH has been founded in 2004 by Felix Schwarz with the aim of developing high-quality software for the Mac&reg; - low-priced, so everybody can enjoy it. <p> A special focus during development lies on the latest technologies in MacOS&reg; X, their innovative use, own innovations and industry novelties - far away from outworn paths. <p> At the same time the IOSPIRIT GmbH is its own distributor. The platform used therefore is an internal development - tailored to the needs of the market - and therefore allows efficient and fast processing of incoming orders and queries. <p> The IOSPIRIT GmbH is based in Nuremberg, Germany. <p> <b>For more information, please contact:</b> <p> IOSPIRIT GmbH, Felix Schwarz, CEO<br> Phone: <strike>+49 911 3677423</strike><br> Email: <a href="/contact/">Contact</a><br> <p> <b>A presskit with screenshots and logos is available here:</b> <p> <a href="http://www.iospirit.com/presskit/">http://www.iospirit.com/presskit/</a> 2006-09-12T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2006/09/Remote-Buddy-1-0-Preview-7-with-configurable-menus-and-keyboard-support New Remote Buddy version brings remote controls, applications and media center software closer together than ever before AUGUST 14, 2006 - NUREMBERG, GERMANY <p> IOSPIRIT GmbH is proud to announce the immediate availability of the biggest update of its solution for remote controls under Mac OS&reg; X. Using Remote Buddy Preview 6, users can take full control over their Mac via the Apple Remote that shipped with it (or use any other supported remote for less recent Macs). <p> <ul> <li><b>Summary of the major new features:</b> <p> The menus have been modernized and do now include user interface elements relevant to the respectively active application. They allow to control volume, the rating of songs, terminating and hiding the active application and directly opening the files that were recently used with it. Users of EyeTV 2 and iTunes will also love the presentation of detailed information on recordings and songs directly in the menu - including available previews and coverart. <p> There are good news for media center enthusiasts as well: for the first time it has become possible to easily switch between Front Row, Media Central 2 and the full screen menu mode of EyeTV 2.3. All of them are supported by Remote Buddy. And thanks to the unique, new Quick Exit feature, Front Row and Media Central 2 users can return to their desktop quickly and cleanly without any navigation through their menus. <p> Besides its own AppleScript commands and support for the Griffin AirClick USB remote control, this latest preview release does now also include behaviours for iPhoto, Safari, GraphicConverter, Media Central 2, netTunes, FireFox, Camino and the Accessibility tools of Mac OS&reg; X. In total over 30 new features, enhancements and fixes have been integrated into this new version. <p> Videos, that give an overview over the abilities of Remote Buddy including its integrated file browser and mouse- and keyboard emulation, are available on the Remote Buddy website ( http://www.iospirit.com/remotebuddy/ ). <p> Remote Buddy currently can be used with all Macs that include an Apple Remote or with every other Mac equipped with either the Keyspan RF Remote for Front Row or the Griffin AirClick USB remote control. Own behaviours can be created using the Behaviour Construction Kit or XCode. The introductory price for Remote Buddy is just 9,99 &euro;. <p> <li><b>More info</b> <p> You can find a compact overview with many screenshots at the Remote Buddy website at: <a href="http://www.iospirit.com/remotebuddy/">http://www.iospirit.com/remotebuddy/</a> . A detailed list of what's new in this version can be found at <a href="http://www.iospirit.com/remotebuddy/releasenotes/">http://www.iospirit.com/remotebuddy/releasenotes/</a> . <p> <li><b>Availability</b> <p> Remote Buddy 1.0 Preview 6 is immediately available for MacOS&reg; X 10.4.6 ("Tiger") and higher as a Universal Binary at an introductory price of 9,99 &euro; (approximately 12.70 US dollars). The price will presumably be raised to 14,99 &euro; (approximately 19 US dollars) later. The prices are final prices and already include 16% VAT for customers inside the EU. On the hardware side, a Mac with a remote control supported by Remote Buddy is mandatory. A list of supported hardware is available at <a href="http://www.iospirit.com/remotebuddy/supportedremotecontrols/">http://www.iospirit.com/remotebuddy/supportedremotecontrols/</a>. Remote Buddy does not include any of the controlled applications. They have to be purchased and/or installed seperately. A trial version can be downloaded at <a href="http://www.iospirit.com/remotebuddy/">http://www.iospirit.com/remotebuddy/</a> . There are no functional limitations during the 30 day trial period. Remote Buddy is localized in English and German. <p> <li><b>About the IOSPIRIT GmbH</b> <p> The IOSPIRIT GmbH has been founded in 2004 by Felix Schwarz with the aim of developing high-quality software for the Mac&reg; - low-priced, so everybody can enjoy it. <p> A special focus during development lies on the latest technologies in MacOS&reg; X, their innovative use, own innovations and industry novelties - far away from outworn paths. <p> At the same time the IOSPIRIT GmbH is its own distributor. The platform used therefore is an internal development - tailored to the needs of the market - and therefore allows efficient and fast processing of incoming orders and queries. <p> The IOSPIRIT GmbH is based in Nuremberg, Germany. <p> <b>For more information, please contact:</b> <p> IOSPIRIT GmbH, Felix Schwarz, CEO<br> Phone: <strike>+49 911 3677423</strike><br> Email: <a href="/contact/">Contact</a><br> <p> <b>A presskit with screenshots and logos is available here:</b> <p> <a href="http://www.iospirit.com/presskit/">http://www.iospirit.com/presskit/</a> 2006-08-14T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2006/08/New-Remote-Buddy-version-brings-remote-controls-applications-and-media-center-software-closer-together-than-ever-before New Remote Buddy preview brings developer tools for Apple's Remote and many fun new features JULY 14, 2006 - NUREMBERG, GERMANY <p> IOSPIRIT GmbH is proud to announce the immediate availability of preview 4 of version 1.0 of its application for remote controls for MacOS&reg; X. Remote Buddy enables you to fully control a Mac via its included Apple Remote (or any other supported remote). The new, built-in Behaviour Construction Kit does now allow the creation of Behaviours without requiring programming skills. A video on the Remote Buddy website shows - using CoverFlow as an example - how to make an application remote control ready within less than five minutes. <p> Now also supported by default are Acrobat Pro, CoverFlow, Quinn, GarageBand, NetNewsWire, MPlayer OSX and Exposé. Furthermore, the menu navigation has been made more intuitive and two new button combinations for the Apple Remote have been introduced. <p> Thanks to a neatless integration with both Front Row and EyeTV 2, new and old Macs alike are completed to real media centers. It's also possible to control applications, filesystem, mouse and keyboard solely via a remote control. Besides the Apple Remote, this version also supports the "Keyspan RF Remote for Front Row", which thus allows the usage of Remote Buddy on less recent Macs. The introductory price for Remote Buddy is just 9,99 &euro;. <p> New since the third preview version: <ul> <li><b>NEW:</b> The new Behaviour Construction Kit makes it a breeze to create new behaviours. Create your own behaviours using your own blend of AppleScript, keystrokes, mouse wheel events and more. Complete with syntax highlighting and tools that help you debug and test your creations quickly and without hassle. Except for the AppleScript part, the Behaviour Construction Kit can be used without any programming skills.</li> <li><b>NEW:</b> Global mapping for remote controls allows hard-wiring buttons to frequently used functionality.</li> <li><b>NEW:</b> Optional emulation of two additional button states: plus (held) and minus (held).</li> <li><b>NEW:</b> Behaviour for Adobe&reg; Acrobat Pro added.</li> <li><b>NEW:</b> Behaviour for CoverFlow added.</li> <li><b>NEW:</b> Behaviour for Quinn added.</li> <li><b>NEW:</b> Behaviour for GarageBand added.</li> <li><b>NEW:</b> Behaviour for NetNewsWire and NetNewsWire Lite added.</li> <li><b>NEW:</b> Behaviour for MPlayer OSX added.</li> <li><b>NEW:</b> Behaviour for Exposé added (find it in "System").</li> <li><b>NEW:</b> Fast user switching is now detected and handled correctly by Remote Buddy.</li> <li><b>Enhancement:</b> Behaviours can now be activated/deactivated selectively.</li> <li><b>Enhancement:</b> Remote Buddy can now also reboot your machine.</li> <li><b>Enhancement:</b> Whenever you can go up a level in the menu, an appropriate arrow is now displayed for the selection.</li> <li><b>Enhancement:</b> Unmapped hold button codes are now automagically remapped to their normal button code counterparts.</li> <li><b>Enhancement:</b> The mapping help screen is now changed on the fly if you make any changes there.</li> <li><b>Enhancement:</b> Improved agility in the Apple Remote driver. If you had the impression, Remote Buddy did miss a button press once in a while: this issue is no more (at least for Remote Buddy users).</li> <li><b>Enhancement:</b> The iTunes and EyeTV behaviour are now customizable via dedicated option panes inside the mappings pane.</li> <li><b>Enhancement:</b> The EyeTV behaviour now also offers the ability to start/stop recording </li> <li><b>Enhancement:</b> Screen saver deactivation can now be turned on/off. </li> <li><b>Enhancement:</b> Improved reliability and speed of behaviour bundle installation.</li> <li><b>Enhancement:</b> The Front Row behaviour does now dismiss Dashboard upon its selection.</li> <li><b>Fix:</b> Now handles screen resolution changes correctly.</li> <li><b>Fix:</b> A rare Front Row related problem when selecting Music was fixed.</li> <li><b>Fix:</b> Hidden docks located on the left side of the screen can now be reached, too.</li> <li><b>Fix:</b> Problem fixed where Keynote and EyeTV would sometimes be relaunched by Remote Buddy if they were quit manually.</li> <li><b>Fix:</b> Improved reliability of the EyeTV and keyboard sequences behaviour menus.</li> </ul> <p> Remote Buddy highlights at a glance: <p> <ul> <li><b>What is Remote Buddy?</b><p> The latest Macs ship with a remote control that allows you to control Front Row and a couple of Apple's applications. Beyond that, you can't do much else with it, though. Remote Buddy fundamentally changes this. It gives you control over the rest of your computer via the remote control. And starting with preview 3, you can now use other remote controls, too! <p> <li><b>Completing the media center setup</b><p> Using Remote Buddy you can control both EyeTV and Front Row and seamlessly switch between them - with just one remote control. Use your Mac as mediacenter that can not only play DVDs and music but also Live TV and shows you recorded - today! <p> <li><b>One stop interface</b><p> Remote Buddy provides you with a one stop interface that allows you to control almost anything on your Mac just with the remote control. Besides tools that allow you to emulate keyboard and mouse, eject CDs, terminate applications and much more, Remote Buddy also can control applications directly. <p> It does this through specialized plugins, so called Behaviours. Already included with Remote Buddy are Behaviours for iTunes, Keynote 3, PowerPoint, Photo Booth, QuickTime Player, EyeTV 2, DVD Player, VLC Media Player, Real Player, Adobe Reader, Acrobat Pro, CoverFlow, Quinn, GarageBand, NetNewsWire, MPlayer OSX, Exposé and many more. Learn how to create your own behaviours further down this page. <p> For your convenience, Remote Buddy has a set of intelligent algorithms that can automatically choose the best fitting behaviour for the currently running applications. Plus a table of the active mapping and the behaviours menu is always just a press of the Menu button away. <p> <li><b>Virtual keyboard and mouse</b><p> Even on a Mac you'll sometimes encounter unexpected situations. And those are especially annoying in living room usage. Instead of grabbing keyboard and mouse, you'll get your remote control in the future. Remote Buddy emulates a virtual mouse (including 2D mouse wheel!) and keyboard, so you can just close or move bothering windows, reorder your play list via drag and drop or open that context menu you urgently need. <p> <li><b>Easy customization</b><p> Remote Buddy allows you to customize the button mapping of your remote with just one click per change. It's that easy. Of course, Remote Buddy already comes with well picked mappings, so it just works out of the box and all options are, well, optional. <p> <li><b>Also works with other remote controls</b><p> Don't have a new Mac with Apple Remote? Never mind! Remote Buddy works with other remote controls just as seamlessly. Currently, there's also support for the "Keyspan RF Remote for Front Row", which works with every Mac with a USB port. This way you can also take full control over your Mac mini G4. Got interested? Find a complete list of all supported remote controls and supplies for them here. <p> <li><b>Unlimited expandability, easy installation</b><p> Behaviours are plugins for Remote Buddy. They can be creates either with the built-in Behaviour Construction Kit (BCK) or - based on the free SDK - in XCode and Cocoa. Behaviours written in Cocoa are able to access any function available in the system and thus make functionality available to Remote Buddy users that is not within reach of AppleScript. <p> Those who want faster results easier can use the BCK to develop their behaviours and benefit from the best of all worlds. Besides the possibility to edit and execute AppleScript, keyboard- and mousewheel-events can be quickly integrated into new Behaviours. Since AppleScript is not required for writing behaviours for most applications, the BCK has no mandatory requirement for previous programming experience. A demo video on the developer sub page shows, how to create a behaviour for CoverFlow in less than five minutes. <p> To install a new behaviour, all you need to do is to double click it. Versions are automatically compared for you. It just works. </ul> <p> <b>Availability</b> <p> Remote Buddy 1.0 Preview 4 is immediately available for MacOS&reg; X 10.4.6 ("Tiger") and higher as a Universal Binary at an introductory price of 9,99 &euro; (approximately 12.70 US-Dollar). The price will presumably be raised to 14,99 &euro; (approximately 19 US-Dollar) later. The prices are final prices and already include 16% VAT for customers inside the EU. On the hardware side, a Mac with a remote control supported by Remote Buddy is mandatory. A list of supported hardware is available at <a href="http://www.iospirit.com/remotebuddy/supportedremotecontrols/">http://www.iospirit.com/remotebuddy/supportedremotecontrols/</a>. Remote Buddy does not include any of the controlled applications. They have to be purchased and/or installed seperately. A trial version can be downloaded at <a href="http://www.iospirit.com/remotebuddy/">http://www.iospirit.com/remotebuddy/</a> . There are no functional limitations during the 30 day trial period. Remote Buddy is localized in English and German. <p> <b>About the IOSPIRIT GmbH</b> <p> The IOSPIRIT GmbH has been founded in 2004 by Felix Schwarz with the aim of developing high-quality software for the Mac&reg; - low-priced, so everybody can enjoy it. <p> A special focus during development lies on the latest technologies in MacOS&reg; X, their innovative use, own innovations and industry novelties - far away from outworn paths. <p> At the same time the IOSPIRIT GmbH is its own distributor. The platform used therefore is an internal development - tailored to the needs of the market - and therefore allows efficient and fast processing of incoming orders and queries. <p> The IOSPIRIT GmbH is based in Nuremberg, Germany. <p> <b>For more information, please contact:</b> <p> IOSPIRIT GmbH, Felix Schwarz, CEO<br> Phone: <strike>+49 911 3677423</strike><br> Email: <a href="/contact/">Contact</a><br> <p> <b>A presskit with screenshots and logos is available here:</b> <p> <a href="http://www.iospirit.com/presskit/">http://www.iospirit.com/presskit/</a> 2006-07-14T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2006/07/New-Remote-Buddy-preview-brings-developer-tools-for-Apples-Remote-and-many-fun-new-features Remote Buddy 1.0 Preview 3 allows the control of every Mac via remote control JUNE 20, 2006 - NUREMBERG, GERMANY <p> IOSPIRIT GmbH is proud to announce the immediate availability of preview 3 of version 1.0 of its application for remote controls for MacOS&reg; X. Remote Buddy enables you to fully control a Mac via its included Apple Remote or - beginning with this release - also with other remote controls. Thanks to a neatless integration with both Front Row and EyeTV 2, new and old Macs alike are completed to real media centers. It's also possible to control applications, filesystem, mouse and keyboard solely via a remote control. Besides the Apple Remote, this version also supports the "Keyspan RF Remote for Front Row", which thus allows the usage of Remote Buddy on less recent Macs. The introductory price for Remote Buddy is just 9,99 &euro;. <p> New since the first preview version: <ul> <li><b>New:</b> Added support for the Keyspan RF Remote for Front Row (ER-RF1).</li> <li><b>New:</b> Introduction of the deluxe version of Behaviours, so called Managed Behaviours. Still zero configuration, but you can now change the mapping or choose alternative functionality, if you want to. Needs only one click per change, of course! Check out the preferences.</li> <li><b>New:</b> Virtual mouse does now emulate a two-dimensional mouse wheel (just like Apple's Mighty Mouse).</li> <li><b>New:</b> Filesystem browser with integrated launcher.</li> <li><b>New:</b> Fade in and fade out effects using Core Image (turned off by default, though)</li> <li><b>New:</b> Now screen saver friendly. Remote Buddy deactivates screen savers when they run and prevents them from running for as long as you are pressing any buttons on your remote control.</li> <li><b>New:</b> Behaviour for Acrobat Reader.</li> <li><b>New:</b> Behaviour for Preview.</li> <li><b>Enhancement:</b> The visualizer can now be toggled on/off in the behaviour for iTunes.</li> <li><b>Enhancement:</b> Photo Booth behaviour now offers more options.</li> <li><b>Enhancement:</b> The Front Row behaviour now offers help and a way to display the Remote Buddy menu while in Front Row.</li> <li><b>Enhancement:</b> The license code interface is now easier to understand and provides you with visual feedback for missing information.</li> <li><b>Enhancement:</b> Improved appearance of preferences window and some internal cleanup.</li> <li><b>Enhancement:</b> Rewrote EyeTV 2 behaviour in most parts, added support for zapping through channels in EyeTV 2 and solved a number of issues.</li> <li><b>Enhancement:</b> Improved navigation in the menus. You can now quickly jump to the root level of the menu and the first and last entries in a menu.</li> <li><b>Fix:</b> Improved reliability of Front Row Behaviour.</li> <li><b>Fix:</b> EyeTV 2 channel selection now works also with customized channel lists.</li> <li><b>Fix:</b> EyeTV 2 full screen toggling now works.</li> <li><b>Fix:</b> Hidden docks can now be reached via the virtual mouse as well.</li> <li><b>Fix:</b> Situations where Remote Buddy would register itself as a start item multiple times are now handled correctly.</li></ul> <p> Remote Buddy highlights at a glance: <p> <ul> <li><b>What is Remote Buddy?</b><p> The latest Macs ship with a remote control that allows you to control Front Row and a couple of Apple's applications. Beyond that, you can't do much else with it, though. Remote Buddy fundamentally changes this. It gives you control over the rest of your computer via the remote control. And starting with preview 3, you can now use other remote controls, too! <p> <li><b>Completing the media center setup</b><p> Probably the most prominent point of criticism about Front Row is that in its current state it lacks support for anything television. Remote Buddy is now changing the game! With a single remote, a user can activate or deactivate Front Row with all its media capabilities and then switch back and launch EyeTV 2 to watch live television or recorded video. Users can choose recordings and TV stations via the onscreen menu supplied by Remote Buddy and use their Remote to pause playback, control volume, rewind and fast forward. Using Remote Buddy's inbuilt virtual mouse, even recordings can be programmed! <p> <li><b>One stop interface</b><p> Remote Buddy provides its users with a one-stop interface that allows them to control almost anything on their Mac just with the remote control. Besides tools that allow the user to emulate keyboard and mouse, eject CDs, terminate applications and much more, Remote Buddy also can control applications directly. <p> It does this through specialized plugins, so called Behaviours. Already included with Remote Buddy are Behaviours for iTunes, Keynote 3, PowerPoint, Photo Booth, QuickTime Player, EyeTV 2, DVD Player, VLC Media Player and Real Player. Since IOSPIRIT GmbH provides source code to developers and also continues to work on new Behaviours themselves, a lot more can be expected to come along! <p> To make its usage even more comfortable, Remote Buddy features a set of intelligent algorithms that can automatically choose the best fitting behaviour for the currently running applications. Also the user can always view the currently active button mapping or return to the hierarchical menu of available Behaviours by pressing the Menu button. <p> <li><b>Virtual keyboard and mouse</b><p> Even if there is no specific Behaviour tailored to an application, the virtual keyboard and mouse can be used to move the mouse cursor, drag and drop items, open context menus and make a selection, emulate cursor keys or replay strings that have previously been entered. With this, a user can do anything, from replaying often used sentences at work to playing games and solving minor problems with a keyboard and mouseless media center Mac. <p> <li><b>Easy customization</b><p> Remote Buddy allows you to customize the button mapping of your remote with just one click per change. It's that easy. Of course, Remote Buddy already comes with well picked mappings, so it just works out of the box and all options are, well, optional. <p> <li><b>Also works with other remote controls</b><p> Don't have a new Mac with Apple Remote? Never mind! Remote Buddy works with other remote controls just as seamlessly. Currently, there's also support for the "Keyspan RF Remote for Front Row", which works with every Mac with a USB port. This way you can also take full control over your Mac mini G4. Got interested? Find a complete list of all supported remote controls and supplies for them here. <p> <li><b>Unlimited expandability, easy installation</b><p> Behaviours - plugins for Remote Buddy - are a smart technology. A double click in the Finder installs a Behaviour and automatically inserts it in Remote Buddy's menu structure. That's really it. It just works. <p> <li><b>Not just Applescript</b><p> Written in Cocoa and tightly integrated with Remote Buddy through a carefully defined abstraction layer, Behaviours provide superior performance, stability, reliability and flexibility. They are real binaries, not scripts, which makes them more efficient, versatile and capable of doing things you just can't do in Applescript. Behaviours are implemented as Cocoa bundles, so they can bring along the resources they need and provide a clean, lightning-fast interface to Remote Buddy and the applications they connect to. </ul> <p> <b>Availability</b> <p> Remote Buddy 1.0 Preview 3 is immediately available for MacOS&reg; X 10.4.6 ("Tiger") and higher as a Universal Binary at an introductory price of 9,99 &euro; (approximately 12,90 US-Dollar). The price will presumably be raised to 14,99 &euro; later. On the hardware side, a Mac with a remote control supported by Remote Buddy is mandatory. A list of supported hardware is available at <a href="http://www.iospirit.com/remotebuddy/supportedremotecontrols/">http://www.iospirit.com/remotebuddy/supportedremotecontrols/</a>. Remote Buddy does not include any of the controlled applications. They have to be purchased and/or installed seperately. A trial version can be downloaded at <a href="http://www.iospirit.com/remotebuddy/">http://www.iospirit.com/remotebuddy/</a> . There are no functional limitations during the 30 day trial period. Remote Buddy is fully localized in English and German. <p> <b>About the IOSPIRIT GmbH</b> <p> The IOSPIRIT GmbH has been founded in 2004 by Felix Schwarz with the aim of developing high-quality software for the Mac&reg; - low-priced, so everybody can enjoy it. <p> A special focus during development lies on the latest technologies in MacOS&reg; X, their innovative use, own innovations and industry novelties - far away from outworn paths. <p> At the same time the IOSPIRIT GmbH is its own distributor. The platform used therefore is an internal development - tailored to the needs of the market - and therefore allows efficient and fast processing of incoming orders and queries. <p> The IOSPIRIT GmbH is based in Nuremberg, Germany. <p> <b>For more information, please contact:</b> <p> IOSPIRIT GmbH, Felix Schwarz, CEO<br> Phone: <strike>+49 911 3677423</strike><br> Email: <a href="/contact/">Contact</a><br> <p> <b>A presskit with screenshots and logos is available here:</b> <p> <a href="http://www.iospirit.com/presskit/">http://www.iospirit.com/presskit/</a> 2006-06-20T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2006/06/Remote-Buddy-1-0-Preview-3-allows-the-control-of-every-Mac-via-remote-control Remote Buddy 1.0 Preview for MacOS&reg; X released JUNE 06, 2006 - NUREMBERG, GERMANY <p> IOSPIRIT GmbH is proud to announce the immediate availability of a preview of version 1.0 of its universal program for Apple's Remote for MacOS&reg; X, that extends the new Intel Macs to a complete media center by seamlessly integrating with both Front Row and EyeTV 2 plus allowing to control applications, mouse and keyboard via the remote control. The introductory price is just 9,99 &euro;. <p> <b>What is Remote Buddy?</b> <p> The latest Macs ship with a remote control that allows its users to control Front Row and a couple of Apple's applications. Beyond that, not much else can be done with it, though. Remote Buddy fundamentally changes this. It gives the user control over the rest of his computer via the remote control and also improves the available functionality in those apps that already supported the remote control by themselves. <p> The highlights at a glance: <p> <ul> <li><b>Completing the media center setup</b><p> Probably the most prominent point of criticism about Front Row is that in its current state it lacks support for anything television. Remote Buddy is now changing the game! With a single remote, a user can activate or deactivate Front Row with all its media capabilities and then switch back and launch EyeTV 2 to watch live television or recorded video. Users can choose recordings and TV stations via the onscreen menu supplied by Remote Buddy and use their Remote to pause playback, control volume, rewind and fast forward. Using Remote Buddy's inbuilt virtual mouse, even recordings can be programmed! <p> <li><b>One stop interface</b><p> Remote Buddy provides its users with a one-stop interface that allows them to control almost anything on their Mac just with the remote control. Besides tools that allow the user to emulate keyboard and mouse, eject CDs, terminate applications and much more, Remote Buddy also can control applications directly. <p> It does this through specialized plugins, so called Behaviours. Already included with Remote Buddy are Behaviours for iTunes, Keynote 3, PowerPoint, Photo Booth, QuickTime Player, EyeTV 2, DVD Player, VLC Media Player and Real Player. Since IOSPIRIT GmbH provides source code to developers and also continues to work on new Behaviours themselves, a lot more can be expected to come along! <p> To make its usage even more comfortable, Remote Buddy features a set of intelligent algorithms that can automatically choose the best fitting behaviour for the currently running applications. Also the user can always view the currently active button mapping or return to the hierarchical menu of available Behaviours by pressing the Menu button. <p> <li><b>Virtual keyboard and mouse</b><p> Even if there is no specific Behaviour tailored to an application, the virtual keyboard and mouse can be used to move the mouse cursor, drag and drop items, open context menus and make a selection, emulate cursor keys or replay strings that have previously been entered. With this, a user can do anything, from replaying often used sentences at work to playing games and solving minor problems with a keyboard and mouseless media center Mac. <p> <li><b>Unlimited expandability, easy installation</b><p> Behaviours - plugins for Remote Buddy - are a smart technology. A double click in the Finder installs a Behaviour and automatically inserts it in Remote Buddy's menu structure. That's really it. It just works. <p> <li><b>Not just Applescript</b><p> Written in Cocoa and tightly integrated with Remote Buddy through a carefully defined abstraction layer, Behaviours provide superior performance, stability, reliability and flexibility. They are real binaries, not scripts, which makes them more efficient, versatile and capable of doing things you just can't do in Applescript. Behaviours are implemented as Cocoa bundles, so they can bring along the resources they need and provide a clean, lightning-fast interface to Remote Buddy and the applications they connect to. </ul> <p> <b>Availability</b> <p> Remote Buddy 1.0 Preview is immediately available for MacOS&reg; X 10.4.6 ("Tiger") and higher as a Universal Binary at an introductory price of 9,99 &euro; (approximately 12,90 US-Dollar). The price will presumably be raised to 14,99 &euro; later. On the hardware side, a Mac with Apples Remote is mandatory. Remote Buddy does not include any of the controlled applications. They have to be purchased and/or installed seperately. A trial version can be downloaded at <a href="http://www.iospirit.com/remotebuddy/">http://www.iospirit.com/remotebuddy/</a> . There are no functional limitations during the 30 day trial period. Remote Buddy is fully localized in English and German. <p> <b>About the IOSPIRIT GmbH</b> <p> The IOSPIRIT GmbH has been founded in 2004 by Felix Schwarz with the aim of developing high-quality software for the Mac&reg; - low-priced, so everybody can enjoy it. <p> A special focus during development lies on the latest technologies in MacOS&reg; X, their innovative use, own innovations and industry novelties - far away from outworn paths. <p> At the same time the IOSPIRIT GmbH is its own distributor. The platform used therefore is an internal development - tailored to the needs of the market - and therefore allows efficient and fast processing of incoming orders and queries. <p> The IOSPIRIT GmbH is based in Nuremberg, Germany. <p> <b>For more information, please contact:</b> <p> IOSPIRIT GmbH, Felix Schwarz, CEO<br> Phone: <strike>+49 911 3677423</strike><br> Email: <a href="/contact/">Contact</a><br> <p> <b>A presskit with screenshots and logos is available here:</b> <p> <a href="http://www.iospirit.com/presskit/">http://www.iospirit.com/presskit/</a> 2006-06-06T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2006/06/Remote-Buddy-1-0-Preview-for-MacOS-X-released Picture Arena 1.3.5 with album folders, French localization, multi-screen support, file operation support and improved data security is now available NOVEMBER 07, 2005 - NUREMBERG, GERMANY <p> IOSPIRIT GmbH today released an update to its integrated digital picture management software Picture Arena for MacOS&reg; X offering sophisticated picture browsing, image-processing and presentation capabilities to version 1.3.5. <p> <b>What's new in version 1.3.5</b> <p> The main focus on the update to version 1.3.5 are enhancements that allow an even broader use of Picture Arena. Thanks to enhancements in the file operation capabilities, it is now possible to create directories directly within Picture Arena and to copy and move files via drag &amp; drop like in the Finder&trade;. The management of albums has been vastly improved by the introduction of folders that allow users to group albums in more logical and natural ways. Furthermore, slideshows do now support multiple screens and support for Entourage, Eudora and Mailsmith has been added for sending mails. A French localization of the userinterface is now also integrated into the default release. As a round-up, the introduction of automatic background backups and a semi-automatic repair function for broken paths increase data security and general reliability. <p> A compact overview over what has changed since version 1.3.2 build 2 of Picture Arena: <ul> <li><b>New:</b> Translation of the interface and other parts into French by Patrick Thoennessen, Frédéric Verges and André Siegel.</li> <li><b>New:</b> Albums can now be grouped in folders and subfolders.</li> <li><b>New:</b> Picture Arena can now create directories and supports file operations like moving and copying of files via drag &amp; drop.</li> <li><b>New:</b> Multi-screen support for slideshows, improved efficiency and behaviour of the controls.</li> <li><b>New:</b> If the location of files managed by Picture Arena was changed manually, any broken paths inside Picture Arena can now be "repaired" by choosing the new location.</li> <li><b>New:</b> Vastly improved data security through regular background backups and a safe "backup exploration" mode in case of crashes.</li> <li><b>New:</b> Support for Entourage, Eudora and Mailsmith in addition to Mail for sending photos.</li> <li><b>Enhancement:</b> Support for CMYK JPEGs, including those saved with Adobe&reg; Photoshop.</li> <li><b>Enhancement:</b> The greeting card script now supports international characters via UTF-8, can store cards on the server (which is auto-detected) and allows to send plain text emails.</li> <li><b>Enhancement:</b> The greeting card and database scripts are now also localized in Spanish thanks to the work of <a href="http://www.tuvidaloca.net/" target="_blank">www.tuvidaloca.net</a>.</li> <li><b>Enhancement:</b> Screensavers and system sleep are now automatically disabled during a playing slideshow.</li> <li><b>Enhancement:</b> Zoom + / - now works the default way on OS X via "Apple +" and "Apple -".</li> <li><b>Enhancement:</b> When browsing through images in view mode, the image viewed last will also be scrolled to in the browse mode on return.</li> <li><b>Enhancement:</b> When an image is displayed in "size-to-fit" magnification, you can now scroll through your images with the mouse-wheel.</li> <li><b>Fix:</b> The slideshow transition rendered too fast to be visible on Tiger. Fixed.</li> <li><b>Fix:</b> Added a workaround for a problem where thumbnails would be displayed upside-down when Quartz 2D Extreme was enabled.</li> <li><b>Fix:</b> Crash on pressing an Apple-key and the right mousebutton in empty albums.</li> <li><b>Fix:</b> Conditions that could lead to a crash with Core Image filters are now handled correctly.</li> <li><b>Fix:</b> The interpretation of EXIF dates was corrected so it now reflects the local time of the shoot, not GMT.</li> <li><b>Fix:</b> Clicking on "Page setup" inside the printing dialog could render the current Picture Arena project window unusable.</li> </ul> <p> <b>A look behind the scenes</b> <p> Since the previous release of Picture Arena in May a lot has happened. That is, significantly more than is visible in version 1.3.5. More than 35.000 lines of new sourcecode to date have been written for a new framework that will lay the foundation for upcoming versions of Picture Arena. With the release of version 1.3.5, work has now begun on switching over Picture Arena to the new framework step by step. Stay tuned! <p> <b>Wanted: RAW files</b> <p> In order to further improve the RAW capabilities of Picture Arena, we are still looking for test material of as many different cameras as possible. If you want to help us further, you are invited to send us an email with the name of your camera(s) to raw-cameras@iospirit.com. We will then check, if we already have sample files for that camera and, in case we don't have any, come back to you with a link for uploading test files via your browser. Many thanks in advance for your support! <p> <b>Availability</b> <p> Picture Arena 1.3.5 is immediately available for MacOS&reg; X 10.3 ("Panther") and higher at an introductory price of 24,90 &euro; (approximately 30 US dollar). The price will presumably be raised to 29,90 &euro; later. All updates until the release of version 2.0 are free for purchasers of version 1.x. A trial version can be downloaded at http://www.picturearena.com/. The only functional limitations are a demo-watermark in every saved file and the limitation of the trial period to 14 days. Picture Arena is fully localized in English and German. The user interface is also available in French. <p> <b>About Picture Arena</b> <p> Picture Arena is the new center of your imaging world. Browse your directories, rework your photos on the fly, manage them in albums, reuse your existing iPhoto&trade; albums, make a speech-driven presentation, work independent of any network and put your digital treasures to use in many new ways. Full of innovations and super fast, Picture Arena lets you create stunning web galleries with eCards and interactive databases without any expert knowledge and just a few clicks, burns up to 9200 pictures on a single CD for convenient viewing on a DVD player, prints contact sheets, letter paper, greeting cards and much more. Taking full advantage of the advanced processor power of the Mac&reg;, you can combine more than 20 amazing effects and operations to dive your photos into vibrant colors, correct skew horizons, add fun effects or create a picture mosaic with your photos being rebuilt by thousands of others. Effects are generally non-destructive and are performed without modifying your original files. Powerful batch operations for renaming (with undo!), reworking, exporting, file format conversion, a compact, thoughtfully designed interface and a great number of smart tools round up this unique and incredibly useful software package that no graphician should live without. <p> <b>About the IOSPIRIT GmbH</b> <p> The IOSPIRIT GmbH has been founded in 2004 by Felix Schwarz with the aim of developing high-quality software for the Mac&reg; - low-priced, so everybody can enjoy it. <p> A special focus during development lies on the latest technologies in MacOS&reg; X, their innovative use, own innovations and industry novelties - far away from outworn paths. <p> At the same time the IOSPIRIT GmbH is its own distributor. The platform used therefore is an internal development - tailored to the needs of the market - and therefore allows efficient and fast processing of incoming orders and queries. <p> The IOSPIRIT GmbH is based in Nuremberg, Germany. <p> <b>For more information, please contact:</b> <p> IOSPIRIT GmbH, Felix Schwarz, CEO<br> Phone: <strike>+49 911 3677423</strike><br> Email: <a href="/contact/">Contact</a> <p> <b>A presskit with screenshots and logos is available here:</b> <p> <a href="http://www.picturearena.com/presskit/">http://www.picturearena.com/presskit/</a> 2005-11-07T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2005/11/Picture-Arena-1-3-5-with-album-folders-French-localization-multiscreen-support-file-operation-support-and-improved-data-security-is-now-available PayPal now available as additional method of payment in the express shop <a href="https://www.paypal.com/us/verified/pal=paypal%40iospirit-gmbh%2ecom" target="_blank"> <img src="/blog/2005/11/images/paypal_verified~378bd3bc89fd8051cd517cea52d1ebe303074842.gif" class="responsive" style="float: right;"> </a> <p> Our express shop does now also accept payments via <a href="http://www.paypal.com/" target="_blank">PayPal</a>. </p><p> With the addition of PayPal to the repertoire of possible methods of payment, we are realising a frequently expressed wish of our customers. Already previously our customers could choose between pre-payment via bank transfer and cash as well as a range of creditcards, namely Visa, Mastercard/Eurocard and American Express. </p><p> By supporting PayPal, new and interesting possibilities are created, especially for our international customers. Through PayPal, bank transfers and direct debits without high fees (or any at all) are now available in many countries. </p><p> You can learn more about PayPal at <a href="http://www.paypal.com/" target="_blank">http://www.paypal.com/</a>. </p> 2005-11-06T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2005/11/PayPal-now-available-as-additional-method-of-payment-in-the-express-shop Picture Arena 1.3 with support for Tiger, Spotlight, Core Image and Quartz Composer is now available APRIL 28, 2005 - HERZOGENAURACH, GERMANY <p> IOSPIRIT GmbH today released an update to its integrated digital picture management software Picture Arena for MacOS&reg; X offering sophisticated picture browsing, image-processing and presentation capabilities to version 1.3. <p> <b>What's new in version 1.3</b> <p> The main focus of the update to version 1.3 is the addition of support for the latest Mac OS&reg; X Tiger&trade; technologies like Spotlight&trade;, Core Image and Quartz&reg; Composer and a further acceleration for working with big photo collections. <p> A compact overview over what has changed since version 1.2 of Picture Arena: <ul> <li><b>New:</b> transparent support for Spotlight&trade;'s saved searches / Finder&reg;'s searchable folders.</li> <li><b>New:</b> support for Core Image is now integrated in Picture Arena's effect subsystem. Initially, Core Image effects for zoomblur, sharpening, noise removal and edgework are available - more to follow.</li> <li><b>New:</b> support for loading and indexing Tiger's Quartz Composer files.</li> <li><b>Enhancement:</b> the vertical scrollbar in browse mode does now scroll exactly one page or row, depending on where you click.</li> <li><b>Enhancement:</b> some small adaptions for better compatibility with Tiger.</li> <li><b>Enhancement:</b> overall improvement of the effect subsystem's performance.</li> <li><b>Enhancement:</b> further improved speed when loading many images, a global cache is soon to follow.</li> <li><b>Enhancement:</b> mp4 files are now better recognized.</li> <li><b>Fix:</b> vertical and horizontal scrollbars do now conform to OS X standards.</li> <li><b>Fix:</b> scrollbars are now updated correctly after a digicam import.</li> <li><b>Fix:</b> in some situations, when using effects with selectable areas, the window could start moving.</li> <li><b>Fix:</b> fixed a bug that could lead to a crash under rare timing conditions.</li> <li><b>Fix:</b> added a work around for five OS X functions that are documented as thread-safe but aren't (could previously lead to a semaphore lockup condition of the PA GUI).</li> </ul><p> <b>Availability</b> <p> Picture Arena 1.3 is immediately available for MacOS&reg; X 10.3 ("Panther") and higher at an introductory price of 19,90 &euro; (approximately 25,90 US dollar) until the end of April. The price will presumably be raised to 29,90 &euro; later. All updates until the release of version 2.0 are free for purchasers of version 1.x. A trial version can be downloaded at http://www.picturearena.com/. The only functional limitations are a demo-watermark in every saved file and the limitation of the trial period to 14 days. Picture Arena is fully localized in English and German. <p> <b>About Picture Arena</b> <p> Picture Arena is the new center of your imaging world. Browse your directories, rework your photos on the fly, manage them in albums, reuse your existing iPhoto&trade; albums, make a speech-driven presentation, work independent of any network and put your digital treasures to use in many new ways. Full of innovations and super fast, Picture Arena lets you create stunning web galleries with eCards and interactive databases without any expert knowledge and just a few clicks, burns up to 9200 pictures on a single CD for convenient viewing on a DVD player, prints contact sheets, letter paper, greeting cards and much more. Taking full advantage of the advanced processor power of the Mac&reg;, you can combine more than 20 amazing effects and operations to dive your photos into vibrant colors, correct skew horizons, add fun effects or create a picture mosaic with your photos being rebuilt by thousands of others. Effects are generally non-destructive and are performed without modifying your original files. Powerful batch operations for renaming (with undo!), reworking, exporting, file format conversion, a compact, thoughtfully designed interface and a great number of smart tools round up this unique and incredibly useful software package that no graphician should live without. <p> <b>About the IOSPIRIT GmbH</b> <p> The IOSPIRIT GmbH has been founded in 2004 by Felix Schwarz with the aim of developing high-quality software for the Mac&reg; - low-priced, so everybody can enjoy it. <p> A special focus during development lies on the latest technologies in MacOS&reg; X, their innovative use, own innovations and industry novelties - far away from outworn paths. <p> At the same time the IOSPIRIT GmbH is its own distributor. The platform used therefore is an internal development - tailored to the needs of the market - and therefore allows efficient and fast processing of incoming orders and queries. <p> The IOSPIRIT GmbH is based in Herzogenaurach, Germany. <p> <b>For more information, please contact:</b> <p> IOSPIRIT GmbH, Felix Schwarz, CEO<br> Phone: <strike>+49 9132 732844</strike><br> Email: <a href="/contact/">Contact</a> <p> <b>A presskit with screenshots and logos is available here:</b> <p> <a href="http://www.picturearena.com/presskit/">http://www.picturearena.com/presskit/</a> 2005-04-28T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2005/04/Picture-Arena-1-3-with-support-for-Tiger-Spotlight-Core-Image-and-Quartz-Composer-is-now-available Picture Arena 1.2 with DNG and RAW support, mail export, higher speed and numerous improvements APRIL 22, 2005 - HERZOGENAURACH, GERMANY <p> IOSPIRIT GmbH today released an update to its integrated digital picture management software Picture Arena for MacOS&reg; X offering sophisticated picture browsing, image-processing and presentation capabilities to version 1.2. <p> <b>What's new in version 1.2</b> <p> The highlights among the new features of this version: <p> <ul> <li><b>New:</b> Picture Arena can now compose emails in Mail including comments and file information. Effect recipes, file renaming and scaling can be applied on the fly.</li> <li><b>New:</b> RAW and DNG support. Initially the output formats of over 150 cameras are supported.</li> <li><b>Enhancement:</b> major speed increase for realtime effect previews.</li> <li><b>Enhancement:</b> reworked digital camera import, can now import to any directory of choice.</li> <li><b>Enhancement:</b> vastly improved keyboard support: full support for navigation through files and folders via the keyboard.</li> <li><b>Enhancement:</b> JPEG EXIF data is now preserved when saving the same image to JPEG again.</li> <li><b>Enhancement:</b> generally improved user experience (better thumbnail display quality, faster scrolling and display, improved speed with big numbers of images).</li> </ul> <p> A compact overview over what has changed since version 1.1 of Picture Arena: <ul> <li><b>New:</b> clipboard support - files can now be copied to the clipboard and pasted anywhere.</li> <li><b>New:</b> auto rotation of images on browsing.</li> <li><b>Enhancement:</b> reorganized batch export and added quick resize option.</li> <li><b>Enhancement:</b> selections in browse and view mode can now extend across several screens - Picture Arena does now scroll accordingly in that cases.</li> <li><b>Enhancement:</b> files can now be opened on a single or a double click - whatever you choose. Also, unknown file formats are now always launched with the default application upon a double click. <li><b>Enhancement:</b> the adjust effects controls (basic color corrections) are now more fine-grained.</li> <li><b>Enhancement:</b> Picture Arena does now create smaller JPEG files without sacrificing quality.</li> <li><b>Enhancement:</b> Finder&trade;-like zoom effect can now be disabled in the preferences.</li> <li><b>Enhancement:</b> zooming is now a hundred times more finegrained.</li> <li><b>Enhancement:</b> Finder&reg; aliases are now resolved on the fly without mounting volumes pointed to by aliases.</li> <li><b>Enhancement:</b> the position of the main splitview and the status of the info tab are now remembered across launches.</li> <li><b>Enhancement:</b> in view mode, the image can now be dragged around via a "mouse hand". Drag and drop is still available by pressing the Apple&reg; key.</li> <li><b>Enhancement:</b> Finder&reg; aliases are now resolved on directory import.</li> <li><b>Enhancement:</b> Picture Arena does no longer return to browse mode when deleting images in view mode.</li> <li><b>Enhancement:</b> improved the "Add copyright message" and "Add album comment" recipes for better readability.</li> <li><b>Enhancement:</b> warning before deleting albums.</li> <li><b>Fix:</b> the demo timeout in V1.0 and V1.1 was preliminary detected in rare cases. Thus, this version grants every user (another) 14 days to test.</li> <li><b>Fix:</b> scrollbars are now updated correctly when adding big amounts of images to albums.</li> <li><b>Fix:</b> "Select All" is now always available.</li> <li><b>Fix:</b> custom zoom levels are now kept upon effect calculation even if zoom lock is turned off.</li> <li><b>Fix:</b> workaround for a race condition in Quartz that could lead to unexpected application termination.</li> <li><b>Fix:</b> EXIF aperture and maximum aperture data are now displayed at the correct locations.</li> <li><b>Fix:</b> drag and drop of single images from iPhoto&trade; albums to the Finder&trade; now contain a reference to the actual image file, not its thumbnail file</li> <li><b>Fix:</b> Illegal memory access in fisheye effect fixed (rarely occured)</li> </ul><p> <b>Availability</b> <p> Picture Arena 1.2 is immediately available for MacOS&reg; X 10.3 ("Panther") and higher at an introductory price of 19,90 &euro; (approximately 25,90 US dollar) until the end of April. The price will presumably be raised to 29,90 &euro; later. All updates until the release of version 2.0 are free for purchasers of version 1.x. A trial version can be downloaded at http://www.picturearena.com/. The only functional limitations are a demo-watermark in every saved file and the limitation of the trial period to 14 days. Picture Arena is fully localized in English and German. <p> <b>About Picture Arena</b> <p> Picture Arena is the new center of your imaging world. Browse your directories, rework your photos on the fly, manage them in albums, reuse your existing iPhoto&trade; albums, make a speech-driven presentation, work independent of any network and put your digital treasures to use in many new ways. Full of innovations and super fast, Picture Arena lets you create stunning web galleries with eCards and interactive databases without any expert knowledge and just a few clicks, burns up to 9200 pictures on a single CD for convenient viewing on a DVD player, prints contact sheets, letter paper, greeting cards and much more. Taking full advantage of the advanced processor power of the Mac&reg;, you can combine more than 20 amazing effects and operations to dive your photos into vibrant colors, correct skew horizons, add fun effects or create a picture mosaic with your photos being rebuilt by thousands of others. Effects are generally non-destructive and are performed without modifying your original files. Powerful batch operations for renaming (with undo!), reworking, exporting, file format conversion, a compact, thoughtfully designed interface and a great number of smart tools round up this unique and incredibly useful software package that no graphician should live without. <p> <b>About the IOSPIRIT GmbH</b> <p> The IOSPIRIT GmbH has been founded in 2004 by Felix Schwarz with the aim of developing high-quality software for the Mac&reg; - low-priced, so everybody can enjoy it. <p> A special focus during development lies on the latest technologies in MacOS&reg; X, their innovative use, own innovations and industry novelties - far away from outworn paths. <p> At the same time the IOSPIRIT GmbH is its own distributor. The platform used therefore is an internal development - tailored to the needs of the market - and therefore allows efficient and fast processing of incoming orders and queries. <p> The IOSPIRIT GmbH is based in Herzogenaurach, Germany. <p> <b>For more information, please contact:</b> <p> IOSPIRIT GmbH, Felix Schwarz, CEO<br> Phone: <strike>+49 9132 732844</strike><br> Email: <a href="/contact/">Contact</a> <p> <b>A presskit with screenshots and logos is available here:</b> <p> <a href="http://www.picturearena.com/presskit/">http://www.picturearena.com/presskit/</a> 2005-04-22T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2005/04/Picture-Arena-1-2-with-DNG-and-RAW-support-mail-export-higher-speed-and-numerous-improvements Picture Arena 1.1 with EPS support and bug fixes APRIL 3, 2005 - HERZOGENAURACH, GERMANY <p> IOSPIRIT GmbH today released an update to its integrated digital picture management software Picture Arena for MacOS&reg; X offering sophisticated picture browsing, image-processing and presentation capabilities to version 1.1. <p> <b>What's new in version 1.1</b> <p> A compact overview over what has changed since version 1.0 of Picture Arena: <ul> <li><b>New:</b> Support for Postscript and EPS files. <li><b>New:</b> The render resolution, transparency and background color for PDF, Postscript and EPS files are now settable. <li><b>Performance:</b> PDF thumbnail creation is faster now. <li><b>Fix:</b> "Apple + H" is no longer used as key combination for the home directory and again available to hiding the application. "Apple + G" is now used instead. <li><b>Fix:</b> Photoshop files with a depth other than 32 Bits are now shown correctly. <li><b>Fix:</b> Some international characters in file or folder names caused problems when files were added to albums. <li><b>Fix:</b> iPhoto&trade; albums can now be burnt. <li><b>Fix:</b> In rare occasions part of the GUI was trashed when scrolling big images horizontally. <li><b>Fix:</b> The drag &amp; drop focus ring in lists does no longer persist. </ul> <p> <b>Availability</b> <p> Picture Arena 1.1 is immediately available for MacOS&reg; X 10.3 ("Panther") and higher at an introductory price of 19,90 &euro; (approximately 25,90 US-Dollar). The price will presumably be raised to 29,90 &euro; later. A trial version can be downloaded at http://www.picturearena.com/. The only functional limitations are a demo-watermark in every saved file and the limitation of the trial period to 14 days. Picture Arena is fully localized in English and German. <p> <b>About Picture Arena</b> <p> Picture Arena is the new center of your imaging world. Browse your directories, rework your photos on the fly, manage them in albums, reuse your existing iPhoto&trade; albums, make a speech-driven presentation, work independent of any network and put your digital treasures to use in many new ways. Full of innovations and super fast, Picture Arena lets you create stunning web galleries with eCards and interactive databases without any expert knowledge and just a few clicks, burns up to 9200 pictures on a single CD for convenient viewing on a DVD player, prints contact sheets, letter paper, greeting cards and much more. Taking full advantage of the advanced processor power of the Mac&reg;, you can combine more than 20 amazing effects and operations to dive your photos into vibrant colors, correct skew horizons, add fun effects or create a picture mosaic with your photos being rebuilt by thousands of others. Effects are generally non-destructive and are performed without modifying your original files. Powerful batch operations for renaming (with undo!), reworking, exporting, file format conversion, a compact, thoughtfully designed interface and a great number of smart tools round up this unique and incredibly useful software package that no graphician should live without. <p> <b>About the IOSPIRIT GmbH</b> <p> The IOSPIRIT GmbH has been founded in 2004 by Felix Schwarz with the aim of developing high-quality software for the Mac&reg; - low-priced, so everybody can enjoy it. <p> A special focus during development lies on the latest technologies in MacOS&reg; X, their innovative use, own innovations and industry novelties - far away from outworn paths. <p> At the same time the IOSPIRIT GmbH is its own distributor. The platform used therefore is an internal development - tailored to the needs of the market - and therefore allows efficient and fast processing of incoming orders and queries. <p> The IOSPIRIT GmbH is based in Herzogenaurach, Germany. <p> <b>For more information, please contact:</b> <p> IOSPIRIT GmbH, Felix Schwarz, CEO<br> Phone: <strike>+49 9132 732844</strike><br> Email: <a href="/contact/">Contact</a> <p> <b>A presskit with screenshots and logos is available here:</b> <p> <a href="http://www.picturearena.com/presskit/">http://www.picturearena.com/presskit/</a 2005-04-03T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2005/04/Picture-Arena-1-1-with-EPS-support-and-bug-fixes Picture Arena 1.0 for MacOS&reg; X released MARCH 30, 2005 - HERZOGENAURACH, GERMANY <p> IOSPIRIT GmbH is proud to announce the immediate availability of version 1.0 of its integrated digital picture management software Picture Arena for MacOS&reg; X offering sophisticated picture browsing, image-processing and presentation capabilities at the introductory price of 19,90 &euro;. <p> <b>What is Picture Arena?</b> <p> Picture Arena is the next generation tool to manage, process, use, present (even by speech) and browse digital picture collections. It elegantly and transparently unifies different product categories with fascinating innovations and thus allows a broad and versatile use. <p> The highlights at a glance: <p> <ul> <li><b>Browsing the file system</b><p> The integrated file browser displays pictures and movies as thumbnails, thus allows for easy and quick browsing through the file system, network volumes and removable media. The size of the thumbnails can be altered in realtime and files are automatically viewed as a magnified "sneak preview", as long as the mouse cursor is positioned over them. Combined with the built-in favorites management, history functions, the quick navigation bar and the seamless integration into the Picture Arena concept, these features cater for highest convenience while browsing. <p> <li><b>Import from digital cameras, iPhoto&trade; and directory hierarchies</b><p> Old material as well as new pictures and video clips can be imported effortlessly into Picture Arena. Users who have previously organized their pictures in directories can use the directory import assistant that can even take over existing hierarchical structures. Those who have used iPhoto&trade; before, will be happy about the dynamic import of their albums which allows the flexible use of Picture Arena as an add-on or replacement. New photos and video clips finally can be conveniently imported from digital cameras or be added to new and existing albums via drag and drop from the Finder&trade;. <p> <li><b>Creating professional web galleries</b><p> The creation of impressive internet presentations of photos without any HTML programming knowledge is a breeze with Picture Arena. Numerous varied and professional themes are already included and advanced features such as online slideshows, interactive greeting cards and online searchable databases can be added with just one mouse click for each. <p> <li><b>Manifold burning functions</b><p> Creating cross platform HTML presentations and backups on CD or DVD or specially prepared CDs containing up to 9200 pictures for viewing on DVD players takes only a few mouse clicks in Picture Arena. It was never easier to make one's personal photo archive portable, to present, protect and share it. <p> <li><b>Better printing</b><p> Besides the usual standard formats and contact sheets, Picture Arena also prints innovative new designs: Eye-catching circle-shaped photo collages or greeting cards and letter paper with a very special and personal touch are easily brought to paper in one of three different quality levels. <p> <li><b>Effectively powerful: reworking and effects</b><p> With over 20 different effects and operations, Picture Arena makes every photo an eye-catcher. Among other things, colors, proportions, red eyes, skew horizons and the lighting can be easily and intuitively corrected. No matter whether the user needs "just a picture", a piece of pop art, an oil painting or a high resolution picture mosaic consisting of thousands of other pictures - Picture Arena delivers. Thanks to Picture Arena's concept of effect lists, all this can even be achieved without any modification of the original files. Users who happen to have lots of photos saved on CDs, will love this feature. To ease repetitive tasks and empower batch operations, effect sequences - entered once - can be saved as effect recipes and be reused flexibly. <p> <li><b>Presentations navigated by speech</b><p> Magical presentations with Picture Arena. Navigation through slideshows with freely configurable speech commands, performing rotations and jumping to particular pictures just by pronouncing a word or sentence .. sounds like science fiction? Picture Arena makes all of that a reality today. Besides the navigation by speech, Picture Arena of course also supports mouse and keyboard. <p> <li><b>Independence through resyncing files</b><p> The resync feature of Picture Arena gives its users independence from the network and freedom of choice regarding their equipment and working location. Creating graphics independently, yet integrated into a team? Network connections that are not permanently available? Relocating work from the desktop to the notebook on sunny days? Not a problem: Picture Arena gives its users maximum flexibility and takes care of distributed file bases staying consistent and up-to-date. <p> <li><b>Integrated tools</b><p> Many practical tools in Picture Arena ease the everyday life of its users. For example, the orientation of digicam pictures can be corrected automatically. Batch exports and conversions can be combined with effect recipes. Batch renames may be performed and - in contrast to other applications - also be undone with the inbuilt undo feature. Pictures can be searched for and found, sorted by different criteria and much, much more. <p> <li><b>Inner qualities</b><p> Without creating confusion, Picture Arena manages to give the user access to its diverse functionality via a compact interface. Furthermore, it shines with full multiprocessor support, widely available internal multitasking, full support of alpha channels, intelligent EXIF support, a theoretically unlimited number of project windows and the support even of exotic formats. Currently supported are BMP, GIF, IFF-RGB8, IFF-ILBM (except HAM), IFF-YUVN, JPEG, MacPaint, PBM, PCX (including the 24 bit version), PhotoCD&trade; (a trademark of Eastman Kodak Company), Photoshop&reg; PSD (including alpha), PDF, PGM, PICT, PNG (including alpha), PPM, TARGA (including alpha), SGI, TIFF, WBMP and many more. </ul> <p> <b>Availability</b> <p> Picture Arena 1.0 is immediately available for MacOS&reg; X 10.3 ("Panther") and higher at an introductory price of 19,90 &euro; (approximately 25,90 US-Dollar). The price will presumably be raised to 29,90 &euro; later. A trial version can be downloaded at http://www.picturearena.com/. The only functional limitations are a demo-watermark in every saved file and the limitation of the trial period to 14 days. Picture Arena is fully localized in English and German. <p> <b>About the IOSPIRIT GmbH</b> <p> The IOSPIRIT GmbH has been founded in 2004 by Felix Schwarz with the aim of developing high-quality software for the Mac&reg; - low-priced, so everybody can enjoy it. <p> A special focus during development lies on the latest technologies in MacOS&reg; X, their innovative use, own innovations and industry novelties - far away from outworn paths. <p> At the same time the IOSPIRIT GmbH is its own distributor. The platform used therefore is an internal development - tailored to the needs of the market - and therefore allows efficient and fast processing of incoming orders and queries. <p> The IOSPIRIT GmbH is based in Herzogenaurach, Germany. <p> <b>For more information, please contact:</b> <p> IOSPIRIT GmbH, Felix Schwarz, CEO<br> Phone: <strike>+49 9132 732844</strike><br> Email: <a href="/contact/">Contact</a> <p> <b>A presskit with screenshots and logos is available here:</b> <p> <a href="http://www.picturearena.com/presskit/">http://www.picturearena.com/presskit/</a 2005-03-30T00:00:00Z Felix Schwarz https://www.iospirit.com/blog/2005/03/Picture-Arena-1-0-for-MacOS-X-released