In deinem Fall:
if not checkItunesIsActive() then return
tell application "iTunes" try set src to (some source whose name contains "4S") tell src to update end try
end tell
tell application "iTunes" try set src to (some source whose name contains "iPad ") tell src to update end try
to checkItunesIsActive() tell application id "sevs" to return (exists (some process whose name is "iTunes"))
end checkItunesIsActive
Sternenf3uer 3 weeks ago
Diesen Befehlsblock einfach kopieren und beliebig oft in das Script kopieren (Namen der Geräte jeweils abändern)
tell application "iTunes" try set src to (some source whose name contains "3GS") tell src to update end try
end tell
gleichzeitig geht meines Wissens nach nicht !
MrXoom2005 1 month ago
Ich kenne mich mit Apple Skripts so überhaupt nicht aus. Wie bekomme ich es hin, dass ALLE Geräte, also auch z.B. mein iPad gleichzeitig mit dem 4S synchronisiert wird?
Vorab Danke für den Tipp und die Hilfe.
iPhoneDJay 1 month ago
In deinem Fall:
if not checkItunesIsActive() then return
tell application "iTunes" try set src to (some source whose name contains "4S") tell src to update end try
end tell
tell application "iTunes" try set src to (some source whose name contains "iPad ") tell src to update end try
end tell
to checkItunesIsActive() tell application id "sevs" to return (exists (some process whose name is "iTunes"))
end checkItunesIsActive
Sternenf3uer 3 weeks ago
Diesen Befehlsblock einfach kopieren und beliebig oft in das Script kopieren (Namen der Geräte jeweils abändern)
tell application "iTunes" try set src to (some source whose name contains "3GS") tell src to update end try
end tell
Sternenf3uer 3 weeks ago
gleichzeitig geht meines Wissens nach nicht !
MrXoom2005 1 month ago
Ich kenne mich mit Apple Skripts so überhaupt nicht aus. Wie bekomme ich es hin, dass ALLE Geräte, also auch z.B. mein iPad gleichzeitig mit dem 4S synchronisiert wird?
Vorab Danke für den Tipp und die Hilfe.
iPhoneDJay 1 month ago