Jump to content

Downey

Member
  • Posts

    6
  • Joined

  • Last visited

Posts posted by Downey

  1.  

    Weird. I have a number of things to try, then:

     

    • If you go to the Workflows pane, select my workflow, and double-click the "spotifious" script filter, you should see instructions in the script field about how to debug unsolveable issues. Could you send me the file it generates?
    • You might want to give the dev version of Spotifious a try, as well. It's available here.
    • Try seeing if somethings messed up with your Applescript: open Script Editor (it's in Utilities) and run the code below. It should give, as a result, the name of the current Spotify track.

     

    Let me know what you get!

     

    I've also created a GitHub issue for this, if you'd like to continue debug there.

     

    Current track:

    tell application "Spotify"
    	name of current track
    end tell
    

    Activate Spotify:

    tell application "Spotify"
    	activate
    end tell
    

     

    Hi, thanks for your reply.

     

    I was going through all of the things that you'd asked me to do and nothing was working - including trying to run the AppleScript for the current track -, until I ran the activate Spotify code in AppleScript. It came up with an error but opened Spotify anyway. After that, everything's been working fine - all of the AppleScript works perfectly without error, and Spotifious works fine!

     

    Thanks for your help!

  2. I'm having some problems with Spotifious at the moment. It was working great when I installed it, but it suddenly stopped working and I don't think I did anything that might have affected it. Searching things works fine, but the workflow doesn't open Spotify, I can't see what's playing and selecting songs doesn't open Spotify.

     

    I'm using the latest version of Spotify and the latest version of Alfred on OS X Yosemite.

     

    Do you know what might be wrong?

×
×
  • Create New...