# SickChill

> video library manager software

**Wikidata**: [Q134996158](https://www.wikidata.org/wiki/Q134996158)  
**Source**: https://4ort.xyz/entity/sickchill

## Summary
SickChill is a video library manager software designed to organize and manage personal media collections, particularly TV shows. It is a fork of the now-defunct SickRage project, written in Python and built on frameworks like SQLAlchemy and Tornado. The software helps users automate the process of finding, downloading, and organizing TV episodes.

## Key Facts
- **Instance of**: Application software
- **Programming language**: Python
- **License**: GNU General Public License, version 3.0
- **Website**: [https://sickchill.github.io/](https://sickchill.github.io/)
- **Source code repository**: [GitHub](https://github.com/SickChill/SickChill)
- **Depends on software**: SQLAlchemy, jsonrpclib-pelix, Mako, and other Python libraries
- **Alternative to**: SickRage (original project)
- **Arch Linux package**: sickchill-git
- **PyPI project**: sickchill

## FAQs
### Q: What is SickChill used for?
A: SickChill is a video library manager that helps users organize, download, and manage their TV show collections automatically. It integrates with various media servers and download clients to streamline the process of maintaining a personal media library.

### Q: Is SickChill still actively developed?
A: Yes, SickChill is actively maintained as a fork of SickRage. The project continues to receive updates and improvements from its community of developers.

### Q: What programming language is SickChill written in?
A: SickChill is written in Python, a general-purpose programming language known for its readability and versatility.

### Q: How does SickChill differ from SickRage?
A: SickChill is a continuation of the SickRage project after its original developers discontinued development. It includes updates and improvements while maintaining compatibility with SickRage's features.

### Q: Can SickChill be installed on Linux?
A: Yes, SickChill is available as an AUR package for Arch Linux (sickchill-git) and can be installed on other Linux distributions through its source code repository.

## Why It Matters
SickChill plays a crucial role in the media management software ecosystem by providing users with a reliable and automated way to manage their TV show collections. It addresses the growing demand for self-hosted media solutions, allowing users to maintain control over their media libraries without relying on third-party services. By leveraging Python and open-source frameworks, SickChill offers a flexible and customizable platform for media enthusiasts. Its active development community ensures that it remains relevant and functional in an ever-evolving digital landscape.

## Notable For
- **Fork of SickRage**: SickChill continues the legacy of SickRage, a popular TV show management tool, after its original development ceased.
- **Python-Based**: Written in Python, SickChill benefits from the language's extensive libraries and community support.
- **Open-Source License**: Released under the GNU GPLv3, SickChill encourages community contributions and modifications.
- **Cross-Platform Compatibility**: Available for various operating systems, including Linux, through package managers and source code.
- **Integration with Media Servers**: Works seamlessly with popular media servers and download clients to enhance media management.

## Body
### Overview
SickChill is a video library manager software that automates the process of organizing and managing TV show collections. It was developed as a fork of SickRage, a project that was discontinued by its original developers. SickChill continues to provide the same core functionality while incorporating updates and improvements.

### Technical Details
- **Programming Language**: Python, a high-level, general-purpose programming language.
- **Dependencies**: Relies on SQLAlchemy for database interactions, jsonrpclib-pelix for JSON-RPC communication, and other Python libraries such as Mako for templating and markdown2 for text processing.
- **License**: GNU General Public License, version 3.0, which allows for free use, modification, and distribution under certain conditions.

### Availability
- **Website**: Hosted at [https://sickchill.github.io/](https://sickchill.github.io/), providing documentation and resources for users.
- **Source Code**: Available on GitHub at [https://github.com/SickChill/SickChill](https://github.com/SickChill/SickChill).
- **Package Manager**: Included in the Arch User Repository (AUR) as sickchill-git for easy installation on Arch Linux.

### Community and Development
- **Active Development**: Maintained by a community of developers who continue to update and improve the software.
- **Alternative to SickRage**: SickChill serves as a direct successor to SickRage, offering the same features with ongoing support.

## Schema Markup
```json
{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "SickChill",
  "description": "Video library manager software for organizing and managing TV show collections.",
  "url": "https://sickchill.github.io/",
  "sameAs": ["https://www.wikidata.org/wiki/Q21715", "https://en.wikipedia.org/wiki/SickChill"],
  "applicationCategory": "MediaApplication",
  "operatingSystem": "Multiplatform",
  "programmingLanguage": "Python",
  "license": "https://www.gnu.org/licenses/gpl-3.0.en.html",
  "codeRepository": "https://github.com/SickChill/SickChill"
}