Jump to content

Florian

Member
  • Posts

    327
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by Florian

  1. Recent downloads - ddjfreedom - http://d.pr/f/409f Transmission - florian - http://dl.dropbox.com/u/14050630/Transmission.alfredworkflow (not to brag but I use it constantly) Piratebay (but I know you can't post that one)
  2. For a time I have felt that autocompletion items should also be ordered the same way regular items are.
  3. If you want to create a new note, you have to type something like ever title:content if a note called "title" already exists, it'll append "content" to this note if you only type ever content it will add "content" to a note called Inbox finally, a double space in "content" is equivalent a new line. PS: I'm doing that from memory as I don't really use this workflow. Tell me if this works and if not or if my instructions are incorrect I'll look into it more precisely.
  4. "Extensions" are only for v1. "Workflows" for v2. If this scares you, I invite you to browse this forum. I believe you'll find most of the functionalities you used to have in v1 (I know i've seen reminders go by at some point). Also, at the bottom of the workflows list on the workflow tab of the pref panel, you'll notice a "+" button that can help you with some workflows examples and templates.
  5. It does work for workflows as well, but not every developer is using it. For example, if it is my Google Translate that you are using, then all UIDs are the same for each language, thus preventing Alfred from learning an order (i think). If is matters to you, go to the workflow, look for uid="translation" and change that for something specific for each language (ex: uid="translation_en").
  6. This is an awesome workflow. Genius Though, it'd be cool to make use of the quicklook functionality of Alfred. If the argument of an <item> is a url, then shift will display the quicklook of that URL. That would enable the user to see all comics without re-popping alfred everytime. What do you think?
  7. "Run Script" cannot generate feedback. Only "Script Filter" can.
  8. I haven't had any problem with this so far. Leaving the UID empty might work too, never tried.
  9. You can do that by finding a way to have a unique UID every time. For example what I like to do is to get a timestamp before echoing the results and then increment that number for each result.
  10. Hey guys, I haven't looked into it but here's what happened to this workflow for me recently: On VLC, I used to type "menu subtitles" to get to Video > Subtitles Track > Disable but it recently stopped working. Actually even "menu disable" doesn't work to get it either... It's weird because I still get Video > Subtitles Track > Open File... Any idea?
  11. You should have a default image for the tracks without artwork. Also, do you clean up previous images? If this workflow ends up creating an entire duplicate of the library's artworks, it might result in a really really heavy folder... Nice piece though
  12. Now I'd be really interested if you found a way to do this without creating a file.
  13. I'm not sure but try without specifying anything for <icon>. I think the default one will do the trick.
  14. Unofficial repo is also in progress. http://www.alfredforum.com/topic/829-apm-alfred-package-manager-need-testers/#entry4020
  15. You have all the categories available to chose from (when your query is only a space).
  16. So you open the workflow and everywhere you see EUR you replace with BPS (or whatever the code is for £) and replace € with £. You should do that in both script filters if you want it to convert both ways.
  17. No if you are making a script filter (and selecting osascript) there is no need to wrap and the query remains {query}. Take a look at my Adium workflow. It's pure applescript. You'll see how to generate feedback.
  18. You could use the autocomplete to add a character that you'd count in the beginning of your query. You could have different keywords for all your searches and have the action call alfred with the next keyword. You could store the step, the query and the time in a file and use that file to determine what to show when actionning. What I would personally do is I would use autocomplete like this: Search: movie argo Result #1: Argo (2012) - Rating: 8.0 Result #2: Search from other sites -> autocompletes "movie rotten argo" Search: movie rotten argo Result #1: Rotten: Argo(2012) - Rating: 80% Result #2: etc: Argo(2012) - etc -> autocompletes "movie somethingelse argo"
  19. I really like the appearance of your workflow. Though, I believe this would be somewhat easily doable with a bit of applescript and thus rid of a $13 shareware.
  20. Yes there are. Not by me though. Here is the latest unofficial project (unofficial means more complete but less secure) http://www.alfredforum.com/topic/829-apm-alfred-package-manager-need-testers/#entry4020 An official repo is being considered by the team i believe.
  21. Thanks. I was actually planning on going over your search and see which I like better. Mine doesn't require evernote to be open and is faster but yours is better integrated. Thanks! I think it has. And I think it needs some more updates (but it's surprisingly fast so I don't want to clutter it). Look at my PreDB workflow, i think I want my piratebay workflow to be as easy to use as this one.
  22. Hey guys, as posts multiply on this forum, I have noticed that it is harder and harder to find specific workflows. So here's a little page with my most downloaded workflows. Some of them are specifically suited for my personal needs but I believe they are overall useful. http://florianpellet.com/alfred/ (this link doesn't bring you to the most up to date workflows. for that, please refer to my signature on this forum, to my github page or head straight for packal). I welcome any suggestion, request, idea...
  23. To answer your first question, {query} will be replaced by the content typed in alfred. If you want it to be several arguments, you'll have to find a way to parse it (with spaces, comas, or whatever suits you). As for your second question, I don't understand what it is that you want to feed back into alfred.
  24. Check my last post for the Adium workflow. It is pure AppleScript. Hope this helps.
×
×
  • Create New...