Jump to content

homever

Member
  • Posts

    62
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by homever

  1. Hi Vero,

    Thanks for the details. I might have deleted the the single quotes in the end.

     

    59 minutes ago, Vero said:

    @homever

     

     

    What is copied to your clipboard when you select the "Copy path to clipboard"?

     

    It should appear in single quotes as is the case here:

    '/Users/vero/Desktop/BLOG POSTS/Example'\''s folder'

     

    I've tested this and it escapes as expected in Terminal, so I'd be interested in seeing exactly what's being copied to your clipboard, and what you're pasting to Terminal, so that I can help you further.

     

    Cheers,
    Vero

     

  2. 1 hour ago, Vero said:

    @homever Where are you copying the path from? This refers to using File Navigation, then pressing the right arrow to see file actions, as shown below:

     

    Screen Shot 2017-05-22 at 12.42.17.png

     

    If File Actions are new to you, you can find out more here:

    https://www.alfredapp.com/help/features/file-search/#file-actions

     

    Cheers,
    Vero

    I use the File action shortcut "CMD+OPT+/ ". I believe it's the same. 

    I wanna use the copied path directly in Terminal, but some of my files have blank space, causing Terminal lose target directory.

    So, if is there any option to turn on the 'escape blank space and convert to backslash'?

     

  3. Seems letters' pattern, eg. capitalisation matters in such case

     

     

    Yes, you can format dates according to the standards highlighted here:

    https://www.alfredapp.com/help/features/clipboard/dynamic-placeholders/

     

    For example, I have a keyword of "ddate", with the content "{date:dd/MM/yy}" which expands to "20/07/16" for a date in UK format.

     

    It's not possible to make date calculations (e.g. 10 days ago, or 10 days in the future) but we've made a note and will keep an eye on interest levels for such things for the future :)

     

    Cheers,

    Vero

     

  4. Again, this workflow broke on macOS Sierra public beta with iTunes (12.5) installed.

     

    On the basis of last workaround (#37), you only need to change "set button_number to 7" to "set button_number to 4".

     

     

     

     

    I saw a tweak made by Mitt@V2EX that actually works.

    What you need to do is to make some corrections in the `switch.scpt`

    Specifically:

    Look for line 

    # login panel has 5 buttons 

    and the very next

    exit repeat 

    delete whatsoever lines in between and replace with the following

    set button_count to count of (every button of frontmost_panel)
    if current_app is not "iTunes" then
    set button_number to 5
    else
    set button_number to 7
    end if
    if button_count is button_number then
    set is_error to false
    
  5. ok, it's still very kind of you. :D thanks for your help.

     

     

    Hey,

     

    Other than workflows, there're quite a few command line tools that can help.

    Try ``brew install mpv``. I am sure you know Chinese, so take a look at here for basics.

    MPV is a great open-source player for playing online videos, and you may have ``you-get`` installed for the best experience as it supports most Chinese online video websites (https://you-get.org). With mpv & you-get, you can trash that "可意视频".

  6.  

    Hi Sylv,

     
     

    I got Alfred specifically for this. However it unfortunately doesn’t work.

    I’ve tried deleting the complete app but that didn’t help.
     
    When I use it, it does switches to iTunes. But then nothing happens. Same thing when I’m already in iTunes. Nothing happens.
     
    The accounts are from different countries.
     
    I hope you can help me out with this little issue.
     
    Regards!
     

     

     

     

    This seems to be broken again with iTunes 12.3.0.44

     

     

    Yep, not working on last version of OSX and iTunes :)  

     

     

    also not working with itunes 12.3.1.23, mac os 10.11.1 and the current workflow 1.5 :-(   its always only the swiss store available and i cant switch to the usa, germany or uk store.

     

     

    Any news?

     

     

     

    I saw a tweak made by Mitt@V2EX that actually works.

    What you need to do is to make some corrections in the `switch.scpt`

    Specifically:

    Look for line 

    # login panel has 5 buttons 

    and the very next

    exit repeat 

    delete whatsoever lines in between and replace with the following

    set button_count to count of (every button of frontmost_panel)
    if current_app is not "iTunes" then
    set button_number to 5
    else
    set button_number to 7
    end if
    if button_count is button_number then
    set is_error to false
    
×
×
  • Create New...