This PowerShell script efficiently organizes your media files. It searches for images and videos across your computer, excluding predefined stock media directories, and sorts them into separate folders on a specified drive.
- 🔍 Searches for media files across specified directories.
- 🚫 Excludes stock images and videos from the sorting process.
- 🗂️ Sorts images and videos into distinct folders on a new drive.
- Adjust the
$sourceDirs
,$imageTargetDir
,$videoTargetDir
, and$excludeDirs
variables in the script to fit your needs. - Run the script with PowerShell.
- Find your organized images and videos in the specified target directories.
- PowerShell 5.0 or higher.
Feel free to fork the repository and submit pull requests to enhance the functionalities or add new features. We welcome all contributions!
This project is open-sourced under the unlicense. See the LICENSE file for more details.
Thank you to all the contributors and users of this project. We appreciate your support!
If you have any questions or suggestions, feel free to open an issue or reach out to me directly at [email protected].