Tip: Elgato EyeTV, Plex, and Mountain Lion

I'm contributing this as a tip to the community. Hopefully others will find it useful.
Let me set the scene first... I use EyeTV on a couple of my Macs, including my Mac Mini acting as a media centre (HTPC). Historically EyeTV integrated with Apple's Front Row, but as we all know, Apple killed off Front Row on the Mac a while back. Now I liked Front Row's simplicity, and I liked EyeTV's integration. After the demise of Front Row, it took me a while but I converted over to using Plex (Plexapp and Media Server). It took a bit of effort on my part, but I now really like Plex too.
I primarily watch TV on the Mac Mini in full screen, so I like to use the (white) Apple Remote to interact. My use case is Apple Remote - to drive EyeTV - press-hold the menu button to switch to Plex - watch/listen media using Plex -  Quit Plex to return to EyeTV.
EyeTV still retains the integration with Front Row. When using EyeTV, press-hold the menu key and EyeTV will try to launch /Applications/Front Row. Front Row is no longer available, but I now launch Plex instead.
I achieve this by using an Apple Script application, saved to /Applications, called Front Row. That's right, I fake Front Row using an Apple Script, it simply launches or brings Plex to the front.
Now each major release of MacOSX recently has caused me to alter my Applescript a bit. I recently upgraded from Lion 10.7.x to Mountain Lion 10.8.x, and true to form I had to revisit the Applescript. Purely empirically, I believe ML changed the behaviour of EyeTV on switching.
With previous versions of MacOSX you could see EyeTV switch by taking itself out of fullscreen mode, stop playing, then launching Front Row/Plex. With ML, EyeTV appears to remain in fullscreen mode and continues playing.
This appears to be causing an issue with "ownership" of the Apple Remote events. Plex was not receiving the Apple Remote events, instead the standard MacOSX overlays (volume up/down), iTunes (play/stop/ffwd/rev) interaction was occuring. It took a bit of a leap, but I figured this was due to EyeTV remaining in fullscreen mode and retaining first responser ownership. Since EyeTV was not the foreground application, I assume it simply bubbled the events up to the OS, bypassing Plex. Also, depending on your EyeTV audio preferences (play audio in background), you will still hear EyeTV.
My solution then was to alter my Applescript. My Applescript takes EyeTV out of fullscreen mode (seems to fix the Apple Remote issue), stops the play window, then launches Plex, waits until Plex stops running, and then reverses the EyeTV commands, start playing, jump to Live, enter fullscreen
Here's my Applescript, you may copy it and use it freely, but I offer no support nor warranty whatsoever. If it works for you great, if it doesn't sorry about that but you'll have to figure it out yourself.
-------- copy the lines below -----------
try
tell application "EyeTV"
if it is running then
stop
exit full screen
end if
end tell
tell application "Plex"
run
activate
end tell
repeat until application "Plex" is not running
delay 1
end repeat
tell application "EyeTV"
if it is running then
enter full screen
play
jump 0 from ending
end if
end tell
on error
say "Could not start Plex. Sorry"
end try
---------- finish copying the line above ----------
We are going to be saving the file to the Applications folder, so you will need an admin account to do this...
Start Applescript Editor (find it in /Applications/Utilities)
Copy and paste the lines above
Hit the Compile (hammer icon) button. This will tell you if everything is okay.
Now, from the File menu, choose Save As...
Call it Front Row, navigate to the Applications folder, and set the file format to Application, click the Save button.
Test it from EyeTV.
I hope this helps...
My versions
EyeTV 3.6 (build 7031)
Plexapp 0.9.5.2
Plexapp Settings of note:
Preferences > System > Input Devices
Standard
Always Running is off (this stops Plexhelper from continually running, seems to help with Apple Remote events)
Preferences > System > Video Hardware
Display Mode is full screen

Hello Paul,
thanks for the vote. Yes I had to change the script slightly too. Here's my current version:
try
          tell application "EyeTV"
                    if it is running then
                         exit full screen
                         stop
                    end if
          end tell
on error
          say "Something went wrong stopping Eye TV"
end try
try
          tell application "Plex"
                    run
                    repeat until application "Plex" is running
                              delay 1
                    end repeat
                    activate
          end tell
