smpanaro / sublime-spotify

Control Spotify from Sublime Text 2 or 3.
51 stars 8 forks source link

Doesn't seem like ST3 is reading it. #2

Closed AlexKvazos closed 10 years ago

AlexKvazos commented 10 years ago

I wasn't able to install the plugin from Package Control so I cloned the repository into /Users/alexkvazos/Library/Application\ Support/Sublime\ Text\ 3

My package settings dropdown does show sublime-spotify but command palette does not show any command related to the plugin.

smpanaro commented 10 years ago

I'm still waiting for approval to release on Package Control, but will probably get that soon. In the meantime, I think you cloned it into the wrong directory. It needs to be in the Packages directory.

This command works for me: git clone git@github.com:smpanaro/sublime-spotify.git /Users/Steve/Library/Application\ Support/Sublime\ Text\ 3/Packages/SublimeSpotify

If you're still having trouble, copy/paste the contents of your Sublime console here for me. (View -> Show Console, or `Control + ``)

AlexKvazos commented 10 years ago

I just changed the folder name to SublimeSpotify and it worked. Does the plugin needs the folder to be called exactly like it?

smpanaro commented 10 years ago

Actually, it absolutely does need to be named that for everything to work. That's a bug that I will fix ASAP. Thanks!

smpanaro commented 10 years ago

@AlexKvazos FYI, you will need to rename the folder from "SublimeSpotify" to "Spotify" if you manually update again. Though, I suggest switching to Package Control once it is available.