JohnDoee / autotorrent

Matches torrents with files and gets them seeded
MIT License
269 stars 34 forks source link

autotorrent not identifying folders #50

Open MS-design-ui opened 3 years ago

MS-design-ui commented 3 years ago

ls | grep * 1 2

Running autotorrent with dry run `Found 2 torrent(s) Torrent: /home/xxx/1.torrent Found data: 0.0 bytes - Missing data: 75.4 GB - Would add: No Local files used:

Torrent: /home/xxx/2.torrent Found data: 0.0 bytes - Missing data: 42.0 GB - Would add: No Local files used: ` The torrents are exactly the same as the ones in the folder. This doesn't like RAW discs. When I tested with a single file, it worked perfectly.

autotorrent.conf `[general] db = MountDB ignore_files = store_path = /home/xxx/links/ add_limit_size = 64000000 add_limit_percent = 1 link_type = soft scan_mode = exact

[disks] disk1=/home/xxx/mount/`

Sending to qBittorrent