Jump to content

shadylane

Member
  • Posts

    47
  • Joined

  • Last visited

Everything posted by shadylane

  1. Wow, this is a great workflow (and great looking as well...) - thank you so much for sharing!
  2. SUCCESS!!! Everything's working perfectly now with the latest version, yay! This workflow is absolutely fantastic, seriously, I love it! Thank you both so much, especially for making the workflow run on Mountain Lion - as a huge Last.fm fan I will be using this constantly... Alfred + Last.fm = totally awesome Thanks again guys!
  3. Hi guys! Thank you for your efforts (both of you), but sadly I'm having the same problem shayonpal reported.... Last.fm's authentication page opens, I click the button and a couple of seconds later I get the "authentication failed" notification, every time. I tried reinstalling the workflow, but no luck (this is with kopischke's version, by the way). Whatever the issue might be, I have no problem waiting for Mavericks (assuming Mountain Lion is causing the authentication failure).
  4. Thanks! I'm having the same issue - no browser window opens when I try to do the setup (OS X 10.8.5). Your workflow looks awesome, though, can't wait to try it
  5. Thanks, David! As a workaround I just connected this simple AppleScript to a hotkey and it works fine with iTunes Radio (without error): tell application "iTunes" if player state is playing then pause else play end if end tell
  6. Hi! I'm enjoying the new iTunes Radio in iTunes 11.1 and I noticed that the "play / pause" commands in Alfred throw an error in Console.app when used with iTunes Radio: 18.09.13 20:15:00,710 Alfred 2[243]: [ERROR] AppleScript Error: { NSAppleScriptErrorAppName = iTunes; NSAppleScriptErrorBriefMessage = "Can\U2019t get class of file track id 94414 of user playlist id 94381 of source id 62612."; NSAppleScriptErrorMessage = "iTunes got an error: Can\U2019t get class of file track id 94414 of user playlist id 94381 of source id 62612."; NSAppleScriptErrorNumber = "-1728"; NSAppleScriptErrorRange = "NSRange: {0, 0}"; } The commands are working perfectly, though - it was a coincidence that I had Console open and saw the error. Just thought I mention it Cheers, Anna
  7. Love the workflow, thanks for sharing!
  8. Thanks for the fast response, Vítor - everything works flawlessly! Awesome workflow
  9. Hi Vitor! Really love the workflow, thanks for sharing! It is working perfectly for me I would be interested in changing the workflow to only download .mp4 files - I'm running the newest version (from today). Could you tell me what I have to do to make the change for the current version? Thanks and cheers, Anna
  10. Thanks for looking into it! It's a shame though... maybe this should be posted in the "feature suggestions" forum (if it hasn't been already). Anyway, apart from the single-quotes-thing the workflow performs perfectly, thanks again!
  11. edc1591, this workflow is unbelievably awesome!!! Great job, thank you so much I do see one little issue though: I can't add tracks with an apostrophe in the title. I noticed this while I was trying to add Led Zeppelin's "That's the way" - the track just would not get added, no matter what. I tried a couple of other tracks and all worked fine (all without apostrophe). So I tested this with a dozen or so songs and sure as hell, the ones with an apostrophe don't get added. Also the notification appears with the text "queued" only (for tracks with an apostrophe), the track title is missing: Does anybody else see this?
  12. Thanks Vero, great to hear! That feature is a real time saver for a Spotlight comments-addict like me...
  13. Hi! So, here I am again with another question regarding Spotlight comments... I had a little issue with Spotlight comments after switching from Alfred 1 to Alfred 2, but those were resolved with build 2.0.2 (180) - thanks again to Andrew for the instant fix! Now Alfred 2 finds all my files, apps and folders with the corresponding Spotlight comment when I do a regular search. But there's one thing that doesn't work for me - I can't get Alfred 2 to recognize Spotlight comments in the "move to..." actions menu. To be more specific: All my folders have Spotlight comments (abbreviations mostly, like "ss" for "screenshots" and so on) and with Alfred 1 I was able to do the following: in Alfred's actions menu I would choose "move to..." and then type "ss" into the search field. Alfred 1 would present me the correct folder ("screenshots") instantly and I could move the file to that folder. Alfred 2 on the other hand doesn't recognize any Spotlight comments in the "move to..." actions menu, he has no idea what I want when I type "ss" (or another Spotlight comment). I don't know if this is a bug or if it's expected behavior in Alfred 2 - but it would be totally awesome if that version 1 feature could be brought back to Alfred Of course I know this is not something that belongs on the "high priority"-list, most folks will probably never use a Spotlight comment in the "move to..." menu. But I still wanted to mention it here because I always thought it's a really useful feature. Thanks and cheers, Anna OS X 10.8.3 Alfred v2.0.3 (187)
  14. Thank you Benzi, love the "old style" icons
  15. Thank you so much for this workflow, awesome stuff! I've been hoping someone would bring Last.fm and Alfred together
  16. Your themes are beautiful, thank you so much for sharing them! I had been using "For a Day of Sky", but my new favorites are "Maddened by the Stars" and "Fancy"... Keep em coming
  17. Hi guys, you can actually open a note in Notes.app when you search for it with Alfred, it looks like this: @valon, a search filter might be what you're looking for. I made one for notes and it works really well! Just connect a "File Filter" module to an "Open File" module like this: In the file filter you have to set the search scope to: /Users/Your Username/Library/Containers/com.apple.Notes/Data/Library/CoreData/ExternalRecords/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX/IMAPNote/_records/0/ ... the "XXX" represents a string of letters and numbers; Then just drag one of the notes into the "File Types" field (the file type is called "com.apple.notes.externalrecord"). Now give the search filter a keyword and you can search for your notes. If you press enter, Notes.app will open up the note in a separate window (like in the picture above).
  18. Ted, you are AWESOME! Exactly what I wanted, thank you so much.
  19. Hi Ted, thank you so much for your fast response, I really appreciate it! I feel like an idiot, but I don't get any output from the Ruby script... I have connected the keyword trigger to a "run script" module (/usr/bin/ruby) and added a "large type" module at the end - but nothing happens when I type the keyword. I don't get an error in Console app either. I have never had anything to do with Ruby, but Terminal tells me I have version 1.8.7 (thanks, Google!) and I'm on a recent Mac with 10.8.3. - is there anything else I need to install? Thanks again for your help
  20. Hi Ted! Thank you very much for the workflow! I tried to cobble something similar together myself - but since I really know nothing about scripting I was glad to find your workflow I do have one question though: when I was working on my own workflow for Time Machine I tried to get a notification that shows me the time/date of the last completed backup. I even found a script that will do just that: date -jf "%Y-%m-%d-%H%M%S" "$(tmutil latestbackup | sed 's|.*/||')" +"%F %T" But for it to work the backup drives have to be mounted. Since I use two different drives for Time Machine and one of them is a Time Capsule, that script would always mount the drive first - not a perfect solution... so I kept searching and found this: http://goo.gl/oVCWK But I couldn't make it work. Would it be difficult to add that feature to your workflow? Or maybe you can give me some advice on how I could add it myself, that would be great All I really want is a notification with the time/date of the last backup, it doesn't have to be part of the script filter. Thanks and cheers, Anna
  21. Hi, I finally came around to installing Alfred 2 (version 2.0.2 178, to be specific) and everything seemed to work perfectly - I had no problems with import and setup and version 2 looks absolutely awesome! But it didn't take long until I encountered a weird issue with Spotlight comments. I have always used Spotlight comments with Alfred and pretty much all my folders and applications have at least one comment. But Alfred 2 doesn't find any folder / app when I search for Spotlight comments and instead shows the following messages in Console.app: 27.03.13 13:36:24,143 Alfred 2[198]: -[__NSCFString count]: unrecognized selector sent to instance 0x104c6c230 27.03.13 13:36:24,143 Alfred 2[198]: -[__NSCFString count]: unrecognized selector sent to instance 0x104c6c230 27.03.13 13:36:24,174 Alfred 2[198]: ( 0 CoreFoundation 0x00007fff86e78b06 __exceptionPreprocess + 198 1 libobjc.A.dylib 0x00007fff8ef5d3f0 objc_exception_throw + 43 2 CoreFoundation 0x00007fff86f0f40a -[NSObject(NSObject) doesNotRecognizeSelector:] + 186 3 CoreFoundation 0x00007fff86e6702e ___forwarding___ + 414 4 CoreFoundation 0x00007fff86e66e18 _CF_forwarding_prep_0 + 232 5 Alfred Framework 0x00000001000e185d -[AlfredSystemWorkflowFileCache joinComments:andKeywords:] + 154 6 Alfred Framework 0x00000001000e1b54 -[AlfredSystemWorkflowFileCache updateCache:] + 540 7 Alfred Framework 0x00000001000d0bbf -[AlfredWorkflowInputFileFilter rebuildResults] + 1316 8 Alfred Framework 0x00000001000d03a9 -[AlfredWorkflowInputFileFilter metadataQuerierUpdated:] + 29 9 CoreFoundation 0x00007fff86e2aeda _CFXNotificationPost + 2554 10 Foundation 0x00007fff88dcde26 -[NSNotificationCenter postNotificationName:object:userInfo:] + 64 11 Alfred Framework 0x00000001000bf916 -[AlfredMetadataQuerier updateResults] + 2763 12 CoreFoundation 0x00007fff86e2aeda _CFXNotificationPost + 2554 13 CoreFoundation 0x00007fff86e5bb5e CFNotificationCenterPostNotificationWithOptions + 110 14 Metadata 0x00007fff9036c94e ___pushNotification_block_invoke_0 + 97 15 CoreFoundation 0x00007fff86e35cd2 __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 18 16 CoreFoundation 0x00007fff86df647f __CFRunLoopDoBlocks + 255 17 CoreFoundation 0x00007fff86e1ac7c __CFRunLoopRun + 1948 18 CoreFoundation 0x00007fff86e1a0e2 CFRunLoopRunSpecific + 290 19 HIToolbox 0x00007fff8702feb4 RunCurrentEventLoopInMode + 209 20 HIToolbox 0x00007fff8702fc52 ReceiveNextEventCommon + 356 21 HIToolbox 0x00007fff8702fae3 BlockUntilNextEventMatchingListInMode + 62 22 AppKit 0x00007fff90ad6563 _DPSNextEvent + 685 23 AppKit 0x00007fff90ad5e22 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128 24 AppKit 0x00007fff90acd1d3 -[NSApplication run] + 517 25 AppKit 0x00007fff90a71c06 NSApplicationMain + 869 26 Alfred 2 0x000000010000163c Alfred 2 + 5692 27 ??? 0x0000000000000002 0x0 + 2 ) When I try to search for another comment, the same messages appear in console - no matter what comment I search for, Alfred 2 doesn't find the item and instead logs those messages. The weird thing is: Spotlight itself and Alfred 1 have no problems with my Spotlight comments, both of them find the specific app or folder instantly. Very weird. I tried restarting my iMac several times, I re-installed Alfred 2, I rebuild the Spotlight index, I basically tried all the steps on the "Why isn't Alfred finding the file I'm looking for" support-page, but no luck. I would really appreciate any advice, I don't know what else to try... Mac OS X 10.8.3, 2011 iMac, Alfred Version 2.0.2 178; Reproducable: yes, whenever I search for a Spotlight comment;
×
×
  • Create New...