Ok,
It seems the Spotify main window name has changed. Got it working by changing
def _parseWindowTitle(self):
trackinfo = win32gui.GetWindowText(self._hwnd).split(" - ")
lines in pytify.py in Spotify plugin folder with
def _parseWindowTitle(self):
trackinfo = win32gui.GetWindowText(self._hwnd ...
Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
Search found 16 matches
- Tue Jun 25, 2013 8:00 pm
- Forum: General Support
- Topic: Spotify: action depending on status
- Replies: 3
- Views: 2267
- Tue Jun 25, 2013 5:43 pm
- Forum: General Support
- Topic: Spotify: action depending on status
- Replies: 3
- Views: 2267
Re: Spotify: action depending on status
Hi,
Thanks, it's working but not entirely as... the plugin seems to be broken in the last version of Spotify (0.9.1.53). The logger displays "Spotify running! Not playing anything..." even when Spotify is actually playing something.
I tested with another PC running a previous version of Spotify, the ...
Thanks, it's working but not entirely as... the plugin seems to be broken in the last version of Spotify (0.9.1.53). The logger displays "Spotify running! Not playing anything..." even when Spotify is actually playing something.
I tested with another PC running a previous version of Spotify, the ...
- Sun Jun 23, 2013 5:55 pm
- Forum: General Support
- Topic: Spotify: action depending on status
- Replies: 3
- Views: 2267
Spotify: action depending on status
Hi,
I would like to be able to make Eventghost execute (or not) an action depending on the status of Spotify, ie if it's playing or not.
The idea is to execute a slideshow if music is playing.
The trigger would be the idle event.
Could you help me out with that?
Thanks,
Sheugel
I would like to be able to make Eventghost execute (or not) an action depending on the status of Spotify, ie if it's playing or not.
The idea is to execute a slideshow if music is playing.
The trigger would be the idle event.
Could you help me out with that?
Thanks,
Sheugel
- Sat Feb 05, 2011 8:51 am
- Forum: EventGhost News
- Topic: It's the new style...
- Replies: 11
- Views: 18743
Re: It's the new style...
Hi,
First, thanks to the new Team for saving EventGhost.
I like the new theme but I think the rest of the site should be changed accordingly (if adopted).
Sheugel
First, thanks to the new Team for saving EventGhost.
I like the new theme but I think the rest of the site should be changed accordingly (if adopted).
Sheugel
- Fri Apr 02, 2010 6:21 pm
- Forum: General Support
- Topic: iPhone web app supporting long button presses
- Replies: 27
- Views: 20092
Re: iPhone web app supporting long button presses
The artist pictures looks great Sheugel, would be great to get it to change without refreshing the page :D Any luck?
Hi, I found a way to achieve it with an iframe.
I attach the webserver folder along with the xml file (set to work under C:\Program Files\EventGhost).
It works with the Dynamic ...
Hi, I found a way to achieve it with an iframe.
I attach the webserver folder along with the xml file (set to work under C:\Program Files\EventGhost).
It works with the Dynamic ...
- Sun Feb 28, 2010 9:29 pm
- Forum: General Support
- Topic: iPhone web app supporting long button presses
- Replies: 27
- Views: 20092
Re: iPhone web app supporting long button presses
I'm calling for help once again but I think it could interest other people using EG to control Spotify with iPhone/iPod Touch.
I'm using a script to fetch artist pictures related to the playing song from Last.fm and display it in the web app. It makes a more eye catching Spotify remote.
The script ...
I'm using a script to fetch artist pictures related to the playing song from Last.fm and display it in the web app. It makes a more eye catching Spotify remote.
The script ...
- Sun Feb 28, 2010 8:51 pm
- Forum: General Support
- Topic: iPhone web app supporting long button presses
- Replies: 27
- Views: 20092
Re: iPhone web app supporting long button presses
Add the command "eg.globals.Data = eg.globals.Data.decode('cp1252')" to the end of the "Set Spotify Info" python script in the macro "Spotify UpdateData". Then set the output data coding of the Write file operation in the same macro to "utf-8". This should get rid of the problem.
Yes!!! Thanks ...
Yes!!! Thanks ...
- Wed Feb 24, 2010 7:11 am
- Forum: General Support
- Topic: iPhone web app supporting long button presses
- Replies: 27
- Views: 20092
Re: iPhone web app supporting long button presses
Wow, your Spotify configuration is working great! Thanks for your help.
One small thing though, do you also have erros with artists or titles with special characters? Like R├Âyksopp,... I have erros in the log of EventGhost and the playing song doesn't show up in the browser. However, I know it ...
One small thing though, do you also have erros with artists or titles with special characters? Like R├Âyksopp,... I have erros in the log of EventGhost and the playing song doesn't show up in the browser. However, I know it ...
- Thu Feb 18, 2010 10:12 am
- Forum: General Support
- Topic: iPhone web app supporting long button presses
- Replies: 27
- Views: 20092
Re: iPhone web app supporting long button presses
I'll try to make a working example whenever I got some time.
Hi, I modified the "Simple Remote" to build something similar to Jostein's configuration (thanks to his help) to remote control the Spotify music player. It's nice to interact with the Spotify plugin and be able to see on the iPhone ...
- Tue Feb 16, 2010 8:13 pm
- Forum: General Support
- Topic: CommandFusion: iPhone control with customizable interface
- Replies: 149
- Views: 72418
Re: CommandFusion: iPhone control with customizable interface
Hi,
I wonder if it's possible to use your plugin to fetch the data from the Spotify plugin and see what's playing on the iPhone CF iViewer. It's possible to do so from the Webserver plugin: http://www.eventghost.org/forum/viewtopic.php?f=2&t=2045&p=12417&hilit=webserver#p12417
I used the example ...
I wonder if it's possible to use your plugin to fetch the data from the Spotify plugin and see what's playing on the iPhone CF iViewer. It's possible to do so from the Webserver plugin: http://www.eventghost.org/forum/viewtopic.php?f=2&t=2045&p=12417&hilit=webserver#p12417
I used the example ...
- Fri Jan 08, 2010 6:52 pm
- Forum: Plugin Support
- Topic: Spotify (api is partially broken)
- Replies: 165
- Views: 97022
Re: Spotify
@Jostein
Thanks so much, it's working fine!
I had no luck with krambriw's trick to update the data.
With an automatic refresh (here every 30''), even if it's not a perfect solution, it works:
<html>
<head>
<meta http-equiv="refresh" content="30" />
</head>
Thanks so much, it's working fine!
I had no luck with krambriw's trick to update the data.
With an automatic refresh (here every 30''), even if it's not a perfect solution, it works:
<html>
<head>
<meta http-equiv="refresh" content="30" />
</head>
- Fri Jan 08, 2010 7:57 am
- Forum: Plugin Support
- Topic: Spotify (api is partially broken)
- Replies: 165
- Views: 97022
Re: Spotify
Hi,
Really nice plugin!
Jostein, I saw in this post ( http://www.eventghost.org/forum/viewtopic.php?f=2&t=2045&p=12417&hilit=spotify#p12417 ) that you have configured a nice interface with the webserver plugin, based on paseant's application.
It would be great if you could share your xml file and ...
Really nice plugin!
Jostein, I saw in this post ( http://www.eventghost.org/forum/viewtopic.php?f=2&t=2045&p=12417&hilit=spotify#p12417 ) that you have configured a nice interface with the webserver plugin, based on paseant's application.
It would be great if you could share your xml file and ...
- Tue May 19, 2009 12:17 pm
- Forum: General Support
- Topic: New user can't get Eventghost to see MCE remote button push
- Replies: 8
- Views: 1697
Re: New user can't get Eventghost to see MCE remote button push
I'm clueless. I hope someone else can help you. One thing though, check that the "Log only assigned and activated events" box in the bottom left corner is unticked.
Sheugel
Sheugel
- Tue May 19, 2009 7:32 am
- Forum: General Support
- Topic: New user can't get Eventghost to see MCE remote button push
- Replies: 8
- Views: 1697
Re: New user can't get Eventghost to see MCE remote button push
Hi,
First make sure that you've added the Microsoft MCE remote plugin in your tree configuration:
http://www.eventghost.org/docs/controll ... tml#basics
Sheugel
First make sure that you've added the Microsoft MCE remote plugin in your tree configuration:
http://www.eventghost.org/docs/controll ... tml#basics
Sheugel
- Thu May 14, 2009 12:39 pm
- Forum: General Support
- Topic: Completely exit an application (Spotify)
- Replies: 1
- Views: 1337
Completely exit an application (Spotify)
Hello,
I'm trying to create a macro/action to exit Spotify. The Find Window/Close doesn't help as Spotify gets in the tray and keeps running. You have to use the option Exit in the File menu or by right clicking the tray icon to exit it. How can I do to completely exit the application with ...
I'm trying to create a macro/action to exit Spotify. The Find Window/Close doesn't help as Spotify gets in the tray and keeps running. You have to use the option Exit in the File menu or by right clicking the tray icon to exit it. How can I do to completely exit the application with ...