Displays media files one at a time to user, then allows files to be copied, moved, deleted (up to you) with two clicks
Configure Environment
- This program uses VLC to open photo/video files. Install it here.
- In VLC preferences (Tools > Preferences > Interface) enable "Pause on last frame of a video". This will prevent videos from auto-playing once they finish.
Configuration
- Create variables for directory (folder) paths.
- Create/edit options in the validOptions dictionary.
- Edit the fileOperations function to perform actions based on user input.
This program works in phases. It will first attempt to open files using VLC. Then it will attempt to open media using an HTML page through a web browser. Finally, it will open any remaining files using the default program.
Disclaimer: This program was designed to copy, move, and delete files. Exercise caution when using it.