Open javydekoning opened 6 years ago
are you mapping /downloads to an external volume with sometihnig like -v /path/on/host:/downloads
Yes, I do.
volumes:
- ./downloads:/downloads
Ratio Groups are fine now. It's just that the default download directory gets pushed back to the root of '/downloads' after every restart.
Thats normal, as rutorrent settings get lost if you restart the container. They are not permanent. See the rutorrent / rtorrent page of the original developer for that.
That's horrible! I have to set everything up every time my container restarts. I can't believe that's a feature, and not a bug.
@Nabukodonosor rutorrent has a settings file in which you can configure the stuff you want. rutorrent just has no feature that allows saving configuration to this file.
You mean .rtorrent.rc file? Even if I save settings to this file, everything is back to default once the container restarts.
@Nabukodonosor No thats the configuration file for rtorrent, i meant the configfile for rutorrent.
What file is that?
e.g. the default download directory (I use a subfolder of /downloads and use Sonarr/Radarr to move the files).
Ratio groups also seem to get lost after a container upgrade (issue for autodl-irssi download actions).