Bonjour je souhaiterais mettre sur mon bureau la musique itunes en cours donc j ai ce script:
--
on run
set info to ""
set info2 to ""
tell application "System Events"
set num to count (every process whose name is "iTunes")
end tell
if num > 0 then
tell application "iTunes"
if player state is playing then
set who to artist of current track
set what to name of current track
set info to what & " by " & who as string
end if
end tell
end if
return info
end run
--
Mais apres comment faire pour qu'il soit lu avec geek tool? j ai cru comprendre qu'il fallait marquer "osascript (et ici la localisation de mon fichier .scpt)
mais sa fonctionne pas? --'
et sinon vous avez un script pour pouvoir afficher un flux rss quelconque? genre journal du geek?
et en passant afficher mon wall de facebook serait assez cool mais impossible d obtenir le flux RSS des actualité ? surement pour la securité par contre c'est possible pour les notification...
merci d avance