Skip to main content

A video cleaning cli application

Project description

Video-Duplicate-Remover Cli

This majorly a video duplicate remover application that helps to personally remove duplicate video files on unix-based or linux machine . But can provide some regular expression pattern to further enhance it capabilites.

Contributors

  • Caleb Adewole

Usage

To use this application , first create a virtual enviroment and then run pip install ..

  video-cleaner git:(main)  . venv/bin/activate
(venv)   video-cleaner git:(main)  video-cleaner-cli 
Usage: video-cleaner-cli [OPTIONS] COMMAND [ARGS]...

Options:
  --help  Show this message and exit.

Commands:
  clean   Remove all video files from a folder :params `folder_path` -...
  create  Creates a folder path using the specified destination path and...
  delete  Delete the provide folder path
  filter  Filter files based on provided regex expression and print it
  list    List out all filepath that is in the folder :params...

To view sub-commands use the example below

(venv)   video-cleaner git:(main)  video-cleaner-cli clean --help
Usage: video-cleaner-cli clean [OPTIONS]

  Remove all video files from a folder

  :params `folder_path` - path to clean :params `out` - output folder path
  :params `regex` - regular expression pattern :params  `delete_output` - flag
  to delete the output folder

Options:
  -f, --folder-path TEXT  the video folder path to clean up  [required]
  -o, --out TEXT          the output folder path to store duplicates
                          [required]
  -r, --regex TEXT        filter pattern for movies
  -d, --delete-output     delete the copies
  --help                  Show this message and exit.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

video-duplicate-remover-0.1.0.tar.gz (6.3 kB view hashes)

Uploaded Source

Built Distribution

video_duplicate_remover-0.1.0-py3-none-any.whl (8.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page