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

Custom qBittorrent category support? #22

Open
ethw opened this issue Mar 16, 2023 · 1 comment
Open

Custom qBittorrent category support? #22

ethw opened this issue Mar 16, 2023 · 1 comment

Comments

@ethw
Copy link

ethw commented Mar 16, 2023

I notice that in crseed/torclient.py, timestamp is being used as the category for qBittorrent in the addTorrentUrl function.

def addTorrentUrl(self, tor_url, download_location, tor_title):

category=timestamp,

I don't think timestamp is very useful here as the torrent client already saves torrent added time.

Any chance custom category support could be introduced? Users could enter a category string on the settings page and it could be passed through to torclient.py.

Another good and much quicker solution would be to change that category timestamp to something like a "cross-seed" string so that it's possible to tell seedcross added torrents apart from normal torrents.

@swannie-eire
Copy link
Contributor

Have a look at my pull request I removed category timestamps and added some other qbit torrent features.

The timestamp category is useless and annoying as heck so I removed it

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

No branches or pull requests

2 participants