Jump to content

Raffie77

Member
  • Posts

    21
  • Joined

  • Last visited

Reputation Activity

  1. Thanks
    Raffie77 reacted to deanishe in [SOLVED] Just one var doesn't work in bash script   
    No, it isn’t. That’s setting the program argument tracklog, not the shell variable $tracklog, which is what you were trying to pass to the -geotag flag.
  2. Thanks
    Raffie77 reacted to vitor in [SOLVED] Just one var doesn't work in bash script   
    Again, try ${clip} directly, like the example I gave you. -geotag expects a file path (check man exiftool). You’re conflating bash variables with user parameters, which are meant to be used for tagging (again, manual).
  3. Thanks
    Raffie77 reacted to vitor in Media Coordinates — Open photo, video, and audio GPS coordinates in a map   
    Usage

    Use the Universal Action on an image, video, or audio, to open its recorded GPS location in Apple Maps or Google Maps.



    ⤓ Install From the Alfred Gallery | Source
     
  4. Like
    Raffie77 got a reaction from vitor in Media Coordinates — Open photo, video, and audio GPS coordinates in a map   
    Wow that's just awesome!
     
    way faster then a snippet 😀
    and how do I change this to google maps instead of apple maps?
     
    Great work man it made my day
     
    [edit] O whoops never mind, I found the variable it works now 😉 
  5. Like
    Raffie77 got a reaction from vitor in Media Coordinates — Open photo, video, and audio GPS coordinates in a map   
    Oh and btw, I prefer that google opens the photo in satelite mode
    to fix this I edit this line in the bash script part of your workflow:
     
    and made it:
     
    now it opens the photo in satelite mode.
    It took me a while to figure that one out 
     
     
×
×
  • Create New...