diff --git a/MetaData.md b/MetaData.md index 11e0059..6d14d36 100644 --- a/MetaData.md +++ b/MetaData.md @@ -23,7 +23,7 @@ That will allow you to add the shows to SickChill with a simple click. First, go to Settings --> Post processing --> Metadata. You will be presented with the below screen. -![metadata](https://cloud.githubusercontent.com/assets/7928052/13502747/8c3ae6b8-e16c-11e5-812c-16ef0c9e676e.png) +![metadata](images/metadata.png) Here select the type of metadata you need. Make sure you select the type that your media player supports. The next step is selecting the metadata files you need. This depends on your preferences, but we advise adding the `Show Metadata` at a minimum. You can also select poster/banner in case you prefer to store those on your disk so that SickChill doesn't have to download them. @@ -34,11 +34,11 @@ Push on `save` and the settings are saved, and with the next show update the met In this example, we have metadata created/added to a show folder and start with a fresh installation of SickChill. Click on add shows and select `add existing shows`. -![existing](https://cloud.githubusercontent.com/assets/7928052/13502745/8c13b0fc-e16c-11e5-8793-3c86b25d99ab.png) +![existing](images/existing.png) If the root folder is set, SickChill will show you a list of the found folders. Select the folders/shows you like and click on the submit. If the metadata is present the shows will be instantly added. -![existing-adding](https://cloud.githubusercontent.com/assets/7928052/13502746/8c14b6dc-e16c-11e5-8b43-4291118947a8.png) +![existing-adding](images/existing-adding.png) Now you have created a new/fresh show database with just a few clicks! diff --git a/NZBtoMedia.md b/NZBtoMedia.md index 5c92059..e8d470c 100644 --- a/NZBtoMedia.md +++ b/NZBtoMedia.md @@ -30,12 +30,12 @@ For more info see [NZBtoMedia's Repo](https://github.com/clinton-hall/nzbToMedia The good news is that NZBget has NZBtoMedia support built into the program. This allows for easy configuration. First, you need to make sure that NZBget points to the NZBtoMedia files. Sometimes the files are included in the NZBget/Scripts folder. However, if they are not you have two options. Manually download the latest NZBtoMedia [package](https://github.com/clinton-hall/nzbToMedia/archive/master.zip) and unpack them there. Or point to the NZBtoMedia folder included within SickChill. This can be done in NZBGet by going to Settings --> PATHS --> `ScriptDir`. -![naamloos](https://cloud.githubusercontent.com/assets/7928052/13014408/f9a0cfb0-d1b3-11e5-915a-bc695e77b4ba.png) +![naamloos](images/NZBtoMedianaamloos.png) The first step is to do the basic configuration of NZBget. So add your Usenet provider and download path etc. Go to `PATHS` and fill-in your download Path that SickChill monitors under `MainDir` or `DestDir` depending on your preference. -![4](https://cloud.githubusercontent.com/assets/7928052/13014407/f99d1d34-d1b3-11e5-9fc7-7366fb786ebe.png) +![4](images/NZBtoMedia0.png) Go to `CATEGORIES` in the Settings. Push on Add another `category` at the bottom of the page to add a new category. (or re-use an already existing category) @@ -44,7 +44,7 @@ Go to `CATEGORIES` in the Settings. Push on Add another `category` at the bottom And save the settings. -![2](https://cloud.githubusercontent.com/assets/7928052/13014403/f995f324-d1b3-11e5-9917-fdcb71d9aabe.png) +![2](images/NZBtoMedia2.png) Next we need to setup the settings for the nzbToSickBeard script itself. Go to `nzbToSickBeard` in the Setting. Now change/add : @@ -60,7 +60,7 @@ Go to `nzbToSickBeard` in the Setting. Now change/add : And save the settings. -![3](https://cloud.githubusercontent.com/assets/7928052/13014404/f99896ec-d1b3-11e5-8d84-7bab89f35121.png) +![3](images/NZBtoMedia3.png) By default, NZBget will create a subdirectory with the name of the category. And some users might not like that. To change this go to `INCOMING NZBS` under settings and set `appendedcategorydir` to `NO` @@ -106,13 +106,13 @@ That's it. Now save the file. ## Configure nzbtosickbeard.py with SABnzbd -![02a04048-5bab-11e5-9f25-a14f4fa42566](https://cloud.githubusercontent.com/assets/7928052/13014406/f99c4288-d1b3-11e5-8f68-dde9be0fe691.png) +![02a04048-5bab-11e5-9f25-a14f4fa42566](images/NZBtoMedia6.png) First step is to let SABnzbd know where the NZBtoMedia scripts are located. Do this by going to. : `Config` -> `Folders` -> `User Folders` -> `Post-Processing Scripts Folder` Now browse to the location where they are located and save the new path. -![1](https://cloud.githubusercontent.com/assets/7928052/13014405/f99ac868-d1b3-11e5-841f-d566aed5f04c.png) +![1](images/NZBtoMedia1.png) The second step is to setup the categories. When SickChill sends an nzb to SABnzbd it adds a tag. the defealt is `tv`. The Categories allow to run a script when a certain tag is sent/found by SABnzbd. In our case we want to do this with the tag `tv` that SickChill uses. @@ -125,16 +125,16 @@ The "Folder/Path" doesn't need to be set, but if you are having problems than se **NOTE : The next steps are not necessary but recommended.** -![3](https://cloud.githubusercontent.com/assets/7928052/13014409/f9abfca0-d1b3-11e5-93c8-ad8e47836327.png) +![3](images/NZBtoMedia7.png) Go to : `Config` -> `Switches` -> `Post-Process Only Verified Jobs (off)` And deselect, in order to allow for snatching of the next best release. (mainly used with CouchPotatoServer if a download fails.) -![4](https://cloud.githubusercontent.com/assets/7928052/13014410/f9ae3d94-d1b3-11e5-9713-896c133465c8.png) +![4](images/NZBtoMedia4.png) With the release of SABnzbd version 0.7.5 a new special parameter named "empty_postproc" was introduced. This allows for better handling of failed downloads. Go to : `Config` -> `Special` -> `empty_postproc (on)` And change the setting to off. A successful run of the script should look like this in SABnzbd. : -![5](https://cloud.githubusercontent.com/assets/7928052/13014411/f9afd71c-d1b3-11e5-89bf-643f2bf13603.png) +![5](images/NZBtoMedia5.png) diff --git a/Post-Processing.md b/Post-Processing.md index eb84899..c77af79 100644 --- a/Post-Processing.md +++ b/Post-Processing.md @@ -11,7 +11,7 @@ For more detailed information about an individual setting see the [Main Settings Normally SickChill does Auto Post Processing, but it gives you also the possibility to Manual Post Process files. This can be handy if you have manually downloaded files and want to instantly process them in SickChill. Simply hit the button Post-Processing in the top-right corner and the following screen will appear.: -![pp](https://cloud.githubusercontent.com/assets/7928052/13013716/dc32af82-d1b0-11e5-80be-9638101f901b.png) +![pp](images/postprocess.png) `Enter the folder containing the episode:` Browse to the folder you want to Post-Process. diff --git a/Remaining-settings-explained.md b/Remaining-settings-explained.md index 7ed3f1e..6558075 100644 --- a/Remaining-settings-explained.md +++ b/Remaining-settings-explained.md @@ -11,7 +11,7 @@ `Select Column` -![1111](https://cloud.githubusercontent.com/assets/7928052/13015297/8f61909e-d1b8-11e5-84a7-a80ea815cd08.png) +![1111](images/Remaining01.png) - `Next episode` Adds the column Next episode that will show you when the next episode airs. @@ -32,13 +32,13 @@ `Layout` - `Poster` - ![poster](https://cloud.githubusercontent.com/assets/7928052/13015206/32713ba0-d1b8-11e5-86fc-ea9fb9810e19.png) + ![poster](images/Remaining02.png) - `Small Poster` - ![small](https://cloud.githubusercontent.com/assets/7928052/13015204/326c994c-d1b8-11e5-8cb8-ca4f1c32cf94.png) + ![small](images/Remaining03.png) - `Banner` - ![banner](https://cloud.githubusercontent.com/assets/7928052/13015205/326e3a72-d1b8-11e5-8f09-e11448c951ac.png) + ![banner](images/Remaining04.png) - `List` - ![simple](https://cloud.githubusercontent.com/assets/7928052/13015208/3272422a-d1b8-11e5-8ef4-2cb1bc4b7713.png) + ![simple](images/Remaining05.png) `Search:` Lets you search for an individual show name on the page. @@ -47,13 +47,13 @@ `Layout:` - `Calendar` Shows Coming Episodes as calendar with posters - ![poster](https://cloud.githubusercontent.com/assets/7928052/13015207/32713d4e-d1b8-11e5-9cd5-543d2edba9b2.png) + ![poster](images/Remaining06.png) - `Banner` Shows Coming Episodes as list with large Banners - ![banner](https://cloud.githubusercontent.com/assets/7928052/13015648/90c95564-d1ba-11e5-996b-5978f7d294ff.png) + ![banner](images/Remaining07.png) - `Poster` Shows Coming Episodes as list with posters - ![poster](https://cloud.githubusercontent.com/assets/7928052/13015649/90eda612-d1ba-11e5-94e1-5ecf7ac6816f.png) + ![poster](images/Remaining08.png) - `List` Shows Coming Episodes as a basic list with no posters or banners - ![Schedule](https://cloud.githubusercontent.com/assets/7928052/13014504/7c9d0bd6-d1b4-11e5-9208-6e1b08651f1a.png) + ![Schedule](images/Remaining09.png) `Sort By:` @@ -69,7 +69,7 @@ Allows you to hide or show paused shows in the overview ## History -![history](https://cloud.githubusercontent.com/assets/7928052/13014501/7c9935ba-d1b4-11e5-8db2-b80b62fc9edd.png) +![history](images/Remaining10.png) `Clear history` Allows you to clear the history. @@ -90,13 +90,13 @@ Allows you to select how many events should be shown in History. This Pull down menu gives you various Manage options to maintain your shows. -![manage](https://cloud.githubusercontent.com/assets/7928052/13014747/acf8dade-d1b5-11e5-9df9-d7fe4119b119.png) +![manage](images/Remaining11.png) ## Mass Update - Mass Update is a very powerful tool that allows you to change settings of multiple shows at once. So no more need to go over every single show/episode and change the setting. -![mass-update-1](https://cloud.githubusercontent.com/assets/7928052/13014506/7c9ef0c2-d1b4-11e5-9f47-afc5a243a41b.png) +![mass-update-1](images/mass-update-1.png) The screens shows you an overview of your shows and what settings they use/have set. Here you can mainly start processes concerning your shows, like removing or starting a subtitle search. : @@ -114,7 +114,7 @@ Deletes the Show AND files. Don't confuse it with the Remove function.! `Remove` Removes the show from SickChill. Leaves all files and folders intact. -![mass-update-2](https://cloud.githubusercontent.com/assets/7928052/13014503/7c9bfc28-d1b4-11e5-8708-76b84e500272.png) +![mass-update-2](images/mass-update-2.png) To modify the settings of the show itself you have to select the show(s) and push the edit button. Now you have the opportunity to set the following settings for all selected shows. : @@ -145,7 +145,7 @@ For more details on the functions them self see the [show settings explanation]( ## Backlog overview - The Backlog Overview gives you an overview of what shows are wanted but not successfully downloaded by the Daily search. In case the episode has the color Yellow, SickChill will search that episode in a higher quality. - ![backlog-overview](https://cloud.githubusercontent.com/assets/7928052/13014505/7c9e80f6-d1b4-11e5-9171-11878ebf70d9.png) + ![backlog-overview](images/backlog-overview.png) ## Manage Searches @@ -154,17 +154,17 @@ For more details on the functions them self see the [show settings explanation]( - Backlog search - Find propers search -![manage-searches](https://cloud.githubusercontent.com/assets/7928052/13014509/7cb0bdd4-d1b4-11e5-9010-06460c83c695.png) +![manage-searches](images/manage-searches.png) ## Episodes Status Management - Lets you change the Episode status of a certain type to another. -![episode-overview](https://cloud.githubusercontent.com/assets/7928052/13014508/7cafb6fa-d1b4-11e5-89af-1e5c3c026d40.png) +![episode-overview](images/episode-overview.png) First select the episodes that you want to change. For example, you want to set all `skipped` episodes to `wanted`. When selected push on Manage. -![episode-overview-2](https://cloud.githubusercontent.com/assets/7928052/13014507/7cafd18a-d1b4-11e5-8fcb-dd7e54259beb.png) +![episode-overview-2](images/episode-overview-2.png) Now you see a new screen witch is almost identical, You now you have to select the `skipped` shows/episodes and set the new status that you want. In our example that is `Wanted` so select `Wanted` and click on Go. Now all the `Skipped` shows that you had selected are set to wanted. @@ -172,7 +172,7 @@ Now you see a new screen witch is almost identical, You now you have to select t - Allows you to see the Failed Downloads list. -![failed-downloads](https://cloud.githubusercontent.com/assets/7928052/13014608/02d49106-d1b5-11e5-9ed7-a7c11534f4a7.png) +![failed-downloads](images/failed-downloads.png) This pages shows you an overview of all the NZB/Torents that are marked as Failed. In case an NZB/Torrent was wrongly placed in the list you have the possibility to remove it. From time to time you get a bad NZB/Torrent. To prevent SickChill from downloading that same file again you have to add it to the Failed Download list. (failed.db) Otherwise you run the risk that SickChill picks the same file again. If you use NZBtoMedia (nzbtosickbeard for example) this is done automatically. With other methods this is not always the case. When that happens you can go to your show and select the episode and set the episode status to failed. Or you can click on the search glass at the end of the episode line for a manual search. You will get a pop-up screen asking if SickChill should mark the episode as Failed. @@ -180,17 +180,17 @@ This pages shows you an overview of all the NZB/Torents that are marked as Faile - Lets you search for missing subtitles of your shows. -![sub-1](https://cloud.githubusercontent.com/assets/7928052/13014609/02ecdf72-d1b5-11e5-9d41-24f77c910d11.png) +![sub-1](images/sub-1.png) First you need to select the language that you want to search. You can select an individual language or all that you have set in the subtitle settings. -![sub-2](https://cloud.githubusercontent.com/assets/7928052/13014611/02febefe-d1b5-11e5-8bdb-584ab7456bfc.png) +![sub-2](images/sub-2.png) Next you have to select the shows and/or episodes that you want the subtitles to be found for. Select go to start the process. ## Options (wrench and screwdriver) -![naamloos](https://cloud.githubusercontent.com/assets/7928052/13014612/02fffc10-d1b5-11e5-86ec-c1d3689c7c93.png) +![naamloos](images/remnaamloos.png) **News** @@ -213,7 +213,7 @@ Shows the page with the Changelog. This lets you see the changes that where made **View logs (Errors)** -![log](https://cloud.githubusercontent.com/assets/7928052/13014613/030085e0-d1b5-11e5-89d1-d1754d012999.png) +![log](images/remlog1.png) In case SickChill encounters an error it will be shown on this page. Common errors are timeout errors like when a site is down. Or when you enter a wrong user-name/password. This page will be a great help in case you have an issue. The error will give you an indication where to search for the problem. From time to time you can encounter a "Bug" meaning an error is SickChill's code. Whit so many features, improvements and possible settings that can not be prevented. To make reporting a bug easy a button will appear called `Submit Errors` When you push this button you will get a pop-up screen to ask if you want to submit the error to the SickChill Developers. The error will then be investigated. However, before submitting make sure it is an actual error and if it is already reported or not. Also, for this function to work you have to setup/add your GitHub account to the SickChill settings and have the debug log setting enabled. @@ -226,7 +226,7 @@ Lets you submit an error to the SickChill developers (Red Arrow) **View logs** -![log](https://cloud.githubusercontent.com/assets/7928052/13014614/0300cdd4-d1b5-11e5-93d5-f200b72323bb.png) +![log](images/remlog2.png) `Minimum logging level to display` @@ -296,7 +296,7 @@ Logs-out the current user - Shows what processes are currently running or paused -![server-status](https://cloud.githubusercontent.com/assets/7928052/13014610/02fe881c-d1b5-11e5-9c0c-35d76222ee88.png) +![server-status](images/server-status.png) `Show Queue` Shows the list of queued show processes. When active you will see a list of shows that still need to get processed. diff --git a/Scene-exceptions-and-numbering.md b/Scene-exceptions-and-numbering.md index 7954555..7387fa3 100644 --- a/Scene-exceptions-and-numbering.md +++ b/Scene-exceptions-and-numbering.md @@ -12,7 +12,7 @@ We have tried to automate this process as much as we could by adding scene excep However, there are still shows that require manually adding the scene exception name. So when you have a show that requires a manual scene exception please submit a Pull Request to the scene exception list at [SickChill.GitHub.io](https://github.com/SickChill/sickchill.github.io/blob/master/sb_tvdb_scene_exceptions/exceptions.txt). This also helps other users that experience this problem. -![name](https://cloud.githubusercontent.com/assets/7928052/13529717/d9ab6c86-e21d-11e5-9e01-8d53d8a7401a.png) +![name](images/name.png) ## What is Scene numbering? @@ -23,4 +23,4 @@ Automatic adding of scene numbers is done with the help of http://thexem.de If you take the show `Pawn Stars` for example http://thexem.de/xem/show/1759 you see that different episode numbers are used by the indexers, but thexem.de renumbers/links them to the correct numbers so that SickChill can find the episode. If there are problematic shows that use a different numbering scheme then please consider adding those on thexem.de so that other users can also profit from the change and don't need to manually add it locally. -![number](https://cloud.githubusercontent.com/assets/7928052/13529718/d9ae5392-e21d-11e5-89af-435ad7706efd.png) +![number](images/number.png) diff --git a/Settings-explained.md b/Settings-explained.md index b4c4add..7dd0616 100644 --- a/Settings-explained.md +++ b/Settings-explained.md @@ -60,7 +60,7 @@ Key resource links should you wish to chat or fix something that's gone wrong. You can manually set a time at witch SickChill updates/refreshes the shows information from the indexers. (air dates etc.) Best to use a time at night when the device is idle. - `Send to trash for actions:` This option lets SickChill move the files to a recycle bin instead of the normal permanent delete. - Note: doesn't work on all Operating Systems. [(NSSM / WinService workaround)](https://github.com/SickChill/SickChill/wiki/FAQ's-and-Fixes#why-does-send-to-trash-option-not-send-the-files-to-the-recycle-bin) + Note: doesn't work on all Operating Systems. [(NSSM / WinService workaround)](![img.png](img.png)![img_1.png](img_1.png)https://github.com/SickChill/SickChill/wiki/FAQ's-and-Fixes#why-does-send-to-trash-option-not-send-the-files-to-the-recycle-bin) - `Number of Log files saved:` Lets you set he number of log files that are stored before deleted. - `Size of Log files saved:` @@ -189,12 +189,12 @@ Key resource links should you wish to chat or fix something that's gone wrong. - `config.ini` That contains all your settings - `Cache folder` That contains all your search results -![backup](https://cloud.githubusercontent.com/assets/7928052/13013263/0ab50460-d1af-11e5-9830-849abfdeee7b.png) +![backup](images/backup.png) - `Backup:` Lets you set the backup folder where SickChill saves your backup. -![restore](https://cloud.githubusercontent.com/assets/7928052/13013273/13bb6b6c-d1af-11e5-9ec5-c5de4ab44f4c.png) +![restore](images/restore.png) - `Restore:` Lets you browse and select your backup file to be restored. @@ -289,17 +289,17 @@ This sections allows you to enable/disable the providers you want to use and dra #### Build-in NZB (and Custom) Providers -![provider-priorities-nzb](https://cloud.githubusercontent.com/assets/7928052/13013411/acaf6756-d1af-11e5-871a-a7c554eba681.png) +![provider-priorities-nzb](images/provider-priorities-nzb.png) #### Build-in Torrent providers (as of Juli 2015) -![provider-priorities-torrent](https://cloud.githubusercontent.com/assets/7928052/13013410/ac13e8bc-d1af-11e5-9930-5cd590000a8d.png) +![provider-priorities-torrent](images/provider-priorities-torrent.png) #### Provider Options - This sections allows you to configure the providers. -![provider-options](https://cloud.githubusercontent.com/assets/7928052/13013420/ba4ef552-d1af-11e5-914c-8a1c9fe2056d.png) +![provider-options](images/provider-options.png) - `Configure provider:` Those the provider you want to modify. (only enabled providers are shown in the list.) @@ -320,7 +320,7 @@ This sections allows you to enable/disable the providers you want to use and dra - SickChill lets you add almost every NZB Indexer out there. The custom Newznab is the preferred way of adding an NZB indexer. You might ask yourself if it's not better to build them in? Well it's not... Firstly there are so many NZB indexers out there that it is impossible to add them all. But even a better reason is that you can search far more efficient if you add/configure the indexer manually. An indexer uses category's to search. Generally they are divided between SD, HD, Sports, Anime etc. Now lets say you only need HD releases than there is no point in adding/enabling all the others. Same if you only need Sports. This method is far more efficient than building-in a provider and using all the category's by default. Click for [Jackett specific guide](https://github.com/SickChill/SickChill.WikiTemp/blob/main/Settings-jackett.md). -![configure-custom-newznab-providers](https://cloud.githubusercontent.com/assets/7928052/13013477/f304da42-d1af-11e5-83fe-462702b4f567.png) +![configure-custom-newznab-providers](images/configure-custom-newznab-providers.png) - `Select provider:` Here you can add a new custom newznab provider by selecting --add new provider-- or modify an already added custom provider. @@ -338,7 +338,7 @@ This sections allows you to enable/disable the providers you want to use and dra - SickChill let you add Torrent providers that are currently not build-in yet. The only requirement is that the Torrent site has an RSS feed. Most of them do, and some let you even customize the feed so only the results you want are added. This makes it very efficient and quick to search. -![configure-custom-torrent-providers](https://cloud.githubusercontent.com/assets/7928052/13013479/f32ebb46-d1af-11e5-8022-932b2fcc1b96.png) +![configure-custom-torrent-providers](images/configure-custom-torrent-providers.png) - `Select Provider:` Lets you select and add a custom torrent provider. @@ -355,7 +355,7 @@ This sections allows you to enable/disable the providers you want to use and dra - This section lets you set up automatic subtitle downloads. -![subtitles-search](https://cloud.githubusercontent.com/assets/7928052/13013478/f32b5848-d1af-11e5-8dba-3062af8f28d9.png) +![subtitles-search](images/subtitles-search.png) - `Search Subtitles:` Enable if you want SickChill to search and download subtitles. @@ -378,13 +378,13 @@ This sections allows you to enable/disable the providers you want to use and dra - Here you can enable the preferred subtitle providers where SickChill should search for subtitles. -![subtitles-plugin](https://cloud.githubusercontent.com/assets/7928052/13013550/34339ec2-d1b0-11e5-8d72-3b089ce5b719.png) +![subtitles-plugin](images/subtitles-plugin.png) #### Plugin Settings - Some subtitle providers have the ability to use an account for extra functions or removing limitations. Here you can add your account details. -![subtitle-accounts](https://cloud.githubusercontent.com/assets/7928052/13013551/34598f6a-d1b0-11e5-9322-cbd1da84e3d0.png) +![subtitle-accounts](images/subtitle-accounts.png) ## Post Processing @@ -549,7 +549,7 @@ Recommend `Show Metadata` be selected as if your database gets corrupted the reb #### AnimeDB Settings -![anidb](https://cloud.githubusercontent.com/assets/7928052/13013665/ade0bf20-d1b0-11e5-847a-5c64544e6496.png) +![anidb](images/anidb.png) - `Enable:` Lets you enable the AniDB function/indexer diff --git a/Show-settings-explained.md b/Show-settings-explained.md index 65b16c3..8356a32 100644 --- a/Show-settings-explained.md +++ b/Show-settings-explained.md @@ -8,24 +8,24 @@ - This button allows you to add a new or existing shows. -![show-overview](https://cloud.githubusercontent.com/assets/7928052/13013808/699a06d6-d1b1-11e5-95e8-5969fa39a6c0.png) +![show-overview](images/showsadd-overview.png) #### Adding a new Show -![add-show-2](https://cloud.githubusercontent.com/assets/7928052/13013853/90d9687c-d1b1-11e5-9715-fa896f335fe3.png) +![add-show-2](images/add-show-2.png) _Step 1_ Once you clicked on the new show button you will be asked to enter the name of the show you like to search/add. In this example "game of thrones". Further you can set a language that you want to use for the show, like descriptions etc. And last the preferred indexer where SickChill should search. When you are ready push search. Now any results found will be showed in the lower part of the screen. Select the show you want end click `next`. (Alternatively you can click on the `add` button, however this will skip the customization settings.!) -![add-show-4](https://cloud.githubusercontent.com/assets/7928052/13013855/90fb70fc-d1b1-11e5-9a9e-f1d977a578d9.png) +![add-show-4](images/add-show-4.png) _Step 2_ Now that we have selected the show we are actually going to add it. In case you have not set a Root folder yet, (the folder where you want to place your shows) use the `new` button to add one. And again press `next` -![add-show-5](https://cloud.githubusercontent.com/assets/7928052/13013856/90fe025e-d1b1-11e5-89c2-a35f4dad127a.png) +![add-show-5](images/add-show-5.png) _Step 3_ @@ -50,13 +50,13 @@ Here you have the possibility to customize the shows settings. #### Add popular IMDB shows -![imdb](https://cloud.githubusercontent.com/assets/7928052/13013857/90ff50fa-d1b1-11e5-828c-80a0837dd1e2.png) +![imdb](images/imdb.png) This nice feature gives you an overview of the current popular/trending TV shows on [IMDB](http://www.imdb.com/) and lets you add them. It uses the IMDB MOVIE meter Rating system, that ensures reliably results. Give it a try, and learn the shows you should consider adding. Shows that already are in your list will be hidden. #### Add popular Trakt shows -![trakt](https://cloud.githubusercontent.com/assets/7928052/13013858/9101c5ec-d1b1-11e5-815c-8c108fb2415f.png) +![trakt](images/trakt.png) Similar to the IMDB popular shows option, here you can add Trending shows from [Trakt](https://trakt.tv/). @@ -64,13 +64,13 @@ Similar to the IMDB popular shows option, here you can add Trending shows from [ - SickChill also has the ability to add existing shows. Unlike newly added shows an existing show has already a folder with the episodes and/or metadata present. -![add-existing](https://cloud.githubusercontent.com/assets/7928052/13013854/90ecd20e-d1b1-11e5-9066-3092293c7e99.png) +![add-existing](images/add-existing.png) Adding an existing show basically works the same as a new show. The main difference is that you need to select the folder where the show is located. Set/add the root folder where the show(s) are located and SickChill will give an overview of all the (not yet used) folders and allow you to set an indexer to search. You can add multiple shows at once or just one singe show. In case you are using meta-data/nfo files and have the tvshow.nfo file in a series folder, the adding process will go automatically. -![add-show-8](https://cloud.githubusercontent.com/assets/7928052/13013859/9101cace-d1b1-11e5-9197-7a4fe11ade15.png) +![add-show-8](images/add-show-8.png) Just as adding a new show you can set custom settings for the show(s). If you like to set every show manually than enable the option `prompt me to set settings for each show` : @@ -93,7 +93,7 @@ Just as adding a new show you can set custom settings for the show(s). If you li ## Shows overview and buttons explained -![show-overview](https://cloud.githubusercontent.com/assets/7928052/13013866/9a6978a0-d1b1-11e5-9db3-7949c77f9ce5.png) +![show-overview](images/show-overview.png) 1 `Edit:` Opens the edit section of the show. Here you can specify your settings for this show. diff --git a/Synology-install.md b/Synology-install.md index e416e31..3397acd 100644 --- a/Synology-install.md +++ b/Synology-install.md @@ -23,7 +23,7 @@ See the [Synology](https://github.com/SickChill/SickChill/wiki/Synology) set up Login to SickChill and go to Backup and Restore in the configuration. Create a backup and store it in a safe location. -![1](https://cloud.githubusercontent.com/assets/7928052/11318354/73fa0d0e-904f-11e5-9432-581a8e795508.png) +![1](images/syno1.png) Login to Synology's DSM and go into the Package Center and open the SickChill Package. There Select Remove. @@ -45,11 +45,11 @@ Now you will get a wizard/installation screen. Fill-in the username and password SickChill is now (re)installed. Open the GUI and go to Backup/Restore under configuration and restore your backup. -# ![7](https://cloud.githubusercontent.com/assets/7928052/11318357/741a8c14-904f-11e5-94e8-614dc94ede74.png) +# ![7](images/syno7.png) Last thing you need to do is a restart of SickChill so the changes take effect. -# ![8](https://cloud.githubusercontent.com/assets/7928052/11318356/740d7dbc-904f-11e5-9e3a-4ebfea556b2e.png) +# ![8](images/syno8.png) That's all, you are now running on the new Repository. :) diff --git a/Translations.md b/Translations.md index 648e2cb..15617d1 100644 --- a/Translations.md +++ b/Translations.md @@ -9,8 +9,8 @@ The templates that we use for SickChill contain the English texts. Those texts w Go to [crowdin.com](https://crowdin.com/project/sickchill) , and login with your account. click on the language you prefer and click on the `messages.pot` file. Now a new page is opened, where you can enter all translations. -![pot](https://cloud.githubusercontent.com/assets/7928052/14351455/b78cee46-fccf-11e5-851e-b5846ab0a9d8.png) -![translating](https://cloud.githubusercontent.com/assets/7928052/14351456/b7ae6440-fccf-11e5-81a0-75014af30bbb.png) +![pot](images/trans_pot.png) +![translating](images/translating.png) ## Important things to consider while translating. diff --git a/images/NZBtoMedia0.png b/images/NZBtoMedia0.png new file mode 100644 index 0000000..0291b03 Binary files /dev/null and b/images/NZBtoMedia0.png differ diff --git a/images/NZBtoMedia1.png b/images/NZBtoMedia1.png new file mode 100644 index 0000000..e2360f4 Binary files /dev/null and b/images/NZBtoMedia1.png differ diff --git a/images/NZBtoMedia2.png b/images/NZBtoMedia2.png new file mode 100644 index 0000000..0aa2d61 Binary files /dev/null and b/images/NZBtoMedia2.png differ diff --git a/images/NZBtoMedia3.png b/images/NZBtoMedia3.png new file mode 100644 index 0000000..768510a Binary files /dev/null and b/images/NZBtoMedia3.png differ diff --git a/images/NZBtoMedia4.png b/images/NZBtoMedia4.png new file mode 100644 index 0000000..d1d9caa Binary files /dev/null and b/images/NZBtoMedia4.png differ diff --git a/images/NZBtoMedia5.png b/images/NZBtoMedia5.png new file mode 100644 index 0000000..1e92865 Binary files /dev/null and b/images/NZBtoMedia5.png differ diff --git a/images/NZBtoMedia6.png b/images/NZBtoMedia6.png new file mode 100644 index 0000000..c2946cd Binary files /dev/null and b/images/NZBtoMedia6.png differ diff --git a/images/NZBtoMedia7.png b/images/NZBtoMedia7.png new file mode 100644 index 0000000..dc3ab1c Binary files /dev/null and b/images/NZBtoMedia7.png differ diff --git a/images/NZBtoMedianaamloos.png b/images/NZBtoMedianaamloos.png new file mode 100644 index 0000000..a162749 Binary files /dev/null and b/images/NZBtoMedianaamloos.png differ diff --git a/images/Remaining01.png b/images/Remaining01.png new file mode 100644 index 0000000..46a6a15 Binary files /dev/null and b/images/Remaining01.png differ diff --git a/images/Remaining02.png b/images/Remaining02.png new file mode 100644 index 0000000..e089594 Binary files /dev/null and b/images/Remaining02.png differ diff --git a/images/Remaining03.png b/images/Remaining03.png new file mode 100644 index 0000000..96c3fad Binary files /dev/null and b/images/Remaining03.png differ diff --git a/images/Remaining04.png b/images/Remaining04.png new file mode 100644 index 0000000..4e817fb Binary files /dev/null and b/images/Remaining04.png differ diff --git a/images/Remaining05.png b/images/Remaining05.png new file mode 100644 index 0000000..f74a12e Binary files /dev/null and b/images/Remaining05.png differ diff --git a/images/Remaining06.png b/images/Remaining06.png new file mode 100644 index 0000000..c96e1a7 Binary files /dev/null and b/images/Remaining06.png differ diff --git a/images/Remaining07.png b/images/Remaining07.png new file mode 100644 index 0000000..6bf0edd Binary files /dev/null and b/images/Remaining07.png differ diff --git a/images/Remaining08.png b/images/Remaining08.png new file mode 100644 index 0000000..fb5f2cd Binary files /dev/null and b/images/Remaining08.png differ diff --git a/images/Remaining09.png b/images/Remaining09.png new file mode 100644 index 0000000..9812e50 Binary files /dev/null and b/images/Remaining09.png differ diff --git a/images/Remaining10.png b/images/Remaining10.png new file mode 100644 index 0000000..3129a9c Binary files /dev/null and b/images/Remaining10.png differ diff --git a/images/Remaining11.png b/images/Remaining11.png new file mode 100644 index 0000000..1e1f29a Binary files /dev/null and b/images/Remaining11.png differ diff --git a/images/add-existing.png b/images/add-existing.png new file mode 100644 index 0000000..5fa1e45 Binary files /dev/null and b/images/add-existing.png differ diff --git a/images/add-show-2.png b/images/add-show-2.png new file mode 100644 index 0000000..fd89c6c Binary files /dev/null and b/images/add-show-2.png differ diff --git a/images/add-show-4.png b/images/add-show-4.png new file mode 100644 index 0000000..f126058 Binary files /dev/null and b/images/add-show-4.png differ diff --git a/images/add-show-5.png b/images/add-show-5.png new file mode 100644 index 0000000..3e37586 Binary files /dev/null and b/images/add-show-5.png differ diff --git a/images/add-show-8.png b/images/add-show-8.png new file mode 100644 index 0000000..948ffa0 Binary files /dev/null and b/images/add-show-8.png differ diff --git a/images/anidb.png b/images/anidb.png new file mode 100644 index 0000000..93c60ec Binary files /dev/null and b/images/anidb.png differ diff --git a/images/backlog-overview.png b/images/backlog-overview.png new file mode 100644 index 0000000..8aea81e Binary files /dev/null and b/images/backlog-overview.png differ diff --git a/images/backup.png b/images/backup.png new file mode 100644 index 0000000..2f5d4df Binary files /dev/null and b/images/backup.png differ diff --git a/images/configure-custom-newznab-providers.png b/images/configure-custom-newznab-providers.png new file mode 100644 index 0000000..ca91190 Binary files /dev/null and b/images/configure-custom-newznab-providers.png differ diff --git a/images/configure-custom-torrent-providers.png b/images/configure-custom-torrent-providers.png new file mode 100644 index 0000000..19aa40d Binary files /dev/null and b/images/configure-custom-torrent-providers.png differ diff --git a/images/episode-overview-2.png b/images/episode-overview-2.png new file mode 100644 index 0000000..4fe4555 Binary files /dev/null and b/images/episode-overview-2.png differ diff --git a/images/episode-overview.png b/images/episode-overview.png new file mode 100644 index 0000000..a660b0e Binary files /dev/null and b/images/episode-overview.png differ diff --git a/images/existing-adding.png b/images/existing-adding.png new file mode 100644 index 0000000..316eaa6 Binary files /dev/null and b/images/existing-adding.png differ diff --git a/images/existing.png b/images/existing.png new file mode 100644 index 0000000..7459ad1 Binary files /dev/null and b/images/existing.png differ diff --git a/images/failed-downloads.png b/images/failed-downloads.png new file mode 100644 index 0000000..eac11eb Binary files /dev/null and b/images/failed-downloads.png differ diff --git a/images/imdb.png b/images/imdb.png new file mode 100644 index 0000000..f68bee6 Binary files /dev/null and b/images/imdb.png differ diff --git a/images/manage-searches.png b/images/manage-searches.png new file mode 100644 index 0000000..58d6a8f Binary files /dev/null and b/images/manage-searches.png differ diff --git a/images/mass-update-1.png b/images/mass-update-1.png new file mode 100644 index 0000000..b0b4ef3 Binary files /dev/null and b/images/mass-update-1.png differ diff --git a/images/mass-update-2.png b/images/mass-update-2.png new file mode 100644 index 0000000..57a955f Binary files /dev/null and b/images/mass-update-2.png differ diff --git a/images/metadata.png b/images/metadata.png new file mode 100644 index 0000000..61abf3a Binary files /dev/null and b/images/metadata.png differ diff --git a/images/name.png b/images/name.png new file mode 100644 index 0000000..dd9682e Binary files /dev/null and b/images/name.png differ diff --git a/images/number.png b/images/number.png new file mode 100644 index 0000000..945193b Binary files /dev/null and b/images/number.png differ diff --git a/images/postprocess.png b/images/postprocess.png new file mode 100644 index 0000000..1a30f4e Binary files /dev/null and b/images/postprocess.png differ diff --git a/images/provider-options.png b/images/provider-options.png new file mode 100644 index 0000000..9bde480 Binary files /dev/null and b/images/provider-options.png differ diff --git a/images/provider-priorities-nzb.png b/images/provider-priorities-nzb.png new file mode 100644 index 0000000..adda73f Binary files /dev/null and b/images/provider-priorities-nzb.png differ diff --git a/images/provider-priorities-torrent.png b/images/provider-priorities-torrent.png new file mode 100644 index 0000000..ee7e4ff Binary files /dev/null and b/images/provider-priorities-torrent.png differ diff --git a/images/remlog1.png b/images/remlog1.png new file mode 100644 index 0000000..fec8e1a Binary files /dev/null and b/images/remlog1.png differ diff --git a/images/remlog2.png b/images/remlog2.png new file mode 100644 index 0000000..715f9d0 Binary files /dev/null and b/images/remlog2.png differ diff --git a/images/remnaamloos.png b/images/remnaamloos.png new file mode 100644 index 0000000..5a229c7 Binary files /dev/null and b/images/remnaamloos.png differ diff --git a/images/restore.png b/images/restore.png new file mode 100644 index 0000000..6f90997 Binary files /dev/null and b/images/restore.png differ diff --git a/images/server-status.png b/images/server-status.png new file mode 100644 index 0000000..3cc5c91 Binary files /dev/null and b/images/server-status.png differ diff --git a/images/serverstatusoverview.png b/images/serverstatusoverview.png new file mode 100644 index 0000000..cfc4700 Binary files /dev/null and b/images/serverstatusoverview.png differ diff --git a/images/show-overview.png b/images/show-overview.png new file mode 100644 index 0000000..92d656e Binary files /dev/null and b/images/show-overview.png differ diff --git a/images/showsadd-overview.png b/images/showsadd-overview.png new file mode 100644 index 0000000..9962b2a Binary files /dev/null and b/images/showsadd-overview.png differ diff --git a/images/sub-1.png b/images/sub-1.png new file mode 100644 index 0000000..2df7c1e Binary files /dev/null and b/images/sub-1.png differ diff --git a/images/sub-2.png b/images/sub-2.png new file mode 100644 index 0000000..01494be Binary files /dev/null and b/images/sub-2.png differ diff --git a/images/subtitle-accounts.png b/images/subtitle-accounts.png new file mode 100644 index 0000000..eaf9680 Binary files /dev/null and b/images/subtitle-accounts.png differ diff --git a/images/subtitles-plugin.png b/images/subtitles-plugin.png new file mode 100644 index 0000000..e699d7c Binary files /dev/null and b/images/subtitles-plugin.png differ diff --git a/images/subtitles-search.png b/images/subtitles-search.png new file mode 100644 index 0000000..2e1a474 Binary files /dev/null and b/images/subtitles-search.png differ diff --git a/images/syno1.png b/images/syno1.png new file mode 100644 index 0000000..60289a7 Binary files /dev/null and b/images/syno1.png differ diff --git a/images/syno7.png b/images/syno7.png new file mode 100644 index 0000000..f727998 Binary files /dev/null and b/images/syno7.png differ diff --git a/images/syno8.png b/images/syno8.png new file mode 100644 index 0000000..6f21792 Binary files /dev/null and b/images/syno8.png differ diff --git a/images/trakt.png b/images/trakt.png new file mode 100644 index 0000000..7ca8fc2 Binary files /dev/null and b/images/trakt.png differ diff --git a/images/trans_pot.png b/images/trans_pot.png new file mode 100644 index 0000000..2f9de26 Binary files /dev/null and b/images/trans_pot.png differ diff --git a/images/translating.png b/images/translating.png new file mode 100644 index 0000000..75c9fca Binary files /dev/null and b/images/translating.png differ diff --git a/img.png b/img.png new file mode 100644 index 0000000..d623b09 Binary files /dev/null and b/img.png differ diff --git a/img_1.png b/img_1.png new file mode 100644 index 0000000..d623b09 Binary files /dev/null and b/img_1.png differ