Welcome to photo-organizer! This application helps you sort your photos, videos, and documents by date. It runs within a Docker container, making it easy to set up and use.
To run photo-organizer, you will need:
- A computer running Windows, Mac, or Linux.
- Docker installed on your system. You can download Docker from here.
- An internet connection to download the software.
To get started, visit this page to download the latest version of photo-organizer: Releases Page.
- Click on the link above.
- Locate the latest release.
- Download the Docker image or the relevant files provided.
- For simple use, you might download a Docker image like
photo-organizer:latestif it's available. Make sure to select the appropriate version for your needs.
- Open Docker: Start the Docker application on your computer.
- Pull the Image: Open your command line interface (Terminal, Command Prompt, or PowerShell) and enter:
docker pull akhikamil01/photo-organizer - Run the Container: After pulling the image, run the container by typing:
Replace
docker run -v /path/to/your/media:/media akhikamil01/photo-organizer/path/to/your/mediawith the path to the folder containing your files.
- Add Your Files: Place your photos, videos, and documents in the specified directory on your system.
- Run the Organizer: Use the command from above to initiate the organizer. The application will scan the folder you have linked.
- Wait for Sorting: The organizer will automatically sort your files into folders by date. You can find them neatly categorized in the same directory.
- Date Sorting: Automatically sorts files by creation or modification date.
- Support for Multiple Formats: Works with various file types including .jpg, .png, .mp4, .pdf, and more.
- Docker Compatibility: Runs on any system that supports Docker, making it portable and easy to use.
- User-Friendly Interface: Designed for casual users, no coding knowledge required.
You can organize photos, videos, and documents in multiple formats including JPEG, PNG, MP4, and PDF.
No, once Docker is running, you can pull and run photo-organizer without additional setup.
Yes, photo-organizer will only access files in the designated folder. No data is sent outside your computer.
If you encounter any issues, follow these steps:
- Check Docker Status: Ensure Docker is running on your system.
- Update Docker: Make sure you have the latest version of Docker.
- Verify File Path: Double-check that the file path to your media directory is correct in the command.
If problems persist, visit the GitHub Issues Page for help.
We welcome contributions! If you want to help improve photo-organizer, please create an issue or submit a pull request on our GitHub repository.
Start organizing your media today! Visit the releases page to download photo-organizer: Download photo-organizer.