-
-
Notifications
You must be signed in to change notification settings - Fork 424
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.meta files somewhere else #343
Comments
+1, they are clogging download dir. |
What meta files are we talking about? The original one (that was put into watch directory) or the one that rtorrent has been created (inside session directory)? |
|
i just run next script by cron:
This is workaround, but moving *.meta files elsewhere would be better than my method. |
Can anybody familiar with the source code say if / when it's OK to delete these |
They are basically torrent files, required to download and check the HanOn Fri, Feb 19, 2016 at 7:16 PM, Tobia notifications@github.com wrote:
|
I also think that .meta files should be stored in .session directory. |
This is a change that someone else should easily be able to implement. Just make a meta torrent dir variable and use session if not set. The time to implement and test is why I'm not doing this, not because I won't accept a patch. |
A.
B.
|
Meta files are just normal torrents that rtorrent creates, except they have a metadata variable set. (in loading of torrents iirc) There's some special handling done in libtorrent too iirc, however just start from the point where rtorrent is passed a magnet link to load, and do some grep'ing of the variables it sets. |
Hi, This issue is still existing and should be store these *.meta files in session folder. Is there any solution since last commment in this thread? Thanks! |
Here's a workaround that I use in my setup, but helper commands are all over place, so you can't just copy-paste the block. |
Is it possible to store the .meta files elsewhere? I think they should be stored in the .session dir, not in the download dir.
The text was updated successfully, but these errors were encountered: