Package Details: couchpotato-git 2.6.1.r1261.g6f36f917-2

Git Clone URL: https://aur.archlinux.org/couchpotato-git.git (read-only, click to copy)
Package Base: couchpotato-git
Description: Automatic Movie Downloading via NZBs & Torrents
Upstream URL: https://couchpota.to/
Licenses: GPL3
Conflicts: couchpotato
Provides: couchpotato
Submitter: Revelation60
Maintainer: willemw
Last Packager: willemw
Votes: 60
Popularity: 0.000000
First Submitted: 2011-02-15 15:27 (UTC)
Last Updated: 2021-05-06 07:35 (UTC)

Dependencies (5)

Required by (3)

Sources (3)

Latest Comments

1 2 3 4 5 Next › Last »

webdawg commented on 2021-04-05 03:12 (UTC)

python2-lxml does not exist anymore

k4my4b commented on 2020-12-17 15:31 (UTC)

Please switch git branch to "develop", all new fixes have been pushed to this branch. many thanks !

willemw commented on 2020-03-10 15:44 (UTC)

The Python fix is not necessary (CouchPotato.py: #!/usr/bin/env python2).

Missing depends/optdepends: git, python2-lxml, python2-pyopenssl.

The updater is not configured correctly:

git -C /opt/couchpotato remote -v
origin  /home/willem/.cache/yay/couchpotato-git/CouchPotatoServer (fetch)
origin  /home/willem/.cache/yay/couchpotato-git/CouchPotatoServer (push)

bcc commented on 2016-12-05 18:35 (UTC)

i had to install python2-pyopenssl

plonqor commented on 2016-05-05 10:50 (UTC)

Similar to couchpotato, this needs python2-lxml as a dependency.

Evils commented on 2016-04-11 03:30 (UTC)

> Can you please add in 'conflicts=couchpotato' and provides=couchpotato as per the vcs PKGBUILD guidelines. Thanks bump! Please add!!

thisischrys commented on 2015-11-25 15:35 (UTC) (edited on 2016-01-18 19:52 (UTC) by thisischrys)

Couchpotato user shows up on login screens, please fix suggestion: getent group ${CP_GROUP} &> /dev/null || groupadd -r ${CP_GROUP} &> /dev/null getent passwd ${CP_USER} &> /dev/null || useradd -r -g ${CP_GROUP} -d ${CP_HOME} -s /usr/bin/nologin ${CP_USER} &> /dev/null

rallyemax commented on 2015-10-10 04:18 (UTC)

Looks like we're back to the python/python2/python3 shebang hell. This package, as is, will not run correctly when invoked with systemctl because it has a bare /usr/bin/env python shebang, which defaults to python3. Changing the shebang to python2 works. Is this just an artifact on my system? (I have left the default /usr/lib/python symlink to python3 alone, but my user and root PATHs include a priority directory where python links to python2...systemd doesn't pick either of these PATHs up, so it defaults to python==python3).

commented on 2015-01-07 01:01 (UTC)

[If this is for ArchLinuxArm] I had to downgrade to the Version 1fb031ff (10/12/2014, 10:41:56 AM) after running into some issues with renaming and moving files. Unfortunately, I lost the logs, but figured that I would let you know.

jonkristian commented on 2014-07-30 17:33 (UTC)

If you get this error: {"success": false, "error": "Failed returning results"} 1. Head on over to /opt/couchpotato/ 2. Type: find . -type f -name "*.pyc" -exec rm -f {} \; 3. git reset --hard