From 9a38c3c258dfdd1a8299a1703a536535676c782e Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Sat, 9 Sep 2017 17:05:04 +0200 Subject: [PATCH] Updated readme with changed name, ToC and minimal info on config and setup --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 961e565..e7cc04f 100644 --- a/README.md +++ b/README.md @@ -1 +1,19 @@ -# SeasonMover +# seaonedParser +seasoned Parser is python based parser that indexes a given directory for media files and identifies if it is a movie or show file and renames + moves it to a the correct place in library. + +## Table of Conents +- [Config](#config) +- [Setup for automation](#setup-for-automation) + * [Download directory](#download-directory) + +## Config +We need to know few things about your library. This is so we know what folders to look at for new media items. + + +## Setup for automation +There are some settings that need to be set for seasonedParser to be able to find and rename new files. + +### Download directory +In your download client set a incomplete folder and a complete directory. This will allow seasonedParser to only parse items that have been completely downloaded. + +*TODO:* Monitor multiple folders at the same time. \ No newline at end of file