Speed up media folder navigation

On November 2, 2012, in Blog, OSX Tips, by Mike Hudson

20121102-220141.jpg
One of the most used features on my OS X installs is the Quick Look feature, its much easier then launching an app just to check, or to quickly read off its content. However, for as long as I can remember Quick Look has always been known for causing delays in folder navigation, high CPU and high network utilisation. This is generally down to it rendering previews of movie files in the active finder window. Yes – this even includes items on your desktop.

There are a couple of ways to combat this speed delay without loosing functionality of Quick Look on other files.

The easiest is to remove the Quick Look generator from the quick look folder. To do this, click on Go > Go To Folder now type or copy paste /System/Library/QuickLook/ now either delete or if you’d prefer move Movie.qlgenerator to another location.

This will disable the thumbnails for movie files, and speed up finder navigation – especially for media heavy folders.

Tagged with:  

By default the ‘Library’ folder is a hidden folder in OS X Finder. However, if you need temporary (GUI) access you can use this simple AppleScript below to remove the ‘hidden’ flag from the folder.

tell application "System Events"
	set libvis to (get visible of folder "~/Library")
end tell

if libvis = false then --~/Library is currently invisible
	tell application "System Events" to set visible of folder "~/Library/" to true
else --~/Library is visible
	tell application "System Events" to set visible of folder "~/Library/" to false
end if

This script could also be easily amended to show and hide any folder of your choice, simply by replacing the ~/Library/ with the path of the folder you’d like to toggle.

Tagged with:  

Launch finder as root

On January 29, 2012, in Blog, OSX Tips, by Mike Hudson

Sometimes theres a need to dig around in the OS X file system without restriction, (which also means without protection) for example should you need access to files or folders, but don’t fancy switching permissions or playing with complex terminal commands.

Using the single lined command below in terminal you can launch an instance of finder which doesn’t hold any of the restrictions that your normal finder window holds.

Bear in mind this will also give you the ability to cause serious damage to your file system, should you go messing with things you shouldn’t.

Copy and paste the following into a terminal window and press return.

sudo /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder

You will be prompted for your password, then a new finder instance should launch. It it doesn’t you should see a second set of icons overlaying your desktop icons. Double click the ‘root’ icon, and it should launch finder as root.

Remember boys and girls.. Be careful in there!

Tagged with:  

Get tabs in OS X Finder windows

On September 18, 2010, in Blog, by Mike Hudson

As more an more web browsers pop up offering tab browsing, I always knew tabbed file browsers would never be far behind.. The first one (that I’ve come across) in TotalFinder from BinaryAge

TotalFinder is a Finder add-in that add’s a tab feature to the native finder window. Offering little more then the standard + button as seen in other products offering the same feature, makes it the perfect solution for keeping your mac tidy but feature rich.
As soon as TotalFinder is installed it modifies the standard finder window, add’s the facility of tabs and adds a small TotalFinder icon to the menu bar.
TotalFinder tabs resemble the ones seen in the Google Chrome browser:
  
TotalFinder is also capable of running off the back of a ‘hot-key’ much like BinaryAge’s other application ‘Visor’. 
TotalFinder is currently available free of charge, however future plans are to charge for the application. You will need to be running Snow Leopard to take advantage of TotalFinder’s tabs. 
Tagged with:  

Jiwire hotspot finder for iPhone

On March 23, 2010, in Blog, by Mike Hudson

JiWire LogoThe clever boffins over at jiwire have recently released an update to their popular iPhone based Wi-Fi hotspot locator. The previous version was close to making it to my top ten list, but just had a little something missing.. This one however, really does seem to tick all the boxes for me!

The Jiwire hotspot finder boasts the listing of over 300,000 hotspots in over 140 countries, and with the ability to add hotspots direct from the app more are getting added daily.
Some of the app’s other features are:
The ability to search for hotspots anywhere in the world,
The ability to get Wi-Fi hotspot details and call the location, get directions or add to a list of favourites,
The ability to filter search results by free or paid, provider or location,
The ability to download the hotspot directory for offline use,
The ability to share your finds using twitter or facebook,
and even more. Check out this page for the remaining features.
The application is compatible with both the iPod touch and iPhone OS 3.0 or later.
I’ve found this app invaluable in the past when I am out with my laptop with an urgent email to send, and as iPhone tethering on the UK Orange network is astronomically priced i’m often stuck hunting down a hotspot.
Jiwire also offer an online wi-fi hotspot finder, which you can find over at their homepage.
If you know of a hotspot near by, why not help the growth of the already massive database by submitting it’s details here
Tagged with:  

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!