Jump to content

mixterdee

Member
  • Posts

    80
  • Joined

  • Last visited

Posts posted by mixterdee

  1. I've used the old workflow for years and as you mentioned it hasn't been updated so thought I'd give yours a try. Unfortunately I can't enter my API key. Once I click on Enter/Change API Key it switches to the default search. Can you suggest what could be causing the issue?

    Screenshot 2020-08-12 at 11.02.12 am.png

  2. On 10/7/2019 at 4:35 PM, Vero said:

    @wealthychef Yes, Alfred is fully Catalina-ready.

     

    Which build of Catalina are you using? Apple are releasing regular builds, and I believe the Catalina GM (final release before general release to the public) was released a few days ago. You should make sure you're on the latest, and let us know exactly which build. :)

     

    When typing "reload" in Alfred, you should see the following:

     

    Screen Shot 2019-10-07 at 15.33.12.png

     

    You can also clear the app cache by going to Alfred's Advanced > Files/Apps "Clear Application Cache" in the top left.

     

    Cheers,
    Vero

     

    This solved the issue for me. Thanks @Vero

  3. I don't see anything related to Podcasts neither in the initial iTunes MiniPlayer window, but at least I'm able to search for podcast episodes and podcast "albums".

    I am not able to do a search for anything podcast related. Ah well, never mind, just a feature I'll have to live without

  4. Whenever I launch the iTunes mini player I am unable to access Podcasts. I have lots of subscriptions and I can see them listed in the iTunes Music Library.xml file. I have 'Include Podcasts' enabled in Alfred but cannot view them.

     

    When I launch the mini player I see: Genres; Artists; Albums; Playlists; Random Album. If I search through these there is nothing that I can find related to Podcasts.

     

    Am I missing something?

  5. Thanks.

     

    Just wondering though if it would be possible to make the search initiate in the currently open Play Music tab? At the moment it opens a new tab after a search meaning I have a new tab for any search so I have to close older tabs if I want to play the music I have searched for so it doesn't play over the top of the older tab.

  6. Opening Google search is just the "fallback" search, which means that the workflow failed to produce any usable results for Alfred.

     

    This happened to me as well at some point with some upgrade. To fix it, just open the file battery.sh in the workflow and, around line 81, change

        <title>$TEMPERATURE° C</title>
    	<subtitle>Temperature</subtitle>
    	<icon>temp.png</icon>
      </item>
    

    to

        <title>${TEMPERATURE}° C</title>
    	<subtitle>Temperature</subtitle>
    	<icon>temp.png</icon>
      </item>
    

    So, probably some Yosemite upgrade changed a version of Bash, and that version of Bash chokes when the degree symbol is next to a variable.

     

    Thanks, that fixed it for me.

  7. I am having a bit of a problem. I can't install the LastPass command line interface. Getting this:

    a2x --no-xmllint -f manpage lpass.1.txt
    a2x: ERROR: "xsltproc"  --stringparam callout.graphics 0 --stringparam navig.graphics 0 --stringparam admon.textlabel 1 --stringparam admon.graphics 0  "/usr/local/Cellar/asciidoc/8.6.9/etc/asciidoc/docbook-xsl/manpage.xsl" "/private/tmp/lastpass-cli-BSVmgH/lastpass-cli-0.4.0/lpass.1.xml" returned non-zero exit status 5
    make: *** [lpass.1] Error 1
    
    

    **EDIT**

     

    Ignore above. Ran brew update and upgrade and that fixed the errors. Everything installed fine.

     

    It works perfect. Thanks.

×
×
  • Create New...