Skip to content

A python script to organise episodes of TV shows into your library

Notifications You must be signed in to change notification settings

cameronmurphy/organise_tv_shows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

organise_tv_shows

A python script to organise episodes of TV shows into your library.

Installation (macOS)

$ brew install asdf

Configure your shell for asdf. You will need to restart your terminal session.

$ asdf plugin add python
$ asdf install
$ pip install .

Configure

Create a config file in its default location.

$ mkdir -p ~/.config/organise_tv_shows
$ cp config.yml.dist ~/.config/organise_tv_shows/config.yml

Configure the values in config.yml.

Usage

$ organise_tv_shows

# Run with a different config file (~/.config/organise_tv_shows/config.other.yml)
$ organise_tv_shows --config-file config.other.yml

# Run with a config file outside of the default config directory
$ organise_tv_shows --config-file /usr/local/etc/organise_tv_shows/config.yml

About

A python script to organise episodes of TV shows into your library

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages