touch bar kkbox 歌曲資訊 btt - MAC
![Kelly avatar](/img/cat4.jpg)
By Kelly
at 2018-02-10T19:07
at 2018-02-10T19:07
Table of Contents
無聊寫了一下 AppleScript
雖然 KKBOX 不支援 AppleScript
但是可以用 notification 硬搞出來
on isRunning(theAppName)
tell application "System Events" to (name of processes) contains
theAppName
end isRunning
if isRunning("KKBOX") then
set theContentNames to {}
tell application "System Events"
tell process "NotificationCenter"
repeat with theWindow in windows
set theContents to entire contents of theWindow
repeat with theContent in theContents
if class of theContent is static text then
set end of theContentNames to name of theContent
end if
end repeat
end repeat
end tell
end tell
if length of theContentNames >= 3 then
if item 2 of theContentNames is equal to missing value then
set theResult to (item 1 of theContentNames) & (item 3 of
theContentNames)
do shell script "echo \"" & theResult & "\" > ~/btt_kkbox"
end if
else
set theResult to do shell script "cat ~/btt_kkbox"
end if
return theResult
else
return "KKBOX"
end if
https://raw.githubusercontent.com/erikkkerikkk/btt/master/README.md
--
雖然 KKBOX 不支援 AppleScript
但是可以用 notification 硬搞出來
on isRunning(theAppName)
tell application "System Events" to (name of processes) contains
theAppName
end isRunning
if isRunning("KKBOX") then
set theContentNames to {}
tell application "System Events"
tell process "NotificationCenter"
repeat with theWindow in windows
set theContents to entire contents of theWindow
repeat with theContent in theContents
if class of theContent is static text then
set end of theContentNames to name of theContent
end if
end repeat
end repeat
end tell
end tell
if length of theContentNames >= 3 then
if item 2 of theContentNames is equal to missing value then
set theResult to (item 1 of theContentNames) & (item 3 of
theContentNames)
do shell script "echo \"" & theResult & "\" > ~/btt_kkbox"
end if
else
set theResult to do shell script "cat ~/btt_kkbox"
end if
return theResult
else
return "KKBOX"
end if
https://raw.githubusercontent.com/erikkkerikkk/btt/master/README.md
--
Tags:
MAC
All Comments
![Kristin avatar](/img/cat5.jpg)
By Kristin
at 2018-02-12T23:58
at 2018-02-12T23:58
![Carolina Franco avatar](/img/dog2.jpg)
By Carolina Franco
at 2018-02-14T13:22
at 2018-02-14T13:22
![Dorothy avatar](/img/girl.jpg)
By Dorothy
at 2018-02-19T03:40
at 2018-02-19T03:40
![Barb Cronin avatar](/img/elephant.jpg)
By Barb Cronin
at 2018-02-20T13:01
at 2018-02-20T13:01
![Andy avatar](/img/beaver.jpg)
By Andy
at 2018-02-25T07:33
at 2018-02-25T07:33
![Elvira avatar](/img/girl1.jpg)
By Elvira
at 2018-02-27T16:43
at 2018-02-27T16:43
![William avatar](/img/bee.jpg)
By William
at 2018-02-28T05:34
at 2018-02-28T05:34
![Irma avatar](/img/girl2.jpg)
By Irma
at 2018-02-28T10:22
at 2018-02-28T10:22
Related Posts
提醒事項通知一直標示有一個未讀通知
![Lauren avatar](/img/girl5.jpg)
By Lauren
at 2018-02-10T12:16
at 2018-02-10T12:16
macbook pro 2015 / 2017 選擇
![Barb Cronin avatar](/img/bee.jpg)
By Barb Cronin
at 2018-02-10T11:39
at 2018-02-10T11:39
parallel 開bootcamp無法進入桌面
![Dora avatar](/img/woman-glasses.jpg)
By Dora
at 2018-02-10T10:31
at 2018-02-10T10:31
使用type-c hub 同時外接htmi&vga的問題
![Annie avatar](/img/woman.jpg)
By Annie
at 2018-02-10T09:59
at 2018-02-10T09:59
MacBookAir2015整修vs 2017新品
![Queena avatar](/img/cat1.jpg)
By Queena
at 2018-02-10T01:48
at 2018-02-10T01:48