Jump to content

vdesabou

Member
  • Posts

    466
  • Joined

  • Last visited

  • Days Won

    22

Posts posted by vdesabou

  1. Hi, ever since I updated to the latest version of Spotify, Spotifious seems to have stopped working. While I can search for things fine, it does not detect songs playing and does not change songs. Is this a known problem with the update or is this a problem with just me?

     

    Hi, it is not the same workflow, but problem is the same, see this link explaining how to workaround the problem (by reverting back to previous Spotify version).

     

    Hope it helps :)

  2. If you are one of the users who got an automatic update of Spotify desktop application (version 1.0.1, the one with Lyrics button), the workflow is broken because the AppleScript support is broken, see https://github.com/vdesabou/alfred-spotify-mini-player/issues/66 for details and how to install previous version and prevent auto-update.

     

    You can also kudos the problem here https://community.spotify.com/t5/Help-Desktop-Linux-Mac-and/Instant-issues-with-new-update/m-p/1040271#M111276 so that Spotify gets it fixed ASAP

  3. This looks great :)

     

    Are there any Spotify controllers that doesn't require having the Spotify Mac app running all the time?

     

    Like a controller for mopidy-spotify or spotifyd?

     

    No I don't plan to use these kinds of controllers for my workflow because it requires a Spotify Premium account and I don't want to restrict the audience.

    There was an enhancement issue proposed some time ago https://github.com/vdesabou/alfred-spotify-mini-player/issues/40 as well.

    I'll stick to Spotify WEB API + Applescript for now.

  4. Hi, I'm very new to Alfred and I'd like to use your cool workflow. But I can't make it work :(

    I've run the terminal-share install on my Yosemite 10.10.2 and added the workflow. 

    When I write "share" on Alfred I get the options: https://www.dropbox.com/s/8yayt6f0q0v2tgf/Screenshot%202015-02-02%2010.25.26.png?dl=0

    But if I select any option the window just closes and I get no error nor any notification.

    What's wrong? Thank you

     

    Hi, can you install this version http://inft.ly/GJ9LV7u and then try again. After you try, there should be a file output.txt in your Downloads directory. Send me the output of this file.

  5. Version 6.0.1 is released, it should fix problems seen by some users (no such table: artists error, or "No ’error’ provided in response body" when creating library)

     

    IMPORTANT: If you got issue with library creation with version 6.0, follow steps here and choose 'Browse to App Support Folder', then in Finder, delete library.db and fetch_artworks.db files before re-creating the library

     

     

     

    Blog post: http://alfred-spotify-mini-player.com/blog/Version-6.0.1/

  6.  

    [EDIT] Having read the thread from the start it turns out that this is actually Vincent's workflow thread.  I'll say then that this workflow is working for me on Yosemite 10.10.1 with Office 2011 using the method I describe below.

     

     

    Yes that's the same thing  :)

     

    Which version of Microsoft word 2011 do you have installed?

     

    I have a Mac which has version 14.2.0 and the workflow works.

    My another Mac has version 14.4.7 and the workflow is broken.

     

    So the problem is not related to Yosemite, it is related to an update Microsoft made which has broken the Apple Script "Save As" support, and I can't find anywhere someone complaining about it. I'm not sure how to report bugs to Microsoft, I'll have a look...

  7. Is there no Yosemite support? Doesn't work for me on 10.10.1

     

    Yeah, it's broken. Looks like Microsoft screw up something with "Save As" support..

     

    This simple applescript is giving error "Microsoft Word got an error: active document doesn’t understand the “save as” message. (-1708)":

    tell application "Microsoft Word"
    	open "Macintosh HD:Users:vdesabou:Downloads:test.doc"
    	save as active document file format format PDF file name "Macintosh HD:Users:vdesabou:Downloads:test.pdf"
    end tell
    

    This must be working normally..So it looks a Microsoft Word issue to me. So it's unlikely to have a fix for this workflow soon.

     

    EDIT:  Word 2011 version 14.2.0: It is working properly. With Word 14.4.7 it is broken.

     

    In any case, the source code is open source and available here https://github.com/vdesabou/alfred-convert-word-to-pdf so if you want to have look, you can. If you find anything, you can do a Pull Request.

  8. I have already tried the first workaround (kill the update and create the library again) with no success. After killing the update I got no improvement on the progress in some attempts, so now I gonna try to reduce the size of my library. Thank you for the fast reply.

     

    I sent you a PM so that I can get the debug file, maybe that's an other issue...

    Depending on the problem I may have to release a version 5.21 as it seems to impact quite a lot of users...

     

    Thanks

  9. I have the same issue (library update stops at some point and never completes). Should I just wait the issue to be solved or I can do something at the moment?

     

    I assume that it is the first time you use the workflow, is that right?

    When the create/update library starts, it has a token from Spotify which is valid 1 hour. As it is the very first time you use the workflow, it downloads all artworks so it takes a while, so after one hour, the token is no more valid and the update stops..

     
    The good news is that the next version will fix that because artworks will be fetched in background, so the update library will be a loooot quicker. !
    The bad news is that I can't release the next version yet because it needs to use a beta version of Alfred which has not been publicly released...
     
    As a workaround you can:
    2-Then call the workflow again and it shall propose to Create the Library. It will process more tracks, and fail again...But there will be a improvement in the progress.
     
    Repeat steps 1 and 2 until all your tracks are processed...
     
    Or maybe you can reduce (temporary) the size of your library: Maybe you're subscribed to a playlist with thousands of tracks ? So you could unsubscribe until the next version of the workflow is released (January)
     
    Let me know how it goes
  10. Season's Greetings From Canada!

     

    Re your Spotify Mini Player I have followed all instructions to date but I seemed to be hung up at the Library updating stage, according to the message I get, 1350/7196 tracks have been uploaded or processed but that was from last night.

     

     

    As discussed by email, I've identified the problem and opened issue https://github.com/vdesabou/alfred-spotify-mini-player/issues/35

  11. Season's Greetings From Canada!

    After seeing the Alfred Christmas 2014 calendar and the announcement of this Spotify mini-player (Day 13) I decided to "attempt" to install the workflow.

     

    As background, although I have been using Alfred for approximately 1-2 years, I am a newbie when it come to workflows; I have installed some however.

     

    Re your Spotify Mini Player I have followed all instructions to date but I seemed to be hung up at the Library updating stage, according to the message I get, 1350/7196 tracks have been uploaded or processed but that was from last night.

     

    I have gone over most of the back (in time) postings on this site to see if people have had similar issues, they have. I thus tried to follow some of your suggestions:

     

    1. As per a posting on this forum from last year (see below)

     

    "Can you check your /Users/YOUR_USER/Library/Application Support/Alfred 2/Workflow Data/com.vdesabou.spotify.mini.player directory and let me know if you have some files in there?

    You should have a library.json, library_starred_playlist.json and playlist_*.json files (one per playlist)"

     

    I have checked my library and I do indeed have the folder described above but I do not have any of those .json files

    In the com.vdesabou.spotify.mini.player  folder I have:

    Artwork folder

    library_new.db

    settings_tmp.db

    settings.db

    update_library_in_progress

    Looking forward to some assistance in getting your workflow up and running.

    Don J J Carroll

     

    Hi, Sure I'll be happy to help. Can you open an issue here https://github.com/vdesabou/alfred-spotify-mini-player/issues 

    It would be better to do debugging from there.

  12. Version 5.2: note that settings will be reset and you will have to re-enter your Spotify App Client Id and Client Secret again:

     

    Change log:

     

    • Added Create Artist Radio playlist (number of tracks is configurable, 30 by default)

    Capture%20d%E2%80%99e%CC%81cran%202014-1

    • Added Create Song Radio playlist feature (number of tracks is configurable, 30 by default)
    • Added command artist_radio to create artist radio playlist from current artist
    • Added command song_radio to create song radio playlist from current track
    • Continue using the workflow while updating library (playlist, all playlists or Your Music)!

    Capture%20d%E2%80%99e%CC%81cran%202014-1

    • Added command lyrics to get lyrics from current track
    • New sub-menu for Current Track (hotkey available for quick access)

    Capture%20d%E2%80%99e%CC%81cran%202014-1

×
×
  • Create New...