Jump to content

vdesabou

Member
  • Posts

    466
  • Joined

  • Last visited

  • Days Won

    22

Everything posted by vdesabou

  1. Yes, I've already seen that, see post here #131 I think it's because of the time it takes for the playlist to be synchronized on Spotify servers. When I validate the name of the playlist, I have to lookup online the playlist, if the synchronization has not been done yet, the lookup does not return results. So I guess if you try now, it should work better, can you try again? I'll try to display a more meaningful error.
  2. Hi, I get this error "Sorry, but you have posted more images than you are allowed to", this is when I edit my workflow description for Spotify Mini Player workflow. There are 18 images. It gives this result https://github.com/vdesabou/alfred-spotify-mini-player I think it is nice to give as much information as possible with screenshots. What is the limit for this forum? Cheers
  3. Here is more information: Alfred Playlist The Alfred Playlist is a playlist where tracks, albums and even playlists can be added from within the workflow. Create a playlist within Spotify and name it "Alfred Playlist" Right click on it and copy Spotify URI Enter copied URI in Spotify Mini Player Alfred Playlist section To add a track to your playlist select it with fn modifier To add an album or another playlist to your playlist select it with shift modifier You can restrict search to only your starred playlist, if you want to. If you set to ALL, then your entire library will be used for search. Does it make sense now? Yes See: Commands No that's not possible, arrow keys can only be used when it is a file type. But anyway, I think you already have the "next" and "previous" commands to do what you want, right?
  4. No the other Spotify workflow is not a problem The fact that it is saying that workflow is corrupted is different problem.I've made some changes in 3.8.3 to detect and fix that. Can you install this version and invoke the workflow again? Let me know how it goes. If you still have issues, please provide your debug tgz file
  5. can you kill the library update by invoking "spot_mini_kill" command: Can you download the workflow again, I've made some changes: Then follow these steps: Type "spot_mini" or configured hotkey to invoke Spotify Mini Player, and select "1/ Open Spotify Mini Player App <spotify:app:miniplayer>" If it doesn't work (Spotify indicates "Failed to load application miniplayer."):* try to restart Spotify multiple times * try to logout/login * make sure you see in Developer Account: Developer Account Your account has already been enabled to use the Spotify Apps API. Happy hacking! If it works, invoke the Spotify Mini Player workflow again and select "2/ Install library"
  6. Hi, Can you share the tgz file generated by "spot_mini_debug" command, I'll have a look If you go in Spotify and type in search field "spottily:app:mini player", do you have an error?
  7. Hi, So I finally decided to go for the first option, i.e display all playlists where the current track belong: It gives something like this: This is in version 3.8. Cheers
  8. Hi All, I've noticed with my Spotify Mini Player workflow (PHP based) (http://www.alfredforum.com/topic/1892-spotify-mini-player-version-375-now-update-library-and-playlists-from-workflow/) that the first execution after some inactivity time is quite slow compared to next consecutive ones. So i tried to create a very basic workflow to show you this behavior. Grab it there: http://d.pr/f/2BKC Launch it with "ctrl+ENTER", it just displays a result with execution time. The first execution after some time, I get above 0.320 s whereas next ones are around 0.120 s If I execute it outside of Alfred, I don't get this behavior and I constantly get around 0.120 s Any idea what could cause this? Thanks
  9. Of course, I should have thought about that! Thanks for the headers, it is working perfectly for my use case now!
  10. Thanks! I have two other suggestions: - Handle # and ## titles - When I select my markdown text in my text editor and activate your workflow, it transforms the original file, so I have to cancel modification. Wouldn't it be possible to just have the BB code in the clipboard only? Or if not possible to open a new text file with the results, instead of modifying original? These are just ideas of improvement, your workflow is already very good Cheers
  11. Great! But I think you forgot to check in the .alfredworkflow file, there is 404 error
  12. Hi Vitor, I've just tried your workflow and can confirm this is working for this specific link, but there are some other issues that I don't get with this workflow. I've replied in your workflow thread. Cheers
  13. Hi Vitor, When I use your workflow with my markdown file https://raw.github.com/vdesabou/alfred-spotify-mini-player/master/README.md, I get strange results. For example with: ## Settings * Configurable Search Scope: Only Starred playlist (by default) or All your playlists * Set max number of results. 50 by default * enable/disable Spotifious or Alfred Playlist * enable/disable ***Lookup this artist online*** * Install/Update of the library (see next section for explanations) ## First time use I get: ## Settings Configurable Search Scope: Only Starred playlist (by default) or All your playlists Set max number of results. 50 by default enable/disable Spotifious or Alfred Playlist enable/disable Lookup this artist online * Install/Update of the library (see next section for explanations) ## First time use Maybe I have something wrong in my md file, but the same file gives correct results with the workflow from Carlos-Sz (http://www.alfredforum.com/topic/1333-markdown-to-bbcode-17). Any idea? Thanks!!
  14. I have never been able to reproduce or understand why it happens for some people.. Anyway, I hope you'll appreciate the workflow. Don't hesitate to ask if you have problems or suggestions Cheers
  15. The directory/Users/Efty/Spotify/spotify-app-miniplayer is not present That's the problem. Can you use command "spot_mini_kill_update" to stop update and then restart the workflow 'spot_mini" Normally it should create a directory in /Users/Efty/Spotify/spotify-app-miniplayer If not please let me know
  16. Hi, In https://developer.spotify.com/technologies/apps/ page, you should see: Developer AccountYour account has already been enabled to use the Spotify Apps API. Happy hacking! Did you try to login/logout in Spotify? Did you download and install latest version of Spotify? If you're still unlucky after that, please provide the tgz generated by "spot_mini_debug" Thanks
  17. 3.7.5: Fix: Browse by Artist and by Album is very slow for big libraries (>30K tracks)
  18. Hello, I use this workflow very often, it works perfectly, i've just noticed something that is not possible to do using markdown: [![Download Workflow](https://raw.github.com/vdesabou/alfred-spotify-mini-player/master/images/alfred-workflow-icon.png)](https://raw.github.com/vdesabou/alfred-spotify-mini-player/master/SpotifyMiniPlayer.alfredworkflow) It gives as an output: markdowtobbcode.scpt: execution error: Can’t get text item 1 of "". (-1728) Any idea what's going on? Cheers
  19. Hi, Can you open an issue for the 'now playing' problem here Create a new issue. I guess you have something in your environment that cause issue with applescript. For the playlist idea, that's a good suggestion. Problem is that I can't really know what playing is running. However I know from the track being played the list of playlists from which the track belong. So I could display an entry for every playlist where the current song belong. So let's say the current track belongs to your playlist "A" and "B", I could display playlist "A" and "B" in the main window but I cannot be 100% sure which one is being used. So i'm not sure that's a perfect solution.
  20. I'm out of ideas for improvements now. If you have any suggestions, it would be welcome
  21. Spotify Mini Player has now its own site : http://vdesabou.github.io/alfred-spotify-mini-player/ Small update: 3.7.4: Fixed output for update playlist and update playlists listDownload Workflow
  22. Thanks I appreciate! Ok so this error was caused by just one track where album name is "/\ // \/ Y" from M.I.A. What an idea to name an album like that So I fixed the issue in version 3.7.3, re-install the workflow and then you can just update the playlist where this "XXXO" song is. 3.7.3: * Fixed problem when antislash is in album,track,artist name Download Workflow
×
×
  • Create New...