Skip to content

rlp10/mcheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

mcheck

This program checks the format of folders and files containing media. Currently, it only works with television episodes, although music and movies will be added shortly.

Specification

All television media should be held in a single directory. In that directory, there should be no files, only directories, with each being named after a single television series.

Within each of those series folders, there should be a list of directories, each called 'Season XX' where XX are digits representing the series number.

Within each of thse folders, should be a list of episodes, each of the form 'SXXEXX episode name.XXX' with the apropriate season number, episode number, episode name and file extension.

Usage

Currently, only the following subcommands work:

mcheck tv - checks multiple series from specified path

mcheck seasons - checks multiple seasons of one series from specified path

mcheck episodes - checks single season at specified path

About

Checks format of media directories and filenames

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages