Display number of items in Get Info results?

Our studio has finally made the jump to OS-X (Tiger) from OS-9. (Okay... I'll admit we had a bit of an "encounter" with Windows XP in the interim...)
Part of our production workflow sees 1000's of folders/files routinely moved around from various media - CF card to hard-drive, DVD to external hard-drive etc. As part of our SOP, after a large transfer of important files, we check both the source drive/folder and the destination drive/folder to ensure the item count is the same.
In OS-9, Apple accomodated this step in the Get Info window by showing the number of items in any given volume or folder. In OS-X, it seems to be gone. Surely I'm missing something...
If Apple truly has done away with this feature (bad move from a production standpoint IMHO) is there a third-party patch or app that can display the number of items in any given folder or volume?
Thanks-
j
G5   Mac OS X (10.4.5)  
G5   Mac OS X (10.4.5)  

I made an Automator action, which I can access with a control click on any folder.
1. Launch Automator, click on Finder in the Library, then drag the "Get Selected Finder Items" from Actions into construction area
2. Click on Automator in the Libray, select Run Applescript in Actions and drag it into the work area
3. Paste in this Applescript:
tell application "Finder"
count every file of entire contents of (selection as alias) --files only
display dialog ((the result) as string) & " Files" & "." buttons {"OK"} default button 1
end tell
4. Go to menu item File and select Save As Plugin, fill in the name and have it as a plug-in for Finder. It will be saved to
"/Users/username/Library/Workflows/Applications/Finder/FileCount.workflow"
which will appear in the Automator section of your control click contextual menu.
This counts files only. If you want to include files and folders you will need to change the Applescript.
Francine
Francine
Schwieder

Similar Messages

  • NO 'Get Info' results for .wmv files!?

    I recently tried to 'get info' on a few .wmv
    files I had saved to my HD.
    Strangely, there was absolutely NO response,
    no matter how many times I tried it.
    ALL other filetypes will yield 'get info' results
    in the usual manner.
    WHAT is this about?
    Yes, restarted, permissions, etc, as per usual.
    Any ideas?
    G4 DA 466 1 GB RAM OS X Tiger 10.4.6 (Note: Downgraded
    from the .7 'upgrade'. The right way.)
    Thanks!
    G4 DA 466 Mac OS X (10.4.6) Since Mac OS3.1

    WHAT is this about?
    Don't see here with 10.4.7. Maybe it's a LaunchServices or Spotlight problem. Rebuilding the former's database and reindexing with the latter is in order, but don't know.

  • How do I make my iPhoto Library's version number appear in the Get Info window?

    I recently (within the past 2 weeks) purchased a new 27 inch iMac and have been importing data (applications and files) from my 2010 Macbook Pro via AirDrop.  One of the first files I migrated over was my iPhoto Library.  I doing so, I noticed a few differences between its file attributes and those of the iPhoto Library file created by default on my new computer - two of which I'll note here.  First, I noticed that the file resident on my new OS was labeled iPhoto Library.photolibrary while my older version did not have the ".photolibrary" extension.  That seemed simple enough to correct so I added that extension to my old library file.  The second difference I'd note - and the source of my question - is that the default iPhoto Library file displayed a version number (9.5.1) in its "Get Info" window, while mine did not.  I checked my file's info.plist file and the correct information seems to be listed.  It reads (in part):
    <dict>
                   <key>CFBundleGetInfoString</key>
                   <string>iPhoto Libary 9.5.1</string>
                   <key>CFBundleShortVersionString</key>
                   <string>9.5.1</string>
    </dict>
    </plist>
    I'm not sure this is really a question for the iPhoto community, as it seems like a more general issue; but, this is my first post to these forums, and I didn't know where to start.  Thanks in advance for the advise/suggestions.

    In terms of the info.plist file, I only reviewed it to see why I wasn't seeing the version number in the GetInfo window.
    The string "<key>CFBundleGetInfoString</key>
                   <string>iPhoto Libary 9.5.1</string>"
    is exactly what will be shown in the Get Info panel. I tested that by simply editing this string in a test library using XCode. I could "Get Info" to show ridiculous versions numbers this way.
    However, none of my older iPhoto libraries will show the version string in Get Info, only libraries I created with iPhoto 9.5.1. or Aperture 3.3 or later.
    There is probably one of the other database files in the folder "database" - *.appdb and *.db  interfering.  None of the Library First Aid options did make the version number show for my older iPhoto libraries - not even rebuilding the iPhoto library. The only way I could make the version number show in "Get Info" was by exporting the library as a new library using Aperture. But this exported library is now showing as Aperture library.

  • Does Anyone Know How to Display Number of Items in a Folder?

    After "upgrading" to Lion, none of my folder display the number of items in the folder --a nice bit of information that was available in earlier versions of the operating system.  Is there an automatic way to see that information? [I imagine there are other really inconvenient ways, but is there a nice CONVENIENT setting I haven't figured out?]  THANKS.

    From your View menu in Finder choose "Show status bar"
    EDIT: Also there is QuickLook which is no longer on the toolbar of the Finder window but you can choose from "Customize Toolbar".

  • "Get Info" result box

    Upgraded to Snow Leopard. In the past when I would use "Get Info" and hilghted more that 10 items it would give me one Get Info box with all the size info I wanted. I just did it to 50 photos and 50 Get Info boxes came up. Pain in the ***. Does anyone know how to put it back to 10 or more, one info box.
    Thanks
    Bob

    Press the Control key and choose Get Summary Info, or the Option key and choose Show Inspector.
    (47785)

  • Report to display number of items sold by state

    Hello experts,
    I would need a report with the following paramters:
    Deliver doc number,posting date,ship to state,item number,item desc,quantity.Is it possible to have the selection for the date range?
    Thanks

    Hello Gordon,
    This is what I noticed.
    This query shows the ship to state for the order if they are not on the User defined fields on a delivery document.
    Let me be more clear
    This query is displaying only the customers where the ship to address is entered in the BP master data.If the ship to address is entered at the sales order level it is not displaying the ship to state.
    I hope this makes sense
    Thanks

  • ColumnChart - display number of items per time interval

    I have a collection of objects. Each object has a "time"
    property of type Date.
    I need to display a ColumnChart which shows one column
    representing the number of objects in a time interval. For example
    if I had 5 objects:
    2 have a "time" of 3:00:00
    1 has a "time" of 3:00:12
    2 have a "time" of 3:00:17
    And my time interval should be 10 seconds...then I would have
    to columns one representing 3:00:00 - 3:00:09 and one representing
    3:00:10 - 3:00:19. The first column would have a y-value of 2 and
    the second column would have a y-value of 3.
    Any suggestions on how to do this? Should I maintain a
    Dictionary that maps a time to a count? and bind my chart to that
    Dictionary?

    "anoweb" <[email protected]> wrote in
    message
    news:g93s6o$oca$[email protected]..
    >I have a collection of objects. Each object has a "time"
    property of type
    >Date.
    >
    > I need to display a ColumnChart which shows one column
    representing the
    > number
    > of objects in a time interval. For example if I had 5
    objects:
    > 2 have a "time" of 3:00:00
    > 1 has a "time" of 3:00:12
    > 2 have a "time" of 3:00:17
    >
    > And my time interval should be 10 seconds...then I would
    have to columns
    > one
    > representing 3:00:00 - 3:00:09 and one representing
    3:00:10 - 3:00:19.
    > The
    > first column would have a y-value of 2 and the second
    column would have a
    > y-value of 3.
    >
    > Any suggestions on how to do this? Should I maintain a
    Dictionary that
    > maps a
    > time to a count? and bind my chart to that Dictionary?
    Use a dataFunction.
    HTH;
    Amy

  • Get Info "Change All" button doesn't keep the proper "Open With" app

    I have a small but annoying problem that appears in Leopard 10.5.2 (been there since original 10.5.0 install) that I have tried to troubleshoot but can't solve.
    The problem is:
    -With some of my file types, the wrong "Open With" application is displayed when I view a Get Info for that file type. So to fix this, I open a Get Info window on one of those types of files, and choose the PROPER default application in the "Open With" slot. This works, and then the new proper application name now shows in that slot. So then I click the "Change All" button and apply to all files of that file type. I receive the warning that I will be changing ALL files of that type. I choose "continue" because that is what I desire.
    However, once I do that, (click Change All, then Continue button), the old, wrong application name jumps back the Open With slot! So the new, correct application choice doesn't "stick".
    Oddly enough, it sort of DOES work, because if I then re-click in the Open With slot, although the old, the wrong application is back listed again, if I look up above that name, then my actual desired application is listed in a list, and it has the word (Default) beside it.
    So if I do actually now double click any file of that type, then the proper application DOES launch and open the file.
    But why does the Get Info window still display the wrong, non-default application in Open With? And furthermore, this causes all file types of that kind, to display the WRONG icon in any Finder window. They of course display, the icon of what is in the Open With slot list.
    I am having this problem only with two file types and apps. (Cubase and Pro Tools---DAW audio apps). All of my Cubase files display a Pro Tools icon, and show as Open With: "Pro Tools" when of course it should display Open With: Cubase. As stated in the Open With list, Cubase is indeed there among other programs and it has the word (Default) beside it. So it sort of works when launching files. But I still cannot get Cubase to "stick" and stay in Open With after Change All!
    Can anyone offer any tips on what might cause this and what fix is needed?
    Thanks so much in advance!
    Wade

    Well, I tried rebuilding the Launch services with the command listed but still no luck. After having no luck with that and deleting caches, etc....I also, went to my home (user) directory and in Preferences, I deleted the com.apple.launchservices.plist file. I restarted and checked and still the same result.
    Also, I want to emphasize again that the file type I am discussing DOES actually launch with the correct application. (Cubase files in my example).
    But it is just annoying that ALL of my Cubase files display the Pro Tools application icon, and in Get Info they are listed to open with Pro Tools. But they actually do launch Cubase if double clicked.
    And one other VITAL note....if I open Get Info for one of these files, and change the Open With from Pro Tools to Cubase....then that choice DOES "stick" and retain. (if I "don't" also click Change All)
    It's only when I click "Change All" that it DOESN'T stick and the list selection jumps back to Pro Tools. I hope that may offer some clarity.
    Thanks for the tips but I am still back at square one.
    Wade

  • Movie Artwork "Get Info"

    MOVIE ARTWORK
    I have copied a number of movies to my iPad2 for my grand daughter to watch. I downloaded the movie posters for each movie, shrunk them to about 26kb jpegs and then added them to the Movie on the get info screen. Problem is about 1/2 of the movies will not take the artwork, the other 1/2 did, what is going on?

    When you add a movie to iTunes you have to make sure it makes a copy of the file in the iTunes Media folder.  Otherwise, you can't edit any of the information on the movie or video.
    In iTunes 12, go to Edit-->Preferences
    In Preferences, go to Advanced and make sure the "Copy files to iTunes Media folder when adding to library".
    Unfortunately, you will now have to re-import the movie files into iTunes using "Add File To Library..." Once imported, the movie will sometimes appear under "Home Movies" instead of "Movies" but if you right click on the movie file it will list a menu item called "Get Info" where you can change the "Options" to "Movie". You should also be able to click the "Add Artwork" button. 
    Hope that helps.

  • ITunes 11 - Get Info greyed out for movies on external drive

    With iTunes 10, my itunes movies and TV shows grew to about 1.2TB of data, and I shifted them to an external drive.
    I was able to edit the information via 'get info' until upgrading to iTunes 11.
    Now all the information, bar the 'five stars' field are greyed out. If I shift a particular movie back to the internal drive, I can edit (genre, for example). Shift away again, get info greys out.
    Any advice? It feels like iTunes thinks it has the wrong permissions.

    When you add a movie to iTunes you have to make sure it makes a copy of the file in the iTunes Media folder.  Otherwise, you can't edit any of the information on the movie or video.
    In iTunes 12, go to Edit-->Preferences
    In Preferences, go to Advanced and make sure the "Copy files to iTunes Media folder when adding to library".
    Unfortunately, you will now have to re-import the movie files into iTunes using "Add File To Library..." Once imported, the movie will sometimes appear under "Home Movies" instead of "Movies" but if you right click on the movie file it will list a menu item called "Get Info" where you can change the "Options" to "Movie". 
    Hope that helps.

  • Can't edit movie artwork (greyed out on Get Info tabs)

    All I need to know is how to be able to add artwork to my movies that are being read form an external hard drive. When I press CMD+I for the get info window the option to even select the Artwork tab is greyed out and unavailabe. How do I get it to add artwork that I have found online?
    I did not have this problem when itunes was reading the movies from my actual mac computer it only started when I made itunes read the movies from my external drive. I can still edit the artwork for the ones that are not on my external drive yet and are only on my actual mac computer. Why is this happeneing?

    When you add a movie to iTunes you have to make sure it makes a copy of the file in the iTunes Media folder.  Otherwise, you can't edit any of the information on the movie or video.
    In iTunes 12, go to Edit-->Preferences
    In Preferences, go to Advanced and make sure the "Copy files to iTunes Media folder when adding to library".
    Unfortunately, you will now have to re-import the movie files into iTunes using "Add File To Library..." Once imported, the movie will sometimes appear under "Home Movies" instead of "Movies" but if you right click on the movie file it will list a menu item called "Get Info" where you can change the "Options" to "Movie". You should also be able to click the "Add Artwork" button. 
    Hope that helps.

  • ITunes 11 "get info" grayed out

    Some of my songs' info under "get in" are grayed out, so I cannot change genre, etc.  I have read thru a lot of old posts and I've checked the permissions on the iTunes folder and they are correct.  Weird thing is that only some songs are grayed out, and some are not.  I checked these individual songs permissions and they are correct.  Any ideas?
    I have a MAC
    iTunes 11
    Match

    When you add a movie to iTunes you have to make sure it makes a copy of the file in the iTunes Media folder.  Otherwise, you can't edit any of the information on the movie or video.
    In iTunes 12, go to Edit-->Preferences
    In Preferences, go to Advanced and make sure the "Copy files to iTunes Media folder when adding to library".
    Unfortunately, you will now have to re-import the movie files into iTunes using "Add File To Library..." Once imported, the movie will sometimes appear under "Home Movies" instead of "Movies" but if you right click on the movie file it will list a menu item called "Get Info" where you can change the "Options" to "Movie". 
    Hope that helps.

  • "Get Info" not appearing in ARD 3.1

    Hi all.
    Ctrl-clicking on a managed computer and selecting Get Info results in... absolutely nothing. No Info window appears. Nothing happens. From the menubar, File>Get Info, or Command-I result in the exact same nothing.
    The only way for me to edit computers is to remove them from the "All Computers" list, and then add them back from the Scanner.
    It used to work fine. I've tried a re-install and preference trashing. Any one got any ideas?
    Thanks, Ben

    How did you re-install? Doing a simple reinstall will just replace missing components. You may need to manually uninstall and reinstall.
    http://docs.info.apple.com/article.html?artnum=108021

  • Finder issues and Get Info refusing to show the number of files on items on the main hard drive.

    I am having finder issues. Mostly on the main hard drive. It takes ages to find things and I get the spinning wheel every time I open a folder.
    So I moved all of my files to a external drive.  When I had finished transfering I hit get info on the files on the external drive and on the same folder on the main drive.  To ensure that it has copied over all the files.  Because it was acting up and not copying all the files.
    Get Info refuses to show the number of files within the folders on the main hard drive. It hasppily tells me everything on any of the external drives.
    I have reset, the imac.  I have re indexed 3 times.  I have deleted the finder plist files.  I have reset finder using terminal commands. I have moved nearly everything off the main hard drive. But nothing is working.
    Can anyone offer any suggestions as to what could be causing my finder and get info issues.
    Any help wpuld be appreciated.
    Running Mountain Lion on a late 2009 Imac

    Some of your user files (not system files) have incorrect permissions or are locked. This procedure will unlock those files and reset their ownership, permissions, and access controls to the default. If you've intentionally set special values for those attributes, they will be reverted. In that case, either stop here, or be prepared to recreate the settings if necessary. Do so only after verifying that those settings didn't cause the problem. If none of this is meaningful to you, you don't need to worry about it, but you do need to follow the instructions below.
    Back up all data.
    Step 1
    If you have more than one user, and the one in question is not an administrator, then go to Step 2.
    Enter the following command in the Terminal window in the same way as before (triple-click, copy, and paste):
    sudo find ~ $TMPDIR.. -exec chflags nouchg,nouappnd,noschg,nosappnd {} + -exec chown $UID {} + -exec chmod +rw {} + -exec chmod -N {} + -type d -exec chmod +x {} + 2>&-
    This time you'll be prompted for your login password, which won't be displayed when you type it. Type carefully and then press return. You may get a one-time warning to be careful. If you don’t have a login password, you’ll need to set one before you can run the command. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
    The command may take several minutes to run, depending on how many files you have. Wait for a new line ending in a dollar sign ($) to appear, then quit Terminal.
    Step 2 (optional)
    Take this step only if you have trouble with Step 1, if you prefer not to take it, or if it doesn't solve the problem.
    Start up in Recovery mode. When the OS X Utilities screen appears, select
              Utilities ▹ Terminal
    from the menu bar. A Terminal window will open. In that window, type this:
    res
    Press the tab key. The partial command you typed will automatically be completed to this:
    resetpassword
    Press return. A Reset Password window will open. You’re not going to reset a password.
    Select your startup volume ("Macintosh HD," unless you gave it a different name) if not already selected.
    Select your username from the menu labeled Select the user account if not already selected.
    Under Reset Home Directory Permissions and ACLs, click the Reset button
    Select
               ▹ Restart
    from the menu bar.

  • Unable to open the photos in reviewer, every time I click on the photo on , it says do not have permission to view the photo. Please open the item in the finder choose the item and click on get info . What am I suppose to change in the setting on getinf

    Unable to open the photos in reviewer, every time I click on the photo on , it says do not have permission to view the photo. Please open the item in the finder choose the item and click on <get info>. What am I suppose to change in the setting on <get info>

    Back up all data.
    This procedure will unlock all your user files (not system files) and reset their ownership and access-control lists to the default. If you've set special values for those attributes on any of your files, they will be reverted. In that case, either stop here, or be prepared to recreate the settings if necessary. Do so only after verifying that those settings didn't cause the problem. If none of this is meaningful to you, you don't need to worry about it.
    Step 1
    If you have more than one user, and the one in question is not an administrator, then go to Step 2.
    Triple-click anywhere in the following line on this page to select it:
    { sudo chflags -R nouchg,nouappnd ~ $TMPDIR..; sudo chown -R $UID:staff ~ $_; sudo chmod -R u+rwX ~ $_; chmod -R -N ~ $_; } 2>&-
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window by pressing command-V. I've tested these instructions only with the Safari web browser. If you use another browser, you may have to press the return key after pasting.
    You'll be prompted for your login password. Nothing will be displayed when you type it. You may get a one-time warning to be careful. If you don’t have a login password, you’ll need to set one before you can run the command. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
    The command may take a few minutes to run, or perhaps longer if you have literally millions of files in your home folder. Wait for a new line ending in a dollar sign ($) to appear, then quit Terminal.
    Step 2 (optional)
    Take this step only if you have trouble with Step 1, if it frightens you, or if it doesn't solve the problem.
    Start up in Recovery mode. When the OS X Utilities screen appears, select
    Utilities ▹ Terminal
    from the menu bar. A Terminal window will open.
    In the Terminal window, type this:
    res
    Press the tab key. The partial command you typed will automatically be completed to this:
    resetpassword
    Press return. A Reset Password dialog will open. You’re not going to reset a password.
    In the dialog, select the startup volume ("Macintosh HD," unless you gave it a different name) if it's not already selected.
    Select your username from the menu labeled Select the user account if it's not already selected.
    Under Reset Home Directory Permissions and ACLs, click the Reset button.
    Select
     ▹ Restart
    from the menu bar.

Maybe you are looking for

  • How do I change the apple ID my iPad is associated with

    I'm trying to figure out how to change the Apple ID our iPad is associated with. My husband bought the iPad and set up a new Apple ID instead of using mine. Now we cannot use iCloud to sync all of our devices. Any help out there?

  • Need help connecting guitar, a/i, speaker together.

    I'm new to this forum, and sure this has been covered, but i couldn't find what i'm trying to do. I want to connect my guitar to garageband, then output it live to either my stereo. I have an airport express connected to stereo if that helps me or no

  • SRM 7 PPS contracts and purchase order on backend?

    Hi, our client wants to implement SRM 7.02 with PPS and Plan Driven Procurement. The issue here is that we need from an accepted quotation ( bid response) in srm create follow on document ( as purchase order and contracts) at the backend system (ERP)

  • Cloning SOA Suite 11.1.1.2.0

    Hello, Please let me know if you have any pointer to cloning procedure of SOA Suite 11.1.1.2.0, Oracle documentation for this version is not complete. Any help that you could provide on this will be highly appreciated. Thansk!

  • Sender Abap Proxy -- Receiver JDBC , catch communication channel exceptions

    Hi All, I have a sender abap proxy and a receiver jdbc asynchronous interface. Now under some circumstances when I send some junk data for an update query(which satisfies metadata requirement but wrong primary key) it shows chequered flag in both XI