-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Support creating new torrents using the WebUI #5614
Comments
Of course you can with the command line.
But most people just use mktorrent. |
The thing is that having access to the WebUI doesn't necessarily mean that I also have SSH access to the server. |
This comment has been minimized.
This comment has been minimized.
So, is not possible to create torrents using the WebUI of qbittorrent? :( |
@NANO-Chile Nope, not at the moment. The API, functionality is there and all, but the WEB UI lacks devs a bit. So if anyone has Qt + web skills, they are more than welcome to implement the functionality. Most is already there, no new function has to be added. But it has to be wired up. |
One additional problem I can envision is that either you would require
users to fill in the exact file/directory paths in the web ui or you'd have
to create a file chooser diagram, which could be tricky.
…On 17 Nov 2017 2:32 pm, "Duke" ***@***.***> wrote:
@NANO-Chile <https://github.com/nano-chile> Nope, not at the moment. The
API, functionality is there and all, but the WEB UI lacks devs a bit. So if
anyone has Qt + web skills, they are more than welcome to implement the
functionality. Most is already there, no new function has to be added. But
it has to be wired up.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#5614 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA0F3O7B-UE_MfByNsGV652myNyYLynQks5s3YrXgaJpZM4JdMgm>
.
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
I mean this is such huge drawback to not have it.. and also please allow us to save default settings for that and configure torrent name. description etc. |
Is this on the roadmap? |
Is it in the API? I was trying to write a script to automate some things and there is nothing in the API documentation about creating torrents. |
This comment has been minimized.
This comment has been minimized.
rTorrent+ruTorrent stopped workking on me. Would be great if another great torrent client such as qBittorrent can do this. |
This comment has been minimized.
This comment has been minimized.
Would love that feature. A lot of people only use the WebUI via a server/docker install. Please, consider adding it on the roadmap. |
This comment has been minimized.
This comment has been minimized.
Times have changed and Bountysource doesn't seem very trustworthy. Is there some other way I can post a bounty for this feature or donate towards it? |
Is there any latest update which allows to create .torrent file on command line with |
its been 6 years now, and this gets some bumps every now and then... but its still not documented in the api anywhere, and that will need to be done before the webui will ever see this feature. It would be nice i agree, at least to get it in the api, then others could essentially do whatever they needed to with python scripts. But for now were stuck using 3rdparty. |
7 years now! You'd be the first of the torrent clients to offer torrent creation in web-ui. I just tried Transmission and Deluge and same thing. |
Please consider this feature ! |
It's been I don't loose hope 🥲 |
Who's gonna write-up a technical proposal on how do implement this ? |
Folks that are interested in this feature should test #20366 and report back |
It's been a long wait. Cheers! |
Excellent, thx @glassez . I'll try to rebuild my dev environment, test and report back. |
PR #20366. Closes #5614. Co-authored-by: Radu Carpa <[email protected]>
I'm in the same boat, would love to have this feature |
What release will this be in? Or are we not sure yet? |
Based on milestone, it will be out by 5.0. However I'm not so sure why this
issue is closed already, since only WebAPI is added but the function is
still not available via WebUI because the UI part is not implemented yet.
…On Sat, Mar 16, 2024, 06:42 Kevin Ghadyani ***@***.***> wrote:
What release will this be in? Or are we not sure yet?
—
Reply to this email directly, view it on GitHub
<#5614 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFY26LG3RYYDFGXITZWBXLTYYN2LXAVCNFSM4CLUZATKU5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TEMBQGA2TSNBSGMZQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
8+ years and still hoping for being able to create torrent using GUI.... Pretty please with whipped cream and cherry on top? |
It was merged into the code a few weeks ago but I'm thinking it'll be either v4.7 or v5.0 for that feature. |
No the WEBUI is not implemented yet. Only API was.
…On Wed, Apr 10, 2024, 09:44 The Nostrus Dominion ***@***.***> wrote:
It was merged into the code a few weeks ago but I'm thinking it'll be
either v4.7 or v5.0 for that feature.
—
Reply to this email directly, view it on GitHub
<#5614 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFY26LFS23YHEIC46KULILDY4VT7PAVCNFSM4CLUZATKU5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TEMBUHAYDENBSGM2Q>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Let me help, assign me some tickets :P |
It's been such a long march, and feels like it's close to the finish line. Hopefully someone picks it up. |
Please feel free to submit PR's. |
My intention with alerting this thread was to lazily understand what the work "looks" like, re: "assign me tickets". I hadn't realized this project uses milestones -- convenient! I noticed someone said it looks to be handled in 5.0 but I'm not sure that's true. Checking in 5.1 I'm not also sure I see the definitive needed work. Mind tossing me a few overview details? We have an API, we need the UI developed out. Do we have notes for hacking on this, setting up the environment? I'm happy to start carving out sense in the UI work, though I'll need to understand the dev environment a bit first. |
I studied the linked PR and was able to create a torrent with cURL. It looks something like this:
There's a bug in v5.0.2 and earlier where source is populated with the comment field, so keep these the same. I guess it might be fixed in 5.1 because the fix is in |
For anyone interested you can try vuetorrent. It's a webui for qbit. It has
torrent creation implemented.
…On Fri, Dec 6, 2024, 16:48 the-eversio ***@***.***> wrote:
I studied the linked PR and was able to create a torrent with cURL. It
looks something like this:
curl -i -c qbittorrent.cookies \
--header 'Referer: http://localhost:8080' \
--data "username=$webui_username&password=$webui_password" http://localhost:8080/api/v2/auth/login
curl -v http://localhost:8080/api/v2/torrentcreator/addTask \
-c qbittorrent.cookies \
-F private=true \
-F startSeeding=true \
-F format="v1" \
-F trackers="https://some-private-tracker/announce" \
-F comment="trackername" \
-F source="trackername" \
-F torrentFilePath="/path/to/new/file.torrent" \
-F sourcePath="/path/to/content/linux.iso"
There's a bug in v5.0.2 and earlier where source is populated with the
comment field
<https://github.com/qbittorrent/qBittorrent/blob/15b60912610d5a1e6712013079d3b2db4b78b85d/src/webui/api/torrentcreatorcontroller.cpp#L132>,
so keep these the same. I guess it might be fixed in 5.1 because the fix is
in master but not the 5.0.x branch.
—
Reply to this email directly, view it on GitHub
<#5614 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFY26LGW4RDS7JJPOYO7OM32EJAWZAVCNFSM4CLUZATKU5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TENJSGQ3TCMZSGA4A>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
I was in the process of trying VueTorrent when you posted this :) I should have started with that. |
It's already fixed in vuetorrent: VueTorrent/VueTorrent#2069 The function is basic is because that's all that qbittorrent API provides. |
Nice, thank you. I've switched over to VueTorrent for this feature and the better mobile experience.
That's fair. I appreciate the auto-completion on the file pickers too - it's not the smoothest UX but it's simple and it works. I won't derail this thread any further - for anyone waiting on an official web UI for creating torrent files there's two workarounds available |
I have currently setup a headless qBittorrent on my server machine with tracker enabled. I want to be able to create torrents and share them with friends / tracker websites. However the WebUI does not support creating new torrents from existing files.
Until this feature is implemented, can anyone point me to a workaround solution? Can I create torrents using the command line interface? Can I create a torrent on my desktop client and import it into the server while copying over the files?
The text was updated successfully, but these errors were encountered: