Open Ariloum opened 6 months ago
It's required to change $topDirectory
if you would like to increase visibility.
https://github.com/Novik/ruTorrent/blob/201ef857f1863df6b5463c31fa27434915116717/conf/config.php#L36
Also, you may experience problems with the BTRFS on rTorrent. It does not like COW file systems. It's recommended to use EXT4.
Also, you may experience problems with the BTRFS on rTorrent. It does not like COW file systems. It's recommended to use EXT4.
I'm using default filesystem on the Unraid - it's XFS
I didn't get what you mean about root directory, I'm using default directories with docker rutorrent-crazymax, it has "completed" folder and move finished torrents here from the "temp" folder (it also makes subfolders in completed folder by torrent label name), all I did is just making linked folder inside that "complete" folder, so I think it should be visible for rutorrent if not filtered specially for unknown reason?
so for rutorrent my directory structure looks like this: /completed /completed/games /completed/books /completed/testfolder <- this one is link I made to another folder outside of rutorrent share ... /temp /temp/downloading-folder-1 /temp/downloading-folder-2 /temp/downloading-torrent-1 /temp/downloading-torrent-2 ...
Support guidelines
I've found a bug and checked that ...
Description
I have created linked folder so it pops up in the "completed" default rutorrent folder: ln -s /mnt/user/testfolder /mnt/user/torrents/complete
I changed user to nobody: chown -h nobody:users testfolder
lrwxrwxrwx 1 nobody users 18 May 27 23:20 testfolder -> /mnt/user/testfolder
But rutorrent didn't show it in it's directory tree if I try to change some torrrent folder by clicking "Save to..." on it's popup menu.
Expected behaviour
Linked folders working as usual fodlers
Actual behaviour
Linked folders didn't shows
Steps to reproduce
ln -s /mnt/user/testfolder /mnt/user/torrents/complete chown -h nobody:users testfolder
Docker info
Docker Compose config
Logs
Additional info
No response