Saturday, January 14, 2017

New Year Start: Photo and iMovie

2017 is here. One import thing I recommend to do for your Mac is to create new libraries for your both Photos and iMovie apps.

We import most of our photos and movies, medias, to Photos and iMovie apps. Do you realize that there are too many medias in Photo or iMovies. This is a problem. At least too many medias would slow down your Mac performance. Another risk is that if any thing wrong to cause library messed up or unable to open, years of memory may not recoverable.

My personal preference to create a new library for my medias. At the start of new year, I create a new one and continue to import medias to the new library.

Photos

Normally I place Photos at my Dock. From there, hold Option key and click on Photos. This will bring up open window:



From there you have choice to create new one from Create New... button. Follow convention, create a new library in your home's Pictures folder. Your home is your account name. I name the library as "Photos Library 2017".

iMovie


New library can be created from iMovie app itself. From menu, File->Open Library->New...



The default location of iMovie library is at your home's Movies folder. I name the new library as "iMovie Library 2017"



Another benefit to partition your medias in year base is that the library files are much smaller. It makes it much easy to back up photos and movies to your TimeMachine.

After your partition, you can copy or move your previous media libraries to another hard drive. I hope this tip will much Mac life much easier.

By the way, a good practice to add an event in your iCloud calendar at the first date of new year, just remind you a routine work of creating new libraries in your Mac.

Friday, January 6, 2017

Easy Way to Get File/Folder Path

To get full path of a file or folder in Mac is not easy nor straightforward. There is no address field like text in Finder to display the full path when a file or folder is selected. There may be status bar displaying its path but not copiable.

I think that long time ago, in Mountain Lion OS, there was an easy way to get file or folder's path. This could be done in Spotlight. If a file or folder name is displayed in Spotlight, you could copy or cmd+c to get its full path to clipboard.

However, this feature is gone in the current Mac OS. The copy in clipboard is selected pasted-out depending on the target. For example, only the file name is pasted out in most cases, such as in Spotlight, Safari's address bar, or most of text field in other apps. In TextEdit or Pages, the content of the file might be pasted out.

Even though, I figured out that there is a way to get full path: from Terminal!

Terminal is an app that provides text-based access to Mac OS. Terminal has been very old app since Unix. From there you can communicate with Mac OS by various text commands. Here I would not talk about it usage or functions.

We can use Terminal to paste full path! This is very simple:

  1. Open Finder
  2. Either browse to a file/folder, or search for a file/folder from Finder's spotlight
  3. Select a file or folder
  4. Copy it by pressing Command+C
  5. Open Terminal from Spotlight (Command + Space to open Spotlight, type in "Terminal". If you cannot find it, you can locate it in /Applications/Utilities)
  6. In Terminal, press Command+V to paste full path!