Skip to content

Displays media files one at a time to user, then allows files to be copied to various directories according to user input

Notifications You must be signed in to change notification settings

epicexcelsior/media-categorization-assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

media-categorization-assistant

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

  1. This program uses VLC to open photo/video files. Install it here.
  2. 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

  1. Create variables for directory (folder) paths.
  2. Create/edit options in the validOptions dictionary.
  3. 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.

About

Displays media files one at a time to user, then allows files to be copied to various directories according to user input

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages