
glawrie
Member-
Content Count
13 -
Joined
-
Last visited
About glawrie
-
Rank
Newbie
-
How to get Alfred to send media key presses?
glawrie replied to glawrie's topic in Discussion & Help
Thank you! I'll see if I can patch it into a workflow 😬 -
I use a keyboard that for reasons unknown is unable to send the media key codes successfully to macOS - hitting play/pause works to play/pause the currently selected media app, but hitting "next" or "prev" media keys does nothing. If I simulate these keypresses using the macos "keyboard viewer" app then the media apps all respond correctly - but opening the keyboard viewer simply to skip a track is tedious, and I don't have the screen space free to leave the viewer visible all the time. My keyboard provider (logitech) is not so far able to rectify the issue - so while I wait I though
-
glawrie reacted to a post in a topic: Gauth: Google Authenticator (Time-Based Two-Factor Authentication)
-
Gauth: Google Authenticator (Time-Based Two-Factor Authentication)
glawrie replied to moul's topic in Share your Workflows
Sort of wondering about the line 62 in gauth.py secret = secret.ljust(int(math.ceil(len(secret) / 16.0) * 16), '=') The secret I'm getting from Amazon (that works in other authenticators) is 52 chars long - which means that secret after this step has 12 `=` symbols at the end - maybe this not playing nicely with your staged processing of the key (as the final step in the revised approach receives '========' as the input in the amazon case). Or maybe it is OK... but regardless, if anyone has thoughts on how this might be fixed I'd value the input.- 32 replies
-
- authenticator
-
(and 7 more)
Tagged with:
-
Gauth: Google Authenticator (Time-Based Two-Factor Authentication)
glawrie replied to moul's topic in Share your Workflows
Thanks for posting. Have tried to get this to work, but even after pasting in the alternative code I still cannot get Amazon OTP secret to be recognised. If I add the amazon code that works in other OTP solutions direct ~/.gauth the amazon entry does not show up, if I try to add via Alfred (the Gauth Add thing) the workflow reports an error in the format of the submission. Any ideas?- 32 replies
-
- authenticator
-
(and 7 more)
Tagged with:
-
glawrie reacted to a post in a topic: Failing to delete `.Spotlight-V100` [Improved in 4.0.6 b1123 pre-release]
-
I am having trouble with spotlight on my 2015 MBA 13. Running macOS 10.15.3. Someone suggested I use the Alfred metadata reset to trigger a reindex of spotlight. I am running Alfred 4.0.8 with powerpack. I started the process to reset meta data, and clicked on the option to delete the spotlight V100 file. When I got to the part where I authorise the deletion I got this result... Attempting to delete .Spotlight-V100... Password: rm: /System/Volumes/Data/.Spotlight-V100: Operation not permitted Requesting metadata reindex... It fails. The user account has ful
-
🦆 Rubber Duck debugging FTW. The fix was to download and reinstall the Evernote Workflow. Huzzah!
-
I have the same issue (typing ens followed by space sends Alfred away from running the Evernote script). So I went to check the permissions, and Alfred is not showing up in the automation part of the privacy options. Clicking on the Open macos Automation Preferences button in Alfred's Settings / General tab does not help - it takes me to the appropriate part of system preferences, but there does not appear to be any way to add Alfred to the list of things with permission. Can anyone offer any guidance on what I can do to correct this? Thanks! (running macos 10.14.6, Al
-
glawrie reacted to a post in a topic: Ability to use macOS services from Alfred
-
iTunes mini adding songs in reverse order...?
glawrie replied to glawrie's topic in Discussion & Help
Sorry - I mis-spoke. It is not reverse order it is actually some weird random-ish order that I don't really understand. The event that finally got me to post a question was indeed apparently the creation of a list in reverse track order, but actually on deeper testing it seems Alfred is creating a playlist that has all the tracks for each album consecutively, but the tracks within each album and the albums appear in some kind of random order. Shuffle is not turned on, and they do not appear to be being sorted by some unseen value (e.g. date). Unfortunately it is hard to show thi -
Not really used it much before, but noticed tonight that when using iTunes mini to start playing 'an artist' it is adding their albums with the tracks in reverse order. I'm guessing that this is an unwelcome interaction between Alfred settings and iTunes settings, but can't work out how / what / where to go to fix it. Any suggestions / guidance would be great. Also - probably a forlorn hope - is there any way to get iTunes to play things from Alfred without creating a spam playlist? Tedious to have to go and delete them periodically.
-
I regularly use iCloud services. I've got a very simple workflow installed that simply appends the appropriate iCloud service to a request - so 'iCloud mail' will go to the iCloud.com/mail page. When I enter iCloud into Alfred the iCloud workflow appears as an option in the drop-down list. But if I select it then it gets run but without any service word added (i.e. it takes me just to iCloud). I'd much rather have the option to enter enough of iCloud to get it in the list, choose it from the drop down, and then add the appropriate service before it gets acted on by Alfred. So cho
-
Could Alfred have inline conversion functionality = so if you type in 75m one of the solutions offered is various conversions of this to other distance units (e.g. 82.02 ft), based on a guess triggered by the inclusion of some qualifying symbol - so £20 would return currency conversions, 8kg would return weight mass conversions etc. ? I don't think this idea is very novel - I suspect that someone has thought of it before. If so, consider this a "+1" for that one.