Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Deprecated] Linuxserver.io - CouchPotato

Featured Replies

Is there a way to downgrade CP to my last version

  • Replies 440
  • Views 101.7k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Sounds like the time to switch to Radarr if you ask me.

  • Yup you're right. Please open a GitHub issue and I'll add it in today.   Thanks

Posted Images

is there a trick to get CP to work with Binhex-deluge ? It will not connect! It will however use backhole but then i lose automation...  It doesnt connect and says check logs, which are empty...  

 

I have tried:

localhost:8112

127.0.0.1:8112

192.168.2.4:8112

 

deluge.JPG

Edited by pyrater

is there a trick to get CP to work with Binhex-deluge ? It will not connect! It will however use backhole but then i lose automation...  It doesnt connect and says check logs, which are empty...  
 
I have tried:
localhost:8112
127.0.0.1:8112
192.168.2.4:8112
 
deluge.thumb.JPG.517428ad05636186bf467c552820d388.JPG
Post 154 of this thread.

Sent from my LG-H815 using Tapatalk

that was oddly specific lol thanx

Edited by pyrater

sadly that didnt fix it.

sadly that didnt fix it.
Then either you didn't do it right or there's something different about your setup. Need to post some more info like docker run command for deluge and couchpotato

Sent from my LG-H815 using Tapatalk

how can i view the docker run command? I normally just let the webgui do it.

Edited by pyrater

how can i view the docker run command?
Link in my signature

Sent from my LG-H815 using Tapatalk

Just now, CHBMB said:

Link in my signature

Sent from my LG-H815 using Tapatalk
 

 

your signature is Sent from my LG-H815 using Tapatalk

Not sure what post 154 (on mobile) is, but did you try port 58846?

3 minutes ago, Halvliter said:

Not sure what post 154 (on mobile) is, but did you try port 58846?

 

that gives an instant connection failed whereas the "good ip" takes forever to not work lol

Edited by pyrater

On 5/4/2016 at 1:18 AM, Wob76 said:

Found my problem, I had enabled a Proxy Server in CP at some point, via Privoxy in another docker. Disabling that fixed my issue.

 

 

 

this is post 154

Thanks!

 

localhost:58846 gives you instant connection failed?

  • correct

Deluge runcmd

 

root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='binhex-delugevpn' --net='bridge' --privileged=true -e TZ="America/Chicago" -e HOST_OS="unRAID" -e 'VPN_ENABLED'='yes' -e 'VPN_USER'='xxxxxxx' -e 'VPN_PASS'='xxxxxxx' -e 'VPN_PROV'='pia' -e 'VPN_OPTIONS'='' -e 'STRICT_PORT_FORWARD'='yes' -e 'ENABLE_PRIVOXY'='no' -e 'LAN_NETWORK'='192.168.2.0/24' -e 'NAME_SERVERS'='209.222.18.222,37.235.1.174,8.8.8.8,209.222.18.218,37.235.1.177,8.8.4.4' -e 'DEBUG'='false' -e 'UMASK'='000' -e 'PUID'='99' -e 'PGID'='100' -p '8112:8112/tcp' -p '58846:58846/tcp' -p '58946:58946/tcp' -p '58946:58946/udp' -p '8118:8118/tcp' -v '/mnt/user/Downloading/':'/data':'rw' -v '/mnt/user':'/unraid':'rw' -v '/mnt/user/dockers/binhex-delugevpn':'/config':'rw' 'binhex/arch-delugevpn'

010f00bbe6c6457c923364c484eec4415354336df6a4ff92e7915728c11de25b

 

 

AND IFCONFIG

 

[root@010f00bbe6c6 /]# ifconfig

eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500

        inet 172.17.0.8  netmask 255.255.0.0  broadcast 0.0.0.0

        ether 02:42:ac:11:00:08  txqueuelen 0  (Ethernet)

        RX packets 1487  bytes 1099117 (1.0 MiB)

        RX errors 0  dropped 0  overruns 0  frame 0

        TX packets 1019  bytes 541224 (528.5 KiB)

        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536

        inet 127.0.0.1  netmask 255.0.0.0

        loop  txqueuelen 1000  (Local Loopback)

        RX packets 639  bytes 167655 (163.7 KiB)

        RX errors 0  dropped 0  overruns 0  frame 0

        TX packets 639  bytes 167655 (163.7 KiB)

        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