on error
          say "Something went wrong starting Plex"
end try
try
          repeat until application "Plex" is not running
                 delay 1
          end repeat
on error
          say "Something went wrong whilst waiting"
end try
try
          tell application "EyeTV"
                    if it is running then
                           enter full screen
                           play
                           jump to 1 from ending
                    end if
          end tell
on error
          say "Something went wrong restarting Eye TV"
end try
I hope that works for you (it's working for me )
I did log a fault with Elgato along with a development request for them to allow the switch to any selected application (not hard coded /Applications/Front Row). I just got the standard "Thank you, we'll think about it" reply.
I don't think EyeTV is currently top of Elgato's priority list at the moment (sigh!). They've been very quite for years now. For example, there's no real additions to the hardware compatablility list (excluding their own hardware). I've been asking them to support DVB-T2 format broadcasts and devices for over 2 years, still nothing, I guess Europe and Scandinavia combined are small markets and not worth the effort.
Don't get me wrong, EyeTV is a great product, but development activity appears to have slowed.

Similar Messages

  • HDMI, Mini Display Port and Mountain Lion

    Hello,
    After reading about numerous issues concerning the Mini Display Port and Mountain Lion, I'm trying to discuss it here with you all to see if there is any solution.
    I have a MacBook Pro (2009), and used it with my TV (HDMI cable + Mini display port adaptor) with Plex media center back when it was on OS X Lion. It was very convenient because as a portable computer, it could easily be set near the TV and allow the use of a remote to sit in the couch and stream media from the Time Capsule… without the help of any expansive box. Perfect setup I've had for over a year.
    The thing is, since I've upgraded to Mountain Lion, when I try to connect the MacBook Pro to the TV, the screen turns blue as if it was calculating the resolution of the monitor so… ok. Until it comes back, and nothing changed either on the MacBook Pro screen or on the TV.
    Harware side, I've tried with the computer open, closed, I've checked every port and connection on both computer, TV and adaptor.
    Software side, what I find really annoying in Mountain Lion is that they completely ditched every monitor setting as long as nothing is connected — and even if the Mini DP is connected… the Mac thinks it's not. I even tried to reset the PRAM. This is a nightmare.
    I've tried to do the same with my iMac (mid 2011), and it all worked properly. What I can't explain is why it works on my iMac and not on the MBP… as they have the same configuration !
    I don't know if Apple is outcasting old devices so people buy new Apple stuff or if they ditched the HDMI out on certain (old) devices on purpose so users replace it by the new airplay mirroring feature and buy the Apple TV. I won't, because let's say it's a total crap compared to other media center solutions. And I'm bored of Apple.
    Please, HELP NEEDED ! Has anyone had the same issue ? I bet you have ! Now how can we solve that ?
    Thank you for your time.

    EDIT : stopped working on iMac too… then update 10.8.2 fixed the issue. Now it works. Thanks Apple for temporarily removing some features ! It's just so ANNOYING.
    Hope you gonna stay with the few we have left on Mac and stop removing things randomly. Not event talking about the pro environment (designers, developpers, etc.) that is almost gone. 2 years and our macs will be tablets. Careful with the old clients… it's been almost 10 years I'm on a Mac and I've never been so unhappy.

  • TS1925 iPad IOS 7.0.2 and Mountain Lion 10.8.5 Calendar colors do not match between computer and device.  Problem did not exist until updated IOS arrived.  Colours change of their own free will despite being corrected on both iPAD and MacBook Pro.  Any an

    iPad IOS 7.0.2 and Mountain Lion 10.8.5 Calendar colors do not match between computer and device.  Problem did not exist until updated IOS arrived.  Colours change of their own free will despite being corrected on both iPAD and MacBook Pro.  Any answers?

    Please do not post the entire messages log as it takes up unnecessarily a lot of space.  It seems that there is a corrupt/nonfunctional file called
    [email protected]nt.plist
    Go to your hard drive, enter library, go into users, and go into launch agents and delete the thing above.  Empty the trash and restart.

  • My Macbook pro was stolen 09/12, the police just returned it to me. I want to remove all the data and start over. Format the drive's etc. I have windows 7 on 1 partion and mountain lion OSX on the apple partition. How is the best way to do this?

    My Macbook pro was stolen 09/12, the police just returned it to me. I want to remove all the data and start over. Format the drive's etc. I have windows 7 on 1 partion and mountain lion OSX on the apple partition. How is the best way to do this?

    Have a look here...
    what-to-do-when-your-hard-drive-is-full.html

  • Why is searching so much slower in both Lion and Mountain Lion than Snow Leopard?

    Hi, I use Snow Leopard run on several Mac Pros to perform multidimensional time-lapse-imaging in our lab. Snow Leopard provides instantaneous (seconds) searching for folders containing the image sequences I require for analysis (distributed across 4 x 2TB hard drives- images are saved under the structure Time\Position, and for analysis I need to retrieve all folders with the same Position label). Lion and Mountain Lion either fail to search or are painfully slow. For analysis I use internal hard drives connected as external volumes via USB and I suspect this might be part of the problem, however the same setup works flawlessly with Snow Leopard.
    This problem is becoming very frustrating as I can’t figure out what has changed, or whether I am overlooking something obvious. I installed Lion on my MacBook Pro over 6 months ago which is when I discovered this problem and had to reinstall Snow Leopard. At that time I had hoped that the next OS might provide a better search function for our use, but after some testing it seems the same. To search through folders manually takes over 10 x as long as using a simple search in Snow Leopard. Can anyone provide me any advice as to what might be causing this problem and whether there might be a solution? I’ve tried a few free searching tools from the app store, but these do not perform any better than searching in Finder. I would obviously prefer to be able to invest in new Macs in the future which run the most current OS without having to install Snow Leopard on them all (if this is even possible without future models without causing compatibility problems).
    Many thanks for reading and for any advice you can give me.
    Oli

    Hi Linc,
    mdworker (user: _spotlight) was top of the list with about 5.4% CPU (this was every now and then knocked down by Safari Web Content. The other values you asked abou weret: % User - 3.5, % System - 3.35, % Idle 93.5.
    Under the Memory tab -
    Page outs were 0 bytes and Swap used was 19.1 MB
    Disk Activity - Data read/sec - 29.3 MB/s and Data written/sec - 16 KB/s.
    Copied from All Messages in Console:
    01/08/2012 09:42:06.811 SecurityAgent[120]: MacBuddy was run = 0
    01/08/2012 09:42:06.836 SecurityAgent[120]: User info context values set for USER
    01/08/2012 09:42:06.953 coreaudiod[122]: 2012-08-01 09:42:06.952319 AM [AirPlay] Started browsing for _airplay._tcp.
    01/08/2012 09:42:06.953 coreaudiod[122]: 2012-08-01 09:42:06.952750 AM [AirPlay] Started browsing for _raop._tcp.
    01/08/2012 09:42:07.090 loginwindow[46]: Login Window - Returned from Security Agent
    01/08/2012 09:42:07.109 loginwindow[46]: USER_PROCESS: 46 console
    01/08/2012 09:42:07.450 UserEventAgent[112]: cannot find useragent 1102
    01/08/2012 09:42:07.506 fseventsd[52]: Logging disabled completely for device:1: /Volumes/Recovery HD
    01/08/2012 09:42:07.551 com.apple.launchd.peruser.501[128]: (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    01/08/2012 09:42:07.554 loginwindow[46]: Connection with distnoted server was invalidated
    01/08/2012 09:42:07.560 distnoted[132]: # distnote server agent  absolute time: 22.799204385   civil time: Wed Aug  1 09:42:07 2012   pid: 132 uid: 501  root: no
    01/08/2012 09:42:08.106 com.apple.SecurityServer[15]: Session 100005 created
    01/08/2012 09:42:08.507 WindowServer[69]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    01/08/2012 09:42:08.617 WindowServer[69]: Display 0x04280300: MappedDisplay Unit 0; ColorProfile { 2, "iMac"}; TransferFormula (1.000000, 1.000000, 1.000000)
    01/08/2012 09:42:08.620 BezelServices 235.55[46]: -[DriverServices sendPreferencesToDevice:resetDefaults:] error: classPrefID (null), classPrefs (null)
    01/08/2012 09:42:08.797 NetworkBrowserAgent[155]: Starting NetworkBrowserAgent
    01/08/2012 09:42:08.835 WindowServer[69]: kCGErrorNotImplemented: receive_notification: CPXSetEventFilter failed
    01/08/2012 09:42:11.335 com.apple.launchd.peruser.501[128]: ([email protected][184]) Exited with code: 2
    01/08/2012 09:42:11.000 kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=183[GoogleSoftwareUp] clearing CS_VALID
    01/08/2012 09:42:11.349 com.apple.launchd.peruser.501[128]: (com.apple.afpstat-qfa[181]) Exited with code: 2
    01/08/2012 09:42:11.403 com.apple.launchd.peruser.501[128]: (com.apple.mrt.uiagent[172]) Exited with code: 255
    01/08/2012 09:42:11.488 blued[60]: kBTXPCUpdateUserPreferences gConsoleUserUID = 501
    01/08/2012 09:42:11.578 UserEventAgent[168]: cannot find fw daemon port 1102
    01/08/2012 09:42:18.000 kernel[0]: USBMSC Identifier (non-unique): 39574D35314C474C20202020 0x13fd 0x1340 0x210
    01/08/2012 09:42:18.186 CalendarAgent[178]: [com.apple.calendar.store.log.caldav.queue] [Account refresh failed with error: Error Domain=NSURLErrorDomain Code=-1009 "The Internet connection appears to be offline." UserInfo=0x7fc53b932360 {NSUnderlyingError=0x7fc53b8e9cf0 "The Internet connection appears to be offline.", NSErrorFailingURLStringKey=https://oUSER%[email protected]/principals///oUSER%[email protected]/principals/, NSErrorFailingURLKey=https://oUSER%[email protected]/principals///oUSER%[email protected]/principals/, AccountName=iCloud, CalDAVErrFromRefresh=YES, NSLocalizedDescription=The Internet connection appears to be offline.}]
    01/08/2012 09:42:19.000 kernel[0]: en1: BSSID changed to b8:c7:5d:08:46:4a
    01/08/2012 09:42:19.000 kernel[0]: en1::IO80211Interface::postMessage bssid changed
    01/08/2012 09:42:19.000 kernel[0]: AirPort: Link Up on en1
    01/08/2012 09:42:19.000 kernel[0]: en1: BSSID changed to b8:c7:5d:08:46:4a
    01/08/2012 09:42:19.000 kernel[0]: en1::IO80211Interface::postMessage bssid changed
    01/08/2012 09:42:19.000 kernel[0]: AirPort: RSN handshake complete on en1
    01/08/2012 09:42:20.550 airportd[25]: _doAutoJoin: Already associated to “Oli Network”. Bailing on auto-join.
    01/08/2012 09:42:20.567 airportd[25]: _doAutoJoin: Already associated to “Oli Network”. Bailing on auto-join.
    01/08/2012 09:42:20.583 airportd[25]: _doAutoJoin: Already associated to “Oli Network”. Bailing on auto-join.
    01/08/2012 09:42:20.598 airportd[25]: _doAutoJoin: Already associated to “Oli Network”. Bailing on auto-join.
    01/08/2012 09:42:20.613 airportd[25]: _doAutoJoin: Already associated to “Oli Network”. Bailing on auto-join.
    01/08/2012 09:42:20.928 awacsd[61]: Exiting
    01/08/2012 09:42:25.207 configd[18]: network changed: v4(en1+:192.168.0.4) DNS+ Proxy+ SMB
    01/08/2012 09:42:25.247 UserEventAgent[11]: Captive: en1: Not probing 'Oli Network' (protected network)
    01/08/2012 09:42:25.250 configd[18]: network changed: v4(en1!:192.168.0.4) DNS Proxy SMB
    01/08/2012 09:42:24.300 ntpd[99]: proto: precision = 1.000 usec
    01/08/2012 09:42:25.760 com.apple.launchd[1]: (com.apple.coreservices.appleid.authentication[116]) Exit timeout elapsed (20 seconds). Killing
    01/08/2012 09:42:28.187 LKDCHelper[214]: Starting (uid=501)
    01/08/2012 09:42:31.229 CalendarAgent[178]: [com.apple.calendar.store.log.exchange.queue] [error = Error Domain=NSURLErrorDomain Code=-1013 "The operation couldn’t be completed. (NSURLErrorDomain error -1013.)" UserInfo=0x7fc53acaa530 {NSErrorFailingURLStringKey=DELETEDEWS/Exchange.asmx, CalFailedOperationKey=<CalExchangeSyncAccountOperation: 0x7fc53bc188e0>, NSErrorFailingURLKey=DEKETEDEWS/Exchange.asmx}]
    01/08/2012 09:42:31.965 CalendarAgent[178]: [com.apple.calendar.store.log.exchange.queue] [error = Error Domain=NSURLErrorDomain Code=-1013 "The operation couldn’t be completed. (NSURLErrorDomain error -1013.)" UserInfo=0x7fc53b971ad0 {NSErrorFailingURLStringKey=DELETED/EWS/Exchange.asmx, CalFailedOperationKey=<CalExchangeSyncAccountOperation: 0x7fc53bc188e0>, NSErrorFailingURLKey=DELETED/EWS/Exchange.asmx}]
    01/08/2012 09:42:33.929 com.apple.SecurityServer[15]: Session 100003 created
    01/08/2012 09:44:34.000 kernel[0]: (default pager): [KERNEL]: ps_allocate_cluster - send HI_WAT_ALERT
    01/08/2012 09:44:34.000 kernel[0]: macx_swapon SUCCESS
    01/08/2012 09:45:18.123 WindowServer[69]: CGXSetWindowBackgroundBlurRadius: Invalid window 0xffffffff
    01/08/2012 09:45:18.249 WindowServer[69]: CGXSetWindowBackgroundBlurRadius: Invalid window 0xffffffff
    01/08/2012 09:48:17.000 kernel[0]: considerRebuildOfPrelinkedKernel prebuild rebuild has expired
    01/08/2012 09:48:17.000 kernel[0]: USBMSC Identifier (non-unique): 801130168383 0x152d 0x2329 0x100
    01/08/2012 09:48:28.027 WindowServer[69]: CGXDisableUpdate: UI updates were forcibly disabled by application "Safari" for over 1.00 seconds. Server has re-enabled them.
    01/08/2012 09:48:28.109 WindowServer[69]: reenable_update_for_connection: UI updates were finally reenabled by application "Safari" after 1.10 seconds (server forcibly re-enabled them after 1.00 seconds)
    01/08/2012 09:48:28.129 CVMServer[78]: Check-in to the service com.apple.cvmsCompAgent_x86_64 failed. This is likely because you have either unloaded the job or the MachService has the ResetAtClose attribute specified in the launchd.plist. If present, this attribute should be removed.
    01/08/2012 09:48:31.539 CVMServer[78]: Check-in to the service com.apple.cvmsCompAgent_x86_64 failed. This is likely because you have either unloaded the job or the MachService has the ResetAtClose attribute specified in the launchd.plist. If present, this attribute should be removed.
    01/08/2012 09:52:39.174 com.apple.launchd.peruser.501[128]: (com.apple.KerberosHelper.LKDCHelper[214]) Exited with code: 1
    01/08/2012 09:57:17.113 CalendarAgent[178]: [com.apple.calendar.store.log.exchange.queue] [error = Error Domain=NSURLErrorDomain Code=-1013 "The operation couldn’t be completed. (NSURLErrorDomain error -1013.)" UserInfo=0x7fc53b933a50 {NSErrorFailingURLStringKey=https:/[email protected]/EWS/Exchange.asmx//[email protected]/EWS/Exchange.asmx, CalFailedOperationKey=<CalExchangeSyncAccountOperation: 0x7fc53bc188e0>, NSErrorFailingURLKey=https://[email protected]/EWS/Exchange.asmx//[email protected]/EWS/Exchange.asmx}] 

  • Dual boot: OS X Mavericks and Mountain Lion?

    Hi there,
    searching the internet I found a lot of video tutorials and discussions about the proper way to partition your hard drive so you can boot OS X Mavericks from your Mountain Lion system.
    However, having installed Mavericks right after its release, I'm trying to install Mountain Lion as a partition on my computer. That's because I need to run some apps which aren't compatible with Mavericks.
    As the Mountain Lion installer consistently tells me that it wasn't possible to run the system on my computer I wonder whether there's a way to boot both, Mavericks and Mountain Lion once you have installed Mavericks.
    I'm grateful for any advice.
    Thanks,
    Lukas

    If you are trying to run the Mountain Lion installer from Mavericks, it will probably tell you it can't.  I'm currently booted from Mountain Lion and tested the Lion installer and it told me no.
    What you can do is make a Mountain Lion USB installer and boot from it.  Now you can select the partition you created and install mountain Lion onto it.  When the installer is finished (it will boot once at least), you'll be in Mountain Lion.  To change back to Mavericks, open system preferences and select startup drive, there you can chose what starts at the next boot.
    Instructions for making a Mountain Lion USB are here
    http://arstechnica.com/apple/2012/07/how-to-create-a-bootable-backup-mountain-li on-install-disk/

  • I currently run Mac Pro with three hard drives. Can I dual boot or even triple boot with Snow Leaopard on one drive and Mountain Lion or Lion on others?

    I currently run Mac Pro with three hard drives. Can I dual boot or even triple boot with Snow Leopard on one drive and Mountain Lion or Lion on others?
    I need to keep Snow Leopard so that I can run some old softward.

    If you are careful you can put at least two on one drive, having Recovery from Lion and Mountain Lion on their own drives though.
    CCC can clone Lion Recovery - great for moving or backup.

  • Can I dual boot snow leopard and mountain lion if I've installed boot camp on my drive

    Can I dual boot snow leopard and mountain lion if I've installed boot camp on my drive

    Yes as I said before. If your model Mac came with Snow Leopard and you are now running Mt Lion and have Windows installed in a Boot Camp Partition all you have to do is make the Mt Lion partition smaller, take the free space and make it another Mac partition and you should be able to install Snow Leopard into that partition.
    I have Snow Leopard, Lion and Mt Lion installed on my MBP. No Windows in a Boot Camp partition because I run Windows XP in a Virtual Machine on both Lion and Mt Lion.

  • Can I dual boot Snow Leopard and Mountain Lion on one hard drive?

    I want to make a new partition and be able to boot to either OS. Is this possible, if so, how? I would think just make a new partition and install the dmg file to that new partition.

    @jimmyk11: AppleCare has actually informed me that "No - this MacBooPro9,1 cannot boot Snow Leopard".
    It originally came with lion 10.7.4 installed. I have since upgraded to Mountain Lion 10.8 and (today, after a week or so of ML) I reverted to Lion 10.7.4. But now I find I can no longer boot into Lion 10.7.4 from my external FW800 drive (for troubleshooting and housekeeping). So it looks as if the "boot problems" are not confined to Snow Leopard 10.6.8.
    Interestingly, I can use this same external drive to boot my iMac (10.7.4) and my older MBP8,3 (10.8) into 10.7.4 - but not the newer MBP9,1.
    The MBP9,1 with Lion and Mountain Lion is turning into a disaster when it comes to external booting. If I could, I'd demand a return and a refund. After bottle-feeding Lion for a year, 10.7.4 seems basically stable and can still boot into Snow Leopard and Lion from my external drives if needed. But now I see I have a worse problem: Crippled Hardware. I suspect this bug needs a firmware update - if it is fixable at all.

  • Will logic pro x run on my mac mini dual core intel i5 with 4gb of ram and mountain lion ?

    hi there guys,
    will logic pro x run on my mac mini dual core intel i5 with 4gb of ram and mountain lion ?
    I'm not sure if my machine is 64 bit - it is the current model base mac mini.
    Many thanks for any help you can offer !
    Simon

    SkiJumptoes is right. 4GB is not enough to comfortably run Logic X.
    Your Mac Mini will need DDR3 SODIMM RAM. That website seems incredibly steep though. I guess that's the price of finding it for you. You're better off going to any below:
    http://www.ebuyer.com/191206-kingston-4gb-ddr3-1066mhz-laptop-memory-kvr1066d3s7 -4g?utm_source=google&utm_medium=products&gclid=COqM6KzdxbgCFcfJtAodoicARg
    http://www.ballicom.co.uk/cmso4gx3m1a1600c11-corsair-value-select--memory--4-gb- -so-dimm-204pin--ddr3--1600-mhz--pc312800--cl11--15-v--unbuffered--nonecc.p87434 0.html?ref=5&gclid=CKyej_HdxbgCFQSS3godEjwAug

  • Voice dictation,Dragon Express and Mountain Lion

    Are there any other users out there who want decent voice dictation software that doesn't depend upon being online all the time and speaking to the clouds?
    Not everyone can be online all the time:  moreover there's an old saying that 'walls have ears' - well there's a new saying that 'clouds have ears' . The new dictation facility that comes with Mountain Lion is quite a promising catch-up application, but it only works if you are online to the clouds. But the cheap price of the ML upgrade comes at a hidden cost.  I recently bought Dragon Express for £39 from the App Store to use for voice dictation and have found out that it does not work under Mountain Lion.
    I used to use IBM Via Voice for the Mac but that did not survive the change from System 9 to System X.  Will Nuance  get fed up with Apple's policy towards 3rd party developers and will they let their Dragon voice software for the Mac go the same way?
    Teya

    Intriguing, someone left it on "works fine" on http://roaringapps.com/app:402 for both Lion and Mountain Lion on version 7.2.3, yet when you look at the versions 7, 8, and 9 of Logic Express under the Versions section of the website, nobody was able to get it to work.  Given that is the case, I edited the status to "some problems."   I'll ask your post get redirected to the Logic Express forum to get the facts.

  • Selling a 2009 Mac with FCP and Mountain Lion?

    I am selling my 2009 iMac and I would like to reset it to the factory settings, BUT I would like to also keep Final Cut Studio and Mountain Lion on it. Is this possible? If not, is there a work-around?

    As for the OS (Mountain Lion), no you cannot. Unfortunately, the license is not transferable for any OS purchased at the app store. You will need to erase and reinstall the original OS; if you leave ML on it, the buyer will never be able to reinstall as the purchase/license is tied to your Apple ID forever. You also need to give the buyer the original install disks. I'd tell the buyer that I've discounted the price by $20 so he can buy ML with his own Apple ID since it wouldn't work with my ID.
    If you purchased Final Cut on retail disks, then yes, you are allowed to sell or transfer those as long as you do not retain a copy, and you must give the disks to the buyer. It won't do him any good without the disks in case there needs to be a reinstall. If you purchased it at the app store, the same license applies: any app purchased at the app store is not transferable and will not work reliably as Apple's servers would be able to detect its presence on another machine with a different ID.
    There is no workaround - this is what is required legally; if you wish to do something else, no one here is going to suggest anything as we would be violating the ToU of these forums.

  • Install boot camp snow leopard and mountain lion

    Is it possible to install boot camp on a 2009 Mac Pro to run both Snow Leopard and Mountain Lion? The startup drive is already partitioned. I need to run two different versions of Final Cut Studio (and all the accompanying apps) and this seems the best way to keep them segregated. I know that I can run them both in Snow Leopard, but I have two different sets of Motion templates which need to be accessed.

    Alrighty, I do appreciate your time. I had already tried parallels and that was a huge waste of time. You blow away their support, by the way.
    Just to confirm assumptions before I do this, sorry, I'm an engineer.
    1. The startup drive is partitioned already.
    2. Partition (1) contains Snow Leopard and a user account.
    3. Partition (2) currently contains a media library, does not have an OS on it, and has 232 GB free.
    4. I will install Mountain Lion on partition 2 using the dmg downloaded from the app store.
    5. That partition will then become the startup drive when using mountain lion.
    6. Partition 2 will have its own user account, applications, etc.
    Almost forgot. Do I need to erase and install on that partition or can I simply install? After this I owe you a beer.

  • HT204053 I had Snow Leopard and was using iWeb and Filezilla for my website (not MobileMe). Wanting to move to single-click publishing, I now find it is not supported by iCloud and Mountain Lion. I feel cheated, having bought it mainly for this purpose!

    I had Snow Leopard and was using iWeb and Filezilla for my website (not MobileMe). Wanting to move to single-click publishing (supported by MobileMe), I now find it is not supported by iCloud and Mountain Lion. I feel cheated, having bought it mainly for this purpose! The other thing they don't tell you is that Mountain Lion disables OfficeMac, and I am considering uninstalling it for that reason - do I get my money back?!

    You stated; "Mountain Lion disables OfficeMac"
    That is not true.
    Mountain Lion does not have Rosetta so it is not capable of executing PowerPC code. If you have MS Office 2004 that is coded in PowerPC code and will not run in Mountain Lion. What you need to do is upgrade to an Intel version of Office.
    Allan

  • Iweb 08 and Mountain Lion. . .am I screwed?

    Hi.  Recently got a mid-2011 Imac with ML installed at the time of purchase (not my choice).
    I've read you can still get Iweb to work on this OS even though it's not "officially supported" or some such. 
    I was hoping I could port my site created on the old computer to the new one. I found the "sites2.domain" or whatever the weird filename is for the iweb site, created an identically named folder on the new computer in what seemed to be the right place, and dropped it there.  Don't know how to actually make Iweb use that, though. when I opened Iweb it acted like it was going to start a site from scratch. I thought maybe saving would create a directory where I could place the old site file, so I tried to save, and it crashed. 
    So is this no good? Am I doing something wrong or do I need a newer version of ilife ('11?)?

    If you stick with iWeb 2 (08) you are screwed as it is not compatible with Mt. Lion.  Get a copy of iWeb 3 (09 or 11) and you'll be able to use it to manage you websites. 
    NOTE:  if you think you might want to use iDVD at some time in the future get a copy of iLife 09 as that will get you both iWeb 3 and iDVD with all themes.  iLIfe 11 doesn't not install all iDVD themes.
    Once you get  iWeb 3 installed read the following:
    In Lion and Mountain Lion the Home/Library folder is now invisible. To make it permanently visible enter the following in the Terminal application window: chflags nohidden ~/Library and hit the Enter button - 10.7: Un-hide the User Library folder.
    To open your domain file in Lion or Mountain Lion or to switch between multiple domain files Cyclosaurus has provided us with the following script that you can make into an Applescript application with Script Editor. Open Script Editor, copy and paste the script below into Script Editor's window and save as an application.
    do shell script "/usr/bin/defaults write com.apple.iWeb iWebDefaultsDocumentPath -boolean no"delay 1
    tell application "iWeb" to activate
    You can download an already compiled version with this link: iWeb Switch Domain.
    Just launch the application, find and select the domain file in your Home/Library/Application Support/iWeb folder that you want to open and it will open with iWeb. It modifies the iWeb preference file each time it's launched so one can switch between domain files.
    WARNING: iWeb Switch Domain will overwrite an existing Domain.sites2 file if you select to create a new domain in the same folder.  So rename your domain files once they've been created to something other than the default name.
    OT

Maybe you are looking for

  • Installation Locked error while uploading meter readings in background

    Hi, Following is the process followed:- Execute EL35 transaction to generate MRO Print in SAP ISU. at back end a Meter readings are fetched from a data server and uploaded in the sap isu using BAPI BAPI_MTRREADDOC_UPLOAD as a background process after

  • Help with my query

    Hello all, Total newbie to this pl/sql stuff. So, deseperately need help in my query. BOOKING_ID     BOOKING_STATUS     BOOKING_DATE     BOOKING_TIME     BOOKING_DATE_TIME 1234567     CANCELLED     20090301     37252     5/1/2010 10:20 1234567     CA

  • Create outgoing SSL connections in WebLogic 4.5.1 using JSSE

    Hi, Does anyone know how to create outgoing SSL connections from a WLS 4.5.1 using JSSE. I've implemented an application using JSSE for POSTing data to an HTTPS server that requires client authentication and it worked fine. But when used inside the W

  • Adobe after fx cc 2014 sound and playback issue

    When I rendered my first scene in adobe after fx cc 2014 I noticed I had no sound, and the video was playing frame by frame not full speed. What did I do wrong? Big D.

  • Flashing folder icon with a (?) in the middle. Can I save my mac?

         This happend a few months ago and I have just recently purchased a new 2012 Intel iMac but still have my old one laying around and it would be nice to have the two of them working together.      It's a 2006 Intel iMac, I had to force a restart b