SlackBuilds Repository

15.0 > Multimedia > sickchill (2024.3.1)

sickchill (Less rage, more chill.)

Automatic Video Library Manager for TV Shows. It watches for new
episodes of your favorite shows, and when they are posted it does its
magic.

NOTE: Requires sickchill user and group.
groupadd -g 377 sickchill
useradd -u 377 -g sickchill -d /var/lib/sickchill -s /bin/false sickchill

If you previously had sickrage installed, please change the user and
group with the following:

groupmod -n sickchill sickrage
usermod -l sickchill -g sickchill -d /var/lib/sickchill sickrage

To have this start up with Slackware, please add the following to your
/etc/rc.d/rc.local:

# Start sickrage
if [ -x /etc/rc.d/rc.sickrage ]; then
/etc/rc.d/rc.sickrage start
fi

If you want it to shut down properly when Slackware restarts or shuts
down, please add the following to your /etc/rc.d/rc.local_shutdown
(it may need to be created):

# Stop sickrage
if [ -x /etc/rc.d/rc.sickrage ]; then
/etc/rc.d/rc.sickrage stop
fi

This requires: configobj, twitter, python-jsonrpclib, python3-tornado, requests-oauthlib, send2trash, pyOpenSSL, python3-markdown2, Unidecode, python3-slugify, python-gntp, python3-ifaddr, python3-tmdbsimple, python3-fanart, python3-timeago, python3-deluge-client, python3-validators, python3-qbittorrent-api, python3-new-rtorrent, pymediainfo, python3-pynma, python3-putio.py, python3-kodipydent, python3-cacheyou, python3-PyGithub, subliminal, python3-cinemagoer, python3-tvdbsimple, imagesize, python3-profilehooks

Maintained by: Jeremy Hansen
Keywords: sickrage,sickbeard,sickgear,tv
ChangeLog: sickchill

Homepage:
https://sickchill.github.io/

Source Downloads:
sickchill-2024.3.1.tar.gz (ed4ac0ad41142a5eef0443cb008d92a7)

Download SlackBuild:
sickchill.tar.gz
sickchill.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 15.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds