Wallybanger
Contributor
- Joined
- Apr 17, 2016
- Messages
- 150
So the Transmission client is really bad at doing a lot of things. Not having multiple watch directories means that my torrent folder is a complete mess of files, some of which are active torrents and some of which are not.
I currently have 201 torrents seeding in my transmission client. My bittorrent folder has 446 files and directories.
I would love to move all of the inactive files out of my bittorrent directory and organize them in my media folder but doing this manually by going through the transmission list and comparing each torrent to files in my bittorrent directory sounds like an absolute hair-pulling nightmare.
Anyway, as with all FreeBSD stuff, I use the shell so infrequently that trying to learn and remember the commands is almost impossible.
It looks like inside the Transmission jail there is a directory /var/db/transmission/torrents that has a file for every torrent. I can't even get the shell to count the files for me so I don't even know if that directory has 201 files in it but I have my fingers crossed. What I would like to do is somehow print the directory listing to a text file and somehow get it into one of my SMB shares so I can actually work with it in windows. From there I can write a .bat file to some how mark or move all of the inactive files out of my bittorrent directory.
Anyone have any idea how I can do this? Am I going about this the right way or is there an easier way to get a torrent listing out of transmission?
For the record, I looked at the source in the web client and it appears to be a java script so I can't just pull the file names out of there. That would have been waaaayy too easy
I currently have 201 torrents seeding in my transmission client. My bittorrent folder has 446 files and directories.
I would love to move all of the inactive files out of my bittorrent directory and organize them in my media folder but doing this manually by going through the transmission list and comparing each torrent to files in my bittorrent directory sounds like an absolute hair-pulling nightmare.
Anyway, as with all FreeBSD stuff, I use the shell so infrequently that trying to learn and remember the commands is almost impossible.
It looks like inside the Transmission jail there is a directory /var/db/transmission/torrents that has a file for every torrent. I can't even get the shell to count the files for me so I don't even know if that directory has 201 files in it but I have my fingers crossed. What I would like to do is somehow print the directory listing to a text file and somehow get it into one of my SMB shares so I can actually work with it in windows. From there I can write a .bat file to some how mark or move all of the inactive files out of my bittorrent directory.
Anyone have any idea how I can do this? Am I going about this the right way or is there an easier way to get a torrent listing out of transmission?
For the record, I looked at the source in the web client and it appears to be a java script so I can't just pull the file names out of there. That would have been waaaayy too easy