Skip to content
This repository has been archived by the owner on Nov 28, 2017. It is now read-only.

Latest commit

 

History

History
30 lines (22 loc) · 681 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 681 Bytes

tv-show-organizer

tv-show-organizer is a command line utility that cleans up the file names of your TV-Show like (Seasons, Episodes etc.) media files and organizes them into a neat folder structure.

Installation

$ npm install -g tv-show-organizer

Usage: organizer [options]

Options:

  • -h/--help
  • output usage information
  • -V/--version
  • output the version number
  • -i/--in <dir>
  • Input directory
  • -o/--out <dir>
  • Output directory
  • -c/--copy
  • Copy files instead of renaming/moving them
  • -f/--folder
  • Create a folder structure “Show Name/Season #/”

License

MIT