Skip to main content

Couchpotato


danger

This application has been deprecated and removed from swizzin.

One or more of these reasons can apply to why this application was removed:

  • We have conducted surveys among our userbase to determine which apps were being used, and less than 2% have expressed their interest in this application.
  • The application is severely out of date or no longer maintained, which causes us a severe headache when it comes to supporting it. While not a primary factor, this is very often a very strong support to other reasons.
  • The application has reached its EOL, and a newer version is available as a separate package

We're sorry if this causes you any inconvenience.


Download movies automatically, easily and in the best quality as soon as they are released, via usenet or torrents.

Initial Setup

Installing CouchPotato is easy. Simply issue the following command from SSH:

sudo box install couchpotato

This command will configure and install CouchPotato for your user.

How to Access

After CouchPotato has been configured for your user, the application can be accessed from your web browser at https://<domain.ltd>/couchpotato

During installation, the files were placed in your home folder: ~/.couchpotato

Service Management

The couchpotato service is managed by systemd. The systemd service file uses the multi-user format, but the service is not configured for any user other than the master.

The systemd service for couchpotato resides here:

/etc/systemd/system/couchpotato@.service

As the service utilizes the multi-user format, you must specify a username along with the command.

sudo systemctl start couchpotato@<username>