-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Add select-file option #76
Comments
select-file can be set when adding a new download now. By going to advance download options when adding a new download. But I dont think aria2 exposes functionlity for webui to query the available files to select which is needed to get the indexes of files. |
Thanks for your reply. I posted this issue in aria2 forum (https://sourceforge.net/apps/phpbb/aria2/viewtopic.php?p=1438#p1438), since I don't know whether such feature is currently available or not. Hopefully, aria2 author will clear that out, or possibly add such functionality if missing, since the option to select individual files for download in large torrents is very important and broadly available from just about any torrent downloader (except webui-aria2). :) Actually, recently added to webui-aria2 "Advanced Options" expose all kind of aria2 settings, so for a user it would be quite difficult to even find the right option related to selecting files. It would be a lot more convenient, if "Choose Files" button was renamed to "Choose Torrent", and an extra "Choose files from torrent to download" button was separately exposed or available via "Choose Torrent" Dialog, since other options are pretty much default and can be set just one time. For example, when a user clicks "Choose Torrent" button and then selects a particular .torrent file, the files included in that torrent would populate a separate section of "Choose Torrent" window, so the user can then tick or untick "Select File" control next to each file included in that torrent, or tick "Select All" control placed in-line above other controls. |
Aria2 author informed (https://sourceforge.net/apps/phpbb/aria2/viewtopic.php?p=1444#p1444) that both aria2.getFiles or aria2.tellStatus RPC methods can be used to get indexes of files included in a torrent. |
You can already select the files for downloads which have already started. |
The problem comes when you want to select files before starting a download. |
I got this. It seems like aria2 author now suggests to autostart and then autopause a torrent download, and show a popup window with the list of files from the torrent for a user to select. Then close the popup and proceed with download. Relevant question is, can you show individual files source availability & completeness, and file download progress, when a torrent download is uncollapsed? |
we can show individual files with their progress, but source availability and completeness would not be available as far as the RPC api is concerned I think. |
Are you fine with our proposed fix in aria2 for selecting files? Does it work for webui-aria2? |
Coupling pause option when starting a torrent download will solve the problem. I will probably add it along with the ability to change the selected files on the fly for any paused download. I will push in a UI for that whenever I get time |
The new option was added to aria2, namely --pause-metadata. |
Any progress on this? It is probably the only feature missing for me to use it (and enable my homies to use it) as a real torrent downloader... |
Sorry for all the delays. Added this long awaited feature. Now to select the files to download, just pause the download and then an icon should appear next to settings button with a list on top. click that to select which files to download. To always select which files to dowload before it begins, you can pass the --pause-metadata option to aria2 as tatsuhiro said :) let me know if there are any bugs |
The instructions have also been added as a tip in the project README. |
Thanks! On Mon, Sep 1, 2014 at 9:22 PM, hamza zia [email protected] wrote:
|
Is this option equivalent to option |
@ziahamza, can you answer the question? |
@Suncatcher sorry for the late reply. Yes, |
Most movie downloads include audio in several languages and subtitle choices, and the audio files can be pretty big. Many software downloads include several exe file versions, like x86 and x64. Aria2c has options --show-files and --select-file. But webui-aria2 excludes only --select-file option, despite --show-file can list on the webui page all available files under each torrent, yet the listing is static - no individual files download progress is shown. Pls add:
The text was updated successfully, but these errors were encountered: