A python script to organise episodes of TV shows into your library.
$ brew install asdfConfigure 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.ymlConfigure the values in config.yml.
$ python -m organise_tv_shows$ ./scripts/build.sh$ 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