Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximilianMauroner authored Aug 1, 2023
1 parent cd08365 commit 3615df7
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# camera-roll-formater
**A Simple way to bring your media files in order.**
# How to use
1. Download the Release
2. Launch the Executable
3. Open a folder containing all your media files
4. The programm will now copy all the [supported](#Supported-file-formats) media files to a newly created folder named "camera_roll"
5. They will be "sorted" so that each files minimum date is taken ```min(created, changed)``` and will then be placed in the ```camera_roll\year\month``` folder

# Supported file formats:
- jpeg
- png
- gif
- mp4
- mov
- avi
- wmv
- mpeg
- mkv
- webm

0 comments on commit 3615df7

Please sign in to comment.