itunes coverflow im vollbildmodus

yiiit

Aktives Mitglied
Thread Starter
Dabei seit
14.01.2007
Beiträge
1.943
Reaktionspunkte
90
guuuuten abend,

ich bin auf der suche nach nem applescript, um itunes coverflow bei systemstart im vollbildmodus zu starten. kann mir da jemand helfen oder hat jemand eine idee ?

gruß, yiit
 
Ich hab gerade mal mit Applescript herumgespielt und herum gegoogelt und das hier funktioniert:

Code:
tell application "iTunes"
	activate
	tell application "System Events"
		tell process "iTunes"
			keystroke "5" using {command down, option down}
			
			keystroke "f" using {command down}
		end tell
	end tell
end tell

Mittels Automator dann folgenden Ablauf erzeugen:
attachment.php


Das ganze im Automator als Programm abspeichern und in die Startobjekte schieben. Das wars :)
 

Anhänge

  • cf-full.png
    cf-full.png
    33,7 KB · Aufrufe: 138
Zuletzt bearbeitet:
hey - ich danke dir ganz herzlich und werde das gleich mal ausprobieren :) das ging echt fix!
 
Zurück
Oben Unten