Jump to content

vdesabou

Member
  • Posts

    465
  • Joined

  • Last visited

  • Days Won

    22

Everything posted by vdesabou

  1. If you've removed or added a new playlist, you can directly add/remove the playlist from the workflow! 3.6: Added Update Playlist list(use it when you have added or removed a playlist). Various fixes.Download Workflow
  2. Thanks! I agree, this workflow is awesome Just for you and your 100+ playlists, I added playlists artworks! 3.5: * Added artworks to playlists! Please update your library to enjoy this new feature Download Workflow
  3. Hi, Thanks for reporting this. I'm glad you still use this workflow! 1- I see why you get the error that starred playlist already exist, I'll fix that 2-Using the Export JSON data should not have any effect, I'll remove it in next version 3-I don't see why however the progress bar remains blocked to 0, on my side I reproduce the starred playlist error, but it does' prevent the update library to finish. So yes i'm interested by the debug tgz file. FYI I get at the end: Error: table "playlist_starred" already exists Library has been created (3065 tracks) So library is created except for the other starred playlist Cheers
  4. Hi, I figured out a way to update library and playlists directly from workflow (using web sockets from within spottily app)! See my last post here http://www.alfredforum.com/topic/1892-spotify-mini-player-version-33-now-update-library-and-playlists-from-workflow/?p=19825
  5. New in version 3.3: Added progress indicator during update of library and playlists Added possibility to update playlists directly from the workflow!
  6. To avoid confusion, I've added in the next version a nice progress bar:
  7. From the debug files you provided, It looks like it is working fine. The library creation was in progress, 103 tracks are processed. Don't forget that the first time, it downloads every artwork so it can take a while! So if you killed the update library, you can restart it by executing "update library". Then be patient
  8. So did you remove the empty playlist finally? Because I can't reproduce on my side with this: When you execute "spot_mini" again, do you see a warning message saying that library is in progress? Also, if you can open a terminal and type the two commands: ps -efx | grep php and netstat -an | grep 17693 Also, can you execute "spot_mini_debug" and provide the tgz file that would be generated in your download folder? Thanks for your help
  9. Hum, I'm not sure to understand. I added your stream into an iTunes Playlist but I'm not sure how it would impact Spotify.. I don't iterate over iTunes playlists. Can you provide more details? Does this stream appear in Spotify ? Can you show a screenshot of the Spotify console when the problem happens? Thanks
  10. Can you re-download the workflow, I fixed this empty playlist issue (if you confirm you have one). Otherwise, can you give me more info on the missing playlist?
  11. Do you have a playlist that is empty, with no songs ? When I create it one, I reproduce your issue
  12. No more need to copy the JSON data, now the install/update library is even more easy !!! 3.2: No more need to copy JSON data! Just click on "Update library"Added spot_mini_kill command to kill update library if it is stuckDownload Workflow
  13. mmm, so I guess line 247 is not executed for one your playlists: if(snapshot.length == array_tracks.length) Can you add a console.log like this and see which playlist is causing issue: console.log(snapshot.length,array_tracks); if(snapshot.length == array_tracks.length) Otherwise, maybe you can share temporarily all your playlists, so that I can subscribe to them and see if I can reproduce?
  14. thanks Can you re-download the workflow, I have updated it with a fix. -Delete the ~/Spotify/spotify-app-miniplayer folder to force the fix to be installed. -You may have also to restart Spotify to make sure the latest version is used. Let me know if this fixes the problem
  15. Thanks for debugging this! I think I understand why, I've reproduced by adding a folder at the end of my playlists, see "test" folder: Can you confirm it is your case? I'll provide a fix shortly
  16. Hi, Hum, there must be something wrong when doing the export. Can you, once you have clicked the Export as JSON button, open the debug console. In Spotify, type "alt-cmd-J", or go in Development->See inspector And then you should see a console like this:
  17. I've just updated to version 3.1, UPDATE YOUR LIBRARY!!! 3.1: Moving to spotify API 1.x: no more 200 tracks limitation on playlistsAdded spot_mini_debug command to help troubleshootingImproved robustness and error detectionsDownload Workflow
  18. Hi, to force stop the update, remove the file "update_library_in_progress" in /Users/YOUR_USER/Library/Application Support/Alfred 2/Workflow Data/com.vdesabou.spotify.mini.player/update_library_in_progress Then I suggest that you: -delete /Users/YOUR_USER/Library/Application Support/Alfred 2/Workflow Data/com.vdesabou.spotify.mini.player/library.db -delete /Users/YOUR_USER/Library/Application Support/Alfred 2/Workflow Data/com.vdesabou.spotify.mini.player/settings.db -re-download and install workflow here Download Workflow -create your library Depending on the number of playlists you're using, it may take time, to give you an idea I have 3100 tracks in my library, it takes about 10 minutes to create the library (but the very first time it takes more time as all the artworks are downloaded) If you experience same issue with never-ending library creation: -then type "spot_mini_debug" command and you should have a spot_mini_debug.tgz file in your Downloads directory. Send it to me. Cheers
  19. I've added a new command which hopefully will help for debugging: -re-download and install workflow here Download Workflow -Reproduce the problem with empty results when you type "spot_mini" -then type "spot_mini_debug" command and you should have a spot_mini_debug.tgz file in your Downloads directory. Send it to me. Cheers
  20. Hi, Yes I would be happy to help. Can you open an issue here https://github.com/vdesabou/alfred-spotify-mini-player/issues ? I would need for investigation what it inside the output.log file which is located in the spotify mini player workflow folder
  21. Hi All, I noticed a problem since I installed Mavericks. When I select a file type element to browse it in Alfred, the window blinks and nothing more happens. Here is a reproduction with a small workflow: And script filter content: cat << CODE <?xml version="1.0"?> <items><item uid="Users" arg="/Users/" valid="yes" type="file"> <title>/Users/</title> <subtitle>Browse in Alfred</subtitle> <icon type="fileicon">/Users</icon> </item></items> CODE Find the workflow here: http://d.pr/f/dyMh Let me know if I'm the only one to experience this (I tested on my two Macs) Thanks
×
×
  • Create New...