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

Fetch metadata of stopped magnets #218

Closed
legacychimera247 opened this issue Mar 13, 2017 · 13 comments · Fixed by #1080
Closed

Fetch metadata of stopped magnets #218

legacychimera247 opened this issue Mar 13, 2017 · 13 comments · Fixed by #1080

Comments

@legacychimera247
Copy link

azureus vuze has the ability to let me choose which files i want to download from a magnet file before starting the download...transmission just start the download of the entire file...would be nice to have that feature in transmission too...

an example : click on magnet , azureus opens and download magnet infos, ask what to download from magnet and then starts to download...transmission just start without asking...

@killemov
Copy link

So what you actually want when you add a magnet in paused mode is to have Transmission download the metadata and then stop. Why not ask for that?

@ghost
Copy link

ghost commented Jul 3, 2017

Why is this closed? What is the solution ?

@mikedld
Copy link
Member

mikedld commented Jul 3, 2017

Looks pretty open to me @Nishantkumarsah

@mirkorm
Copy link

mirkorm commented Mar 14, 2018

Yes, I'd like this feature to be implemented too, it would be very useful, especially when there are a lot of large files in the torrent and you just need some of them, and this is a very common scenario from what I see.

Regards

@elisimpson
Copy link

elisimpson commented Feb 8, 2019

This would be super useful. What I have to do now is start the torrent from the magnet link, wait for it to download the metadata and inevitably part of the file data as well, then immediately stop the torrent, select the files I want, delete any unnecessary pieces that already downloaded, restart the torrent.

Also note this issue had a bug in the old bug tracker with a patch attached... might just be a matter of reviewing the patch and tweaking as necessary.

https://trac.transmissionbt.com/ticket/4808

@pataquets
Copy link

@elisimpson : you might want to keep an eye on #852 related with what you currently do as workaround

@elisimpson
Copy link

@pataquets : I actually found a better workaround, which is start the magnet link with qbittorrent, which can download the metadata without starting the torrent. Then I save the metadata to a new torrent file and load it in transmission.

@DidierLoiseau
Copy link

Just adding my 2 cents: there is an old ticket on trac for this as well, and it has an attached patch but it is 7 years old…

@elisimpson you can also use a service such as Magnet >> Torrent to do that.

@Raymo111
Copy link

Raymo111 commented Aug 3, 2021

Can we get this PR merged please? ^^

@livings124 livings124 changed the title [feature request] add option to select files from magnet Fetch metadata of stopped magnets Aug 22, 2021
@rheicide
Copy link

Please correct me if I'm wrong but it looks like magnets are not having their metadata fetched after being added with "Start when added" unchecked, which in my understanding is the goal of this issue.

If this is the case, it's probably related to the fact that the prefetchMagnetMetadata flag introduced by #1080 was later removed by #3013.

@efeme4
Copy link

efeme4 commented Jun 8, 2023

If this is the case, it's probably related to the fact that the prefetchMagnetMetadata flag introduced by #1080 was later removed by #3013.

Can someone give an explanation as to why this feature was removed? It's annoying to deal with having to download part of a torrent files just to see their metadata. And why is this issue closed if the problem hasn't been solved?

@GaryElshaw
Copy link
Contributor

GaryElshaw commented Jun 8, 2023

The issue is alive elsewhere. The function itself opened a lot of debate. Some contributors made the case that sometimes metadata is 'data-sized'; and others that zero data should be allowed if start when added is unchecked. I hope this PR is revisited and added #4874. CC @Coeur

@killemov
Copy link

killemov commented Jun 9, 2023

Ah, the metadata is also data discussion. 'Download[ing|ed] metadata' should at least be defined steps in the download process. Now they are contained within 'Downloading'.

  1. Stopped.
  2. [Downloading Metadata]
  3. [Downloaded Metadata]
  4. Download Waiting (Queued / Q'd)
  5. Downloading

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

Successfully merging a pull request may close this issue.