Apple Event: May 7th at 7 am PT

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Frontrow under Mountain Lion it works!

A lot of people want frontrow back, which has been removed since LION.


To get Frontrow running under Mountain Lion 10.8.2: here are the instructions that worked on the two macs I tested:


Copy these files from a snow-leopard installation (e.g. your backup) to the appropriate folders in Mountain Lion:


/System/Library/CoreServices/Front Row.app

/System/Library/PrivateFrameworks/BackRow.framework

/System/Library/PrivateFrameworks/iPhotoAccess.framework


Confirm the copy process by typing in your password when required.


Open Apple Script Editor and type in:


#launch Front Row

tell application "/System/Library/CoreServices/Front Row.app"


launch

end tell

tell application "System Events"


key code 53

end tell

Save this as an Application. Store the created App in your Application folder end enjoy!


As usual, music files do not play, but all other things work beautiful. This is due to the fact that the actual iTunes Versions use a different Library format.


😎

Posted on Dec 12, 2012 11:15 AM

Reply
42 replies

Aug 13, 2013 4:13 AM in response to martbr

Sorry i was very tired when i wrote that.

So After reinstalling Front Row via Olli Happy's first awesome post here


1.) I downloaded 30 day free trial of Remote Buddy

2.) I downgraded to iTunes 10.3 (i found a post on line that this is the latest version that will work in front row in OS 10.8.4)

3.) I transferred all my music and movies and podcasts back into iTunes from my back up drive with one click of "add to library " under the "File" tab in iTunes Menu bar .


If you follow the instructions on the 2 links i posted previously the whole process of steps 1-3 will take about 20 minutes.


In Front Row everything will still automatically be listed under playlists like "Artist", "Genre", "Album"etc .And YES you have access to everything in iTunes from Front Row as before such as movies etc.


But because your downgrading iTunes unfortunately it wont recognize your personal playlists from a later version it just loads all music in as one very long playlist so you then have to reorganize your own specific playlists again if you want iTunes organized and personal playlists in Front Row. I never really use i tunes except for storage so i cant comment on what functions you miss out on with 10.3 compared to version 11 im sure its alot. But of course upgrading back is simple especially if you have your playlists saved on external drive.


But i suggest you just download the free 30 day trial of remote buddy first before changing i tunes and see if you like it.

Its pretty cool it lets you access all your applications via IR remote (like Quicktime Player,Preview,Safari ,DVD Player ,etc) and you can shutdown your computer etc with it. Its worth a look.

It DOESNT OPEN Front Row though...Trying to hold the menu button down to open front row crashes remote buddy everytime !!!

i have to maually open front row icon by doulbe clicking it and then the remote works in it as usual .

Except the menu button only exits Front Row once its open. To scroll back one screen (from a song back to the album for example) i have to hold the + button down for a few of seconds.So worth trying remote buddy first to see if your happy with the functionality before downgrading itunes i guess.


COSTS: So far nothing because of free trial...ill see how much i like it after a couple of weeks and decide. At this stage it seems pretty cool. Being able to use it for everything (except to open front row) and be able to shutdown computer etc from my bed makes it tempting to buy 🙂


TO BE HONEST MOST OF ALL I JUST LOVE HAVING A FULLY FUNCTIONAL FRONT ROW AND A WORKING REMOTE WHEN APPLE BELIEVES I SHOULDNT LOL

Aug 13, 2013 8:43 AM in response to martbr

Im Awake now!!!

Here are the steps above without the rambling on 🙂

This assumes you have reinstalled Front Row already and backed up your itunes folders to external drive or have them backed up in a system back up already :


1:) DOWNLOAD "Remote Buddy" free 1 month trial http://www.iospirit.com/products/remotebuddy/software

2:) DOWNGRADE Current iTunes to version 10.3 http://www.emacconsulting.com/apple/itunes/downgrade-itunes-11-to-itunes-10-7

3:) LOAD all your music and movies etc back into iTunes version 10.3 via "add to Library" tab in iTunes.

4:) Stop living in the present and start living in the past

OPEN Front Row and party like its 2011 again!!!


Optional time consuming part of course:

5:) Re-organize your music files back into personal playlists in iTunes 10.3.... blah!!!

Aug 13, 2013 1:19 PM in response to on parole

Thank you for your posts and the shorter description.


Did you try CandelAir (http://www.iospirit.com/labs/candelair/) instead of "Remote Buddy"? It is based on the driver of "Remote Buddy" and free of charge. As far as I know it maps the remote commands to the old way - so may be it helps to control Front Row.


One disadvantage is - in my opinion - the downgrade of iTunes. If you have an idevice (iPhone etc.) with the current iOS, then the newest iTunes is necessary to transfer your music. Except you use iCloud - which I would never do.

Sep 8, 2013 5:27 PM in response to OlliHappyOnMac

Having upgraded to Mountain Lion 10.8.4, I tried grabbing the Front Row files in vain from my 2011 and 2012 backups from my older system, Snow Leopard.


I partitioned my HDD and installed Snow Leopard on a smaller (50 GB) partition. Front Row works perfectly there, with my IR remote and all. I followed your instructions as to copying the files and creating an application in the Apple Script Editor (a breeze!). I renamed the application Enable Front Row.app and gave it the same Front Row icon and placed it on my dock. Works like a charm, except that the Remote Buddy (30-day trial) crashes in OSX 10.8.4.


I wonder if there is a way to reenable Front Row on the IR Remote under OSX 10.8.4 natively.


Thanks!



Mario

Westlake, OH

Equipment: 2009 17-inch MacBook Pro running Snow Leopard 10.6 & OSX Mountain Lion 10.8.4, 8 GB RAM, 320 GB HDD.

Sep 19, 2013 5:47 AM in response to Electric Wolf

It seems to compile fine on my system.


Have you tried without (or modifying) the first line of comment? (I don't think you're running pre-2.0 - though it is good to eliminate the case).


https://developer.apple.com/library/mac/documentation/applescript/conceptual/app lescriptlangguide/conceptual/ASLR_lexical_conventions.html


Starting in version 2.0, AppleScript also supports use of the # symbol as an end-of-line comment. This allows you to make a plain AppleScript script into aUnix executable by beginning it with the following line and giving it execute permission:

#!/usr/bin/osascript
Compiled scripts that use
#
will run normally on pre-2.0 systems, and if edited will display using
--
. Executable text scripts using
#!/usr/bin/osascript
will not run on pre-2.0 systems, since the
#
will be considered a syntax error.

Frontrow under Mountain Lion it works!

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.