0
votes
Applescript Question - Adding Tracks to Playlists
Try changing that line to:
add (get location of the_track) to playlist thePlaylist
or, if thePlaylist is already a playlist reference (instead of just …
0
votes
How can I tell if a file or folder is busy, e.g. the Finder is busy copying to it?
It looks to me like partially copied files have a file type of "brok" and a creator code of "MACS".
I don't believe that the Finder marks in any way the copies of folders that it is in the …
1
vote
Python: Getting file modification times with greater resolution than a second.
HFS+ (used by OS X) has a date resolution of one second.
…
4
votes
List of installed fonts OS X / C
Python with PyObjC installed (which is the case for Mac OS X 10.5+, so this code will work without having to install anything):
import Cocoa
manager = Cocoa.NSFontManager.sharedFont …
