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

qBittorrent import tool #1058

Open
slrslr opened this issue May 10, 2019 · 16 comments
Open

qBittorrent import tool #1058

slrslr opened this issue May 10, 2019 · 16 comments

Comments

@slrslr
Copy link

slrslr commented May 10, 2019

  • BiglyBT Version Number: 1.9

Hello, it can be handy if there is tool/function that will import torrents from qbittorrent (torrent client).

Next 7 posts does not solve this issue and can be ignored.

@PrototypeZero
Copy link

Whats wrong with adding the torrent to Bigly and just pointing the destination to the files already downloaded with qbittorent? Bigly will automatically check the files and download what it needs to complete the torrent (no need to start again).

@slrslr
Copy link
Author

slrslr commented May 12, 2019

@PrototypeZero if you mean these steps, i tried them and commented in that issue & not worked. If you mean different steps, i would appreciate if you write them here.

Note that i have more than thousand torrents across many many directories, some torrents have common files (some only part of common files) and some have payload files and folders with custom names.

@PrototypeZero
Copy link

PrototypeZero commented May 13, 2019

Well how I do it is

Make sure Options->Files-> When opening a torrent show dialog is set to always.
Find/download the torrent file and open it, change save location to the base folder of the torrent.
Press OK.
Depending on if your using the beta or not you will get a dialog saying it found files (last few betas dont show this for me atleast).
Let it continue and it will check and resume downloading only the parts you need (if any).

@slrslr
Copy link
Author

slrslr commented May 13, 2019

Thanks, but sorry, i am looking for the import function. Not to manually find and select path for 1000+ torrents.

@PrototypeZero
Copy link

PrototypeZero commented May 14, 2019

If you do have all the torrent files then...

