Jump to content

vdesabou

Member
  • Posts

    466
  • Joined

  • Last visited

  • Days Won

    22

Everything posted by vdesabou

  1. Hi Vitor, Nice workflow, thanks! One possible way is to use the logic implemented in this workflow (I'm not the author) http://www.alfredforum.com/topic/4636-libgen-search-and-download-pdfs-and-ebooks-from-the-library-genesis-project/#entry28261 It requires the user to type a period (.) after the query in order to initiate the search. Just a thought
  2. 4.4.5: Second attempt to get related artists more reliableImproved performances of Update Library, Update Playlist and Update Playlist List Please restart Spotify after installing this version and call 'Update Library'
  3. One possible way is to use the logic implemented in this workflow http://www.alfredforum.com/topic/4636-libgen-search-and-download-pdfs-and-ebooks-from-the-library-genesis-project/#entry28261 It requires the user to type a period (.) after the query in order to initiate the search. I think it could make sense to use same logic in all (awesome) workflows you released (this one + all the MAS/iBook/iTunes searches) Just a thought Thanks!
  4. Done http://www.alfredforum.com/topic/4696-apply-alfreds-knowledge-to-autocompletevalidno-results/
  5. Hi, It was originally a question, but I think it would make sense to have this feature in Alfred, see description and use case here: http://www.alfredforum.com/topic/4611-is-alfreds-knowledge-applied-to-autocompletevalidno-results
  6. Yes that's what I figured, but I think it would make sense to apply it when autocomplete is used... Thanks for your response
  7. 1.1.2: Added Average DistanceFixed issue when there is no run for a monthUse ⌘C and ⌘L to collect your stats in your clipboard or display in large typeExample of Large type:
  8. 4.4.4: Moved to new Spotify WEB API for online lookupsDisplay release date (and genre if available) of album in online mode
  9. Thanks! At the end of the process, the pdf is opened in Alfred window, so you just need to use "File Action" with Email (refer to "Using File Actions" in here http://support.alfredapp.com/features:file-search)
  10. Please try again, I fixed the download link
  11. 4.4.3: Get related artists is more reliableDisplay "in playlists" for every track
  12. 1.1.1: Added command nike_get_latest_activities, with external triggerAdded distance until next Nike+ levelVarious fixes
  13. 1.1: Add a summary of year/month at the top of resultsAdded shoes statistics
  14. Thanks Andrew, I figured out I was using an old version of David's Workflows.php that's why UID was set to '' My bad Thanks for your support
  15. Alfred Nike Plus Running Description This is an Alfred Workflow to browse your Nike Plus statistics and running activities. Features Hotkey to trigger the workflow Update of activities directly from the workflow Browse by Year/Month Auto-Updater: it checks once per day and download automatically the new version Settings Check for workflow update Use Miles instead of KM Install/Refresh of the library Auto-Update The workflow checks for update once per day, if an update is available, it will download the new version in your Downloads folder. Note that you can also force a check for update in Settings section Credits Nike+ PHP Authenticate for Alfred Terminal-Notifier Download the workflow on Packal
  16. If that helps, if I clear knowledge, after that the very first time I get it working, but once I select a result, then the other times I get same behavior as explained in my first post, see screencast http://quick.as/b7Vocr62
  17. Thanks for these explanations! I've removed all calls to exec() in the performance path of my workflow (Spotify Mini Player http://www.alfredforum.com/topic/1892-spotify-mini-player-version-15/) which were in the Workflows.php from David. I've only one remaining but I think I have no choice because I need to call an applescript to get current playing song from Spotify, and I can't see a way to do that without call to exec(). Anyway even with this, it takes now only between 100 and 250 ms for my workflow to return all results and I'm very happy with that!
  18. Version 4.41 is live with improvements from 4.4: 4.41: Compliant with latest Spotifious version4.4: Improved performancesNew command to unstar a track Added new command (with external trigger) spot_mini_update_library to update libraryAutomatically update Alfred Playlist after adding track, album or playlistAutomatically update starred playlist after star/unstar trackNew themeShortcuts to Settings/Alfred Playlist/Playlists (need to configure hotkeys) To be downloaded on Packal http://www.packal.org/workflow/spotify-mini-player
  19. Yes i see now: If you delete old version first, it will use spotifious as new one, but if you don't, it will keep old one "spot". I will update to "spotifious"
  20. That's strange because I just re-downloaded Spotifious from Packal and script filter is set to 'spot'. Did you rename it by yourself? For No 1, hold on a few minutes, I'm going to release version 4.4 which fixes the issue
  21. You see, the first execution of the day, after several hours of idle system gives: This is exactly what I was observing when I wrote my initial post. Hope this helps
  22. It just means I've truncated the results here for displaying just a subset of the XML results. The XML is valid, you can find it in the link of my post
  23. I finally had some time to investigate this and I believe this is due to use of exec(). I've read here http://stackoverflow.com/questions/14277910/php-exec-performance: "When you call exec php does not create a thread, It creats a new child process. Creating a new process is big overhead." So I've done a pull request to David's workflow (https://github.com/jdfwarrior/Workflows/pull/9) to avoid as much as possible the use of exec() in Workflows constructor. The best improvement is when you set bundleid when creating Workflows: $w = new Workflows('com.repro.slow.problem'); instead of $w = new Workflows(); I've created a workflow to show the improvements, get it here https://cloudup.com/cBiUwDy104X See:
×
×
  • Create New...