Het is niet heel moeilijk. Open Applications > utilities > Script editor
copy/paste het volgende:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
| tell application "Spotify"
activate
end tell
tell application "System Preferences"
reveal anchor "output" of pane id "com.apple.preference.sound"
tell application "System Events"
tell process "System Preferences"
select (row 1 of table 1 of scroll area 1 of tab group 1 of window "Sound" whose value of text field 1 is "Apple TV")
end tell
end tell
quit
end tell |
Verander "Apple TV" in het device die je zelf gebruikt (kun je zien door door met option/click op speakertje te klikken in je menu balk.)
File > Save ... > typ een naam, selecteer bij format: application.
Zodra je hem opstart zal ie zeuren dat ie geen toegang heeft:
- klik op de system preferences button
- klik op het slotje > password
- zet een vinkje voor je applicatie
- klik het slotje weer
Sluit spotify en herstart het appje, dan zie je dat je airplay automagisch geselecteerd word bij het starten.
Betekend wel dat je dit appje moet gebruiken om spotify te starten met airplay.
[
Voor 3% gewijzigd door
z1rconium op 23-08-2015 14:46
]