Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 889 Bytes

README.md

File metadata and controls

33 lines (28 loc) · 889 Bytes

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