Skip to content

Commit

Permalink
removing mentions of irc and telegram, and formatting with prettier (#20
Browse files Browse the repository at this point in the history
)
  • Loading branch information
miigotu authored Oct 8, 2023
2 parents 890af89 + 26f7c4c commit 9865d6d
Show file tree
Hide file tree
Showing 6 changed files with 57 additions and 58 deletions.
26 changes: 13 additions & 13 deletions FAQ's-and-Fixes.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Make the following changes to your config.ini file:

## I have problems with special characters.

I have (é etc.) What can I do? It's always a good idea to make sure you're using UTF-8 locale to avoid unicode decoding issues so please perform the following commands if you're using a unix operating system.
I have (é etc.) What can I do? It's always a good idea to make sure you're using UTF-8 locale to avoid Unicode decoding issues so please perform the following commands if you're using a Unix operating system.

Add the following lines of code to your ~/.bashrc and ~/.profile files:

Expand All @@ -87,13 +87,13 @@ Then run `source ~/.bashrc` in a terminal window.

You can reinstall SickChill through pip, see [pip]().

## I'm currently using the SABtoSickbeard script with SABNZB, however failed downloads don't work.
## I'm currently using the SABtoSickbeard script with SABNZB, however, failed downloads don't work.

Switch to the [NZBtoMedia](NZBtoMedia.md) scripts. The package contains a script called NZBtoSickbeard. This will provide full and automatic failed download handling. Installation is almost identical as the SABtoSickbeard script.
Switch to the [NZBtoMedia](NZBtoMedia.md) scripts. The package contains a script called NZBtoSickbeard. This will provide full and automatic failed download handling. Installation is almost identical to the SABtoSickbeard script.

## Error: Rar Not Supported: No suitable RAR unpacker installed

SickChill has the ability to unpack RAR-archived releases but requires the external `unrar` command on Linux, Mac, FreeBSD and other Unix OS. In Windows, it uses unrar.dll(x86) or unrar64.dll(x86_64) which are included in SickChill.
SickChill has the ability to unpack RAR-archived releases but requires the external `unrar` command on Linux, Mac, FreeBSD, and other Unix OS. In Windows, it uses unrar.dll(x86) or unrar64.dll(x86_64) which are included in SickChill.

If you get this error, you need to make sure unrar is installed and available into PATH.

Expand All @@ -119,7 +119,7 @@ They are mainly the cause of not having Python installed correctly. Python needs

## Can I support SickChill and How?

