We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
BEP53 (#63) allows to download only some files of a torrent
in some cases, it would be useful to also modify the file paths for example from some_folder/some_ugly_name to some.pretty.name.txt
some_folder/some_ugly_name
some.pretty.name.txt
this allows to split multi-file torrents into multiple single-file torrents
possible solution mvi=1:new/path/1.txt - move from file index mv=old/path/1.txt:new/path/1.txt - move from file path. related: #90 #92
mvi=1:new/path/1.txt
mv=old/path/1.txt:new/path/1.txt
example use case: download individual files from libgen torrents the ugly filenames are md5 hashes (content-addressed storage) the pretty filenames are based on separate metadata
-0/003ae617fbaba357b52f2f0c2b6a21dd +Gyorgy Buzsaki - Rhythms of the brain (2006, Oxford University Press, USA).pdf
The text was updated successfully, but these errors were encountered:
No branches or pull requests
BEP53 (#63) allows to download only some files of a torrent
in some cases, it would be useful to also modify the file paths
for example from
some_folder/some_ugly_name
tosome.pretty.name.txt
this allows to split multi-file torrents into multiple single-file torrents
possible solution
mvi=1:new/path/1.txt
- move from file indexmv=old/path/1.txt:new/path/1.txt
- move from file path. related: #90 #92example use case: download individual files from libgen torrents
the ugly filenames are md5 hashes (content-addressed storage)
the pretty filenames are based on separate metadata
The text was updated successfully, but these errors were encountered: