Quote Originally Posted by tashkas View Post
i want to reseed existing torrents, but all those files that I have are located in dated dirs, if i will download torrent from tracker it will not reseed it because I use utorrent client which dont recognize it /"$(date +"%Y%m%d")"/. if you type this command whit cd in front in shell you will get this day date. when i add this line in utorrent rss downloader it just add as symbols. have you understood what I said?


cd /home/incoming/0DAY/"$(date +"%Y%m%d")"/
-bash: cd: /home/incoming/0DAY/20170726/

I need this one to add in utorrent rss downloader.
If you are renaming the files after downloading you will never be able to seed them.
What you can do is download all your torrents to eg.
/home/unsorted
And then have the script to copy and extract to
/home/incoming/0DAY/"$(date +"%Y%m%d"

The downside is that you will need double the space as you will duplicate all your files.

Sent from my HTC 10 using Tapatalk