Project

dexter

0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
Dexter helps you organize your tv series with well, you know... Dexterity
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0

Runtime

 Project Readme

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