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.

Halvliter

Members
  • Joined

  • Last visited

Everything posted by Halvliter

  1. Thanks, it's finally up an running as it should! Love the privoxy option!
  2. Thanks for still updating this awesome docker! I'm quite new to unRAID, so I'm not sure if you mean I should use the terminal in the webUI for unRAId or the terminal in OSX?
  3. Wow, I actually did not know that OSX had a built in antivirus function! It might be due to the lack of coffee, but my google searches does not yield any results in how to do that. Thanks for the quick reply though!
  4. I'm having problems using PIA. When it's enabled it forced Deluge to quit right after it started.
  5. Thanks! localhost:58846 gives you instant connection failed?
  6. Not sure what post 154 (on mobile) is, but did you try port 58846?
  7. Deluge + Couchpotato is working. However, I would like to tweak it some more, but I'm not sure how to proceed. EDIT: I thought it worked flawlessly. I'm getting an error when a torrent completes now: No such file or directory: /data/completed/The.Big.Sick.2017.1080p.BluRay.x264-Replica[rarbg]/rep-thebigsick.2017.1080p.bluray.x264.mkv EDIT2. Could this error come of that I opted to "Link" in these options? Default File Action LinkCopyMove Link, Copy or Move after download completed. Torrent File Action LinkCopyMove See above. It is prefered to use link when downloading torrents as it will save you space, while still being able to seed. Deluge-docker: Edit Remove Container Path: /data Couchpotato-docker: Host Path 2: Edit Remove Container Path: /downloads Host Path 3: Edit Remove Container Path: /movies --- Deluge-in-app settings: Download to: /data/incomplete Move completed to: /data/completed --- Couchpotato-in-app settings: Directory Download to this directory. Keep empty for default Deluge download directory. Completed Directory Move completed torrent to this directory. Keep empty for default Deluge options. Both are empty. Folder where CP searches for movies: /downloads/ ----- 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.
  8. I probably did it because I tried to set up CP on my own, but when I set up Deluge I used SpaceinvaderOnes video on how to do it. It seems to be working now, so thank you!
  9. I'm not sure what I've done wrong, as I'm new to unRAID (I've used CP on Windows before). I'm using Deluge as my torrent-downloader. I've set CP to use these mappings: (I have read the FAQ, and I'm not sure where I have done wrong) COUCHPOTATO: These settings are in the Couchpotato-app. Under Downloaders-settings: Directory - /mnt/user/Downloads/ Completed directory - /mnt/user/Downloads/filmer Under Searcher-settings: To - /mnt/user/Media/Filmer From - /mnt/user/Downloads/filmer --- These are in the Docker-settings: /mnt/user/Downloads/completed/ Container Path: /downloads /mnt/user/Media/Filmer/ Container Path: /movies DELUGE: In the Docker-settings /mnt/user/Downloads/ Container Path: /data --- In the Deluge-app settings: Download data to: /data/incomplete Move completed to: /data/completed --- I get these errors in the CP log: 02-13 22:20:40 ERROR[tato.core.plugins.browser] Failed getting directory "/mnt/user/Downloads/" : Traceback (most recent call last): File "/app/couchpotato/couchpotato/core/plugins/browser.py", line 96, in view dirs = self.getDirectories(path = path, show_hidden = show_hidden) File "/app/couchpotato/couchpotato/core/plugins/browser.py", line 60, in getDirectories for f in os.listdir(path): OSError: [Errno 2] No such file or directory: '/mnt/user/Downloads' 02-13 22:20:55 ERROR[tato.core.plugins.renamer] The to folder "" doesn't exist. Please create it. 02-13 22:20:55 INFO[potato.core._base.updater] === VERSION git:(CouchPotato:CouchPotatoServer master) dae7327d (2017-12-10 23:03:04), using GitUpdater === 02-13 22:20:55 INFO[hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/messages/?last_check=1384713000, data: [] 02-13 22:24:24 ERROR[tato.core.plugins.browser] Failed getting directory "/mnt/user/Downloads/" : Traceback (most recent call last): File "/app/couchpotato/couchpotato/core/plugins/browser.py", line 96, in view dirs = self.getDirectories(path = path, show_hidden = show_hidden) File "/app/couchpotato/couchpotato/core/plugins/browser.py", line 60, in getDirectories for f in os.listdir(path): OSError: [Errno 2] No such file or directory: '/mnt/user/Downloads' 02-13 22:24:27 ERROR[tato.core.plugins.browser] Failed getting directory "/mnt/user/Downloads/" : Traceback (most recent call last): File "/app/couchpotato/couchpotato/core/plugins/browser.py", line 96, in view dirs = self.getDirectories(path = path, show_hidden = show_hidden) File "/app/couchpotato/couchpotato/core/plugins/browser.py", line 60, in getDirectories for f in os.listdir(path): OSError: [Errno 2] No such file or directory: '/mnt/user/Downloads' 02-13 22:25:29 ERROR[tato.core.plugins.browser] Failed getting directory "/mnt/user/Media/Filmer" : Traceback (most recent call last): File "/app/couchpotato/couchpotato/core/plugins/browser.py", line 96, in view dirs = self.getDirectories(path = path, show_hidden = show_hidden) File "/app/couchpotato/couchpotato/core/plugins/browser.py", line 60, in getDirectories for f in os.listdir(path): OSError: [Errno 2] No such file or directory: '/mnt/user/Media/Filmer' 02-13 22:25:34 ERROR[tato.core.plugins.browser] Failed getting directory "/mnt/user/Media/" : Traceback (most recent call last): File "/app/couchpotato/couchpotato/core/plugins/browser.py", line 96, in view dirs = self.getDirectories(path = path, show_hidden = show_hidden) File "/app/couchpotato/couchpotato/core/plugins/browser.py", line 60, in getDirectories for f in os.listdir(path): OSError: [Errno 2] No such file or directory: '/mnt/user/Media' What I would like to do is have CP send torrent to Deluge and download it to /mnt/user/Downloads/incomplete. When it is finished move it to /mnt/user/Downloads/filmer. Then CP would find it again and link it (Not move or copy) to /mnt/user/Media/Filmer I'm using the latest unRAID with an SSD cache. Have I posted all the information needed? As I said, I'm new to unRAID, so please be gentle.

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.