What your probably looking for then is to use the automatic torrent import folder with all the torrent files in it, and make sure the data files are in a default directory, that will work (I've use it to import about 100 torrents at once in the past). It will perform as I previously said checking the torrents and only downloading what it needs to.

This should work, although as said 1,000's of active torrents is probably pushing any single BT client including BiglyBT.

@slrslr
Copy link
Author

slrslr commented May 14, 2019

No, i mentioned i am using many directories. and custom ones + custom payload file names, so i need import tool.

@PrototypeZero
Copy link

Wouldn't take too long to do as I have suggested along with a little work, but I guess you don't want to do any work yourself. I doubt the devs would add this just for your unusual case.

@as-muncher
Copy link

Wouldn't take too long to do as I have suggested along with a little work, but I guess you don't want to do any work yourself. I doubt the devs would add this just for your unusual case.

I just recently tried this, having BiglyBT look for existing data files. The problem is that it as of 2.6 will only add the files with the same extension. It doesn't look at the file with a .!qB extension, and see how much of it is salvageable. It means currently that I'd have to delete all those extensions for those files. Another step that possibly could be avoided easily if BiglyBT just automatically found files or recognised files with any extension, or at least files with the filename the same but not the extension, and see if it could integrate those files, at least that would be helpful.

@as-muncher
Copy link

Then at least, if BiglyBT would recognise whatever file extensions, I wouldn't have to manually use a renamer program to delete the extension. Right now, I use Rename Master. And even though I have BiglyBT set up to append the .!qB extension to incomplete files, it still doesn't recognise files with that extension. So, hopefully, if BiglyBT would recognise at least the filename without the extension and try to salvage what it can from that file for a matching file in the .torrent file, then that would save the effort of having to rename the file and then have BiglyBT search it again.

@parg parg closed this as completed Jan 13, 2024
@parg parg reopened this Jan 13, 2024
@ferdnyc
Copy link
Contributor

ferdnyc commented Feb 9, 2024

Having SFEDF (or BiglyBT in general) ignore all file extensions strikes me as dangerous, as it makes the torrent contents ambiguous. Say there's a torrent that includes PGP signature files (.asc files) for each of its members. And now say you scan a directory like this:

somepkg.tgz.part
somepkg.tgz.asc.part
somepkg.tgz.txt
somepkg.tgz.txt.asc
otherpkg.tgz
otherpkg.tgz.asc
otherpkg.tgz.txt.part
otherpkg.tgz.txt.asc.part

...Should somepkg.tgz.txt.asc be checked as possibly being the file somepkg.tgz.txt.asc, or somepkg.tgz.txt, or somepkg.tgz? Yeah, you can try to disambiguate with file sizes, but many smaller files (and all .asc files) will be the same size.

Better, I think, to have a list of extensions to strip off configurable in the SFEDF dialog. E.g:

Ignore these extensions when scanning files: .part,.!qB

@ferdnyc
Copy link
Contributor

ferdnyc commented Feb 9, 2024

Ignore these extensions when scanning files: .part,.!qB

On second thought, that label makes it sound too much like "Ignore files with these extensions..." which is a different thing entirely. So perhaps:

Strip these extensions when matching filenames: .part,.!qB

@ferdnyc
Copy link
Contributor

ferdnyc commented Feb 9, 2024

On the self-serve front, the command-line mmv tool is one option for quickly stripping away file extensions in a set of directories.

This command, for example, will strip the .!qB extension off any file, at any depth, under the /start/directory:

find /start/directory -type f -execdir \
  mmv -v '*.!qB' '#1' \;

If you want to play it safer and reduce the work done, you can replace -type f with -name '*.!qB', and it'll only process directories containing at least one matching filename.

Windows users, ¯\_(ツ)_/¯

@as-muncher
Copy link

@ferdnyc So far, BiglyBT is working okay as is, if I choose to have the incomplete file extension as .!qB, with working with files that currently have .!qB from qbittorrent. I think just some minor tweaks have to be made, and I have raised a few Github issues for that. I don't know how many people save their .torrent files. I do and like to save the data and the .torrent file together, which maybe is not great practice, because I should probably have one other copy somewhere saved of the .torrent file. Right now, if I open the .torrent file in BiglyBT, it searches through the data, and if the data has a .!qB extension and I have the option in BiglyBT to save incomplete files with the .!qB extension, then it works out okay, I think always if not most of the time. Perhaps if something were automated, it could find the .torrent files that qbittorrent is using, especially if they're saved as .torrent and import that into BiglyBT, and then something automated to add the .!qB extension to incomplete files, in the settings of BiglyBT. But as one user commented that he wanted a tool with changing multiple file names etc., in multiple directories, it might make sense to have something look into where qbittorrent saves each torrent, make it easy to switch from qbittorrent to BiglyBT. Right now, I'm using BiglyBT mostly for swarm merging, because I find the downloading rate quite a bit restricted using BiglyBT vs qbittorrent. And I want to use BiglyBT to focus on a few priority torrents.

I personally want BiglyBT to search for files with .part and .!qB or whatever the extension. If the data is the same, then great, I'll take it. I don't think BiglyBT goes strictly on file size.

@Dramaman
Copy link

Dramaman commented Mar 28, 2024

My assumption is that the .!qB files will import to biglybt if you simply rename them to remove the extension?
If so, can't you use a mass file renaming application?
https://medevel.com/22-file-renamer-list/

Assuming qbittorrent can't simply rename the file names to remove the extension itself, Perhaps their developers can add that as a feature to their clients?

As long as you don't mess with the directory paths, or know what adjustments to make to accommodate any changes that you did in the other client, It should be pretty straight forward to import once you revert the name and directory path changes.

Users can also opt not to add those custom file extensions, which would make importing them to different clients much easier.

@as-muncher
Copy link

@Dramaman If you read the posts I made, you will see that the system currently works fine with the .!qB extension just as long as you tell BiglyBT to add the .!qB extension to incomplete files.

@NiKola-UE
Copy link

Here, let me get involved in this issue.

QBittorrent is a really good FOSS program and the best of it should be implemented.

If for some reason it is necessary to temporarily archive or compresse the files, the codes of 7-Zip, PeaZip and 7-Zip ZS can be used for this.

In addition to IPFS for data processing and storage, SeaweedFS can definitely use, that is not so well known, but shows a lot of promise and is still being developed, which is very good.

I recently opened

this issue,

so here are some more good suggestions.

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

No branches or pull requests

8 participants