Archive for tag: length

AppleScript: Länge einer Audio-Datei auslesen

22 February, 2010 (23:10) | AppleScript | By: hubi

Spotlight kann so etwas wunderbar und noch dazu bei verschiedensten Audio-Formaten: Code zum markieren einmal anklicken Code im Skript-Editor öffnen set aFile to choose file tell application "Finder" to set filename to name of aFile set AppleScript's text item delimiters to " = " set duration to text item 2 of (do shell script "mdls [...]