Media Organizer

Organize videos, photos, and audio into a folder date-hierarchy format.

CLI Usage

```txt USAGE: media_organizer [OPTIONS] --target --destination

OPTIONS: -c, --copy Copy the files instead of moving them. -d, --destination The destination path of sorted media. -f, --file-type The file type to sort. [default: *] -h, --help Print help information -t, --target The target media to sort. -V, --version Print version information ```

Example CLI usage

To quickly organize photos in the target folder, run the following command to output them into the default destination directory.

bash media_organizer --target test-media --destination sorted_media

While developing with cargo, forward the flags.

bash cargo run -p media_organizer -- --target ./media_organizer/photos --destination ./media_organizer/media

Features

Dependencies

For ffmpeg-next package, follow this guide

Roadmap