Skip to content
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

instead of using a single path as "contents" of the torrent, have list.txt that includes the paths to the content. #7807

Open
I3ordo opened this issue Dec 3, 2024 · 1 comment

Comments

@I3ordo
Copy link

I3ordo commented Dec 3, 2024

Can we just feed a filelist.txt to the module?

I just want to periodically release content in small chunks out of a crowded folder without having to create dedicated copies of the content.

I have tried many but it seems none of them allow multiple filepaths as content of the torrent file.

@arvidn
Copy link
Owner

arvidn commented Jan 25, 2025

there's a limitation that multi-file torrents must have a shared root directory. Is that the issue you're running into? Would you like to create a torrent from a number of files that are not in the same directory?

If they are in the same directory, you can create the torrent by adding just the files you want to the file_storage that you pass into the create_torrent constructor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants