fetret

Members
  • Posts

    2
  • Joined

  • Last visited

fetret's Achievements

Noob

Noob (1/14)

1

Reputation

  1. I managed to sort this out and I hate unanswered questions in forums I come across years later so this is what I did - my problem was I was unable to see the mounted seedbox within the share/within the docker. I still am not 100% what was causing this but I managed to get around by using the flag -allow_other when mounting with sshfs. After this it became trivial: I could see the seedbox files under radarr. I kept the same paths except changing the /data for Radarr to /mnt/user/Whatbox/Whatbox/files (where Deluge downloads torrents to) and then changing remote paths to: "/home/fetret/files/ ------- > /data/". Also do not forget to restart the docker after you unmount/remount! Hope this helps some folks!
  2. I am fairly sure this has been asked and answered before many times but I simply can't wrap my head around some of the pathing and I feel like I need help. What I am trying to do is use Radarr to download Movies to my seedbox and then transfer them to my home server, so I can keep uploading for private trackers indefinitely without having to double up. I have managed to get the Deluge client in my seedbox to play nice with Radarr on my home server so if I search for a movie and add it from home it starts downloading to my seedbox. However afterwards like many people here I get the "No files found are eligible for import in..." error in Radarr. At this point I am completely lost with the /data and /media paths in the docker settings, the remote pathing in Radarr settings and the actual path where the movie is supposed to go. My setup is like this: I have a share "Movies" in my home server where I want the movies to be and where Plex library is. I have managed to mount my seedbox as a folder - basically I have a share "Whatbox" with a folder "Whatbox" inside which I have used sshfs to mount my seedbox. This is where some of the issues start. I can't seem to see the mounted folder (Whatbox\Whatbox) through going through my Network drives and going into the Whatbox share - the folder just seems to disappear. I can however see the folder and the contents - the seedbox - if I go through the dashboard - shares or if I use the terminal. I have set my docker settings as: /data - /mnt/user/Whatbox/Whatbox/ (which technically should be pointing to the seedbox) /media - /mnt/user/Movies/ /config - /mnt/user/appdata/binhex-radarr What I need to happen is: 1- Search movie in Radarr and send it to Deluge to download it to ":\files" in my seedbox (which it automatically does as thats the default save location) 2- Radarr to look at ":\files" (which I feel should basically be: "/mnt/user/Whatbox/Whatbox/files" but I am not too sure) to find the file - this part is not happening, as it can't locate it. 3- Copy the file to " /mnt/user/Movies/" - haven't gotten to this stage yet. I am fairly sure this involves me changing something with remote paths but everything I have tried has failed. When I go on remote paths and try to point the local path I can't find the mounted seedbox folder under data or under mnt. I can't be completely sure what the remote path is supposed to say either. These might be very simple questions I am just having trouble understanding the folder structure within the docker and how to navigate it to point to the right directory. Thank you in advance for all the help!