tun0: flags=4305<UP,POINTOPOINT,RUNNING,NOARP,MULTICAST>  mtu 1500

        inet xx.x.xx.xx  netmask 255.255.255.255  destination xx.x.xx.x

        unspec 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  txqueuelen 100                       (UNSPEC)

        RX packets 32  bytes 3050 (2.9 KiB)

        RX errors 0  dropped 0  overruns 0  frame 0

        TX packets 237  bytes 34661 (33.8 KiB)

        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

Edited by pyrater

CP RunCMD

 

root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='couchpotato' --net='bridge' --privileged=true -e TZ="America/Chicago" -e HOST_OS="unRAID" -e 'PUID'='99' -e 'PGID'='100' -p '5050:5050/tcp' -v '/mnt/user/Downloading/':'/downloads':'rw' -v '/mnt/user/Data/Movies/':'/movies':'rw' -v '/mnt/user':'/unraid':'rw' -v '/mnt/user/Downloading/':'/data':'rw' -v '/mnt/user/dockers/couchpotato':'/config':'rw' 'linuxserver/couchpotato'

05b44fde914c33cebbe1eff70677b2c58386c7f32aa8ab364756001901f676f3

The command finished successfully!

 

 


root@05b44fde914c:/app/couchpotato$ ifconfig
eth0      Link encap:Ethernet  HWaddr 02:42:AC:11:00:07
          inet addr:172.17.0.7  Bcast:0.0.0.0  Mask:255.255.0.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:434 errors:0 dropped:0 overruns:0 frame:0
          TX packets:270 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:215147 (210.1 KiB)  TX bytes:279251 (272.7 KiB)

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

 

Edited by pyrater

28 minutes ago, CHBMB said:

Post 154 of this thread.

Hmm..  Post #'s only appear in tapatalk, and I'm not in the mood to start at page 1 and count

3 minutes ago, Squid said:

Hmm..  Post #'s only appear in tapatalk, and I'm not in the mood to start at page 1 and count

 

I counted it (25 posts per page) and quoted above. its the post about disabling Privoxy. Which in my case didnt help.

Edited by pyrater

1 minute ago, pyrater said:

I counted it

I admire your persistence...  Personally, I would've given him crap.  Oh wait, I did   :D

hhaha

here are my mappings

 

mappings.JPG.a48d1e862429dbd55a9afbd39923ae3b.JPG

deluge.JPG

Edited by pyrater

16 minutes ago, pyrater said:

 

I counted it (25 posts per page) and quoted above. its the post about disabling Privoxy. Which in my case didnt help.

 

It's nothing to do with disabling privoxy.  It's this post.

thank you CHBMB, this fixed it! you rock.

  • 2 weeks later...

What I would like to do is make movies downloaded with Couchpotato download to /mnt/user/Downloads/incomplete and when finished move to /mnt/user/Downloads/filmer, where CP will find them and process them, and link to /mnt/user/Media/Filmer/

 

In other words I want all movies downloaded to a seperate movie-directory in /mnt/user/Downloads/, away from the general downloads that Deluge does.

 

And is it possible to seed torrents AFTER Couchpotato has moved the movies to the library, so that the cache is cleared?

  • 2 weeks later...
On 3/2/2018 at 4:06 PM, Halvliter said:

What I would like to do is make movies downloaded with Couchpotato download to /mnt/user/Downloads/incomplete and when finished move to /mnt/user/Downloads/filmer, where CP will find them and process them, and link to /mnt/user/Media/Filmer/

 

In other words I want all movies downloaded to a seperate movie-directory in /mnt/user/Downloads/, away from the general downloads that Deluge does.

 

And is it possible to seed torrents AFTER Couchpotato has moved the movies to the library, so that the cache is cleared?

 If you are using the link method when processing files on Couchpotato, yes, they will continue to see after being processed and moved. As for the first part of your question, you will need to figure out how to do that with your downloading client.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.