Pictures After Small

Similar Posts

3 Comments

  1. I found this page today while searching for a certain solution…… I would like to scan a folder path contain photos and put the folder name into the photo tags. My folders are organized / named by subject, so adding that folder name into the metadata will help take the organization of photos much better.

    1. Pretty sure your can add an additional tag by using
      $Media.Tags.Add($Photos[$i].DirectoryName)
      $Media.Save($Photos[$i].FullName)

      The first line adds the current directory name as a tag.
      The second line saves the file with that new tag.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.