Yes, absolutely! We are always looking for help. If you are familiar with Python, HTML, Java or other programming languages, please give a shout. Also, if you have experience moderating and want to help users by solving/answering their basic questions regarding SickChill, feel free to help on the SickChill [Issue Tracker](https://github.com/SickChill/SickChill) and [IRC Channel](https://kiwiirc.com/client/irc.freenode.net/?theme=basic#sickchill-issues). Last, there is the option to [Donate](Donations.md). That helps us pay for the upkeep/maintaining cost of the SickChill project.
Yes, absolutely! We are always looking for help. If you are familiar with Python, HTML, Java or other programming languages, please give a shout. Also, if you have experience moderating and want to help users by solving/answering their basic questions regarding SickChill, feel free to help on the SickChill [Discord](https://discord.com/channels/502612977271439372/1048317980343283733). Last, there is the option to [Donate](Donations.md). That helps us pay for the upkeep/maintaining cost of the SickChill project.

## What does the Episode Status mean and what does it do?

Expand Down Expand Up @@ -164,7 +164,7 @@ systemctl reset-failed

## Post Processing shows a negative time

In rare cases the Post Processing stops working and will show a negative time in the
In rare cases, the Post Processing stops working and will show a negative time in the
[server status overview](images/serverstatusoverview.png). The cause is a single/bad/corrupt file where PP hangs on, and therefore can't be processed/finished. Your log should be able to tell you which file, then you simply need to remove it.

## What is a network time zone warning?
Expand All @@ -189,32 +189,32 @@ First, check if the connection test works in the search settings. If that does w

- If it's a new DSM account you need to log into DLS with that account first and set a default download folder.
- Does it work with an administrator account.?
- If it's a custom created folder then set share (folder) permissions in to username sc-sickchill & sc-download (DSM6) or synocommunity (DSM7) as group. [Syno Permissions](Synology-install.md#Synology-SickChill-Permissions)
- If path is left blank it will auto populate or enter path but remove `/volume1/` from the path in the settings.
- If it's a custom-created folder then set share (folder) permissions in to username sc-sickchill & sc-download (DSM6) or synocommunity (DSM7) as group. [Syno Permissions](Synology-install.md#Synology-SickChill-Permissions)
- If the path is left blank it will auto-populate, or enter the path but remove `/volume1/` from the path in the settings.

When all else fails then you could also use the black-hole method as a workaround. SickChill will store the nzb/torrent in a folder of your choosing.
Then simply set DS to monitor that folder for nzbs and torrents. As soon as one is found the download will start.

## Timeout when adding a show on Freenas

If you get a timeout when you try to search/add a new show then check your network settings. For freeNAS you can fix this by going to Network > Interfaces > Select your primary network source > Edit > Uncheck "Autoconfigure IPv6".
If you get a timeout when you try to search/add a new show then check your network settings. For FreeNAS you can fix this by going to Network > Interfaces > Select your primary network source > Edit > Uncheck "Autoconfigure IPv6".
Then go to Jails > Select Jail with SickChill > Edit Jail > Advanced Mode > Uncheck "IPv6 Autoconfigure"
Make sure to reboot after you save that.

This could also apply to other devices, so when this timeout happens make sure you check your ipv6 and DNS settings.

## What are Unicode errors?

Those can happen when there are special characters in the shows name, file name, folder name or the search results.
This is mainly a problem on Windows systems and especially with Anime. As there are generally more special characters used in Anime.
Those can happen when there are special characters in the show's name, file name, folder name or the search results.
This is mainly a problem on Windows systems and especially with Anime. There are generally more special characters used in Anime.
Sadly not much can be done. But a few things you can try are:

- Rename files and folders to not contain any special characters.
- Add a scene exception (an alternative name for a show) hopefully this will allow you to snatch the episode.

On Linux those Unicode errors generally only happen when you haven't set your locale correctly. Make sure its UTF-8.
On Linux those Unicode errors generally only happen when you haven't set your locale correctly. Make sure it's UTF-8.

## Why does "Send to trash" option not send the files to the Recycle Bin?
## Why does the "Send to trash" option not send the files to the Recycle Bin?

**(This applies to using NSSM and/or Windows Service _only_)**

Expand Down
11 changes: 6 additions & 5 deletions Home.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@

Hello and welcome! This wiki is here to help you set up and use SickChill. You'll find setup guides, explanations of settings and errors, and answers to frequently asked questions.

On the right side of the page you see the available wiki pages. For new users, you probably want the [Installation & Setup guides](Installation-&-Configuration-Guides.md), if you want to join the [Developers](Developers.md) here's some basics.
On the right side of the page, you see the available wiki pages. For new users, you probably want the [Installation & Setup guides](Installation-&-Configuration-Guides.md), if you want to join the [Developers](Developers.md) here are some basics.

If you encounter a bug, please goto [Discord](https://discord.com/invite/U8WPBdf) and open a Chat, Help or Issue.
If you encounter a bug, please go to [Discord](https://discord.com/invite/U8WPBdf) and open a Chat, Help, or Issue.

These documents are a work-in-progress. If you'd like to contribute, please get in touch with us on [Discord](https://discord.com/invite/U8WPBdf), or [Discussions](https://discord.com/channels/502612977271439372/502612977803984898), [Telegram](https://t.me/sickchill), [IRC](https://kiwiirc.com/client/irc.freenode.net/?theme=basic#sickchill) or open an [issue here on GitHub.](https://github.com/SickChill/SickChill/issues)
These documents are a work-in-progress. If you'd like to contribute, please get in join us on [Discord](https://discord.com/invite/U8WPBdf) or jump directly into the [Discussions](https://discord.com/channels/502612977271439372/502612977803984898)

#### Important links

- [Issues / Bug reports](https://github.com/SickChill/SickChill/issues)
- [Discussions / Feature requests](https://github.com/SickChill/SickChill/discussions)
- [Issues / Bug reports](https://discord.com/channels/502612977271439372/1048317980343283733)
- [Discussions](https://discord.com/channels/502612977271439372/502612977803984898)
- [Feature requests](https://discord.com/channels/502612977271439372/1112608105025519697)
- [Donations](Donations.md)

---
Expand Down
21 changes: 10 additions & 11 deletions Network-logos.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## What are network logos.?

Network logos show a picture instead of a plain text name in the show overview page of SickChill.
Network logos show a picture instead of a plain text name on the show overview page of SickChill.

## How does SickChill receive those names.?

Expand All @@ -13,8 +13,8 @@ They are located under : `*/SickBeard/gui/slick/images/network`

## How to add network logos for SickChill.?

First you need to get your hands on a logo for that particular network. Google is your best friend here.
Once that is done use Paint.net or similar program to edit the image.
First, you need to get your hands on a logo for that particular network. Google is your best friend here.
Once that is done use Paint.net or a similar program to edit the image.

- Make the background transparent.
- Resize the image to 64x32 pixels.
Expand All @@ -23,16 +23,15 @@ Once that is done use Paint.net or similar program to edit the image.
Some guidelines for the network logos are. :

- Use colored logos.
- Try not to use black or withe.
- Try not to use black or white.

The last is because SickChill has two color theme's (Dark and Light). If the logo contains too much of either color it will not show properly/correctly on one of those themes. Make sure you test/check this.
The last is because SickChill has two color themes (Dark and Light). If the logo contains too much of either color it will not show properly/correctly on one of those themes. Make sure you test/check this.

Last step is to rename the image. It needs to have the exact name of the network in the show overview list.
Also use only lowercase characters as upper case characters are not recognized.
The last step is to rename the image. It needs to have the exact name of the network in the show overview list.
Also, use only lowercase characters as uppercase characters are not recognized.

Example : `Sky Atlantic` this needs to be renamed to `sky atlantic` So the logo filename will be sky atlantic.png
Example : `Sky Atlantic` needs to be renamed to `sky atlantic` So the logo filename will be `sky atlantic.png`

Note : Special characters are not supported.!
Note : Special characters are not supported!

When you have the logo ready it needs to be added to SickChill. This is done with a Pull request on GitHub. You can use a program like [Sourcetree](https://www.sourcetreeapp.com/) for submitting.
If you are not able to do this, then you can alternatively post the logo and exact filename on our SickChill [issue tracker](https://github.com/SickChill/SickChill/issues), one of the contributors/developers will than add it for you.
When you have the logo ready, it needs to be added to SickChill. Post the logo and exact filename on our SickChill [Discord help channel](https://discord.com/channels/502612977271439372/1048317980343283733), and one of the contributors/developers will then work with you to add it.
4 changes: 2 additions & 2 deletions Remaining-settings-explained.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,9 @@ Next you have to select the shows and/or episodes that you want the subtitles to

Here we try to keep you uptodate with the latest news. Be sure to check the page from time to time.

**IRC**
**Discord**

Here you can connect directly to the SickChill IRC channel. Just for some smalltalk or with a quick question.
Here you can connect directly to the [SickChill Discord](https://discord.gg/U8WPBdf). Join other users for friendly discussions or to ask questions with SickChill.

**Changelog**
Shows the page with the Changelog. This lets you see the changes that where made to SickChill and what new functions where added.
Expand Down
Loading

0 comments on commit 9865d6d

Please sign in to comment.