I added the "Tabulator" simulation events to the Spotify to so I can tab between the playlists and songs.
Can you explain more what you did? Is this something that I could improve the plugin with?
Best regards, Walter
I added the "Tabulator" simulation events to the Spotify to so I can tab between the playlists and songs.
Jostein wrote:
Maby one that will update also when change is done from Spotify.
Best regards, Jostein.
<?xml version="1.0" encoding="UTF-8" ?>
<EventGhost Version="1462">
<Macro Name="Fanart Spotify" Expanded="True">
<Action>
Window.FindWindow(u'spotify.exe', None, u'SpotifyMainWindow', None, None, None, False, 0.0, 0)
</Action>
<Action>
Window.BringToFront()
</Action>
<Action>
EventGhost.PythonScript(u'import ImageGrab\nbox = (1,745,233,980)\nImageGrab.grab().crop(box).save("c:\\Spotify playing.jpg", "JPEG")\n')
</Action>
</Macro>
</EventGhost>Users browsing this forum: No registered users and 1 guest