Jump to content

DJay

Member
  • Posts

    206
  • Joined

  • Last visited

  • Days Won

    1

Reputation Activity

  1. Like
    DJay reacted to caleb531 in Display iTunes Album Artwork in Alfred Results   
    I just updated the script to handle tracks without artwork. Here is the new download link.
     
    The script is designed to be efficient by storing whatever artwork it finds in a folder called Alfred Album Artwork (in your iTunes folder). This folder of images essentially acts as a cache to improve the performance of future queries. I could empty the folder upon the next query, but I think that introduces the potential for the workflow to be horribly inefficient.
     
    However, in order to balance efficiency while trying not to bloat your file system, the generated artwork files only differ by artist and album. In other words, each album is tied to a single artwork file, which is shared by all songs within that album.
  2. Like
    DJay reacted to Andrew in Safari bookmark search   
    I've just thrown together a little workflow for you:
     
    https://dl.dropbox.com/u/6749767/Alfred/Workflows/Search%20Safari.alfredworkflow
     
    Use 'sb' to search safari bookmarks and 'sh' to search safari history. Take a look at the search scopes set for each type which is where I found the files to drag into the 'types' field
  3. Like
    DJay reacted to Benzi in Wikipedia workflow (alternate)   
    Hi there,
    Can you try downloading the latest workflow from my original download link?
     
    After that, you need to change en.wiki to zh.wiki in two places in w.py.
     
     
    in search_for() rt_api = "http://zh.wikipedia.org/w/api.php" in resultParse() item_arg = u'http://zh.wikipedia.org/wiki/' + urllib.quote(item['title'].encode("utf8"))       
    I tried that and looked up http://zh.wikipedia.org/wiki/香港最高電影票房收入列表 (well to be honest, I just typed in some Chinese characters and that was one of the search results... I have no clue what that page is about   )
  4. Like
    DJay reacted to Benzi in Wikipedia workflow (alternate)   
    Quite a simple workflow to search articles on wikipedia (English version). Inspired by a similar workflow here, but it appears the download link is broken...
     

     
    Based on feedback from folks, I have an updated version of this workflow. It allows you to
    Search against regional Wikipedia sites. E.g. to search against German wikipedia, type "w de what to search for" i.e. "w <language code> <search term>" Language codes are from Wikipedia. You can also configure it to search against just one default Wikipedia by modifying the script filter as mentioned in the workflow. Against each result, a snippet of the text from the wiki page is displayed Remember, you can press the Shift key against a search result to quickly view the associated web page from within Alfred.
     
    Try the new version and let me know your comments.
     
     
    Q: How can I set one language as the default?
     
    Open the workflow's Script Filter in Alfred, and follow the steps mentioned in there.
  5. Like
    DJay reacted to DavidK in Next Audio Output Device + request for help!   
    I rewrote the functionality you are looking for using some bash trickery instead of Ruby. Seems to work fine in my setup, but feel free to test it out and let me know if there are any issues!
     
    http://d.pr/f/fB3c
  6. Like
    DJay reacted to pstadler in Screen Sharing with automatic network discovery   
    @DJay: This is now fixed. Just download and install it again.
  7. Like
    DJay reacted to pstadler in Screen Sharing with automatic network discovery   
    I just released a Screen Sharing workflow with automatic discovery of hosts that have remote desktop enabled. Such amazing things are now possible thanks to the "Script Filter" input!
     
    Download — stable version.
     

     
    The source code is available here: https://github.com/pstadler/alfred-screensharing
  8. Like
    DJay reacted to Florian in Keeping workflows up-to-date?   
    not yet. some people are working on it.
    http://www.alfredforum.com/topic/829-apm-alfred-package-manager-need-testers/#entry4020
  9. Like
    DJay reacted to gingerbeardman in Keeping workflows up-to-date?   
    Forgive me if this has been covered, I'm new to Alfred 2 (though I'm a long time Alfred 1 user)
     
    Is there a mechanism for keeping the Alfred 2 workflows up-to-date?
     
    Perhaps similar to what Safari offers for Extensions?
     
    Thanks
  10. Like
    DJay reacted to jdfwarrior in Connection speed   
    Do you guys have a link to the original? I'd be curious to see what it's doing. Then maybe I could recreate it for you
  11. Like
    DJay reacted to rosenkrieger in Wifi-Toggler   
    I mainly did this for myself, but someone else might find it usefull.
     
    With the keyword "wifi" it toggles your Airport on/off.
     
    http://dl.dropbox.com/u/677787/alfredworkflows/Toggler%20Wifi.alfredworkflow
     
     
×
×
  • Create New...