Jump to content

noahm

Member
  • Posts

    20
  • Joined

  • Last visited

  • Days Won

    1

noahm last won the day on January 15 2023

noahm had the most liked content!

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

noahm's Achievements

Member

Member (4/5)

3

Reputation

  1. Also confirming it works as expected with macOS Ventura 13.2 (22D49) and Alfred 5.1 [2134] Thank you @Andrew! Great work to everyone involved
  2. I always seem to do researching and posting in reverse order. Here's my answer: Not deleting the thread as it may help people in the future. I have prefixed on the "solved" tag on the post though.
  3. Hi, I formally do not know any AppleScript, just picked up what I can from various sources, so I may be doing something incorrect. ————— My setup: Hotkey → Run Script (below) → Open URL (below) Run Script: tell application "Music" get artist of current track & "-" & name of current track end tell Language: AppleScript, with input as argv running instances Sequentially Open URL: URL: https://genius.com/{query}-lyrics Encode spaces as - ————— My result: https://genius.com/ArtistName-SongName%0A-lyrics Expected result: https://genius.com/ArtistName-SongName-lyrics "%0A" is a line break in HTML, therefore the desired result does not load as intended. Doing the script in Script Editor, the result is shown as expected (with no line break at the end). Thanks for your time. macOS 13.2 (22D49) Alfred 5.0.6 [2110]
  4. Updating to macOS 13.2 (22D49) does not make any difference in relation to this bug, too. Thanks.
  5. Dragging Safari.app from that location does not work either. Thanks.
  6. % mdls /System/Volumes/Preboot/Cryptexes/App/System/Applications/Safari.app _kMDItemDisplayNameWithExtensions = "Safari.app" kMDItemAlternateNames = ( "\U1109\U1161\U1111\U1161\U1105\U1175", "Safari.app" ) kMDItemAppStoreCategory = "Productivity" kMDItemAppStoreCategoryType = "public.app-category.productivity" kMDItemAppStoreIsAppleSigned = 1 kMDItemCFBundleIdentifier = "com.apple.Safari" kMDItemContentCreationDate = 2022-11-29 06:37:08 +0000 kMDItemContentCreationDate_Ranking = 2022-11-29 00:00:00 +0000 kMDItemContentModificationDate = 2022-11-29 06:37:08 +0000 kMDItemContentType = "com.apple.application-bundle" kMDItemContentTypeTree = ( "com.apple.application-bundle", "com.apple.application", "public.executable", "com.apple.localizable-name-bundle", "com.apple.bundle", "public.directory", "public.item", "com.apple.package" ) kMDItemCopyright = "" kMDItemDateAdded = 2022-11-29 06:37:08 +0000 kMDItemDescription = "" kMDItemDisplayName = "Safari" kMDItemDocumentIdentifier = 0 kMDItemExecutableArchitectures = ( arm64, "x86_64" ) kMDItemFSContentChangeDate = 2022-11-29 06:37:08 +0000 kMDItemFSCreationDate = 2022-11-29 06:37:08 +0000 kMDItemFSCreatorCode = "" kMDItemFSFinderFlags = 0 kMDItemFSHasCustomIcon = (null) kMDItemFSInvisible = 0 kMDItemFSIsExtensionHidden = 1 kMDItemFSIsStationery = (null) kMDItemFSLabel = 0 kMDItemFSName = "Safari.app" kMDItemFSNodeCount = 1 kMDItemFSOwnerGroupID = 0 kMDItemFSOwnerUserID = 0 kMDItemFSSize = 15324692 kMDItemFSTypeCode = "" kMDItemInterestingDate_Ranking = 2023-01-15 00:00:00 +0000 kMDItemKeywords = "" kMDItemKind = "Application" kMDItemLastUsedDate = 2023-01-15 15:15:57 +0000 kMDItemLastUsedDate_Ranking = 2023-01-15 00:00:00 +0000 kMDItemLogicalSize = 15324692 kMDItemPhysicalSize = 15130624 kMDItemUseCount = 270 kMDItemUsedDates = ( "2022-12-15 13:00:00 +0000", "2022-12-16 13:00:00 +0000", "2022-12-17 13:00:00 +0000", "2022-12-18 13:00:00 +0000", "2022-12-19 13:00:00 +0000", "2022-12-20 13:00:00 +0000", "2022-12-21 13:00:00 +0000", "2022-12-22 13:00:00 +0000", "2022-12-26 13:00:00 +0000", "2022-12-27 13:00:00 +0000", "2022-12-28 13:00:00 +0000", "2022-12-29 13:00:00 +0000", "2023-01-05 13:00:00 +0000", "2023-01-08 13:00:00 +0000", "2023-01-09 13:00:00 +0000", "2023-01-10 13:00:00 +0000", "2023-01-11 13:00:00 +0000", "2023-01-12 13:00:00 +0000", "2023-01-13 13:00:00 +0000", "2023-01-15 13:00:00 +0000" ) kMDItemVersion = "16.2"
  7. @Andrew And mine looks pretty much the same, besides the "kMDItemUsedDates" for obvious reasons. _kMDItemDisplayNameWithExtensions = "Safari.app" kMDItemAlternateNames = ( "\U1109\U1161\U1111\U1161\U1105\U1175", "Safari.app" ) kMDItemAppStoreCategory = "Productivity" kMDItemAppStoreCategoryType = "public.app-category.productivity" kMDItemAppStoreIsAppleSigned = 1 kMDItemCFBundleIdentifier = "com.apple.Safari" kMDItemContentCreationDate = 2022-11-29 06:37:08 +0000 kMDItemContentCreationDate_Ranking = 2022-11-29 00:00:00 +0000 kMDItemContentModificationDate = 2022-11-29 06:37:08 +0000 kMDItemContentType = "com.apple.application-bundle" kMDItemContentTypeTree = ( "com.apple.application-bundle", "com.apple.application", "public.executable", "com.apple.localizable-name-bundle", "com.apple.bundle", "public.directory", "public.item", "com.apple.package" ) kMDItemCopyright = "" kMDItemDateAdded = 2022-11-29 06:37:08 +0000 kMDItemDescription = "" kMDItemDisplayName = "Safari" kMDItemDocumentIdentifier = 0 kMDItemExecutableArchitectures = ( arm64, "x86_64" ) kMDItemFSContentChangeDate = 2022-11-29 06:37:08 +0000 kMDItemFSCreationDate = 2022-11-29 06:37:08 +0000 kMDItemFSCreatorCode = "" kMDItemFSFinderFlags = 0 kMDItemFSHasCustomIcon = (null) kMDItemFSInvisible = 0 kMDItemFSIsExtensionHidden = 1 kMDItemFSIsStationery = (null) kMDItemFSLabel = 0 kMDItemFSName = "Safari.app" kMDItemFSNodeCount = 1 kMDItemFSOwnerGroupID = 0 kMDItemFSOwnerUserID = 0 kMDItemFSSize = 15324692 kMDItemFSTypeCode = "" kMDItemInterestingDate_Ranking = 2023-01-15 00:00:00 +0000 kMDItemKeywords = "" kMDItemKind = "Application" kMDItemLastUsedDate = 2023-01-15 15:15:57 +0000 kMDItemLastUsedDate_Ranking = 2023-01-15 00:00:00 +0000 kMDItemLogicalSize = 15324692 kMDItemPhysicalSize = 15130624 kMDItemUseCount = 270 kMDItemUsedDates = ( "2022-12-15 13:00:00 +0000", "2022-12-16 13:00:00 +0000", "2022-12-17 13:00:00 +0000", "2022-12-18 13:00:00 +0000", "2022-12-19 13:00:00 +0000", "2022-12-20 13:00:00 +0000", "2022-12-21 13:00:00 +0000", "2022-12-22 13:00:00 +0000", "2022-12-26 13:00:00 +0000", "2022-12-27 13:00:00 +0000", "2022-12-28 13:00:00 +0000", "2022-12-29 13:00:00 +0000", "2023-01-05 13:00:00 +0000", "2023-01-08 13:00:00 +0000", "2023-01-09 13:00:00 +0000", "2023-01-10 13:00:00 +0000", "2023-01-11 13:00:00 +0000", "2023-01-12 13:00:00 +0000", "2023-01-13 13:00:00 +0000", "2023-01-15 13:00:00 +0000" ) kMDItemVersion = "16.2"
  8. @vitor Yes – I always name my HDD/SSD to the current operating system ("Ventura"). Naming it back doesn't seem to change the behaviour I'm facing ☹️ The workflow displays Safari for me correctly, too.
  9. Yes that's the location I described above... not sure what can be done :( Thanks
  10. Hi again @Vero. I'm really not sure why this bug is occurring. It's still happening and only with Safari. The only thing I can think of is that I used to have Safari Technology Preview installed, and maybe it has affected Safari.app's bundle and may not be seen as an actual application? However, doing Get Info shows the following, which is not out of the usual... Edit: just noticed it says Friday, 30 December, and the "Last opened" flag does not update when opening it again. I use this every day. Are there any other locations where Safari can be found?
  11. I have a few snippets I use, that are also included at the start of URLs For example, I have the following Snippets setup: "macos" converts to "macOS" "ios" converts to "iOS" However, when typing either one of these into Safari, it works as expected, but since deleting once in a Safari URL only removes it's suggestion, and not the character, the first character gets essentially duplicated. When trying to go to macosicons.com, it becomes mmacOS, and when trying to go to iosbeta.reddit.com, it turns to iiOS. Alfred is doing the correct behaviour, it's just that Safari is causing the extra headache. Please see the following screen recording: https://streamable.com/p873ng My setup: macOS 13.1 (22C65) Alfred 5 5.0.6 (2110)
  12. Hi @Vero! Please see the attached video. I am dragging Safari.app from My Drive → Applications, alternatively found within Go → Applications in the Finder.app menu bar. https://streamable.com/cbcik7 Thanks for your time.
  13. Hi! I am unable to drag Safari.app (from /Applications/) from Alfred Preferences → Workflows → Workflow → Hotkeys → Configure Object… → Related Apps My setup is as follows: macOS 13.1 (22C65) Alfred 5.0.6 (2110) Thanks for your time, Noah
  14. It was not being synced anywhere actually. It was just using the default location as you mentioned!
×
×
  • Create New...