Jump to content

vdesabou

Member
  • Posts

    466
  • Joined

  • Last visited

  • Days Won

    22

Everything posted by vdesabou

  1. type "next" in alfred main window, you can see the commands in the workflow itself:
  2. After some time (with my library it takes about 15 seconds), you should get a notification saying that library has been created/updated. 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)
  3. If you can see the same thing as "mattsaundersmcp", then you're fine. When you say that the app disappear after reboot, I think you mean that if you add the spotify mini player as Favorite, it is removed from favorite side bar at next spottily startup. I experience this as well. That's a small bug. The app is not removed, it just does not appear in sidebar. But you can still call it using the alfred spotify mini player menu, or just type "spotify:app:miniplayer" in search bar. But remember you need to access this app only when you have to update your library. Let me know if you need more help. Appreciate your feedback
  4. If you have this, everything looks fine. You just need to follow steps in my first post in "First time use" section. You're at step "Click the BLUE button to generate JSON data". Normally you just need to follow all the steps and you should be fine. Let me know if you need more help!
  5. Hi, Are you talking about the spotify app here? If so, what do you see when you set "spotify:app:miniplayer" in the spotify search bar? Can you check that you have a directory spotify-app-miniplayer in ~/Spotify ?
  6. Done 2.5: Quick access to menus, for example start typing setting and Settings menu will be selectionedAdd a playlist to Alfred Playlist using ⇧ modifier
  7. Thanks I downloaded your workflow without knowing if it would help, but I just got the problem today It saved me a lot of google search to find the right command line :-)
  8. That's the problem :-) It should be a symbolic link but a valid directory. -Can you try to delete the link in this directory, and then just call Spotify Mini Player (it checks the directory and create a symbolic link if it can't find it) rm ~/Spotify/spotify-app-miniplayer If it still doesn't work, you can copy the spotify-app-miniplayer folder from spotify mini player workflow folder in ~/Spotify folder Note: the symbolic is created using: ln -s /path/to/spotifyminiplayerworkflow/spotify-app-miniplayer ~/Spotify
  9. Strange.. - what os x version are you using? - what spotify version do you have (in spottily-> about menu) (I have 0.9.0.129.g6978da9c) - Can you try to install spotify app example, see Installation section in https://github.com/spotify/apps-tutorial
  10. Hi, things to check: -Do you have a spotify-app-miniplayer in your /Users/xxx/Spotify directory? -Did you download and install Spotify after you've subscribed to your dev account? -Are you logged in Spotify with same account used for Dev Account? -Did you try to restart spotify? -Did you try to logout and login again? Cheers
  11. 5 seconds is slow compared to what I have ! I think you should try a "cache all artworks" (you don't need to clean it before) because since 2.3 I've improved the way we get artworks for playlists (before we did not get artworks for subscribed playlists, only our own playlists), so the 30 seconds might come from the fact the mini player download the artworks "on the fly". Max results set to 100 is huge! I personally set it to 15 max. Why do you set 100 results? It is not handy to scroll within 100 results anyway ? Would be worth to test with 15 to see what are the performances Thanks for your feedback, much appreciated!!
  12. Thanks! Based on the feedbacks here, looks like we're only two to use it Can you let me know what you think of performances, because I know you have a huge library.json?
  13. As there are not so many spotify workflows in the wild, I feel like you're referring to spotify mini player( http://www.alfredforum.com/topic/1892-spotify-mini-player-version-24/ ) here :-) It does not use slow spotify API, but a local file representing the user library and everything is cached locally, so everything is made to be really fast. If you're looking for speed, you should definitely give it a try. And if you already tried it and found it slow, I would be interested to investigate in order to improve it! Cheers!
  14. Also this one http://www.alfredforum.com/topic/1892-spotify-mini-player-version-24/ (self promotion as well :-) ) And you can actually use spotify mini player and spotifious at same time(when I listen to my library and my playlists, I use spotify mini player, and when I want to search a track not in my library, I look for it in spotifious) I tried to be as close as possible to iTunes mini player, so let me know what you think of it!
  15. Modifying the play queue is not technically possible, as a workaround, I added "Alfred Playlist" feature in 2.4, give it a try and let me know what you think :-) 2.4: Introducing Alfred Playlist: control a playlist from Alfred. Add Track with fn or Album with shift to the playlist, browse it or clear it from Alfred.
  16. are you looking for help here? because i really don't see what I am supposed to do with just this sentence.. Please refer to this post http://www.alfredforum.com/topic/1679-reporting-problems-with-workflows/ for reporting a problem
  17. Update your library!! 2.3: Using own Spotify app <spotify:app:miniplayer>. Nore more need to do manual install, this is automatically done. Using this allows more control and less hacking to make it work New random command, it will launch a random track from any of your playlists New star command, it will star the current track
  18. Interesting, I'm using your files and I cannot reproduce any of the errors you're reporting... Can you please open an issue here: https://github.com/vdesabou/alfred-spotify-mini-player/issues This is to avoid flooding the forum with bug discussions
  19. Can you share with me your library.json in Application Support Folder and your 'guistate' file located in /Users/YOUR_USER/Library/Application Support/Spotify/Users/spotusername-user/guistate ? I'll try to reproduce using your files. Thanks
  20. Note that when you use <cmd> modifier on a track, this will open and queue all the top tracks from the artist. If you use <alt>, then it will open and queue all tracks from the album. That could help, I'm personally using it a lot But queuing a track is not possible right now with their API..
  21. So I found a way to install the missing _imaging module (found here http://appelfreelance.com/2010/06/libjpeg-pil-snow-leopard-python2-6-_jpeg_resync_to_restart/) http://www.ijg.org/files/jpegsrc.v8.tar.gz go into your shell environment and untar by running the following tar -zxvf jpegsrc.v8.tar.gz cd jpeg-8 then run ./configure sudo make clean sudo make sudo make install Looks better now, but now I get: Traceback (most recent call last): File "vinc.py", line 3, in <module> print s.sendMessage("skype update") File "/Users/vincent/Dropbox/Alfred.alfredpreferences/workflows/user.workflow.08332C67-55FC-49BB-B546-E02AC9181AF7/skypingalfred.py", line 144, in sendMessage _getAvatars() File "/Users/vincent/Dropbox/Alfred.alfredpreferences/workflows/user.workflow.08332C67-55FC-49BB-B546-E02AC9181AF7/skypingalfred.py", line 215, in _getAvatars bg = Image.open("avatars/"+av[0]+".jpeg").resize((96,96),Image.ANTIALIAS) File "/Users/vincent/Dropbox/Alfred.alfredpreferences/workflows/user.workflow.08332C67-55FC-49BB-B546-E02AC9181AF7/PIL/Image.py", line 1290, in resize self.load() File "/Users/vincent/Dropbox/Alfred.alfredpreferences/workflows/user.workflow.08332C67-55FC-49BB-B546-E02AC9181AF7/PIL/ImageFile.py", line 201, in load raise IOError("image file is truncated (%d bytes not processed)" % len() IOError: image file is truncated (7 bytes not processed) However, I have now 100+ images in avatars directory, so it looks like one of the images is corrupted. Any idea how to fix that? Thanks
  22. Not really, can you explain a bit more in which cases it is not working? If you select the file with "File Action", is it working? If you don't share a file, is it working?
×
×
  • Create New...