Skip to content

Commit

Permalink
images to local
Browse files Browse the repository at this point in the history
  • Loading branch information
BKSteve committed Oct 7, 2023
1 parent b8e646a commit a845d73
Show file tree
Hide file tree
Showing 76 changed files with 65 additions and 65 deletions.
6 changes: 3 additions & 3 deletions MetaData.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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!
18 changes: 9 additions & 9 deletions NZBtoMedia.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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 :
Expand All @@ -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`

Expand Down Expand Up @@ -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.
Expand All @@ -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)
2 changes: 1 addition & 1 deletion Post-Processing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
48 changes: 24 additions & 24 deletions Remaining-settings-explained.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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.

Expand All @@ -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:`

Expand All @@ -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.
Expand All @@ -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. :
Expand All @@ -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. :
Expand Down Expand Up @@ -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

Expand All @@ -154,43 +154,43 @@ 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.

## Failed Downloads

- 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.

## Missed Subtitle Management

- 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**

Expand All @@ -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.
Expand All @@ -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`

Expand Down Expand Up @@ -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.
4 changes: 2 additions & 2 deletions Scene-exceptions-and-numbering.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand All @@ -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)
Loading

0 comments on commit a845d73

Please sign in to comment.