From 9c82ece6665a039080dc262822cf1c83c9de28fa Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Fri, 11 May 2018 16:57:46 +0200 Subject: [PATCH] Updated readme and knowledgebase. --- README.md | 12 +++++++++++- knowledgeBase.md | 5 ++++- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e7cc04f..79dd1da 100644 --- a/README.md +++ b/README.md @@ -16,4 +16,14 @@ There are some settings that need to be set for seasonedParser to be able to fin ### 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 +*TODO:* Monitor multiple folders at the same time. + +## Run +There are many run commands for this, but here is a list of the current working run commands for this project. + +```bash + user@host:$ ~/seasonedParser/./seasonedMover.py move 'The.Big.Bang.Theory.S11E(7..14).720p.x264.mkv' '/mnt/mainframe/shows/The Big Bang Theory/The Big Bang Theory S11E' +``` + +Here the first parameter is our move command, which in turn calls motherMover. The second parameter is what we want the filenames to be called. Notice the (num1..num2), this is to create a range for all the episodes we want to move. The last parameter is the path we want to move our content. + > This will be done automatically by the parser based on the info in the media items name, but it is nice to have a manual command. \ No newline at end of file diff --git a/knowledgeBase.md b/knowledgeBase.md index 0f95342..0b8347d 100644 --- a/knowledgeBase.md +++ b/knowledgeBase.md @@ -564,4 +564,7 @@ Total: 5926, missed was: 29 real 2m0.766s user 1m41.482s sys 0m0.851s -``` \ No newline at end of file +``` + + +Keep nfo files? \ No newline at end of file