-
Notifications
You must be signed in to change notification settings - Fork 452
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
Download first and last pieces first #8372
Comments
Adopting sequential download first, would be better than first/last piece thing |
For streaming/ watching a torrent as it is being downloaded? If so, some video formats have metadata saved at the end of the file. In this instance both first/ last and sequential downloading would be required. BiglyBT is another client, other than qBittorrent, that can do both. |
yes, but also for metadata.
I have not encountered anything like this
Yes, BiglyBT has many other support options including inbuilt I2P Router |
You've never used an MP4 file before? I get this all the time when I don't select download first and last first. OBS Studio has a blog post that contains an informative and easy to understand overview of the MP4 structure: https://obsproject.com/blog/obs-studio-hybrid-mp4 (mainly the The Trouble with
|
I do not know about OBS workings or functioning, so I have not faced any issues like this at all ever. My experience is limited to downloading torrents only and not of file encoding processes. If you are downloading a torrent sequentially or normally [without using first & last piece option] then, it does not matter which file type it is, i.e., avi, mkv, mp4, av1. I get the Metadata Info, within the first 2-10% of the file download. Use this |
The part I referenced has nothing to do with OBS, it applies to all MP4 files. I simply cited their blog post.
This is not how file formats work. They are all widely different with a different file format, you even mixed up av1 as a file format, you don't even understand what you are saying. |
@egbertbouman if this ever gets implemented, a nice to have feature, would be granular control by selecting a specific file within the torrent to download first/ last/ sequential. Scenario, if you have a torrent with 100's of files and, you are only interest in the 50th file, there is little reason selecting this feature if it applies only to the torrent as a whole as the pieces for this file may be located in the middle of the torrent. |
Feature request, in Tribler it would be nice to have an option to download the first and last pieces of a torrent, similar to how qBittorrent prioritises these pieces when enabled.
There may be instances where you would want to check a torrent file before downloading the full torrent file. An example would be playing a video or checking the header/ format/ metadata of a file.
I don't believe this would need to be an option to make default for all torrents as it may impact the swarm and prioritising of rare pieces in some torrents.
The text was updated successfully, but these errors were encountered: