Starting Finder slideshows

Here's a tip for anyone who laments the apparent loss of the Finder Slideshow capability: it's not gone, just hidden. With the Finder File menu open, press and hold the option key. The Quick Look menu item will change to Slideshow.

This is a great tip... but this is very strange! This suggestion does not come up in Apple Help... Apple just says for slideshows to go to iPhoto!
Any way to change the timing of the slides?
David

Similar Messages

  • Finder Slideshow broken in 10.4.6?

    Does this happen to anyone else? I just upgraded to 10.4.6 and if I select images in Finder, then right click and start a slideshow nothing happens. Is this a known issue?
    --Thanks

    My slideshow is also working fine. You might try launching Console from your Utilities folder and see if you are getting an error message when you try to start a slideshow.
    Francine
    Francine
    Schwieder

  • Finder slideshow controls not centered anymore

    Hi,
    As you all know it's possible to start a slideshow by selecting a number of photos in the finder, contorl-click and select "slideshow" from the menu.
    While the slide show is playing you can get a set of controls to appear by moving the mouse.
    These controls used to appear in the middle of the screen, but after installing 10.4.8 (I believe it was then) the controls appear more to the right of the screen.
    This happens on the 18" Compaq LCD-screen I have attached to my PPC Mini, while on the screen of my MacBook the controls still appear in the centre of the screen.
    I have not tried the MacBook with an external screen.
    I installed the combo update (PPC and Intel respectively) on each machine.
    Have anyone of you seen this behaviour?
    I am thinking maybe it would fix itself if I throw away some .plist file on the Mini, but I am not sure which one (or which ones) might affect this....
    Regards,
    J-son

    I tried turning off parental controls for the kid's account, and the behavior is the same: clicking on the game in the applications folder causes the app icon to bounce once and disappear. Other recently installed games (Riven X, Myst III) work as before. Game works fine in my account and guest.

  • Re-starting a Slideshow

    Before I upgraded to ios 7 I used to be able to stop and re-start a photo slideshow from the photo it stopped on because I had to switch apps. Now in ios 7 it goes back to the beginning of the album. I never see the last half of the slideshow. How do I start a slideshow in the middle of an album?

    I assume you're after the 'Quick Look' option, right?
    If so, there's a far more direct way of doing what you want. In general, avoid using UI scripting (the whole 'tell application "System Events" stuff) as much as possible. You can't do it all via direct scripting, but you can simplify your script a lot:
    <pre class=command>tell application "Finder"
    activate
    select every file of window 1
    tell application "System Events"
    tell process "Finder"
    keystroke "y" using {command down}
    end tell
    end tell
    end tell</pre>
    In this case I'm using the Finder's direct commands to select all the files. This is much better than trying to drive the menu bar (what happens to your script, for example, if you're running on a non-English version of the OS that doesn't have a 'Select All' item in the 'Edit' menu since those words are translated to some other language.
    Unfortunately I can't see a way to invoke the slideshow directly, but I'm using the command-key equivalent of Quick Look. This is also preferable since your script would fail if the toolbar wasn't visible in the current window, and using keystrokes wouldn't have any negative effects if the menu item wasn't available for some reason.
    The other advantage of using direct scripting is that you can get more creative/precise in what you want to do. For example, selecting all the items in a folder might not be appropriate, especially if there were mixed media files (word processor documents, spreadsheets, photos, etc.) or folders.
    By driving the Finder directly you can do things like:
    <pre class=command>tell application "Finder"
    activate
    select (every file of window 1 whose kind is "JPEG Image")
    end tell</pre>
    This makes sure you only select JPEG images, leaving everything else deselected, which is hard to do via the menus.

  • Starting a Slideshow Applescript help

    I am trying to make an Applescript to launch a slideshow from the finder, not an iPhoto slideshow, but the one you get by clicking the Tools button and selecting slideshow. It is much easier to choose which photos I want to save my computer by using that, but it is a pain to have to select all the photos, and then click multiple buttons to view it.
    So I set out to create a script to select all the files in the folder, and start a slideshow. I am very close. I can click that button, but don't know how to script the menu it displays when clicking the button. Much help would be appreciated.
    Here is my script so far:
    tell application "Finder"
    activate
    tell application "System Events"
    tell process "Finder"
    tell menu bar 1
    tell menu bar item "Edit"
    tell menu "Edit"
    click menu item "Select All"
    end tell
    end tell
    end tell
    end tell
    end tell
    end tell
    tell application "System Events"
    tell process "Finder"
    tell window 1
    tell tool bar 1
    tell group 2
    tell menu button 1
    click
    end tell
    end tell
    end tell
    end tell
    end tell
    end tell
    13" Macbook Mac OS X (10.4.9) 2 GHZ Core 2 Duo, 2 GB RAM, 80 GB HD

    I assume you're after the 'Quick Look' option, right?
    If so, there's a far more direct way of doing what you want. In general, avoid using UI scripting (the whole 'tell application "System Events" stuff) as much as possible. You can't do it all via direct scripting, but you can simplify your script a lot:
    <pre class=command>tell application "Finder"
    activate
    select every file of window 1
    tell application "System Events"
    tell process "Finder"
    keystroke "y" using {command down}
    end tell
    end tell
    end tell</pre>
    In this case I'm using the Finder's direct commands to select all the files. This is much better than trying to drive the menu bar (what happens to your script, for example, if you're running on a non-English version of the OS that doesn't have a 'Select All' item in the 'Edit' menu since those words are translated to some other language.
    Unfortunately I can't see a way to invoke the slideshow directly, but I'm using the command-key equivalent of Quick Look. This is also preferable since your script would fail if the toolbar wasn't visible in the current window, and using keystrokes wouldn't have any negative effects if the menu item wasn't available for some reason.
    The other advantage of using direct scripting is that you can get more creative/precise in what you want to do. For example, selecting all the items in a folder might not be appropriate, especially if there were mixed media files (word processor documents, spreadsheets, photos, etc.) or folders.
    By driving the Finder directly you can do things like:
    <pre class=command>tell application "Finder"
    activate
    select (every file of window 1 whose kind is "JPEG Image")
    end tell</pre>
    This makes sure you only select JPEG images, leaving everything else deselected, which is hard to do via the menus.

  • Flash web gallery - style.xml start with slideshow in play?

    When creating a web gallery with Lightroom, using a default flash template, a style.xml sheet is created. Does anyone know the line of code in that style.xml that sets the gallery to load with the slideshow in play mode?
    thanks,
    Donnie

    Please excuse the bump...
    Anyone with a LR flash gallery that starts with slideshow in play mode?
    Can it even be set to do this?
    The only code in the style.xml that looks like it might be realted is line 12 <playOptions playMode="pause"/>, changing that to "play" does nothing.
    Thanks,
    Donnie

  • Automatic start of slideshow

    How can I make my ipad start showing a slideshow automaticly when not used for a while and keep it running until I manually turn it off?

    There is no 'timeout' setting that you can use to say 'after x minutes of inactivity display photos'. So you can either go into the Photos app and start a slideshow from there, or press the sleep button twice (once to lock the iPad and then again to display the unlock screen) and then press the flower icon that appears to the right of the 'slide to unlock' (the flower won't appear if you havn't got any photos) - that will leave the iPad locked but will turn the iPad into a digital photo frame. You can set whether photos are shuffled, and how long they are displayed for, in Settings > Picture Frame (or Settings > Photos for slideshows via the Photos app)

  • Finder Slideshow Feature?

    I am was using the finder slideshow feature to view some images of mine, but I realized my pictures were going out of the order they were named. Is there anyway i can fix this?

    Rohit,
    Change the view of the Finder window to column view, select the pictures, then choose "Slideshow." When in icon view, the Finder sorts in a different, sometimes unexpected way.
    Scott

  • Prevent start of Slideshow when pressing play/pause on keyboard

    Hello,
    Does this annoy anyone else? You have music playing in itunes and are working happily in iphoto and then phone rings for example. You automatically hit the pause button on the keyboard to stop itunes, but instead it starts a slideshow of the images in the current window - and keeps itunes playing.
    Is it possible for the play/pause button only to work with itunes.
    This might also be the case in imovie but I am not certain.

    Welcome to the Apple Discussions. There are two iApps that take control over those buttons when they are the top window, iPhoto and Keynote. Even though iDVD has play buttons it doesn't. Don't know if that's an oversight or by design. Be sure to give feedback to Apple via http://www.apple.com/feedback/iphoto.html.

  • Start a slideshow that picks the image in the catalog randomly?

    Dear all
    I wonder:
    Is it possible to start a slideshow that randomly picks the images from the catalog (or from at selection of images in the catalog)?
    Regards
    Hans Brodin

    You might try using this application, http://www.freemacware.com/desktop-movie-player, that will let you use a movie for your desktop picture and then hafve your Mac boot up to the desktop.

  • Starting Finder wth a minimized window

    Hello, Couple questions:
    (1)Anyone know how to start Finder after logon with a minimized window in the dock?
    (2)Anyone know how to open a Finder window with a keyboard shortcut?
    Thanks!

    For what it's worth, it seems like I've got the same issue with a bunch of Epson folders. This has come after using the install disc for an Epson printer - now, when I turn on the computer, there are 4-5 other Finder windows open, each pointing to one of the Epson applications. Like you, I can't find these in my Startup Items list.
    I just started looking around for solutions - will let you know if I find anything.
    Or did you find a solution? (At the moment somehow deleting plists seems like the right idea, but I want to find out more before I do that.)

  • I have an ipad  and a iphone 5, when i start find mi iphone from the ipad or in the iphone only display the iphone, but not mi ipad it displays with conection, ubication not avaliable, i configure the same apple id in bot devices, and a diferent apple id

    i have an ipad  and a iphone 5, when i start find mi iphone from the ipad or in the iphone only display the iphone, but not mi ipad it displays with conection, ubication not avaliable, i configure the same apple id in bot devices, and a diferent apple id, can help me?

    IOS: using facetime http://support.apple.com/kb/ht4319
    using an ipad will use the email address since you can't make a phone call.  see the link.
    Your basically calling/emailing yourself that's why your getting a busy signal.

  • Startup disk full error - boots normally but won't start finder

    I'm having a problem in which my iMac when it boots gives me an error that the startup disk is full, but other than that it can boot normally and allow me to log in, but after that the startup stalls. I never get past the default "outer space" desktop image and finder never starts, so there's no icons, no dock, and nothing on the menu bar. What's weird is that Safari and Mail start and I can see them because I believe I have them starting automatically at boot. Safari works (I'm using it now to enter this discussion). Mail on the other hand starts but is hung checking for the servers for incoming mail.
    I've tried to boot in safe mode (holding down Shift key at startup), but it doesn't work.
    I've tried to boot in single user mode (holding down cmd-S at startup), but it doesn't work either.
    I've tried to boot from Snow Leopard installation media (holding down C at startup), but it doesn't work as well.
    Each time I try one of these alternate boot methods, it just takes me to the normal login screen with the startup disk full message. I click OK, login, and get stuck.
    I'm just trying to get the finder started so that I can delete some files, but I just can't get that far. It's strange that the browser works perfectly and internet connection is fine, but nothing else works.
    Thoughts? Thanks. - Mike

    Hi Lina, and welcome to Apple Discussions.
    Safe Mode might allow you to boot and free up some space.
    If you have access to another Mac and a FireWire cable, another option would be to use FireWire Target Disk Mode to transfer data to the other Mac and delete it on your MBA.
    If either way works, you want to open up somewhere around 15% free space. Once you do that, run Repair Disk: Boot from install disc (insert disc>restart>immediately hold down c key and keep holding it until you see “Preparing Installation”)>at first screen select the language and click Continue> click on the Utilities Menu in the menu bar>open Disk Utility>select your HD in the panel on the left side>click Repair Disk at bottom of main window. Run this at least twice, and keep running it until it says “appears ok” twice in a row. If that doesn’t happen, you may need a stronger utility such as DiskWarrior or if the directory is damaged beyond repair, you may need to reinstall the OS, or you may have a damaged HD (repair utilities can only repair the directory structure, not the HD itself).
    Ultimately, though, it sounds like you need a larger HD . . . .

  • Can't start finder coz a file distroyed

    My finder can't start when startup
    just can see the wallpaper and dock but no desktop icons
    then when i open the app on the dock
    the app just close
    It's because i install the package which recover my sartfile.bin in macintosh hd>system>library>privateframe>coreui.frame>version>a>resources
    but it's the 10.6 version and i use 10.5
    maybe this cause the finder crash
    however there're no choice to let me replace the file in osx
    but i didn't want to re-install osx, coz my hdd have 4.5gb space left
    Although, i use ubuntu live cd to replace, it's said "read-only system"
    i disbale the journalling, and follow a lot of guide, but still no use
    can save back my osx? because i can see the files in the ubuntu but no replace
    can possible to copy the file via terminal from the osx disk??
    Urgent, plz give a helpful hand to me as soon.
    ps time machine file was out-dated

    How to Use Pacifist to Replace Deleted or Missing OS X Components
    Insert the OS X Installer DVD into the optical drive. Use a simple utility like TinkerTool to toggle invisibility so you can see invisible items. Alternatively, open the Terminal application in your Utilities folder and at the prompt enter the following:
    defaults write com.apple.finder AppleShowAllFiles Yes
    Press RETURN.
    To turn off the display of invisible files repeat the above command substituting No for Yes.
    The install packages are located in the /System/Installation/ folder on the DVD.
    Download the shareware utility Pacifist from VersionTracker or MacUpdate. Use it to extract a fresh copy of the missing item(s) from the file archives on your OS X installation DVD. The file archives are in the /System/Installations/ folder (use Go to Folder option in the Go menu of the Finder.)
    Here are Four Basic ways to use Pacifist (courtesy of George Orville.)
    A. Drag a .pkg icon onto the Pacifist window .....proceed to step 7.
    B. Click on “Open Package ....” and navigate to package desired and click “Open” in the open/save window.....proceed to step 7.
    C. Insert Mac OS X installer CD and when it mounts, navigate to .... Menu->Go->Go to Folder.
    In the path field enter or paste ....
    /Volumes/disc name/System/Installation/Packages (where disc name is the name of the CD/DVD that you inserted.
    • Click on the "Go" button .....
    • Drag a .pkg to Pacifist..... proceed to step 7.
    The package you'll need will have to be discovered by trial and error, but for most applications you should start with the Essentials.pkg and/or Additional Essentials.pkg.
    D. Insert your Mac OS X install disk 1 .... and open Pacifist.
    1. In Pacifist, select "Open Mac OS X Install Packages" ... dialog may appear asking for disk 2, then disk 3 and finally disk 1 again.... {if DVD is not used)...If “Stop Loading” is selected...the procedure will stop!!!
    2a. When loading is complete, a new window appears, click the triangle to display contents of each package...Select item and proceed to step 7.
    2b. or click the “Find” icon in the Pacifist window and type the name of the software you need.
    3. In the list that comes back, click the top most entry for the item that you want. ..... that is the one for the English language.
    4. On the top of the Pacifist window, click “verify” .... you will probably be prompted for your password.
    5. Enter checks for.... “verify permissions” and “verify file contents.” and click “verify” ....enter password when prompted.... you will get back output which may look like this:
    20 files were scanned.
    20 of 20 files were present on the hard disk.
    0 of 20 files had file permissions that did not match those specified in the package.
    0 of 20 files had checksums that did not match those specified in the package.
    6. Click “close”. Go to step 7.
    Extract or Install........
    7. In the Toolbar (upper left), you now have the option to extract or install. Click a file in the lower list and those two icons will be enabled.
    8. If “Extract to...” is selected.... navigate to the location where the file will be placed, select “choose”, select “extract” in new dialog that appears,authenicate , if prompted, click “OK”.
    9. In the next dialog, click “Extract”.
    10. If “Install” is selected... dialog will appear with the location/path of the installed software. Click “Install”
    11. Type in your password, click “OK”
    • Pacifist will begin to extract files.
    12. In steps 8/10ß.... you also have the choice to “cancel”
    Notes.....
    • Pacifist may find that a file it is installing already exists on the hard disk. Pacifist will present you with an alert panel....
    Stop
    Leave original alone
    Update ..... Default selection
    Replace .... Replace option should only be used on full install packages

  • Apple TV Reboots every time it starts a slideshow that is home shared.

    Just bought a 2nd Gen Apple TV to replace my first gen with and for whatever reason, every time it enters into a slideshow, it crashes and reboots itself. So far it looks like it only does this with pictures that I am sharing using Home Share and iTunes.

    I am experiencing something similar as well. I am speaking of the slideshow screensaver. It only just started happening in the past month. It may be only with certain screensaver slideshows, I am not sure. There seems to be a pattern. The first time it happens, it just stops playing the media and reports an error with the content. The second time it happens, it jumps back to the default home screen on the Apple TV 2. Then on the third time, it resets itself (reboots).
    It's very strange.

Maybe you are looking for