Skip to content
This repository has been archived by the owner on Oct 30, 2019. It is now read-only.

Latest commit

 

History

History
38 lines (20 loc) · 923 Bytes

Readme.md

File metadata and controls

38 lines (20 loc) · 923 Bytes

dexter

Dexter helps you organize your tv series with well, you know... Dexterity}

It automatically detects all video files that seem like a series and moves them into an appropriate path.

Currently in hard alpha but functional.

Usage

$ dexter

It organizes all the files within the current directory and its subdirectories and places them into appropriate folders

$ dexter --input <input> --output <output>

Checks all the directories and subdirectories in and creates a folder structure moving the files in

$ dexter --format ":name/S:season/:name S:seasonE:episode.:extension" 

Moves the files using the format specified.

$ dexter --verbose false

Removes all output

Running the tests - development only

Dexter is tested with RSpec and cucumber.

$ bundle exec rspec spec

Runs the functional tests

$ bundle exec cucumber features

Runs the integration tests