Jump to content

vdesabou

Member
  • Posts

    466
  • Joined

  • Last visited

  • Days Won

    22

Everything posted by vdesabou

  1. 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. Version 6.1.1 is available http://alfred-spotify-mini-player.com/blog/Version-6.1.1/
  3. There is now a blog post to give more information about the Spotify update causing issues and how to revert back to previous version, see http://alfred-spotify-mini-player.com/blog/issue-with-latest-spotify-update/
  4. 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
  5. 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.
  6. Version 6.1 is available http://alfred-spotify-mini-player.com/blog/Version-6.1/
  7. Version 6.0.4 is available http://alfred-spotify-mini-player.com/blog/Version-6.0.4/
  8. Version 6.0.3 is out http://alfred-spotify-mini-player.com/blog/Version-6.0.3/
  9. 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.
  10. Version 6.0.21 is available with small bug fixes http://alfred-spotify-mini-player.com/blog/Version-6.0.21/
  11. 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/
  12. Version 6.0 is now live ! I have even created a specific website for describing the workflow http://alfred-spotify-mini-player.com See the release note http://alfred-spotify-mini-player.com/release-notes/#v6.0
  13. Thanks, I'll try to update the workflow when I get time. However, if you would like to do a Pull Request, feel free to propose one, the source code is on GitHub at https://github.com/vdesabou/alfred-mountain-lion-builtin-sharing
  14. 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...
  15. 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.
  16. Ok good. I'm a bit surprised you had to run it 3 times with this version. But anyway, the next version would definitely improve this.
  17. Ah ah! We need an hotline I guess now ! @dapitts08, please post to the linked indicated by Citelao, I'll be happy to help
  18. 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
  19. 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: 1-Execute "spot_mini_kill" (see https://github.com/vdesabou/alfred-spotify-mini-player/wiki/Troubleshooting) 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
  20. As discussed by email, I've identified the problem and opened issue https://github.com/vdesabou/alfred-spotify-mini-player/issues/35
  21. And please follow instructions from here https://github.com/vdesabou/alfred-spotify-mini-player/wiki/Troubleshooting I need this debug file to help troubleshooting.
  22. 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.
  23. 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) 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 artistAdded command song_radio to create song radio playlist from current trackContinue using the workflow while updating library (playlist, all playlists or Your Music)! Added command lyrics to get lyrics from current trackNew sub-menu for Current Track (hotkey available for quick access)
  24. I added a list of know issues to the WIKI, https://github.com/vdesabou/alfred-spotify-mini-player/wiki/Known-Issues
×
×
  • Create New...