A python script to organise episodes of TV shows into your library.
$ brew install asdf
Configure your shell for asdf. You will need to restart your terminal session.
$ asdf plugin add python
$ asdf install
$ pip install .
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.
$ 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