Updated readme with changed name, ToC and minimal info on config and setup

This commit is contained in:
2017-09-09 17:05:04 +02:00
parent e90d9f8073
commit 9a38c3c258

View File

@@ -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 <a name='config'></a>
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 <a name='setup'></a>
There are some settings that need to be set for seasonedParser to be able to find and rename new files.
### Download directory <a name='download-directory'></a>
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.