We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Backend capability in bitmagnet to support following interfaces in transmission and qbittorrent
type AddInfoHashesRequest struct { ClientID string InfoHashes []protocol.ID } type clientWorker interface { AddInfoHashes(ctx context.Context, req AddInfoHashesRequest) error downloadOne(ctx context.Context, content *Content, clientId string) error }
type DownloadClient struct { Host string Port string Username string Password string } type ContentTypeCategory struct { ContentType model.ContentType Category string } type Config struct { Transmission DownloadClient QBitTorrent DownloadClient Categories []ContentTypeCategory }
search
magnetUri
contentType
Many, see cancelled PR #288
Fully expect to be using these libraries
github.com/autobrr/go-qbittorrent v1.9.0 github.com/hekmon/transmissionrpc/v3 v3.0.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is an enhancement
Backend capability in bitmagnet to support following interfaces in transmission and qbittorrent
Describe the solution you'd like
search
to obtainmagnetUri
andcontentType
that are needed in implementation of interfaceDescribe alternatives you've considered
Many, see cancelled PR #288
Additional context
Fully expect to be using these libraries
The text was updated successfully, but these errors were encountered: