Search found 2 matches

by dededinuo
Thu Apr 10, 2025 9:46 pm
Forum: Support
Topic: change label from cli
Replies: 2
Views: 16043

Re: change label from cli

I have figuerd it out. posting the python script here if someone else needs it. I use it to change the label of files that are cross-seed and has 'cross_seed-link' in thier path. #!/usr/bin/python3 import requests import sys import logging # CONFIGURATION BASE_URL = "URL" PASSWORD = "...
by dededinuo
Wed Apr 09, 2025 4:36 am
Forum: Support
Topic: change label from cli
Replies: 2
Views: 16043

change label from cli

hi,
Im trying to change the label of torrent from the cli.
I don't mind using api of deluge-console.
I can't find any option to do it in any docs.
anyone know how to do it ?