atom-spotify icon indicating copy to clipboard operation
atom-spotify copied to clipboard

There's no text on my bar - only equalizer animation

Open dawidk92 opened this issue 10 years ago • 7 comments

zrzut ekranu 2015-04-15 o 13 43 30

Atom: 0.191.0 atom-spotify: 1.2.0 Spotify: 1.0.3.101.gbfa97dfe OS X Yosemite 10.10.2

dawidk92 avatar Apr 15 '15 11:04 dawidk92

Same here.

pixelpony avatar Apr 15 '15 16:04 pixelpony

Same here.

Atom: 0.190.0 Atom-spotify: 1.2.0 Spotify: 1.0.3.101.gbfa97dfe OSX Yosemite: 10.10.2

STLMikey avatar Apr 15 '15 20:04 STLMikey

Me too.

Atom: 0.192.0 Atom-spotify: 1.2.0 Spotify: 1.0.3.101.gbfa97dfe OSX Yosemite: 10.10.3

aaroncraigongithub avatar Apr 16 '15 17:04 aaroncraigongithub

The latest spotify update seems to have broken things for a lot of plugins. I'm not sure but could this be the issue?

jaman1020 avatar Apr 17 '15 03:04 jaman1020

I've nothing. Not even the equalizer animation :(

rsylvian avatar Apr 30 '15 01:04 rsylvian

Yeah, Spotify has changed a lot over the last couple versions AFAIK. I have been using Toastify to give me notification toasts about song changes and they also ran into a problem due to Spotify changing how song info is displayed.

They ended up having to have some sort of localserver that could read the contents of Spotify or something... main thing I know is that it uses "chromedriver.exe" for this.

Hope that'll be of some use to someone trying to figure this out.

codepuncher avatar Apr 30 '15 13:04 codepuncher

This library depends on a submodule in node called "spotify-node-applescript". There were some bug fixes made between 2.2.1 (which is what this uses) and 2.2.2. To get the new library (which works) go into atom-spotify and update.

eg

cd ~/.atom/packages/atom-spotify
MacBook-Pro:atom-spotify $ npm update
[email protected] node_modules/spotify-node-applescript
└── [email protected]

tm1000 avatar May 20 '15 20:05 tm1000