From 305efa3cbc7178dbcacf59f68fd348d460070770 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 31 May 2016 23:20:04 -0700 Subject: [PATCH] Update README.md Fixed some typos. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6c078058..8d71b875 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ Mylar is an automated Comic Book (cbr/cbz) downloader program heavily-based on the Headphones template and logic (which is also based on Sick-Beard). -Yes, it does work, yes there are still bugs, and for that reson I still consider it the definition of an 'Alpha Release'. +Yes, it does work, yes there are still bugs, and for that reason I still consider it the definition of an 'Alpha Release'. -REQUIREMENTS- -- at least version 2.7.9 Python for proper usage (3.x is not supported). +- At least version 2.7.9 Python for proper usage (3.x is not supported). ** NEW ** You will need to get your OWN ComicVine API Key for this application to fully work. @@ -11,7 +11,7 @@ Yes, it does work, yes there are still bugs, and for that reson I still consider To start it, type in 'python Mylar.py' from within the root of the mylar directory. Adding a --help option to the command will give a list of available options. -Once it's started, navigate to to localhost:8090 in your web browser (or whatever IP the machine that has Mylar is on). +Once it's started, navigate to localhost:8090 in your web browser (or whatever IP the machine that has Mylar is on). Here are some helpful hints hopefully: - Add a comic (series) using the Search button, or using the Pullist. @@ -19,7 +19,7 @@ Here are some helpful hints hopefully: (Mylar auto-creates the Comic Series directories under the Comic Location. The directory is displayed on the Comic Detail page). - If you make any Configuration changes, shutdown Mylar and restart it or else errors will occur - this is an outstanding bug. - You need to specify a search-provider in order to perform any search-related function! -- In the Configuration section, if you enable 'Automatically Mark Upcoming Issues as Wanted' it will mark any NEW comic from the pullist that is on your 'watchlist' as wanted. +- In the Configuration section, if you enable 'Automatically Mark Upcoming Issues as Wanted' it will mark any NEW comic from the Pullist that is on your 'watchlist' as wanted. - There are times when adding a comic it will fail with an 'Error', submit a bug and it will be checked out (usually an easy fix). - For the most up-to-date build, use the Development build. Master doesn't get updated as frequently (> month), and Development is usually fairly stable. @@ -33,7 +33,7 @@ Post-Processing - Within the post-processing/ folder of Mylar there are 2 files (autoProcessComics.py and autoProcessComics.cfg.sample) - Within the post-processing/ folder of Mylar there are 2 directories (nzbget, sabnzbd) and within each of these client folders, is a ComicRN.py script that is to be used with the respective download client. - Edit (put in your Mylar host, port, login and password (if required), and ssl(0 for no, 1 for yes) and rename the autoProcessComics.cfg.sample to autoProcessComics.cfg. -- Copy autoProcessComics.py, autoProcessComics.cfg and the respective ComicRN.py into your SABnzbd/NZBGet scripts directory (or wherever your download client stores it's scripts). +- Copy autoProcessComics.py, autoProcessComics.cfg and the respective ComicRN.py into your SABnzbd/NZBGet scripts directory (or wherever your download client stores its scripts). - Make sure SABnzbd/NZBGet is setup to have a 'comic-related' category that points it to the ComicRN.py script that was just moved. - Ensure in Mylar that the category is named exactly the same.