Jump to content

josh22

Member
  • Posts

    5
  • Joined

  • Last visited

josh22's Achievements

Helping Hand

Helping Hand (3/5)

0

Reputation

  1. I understand but the application box was checked and I was only searching for my apps. I tried your changes: It still doesn't work. I also did Alfred reindex. Alfred does not find ANY of my apps at all. I understand this may be some new Monterey weirdness, but are you suggesting an Alfred reinstall or an OSX reinstall?
  2. I am using Monterey, upgraded an existing installation. When I do the low level reindex it finishes immediately, it doesn't take an hour. Terminal has full disk access. Alfred does not find ANY apps in my applications folder. We are obviously not going to do a complete OS reinstall because your software (which has functioned perfectly well for many years) suddenly has a bug.
  3. I am unable to search for ANY applications in my apps folder. /Applications is included in the scope. I have reset the cache and have verified indexing. What else is there to check? This used to work fine btw.
  4. Nevermind, I figured it out. iTunes is now known as Music.
  5. I recently started having a problem with one of my workflow scripts. I am getting the following error in the debugger: [09:59:50.458] Skip ahead 60 seconds in iTunes[Hotkey] Passing output '' to Run NSAppleScript [09:59:50.458] ERROR: Skip ahead 60 seconds in iTunes[Run NSAppleScript] { NSAppleScriptErrorBriefMessage = "Expected \U201cthen\U201d, etc. but found identifier."; NSAppleScriptErrorMessage = "Expected \U201cthen\U201d, etc. but found identifier."; NSAppleScriptErrorNumber = "-2741"; NSAppleScriptErrorRange = "NSRange: {57, 5}"; on alfred_script(q) tell application "iTunes" if player state is playing then -- length of current track: set trackTime to duration of current track --get the current position time: set currTime to get player position --to set new position to 10 seconds ahead: set currSkip to currTime + 30 -- checks if new position is greater than -- length of track, and corrects it if it is: if currSkip > trackTime then set currSkip to trackTime end if set player position to currSkip --skip to new position end if end tell end alfred_script
×
×
  • Create New...