Search found 13 matches

by VoXqWBqQME6WtI
Sun Feb 11, 2018 10:34 am
Forum: Web Interface
Topic: How to Edit Config?
Replies: 1
Views: 6657

Re: How to Edit Config?

You have to stop Transmission first before editing. Try editing with sudo.
by VoXqWBqQME6WtI
Sun Feb 11, 2018 10:30 am
Forum: Web Interface
Topic: Trouble accessing the web interface...
Replies: 3
Views: 6785

Re: Trouble accessing the web interface...

rpc-host-whitelist-enabled: Boolean (default = true. Added in v2.93)
by VoXqWBqQME6WtI
Sun Mar 19, 2017 11:50 am
Forum: Web Interface
Topic: Adding torrent remotely using RPC
Replies: 7
Views: 27516

Re: Adding torrent remotely using RPC

viewtopic.php?p=67122#p67122

Check if my python magnet upload script will help somehow.
by VoXqWBqQME6WtI
Mon May 09, 2016 11:21 am
Forum: Web Interface
Topic: Gentoo 403 Error
Replies: 4
Views: 6066

Re: Gentoo 403 Error

Gentoo creates user trasmission during install, you should/could use that for running it.
by VoXqWBqQME6WtI
Mon May 09, 2016 10:03 am
Forum: Support
Topic: systemd: Evolve Or Die
Replies: 2
Views: 4062

Re: systemd: Evolve Or Die

My advice would be to postpone the upgrade to a systemd system unless you really want to or have to.
My advise is to look systemd free alternative, old Debian is easy to upgrade to Devuan etc.

http://without-systemd.org/wiki/index.php/Main_Page#Free.2FOpen_Source_Operating_systems_without_systemd ...
by VoXqWBqQME6WtI
Mon Dec 30, 2013 3:53 pm
Forum: Web Interface
Topic: Python script for adding torrents
Replies: 8
Views: 20163

Re: Python script for adding torrents


#!/usr/bin/python3
#
# Transmission magnet link uploader
# (https cert check disabled)
#
# Uses requests & PyQt5
# http://docs.python-requests.org/en/latest/
# http://www.riverbankcomputing.co.uk/software/pyqt/download5
#

# Standard
from json import dumps
from sys import argv, exit
from urllib ...
by VoXqWBqQME6WtI
Sat Oct 26, 2013 2:05 pm
Forum: Web Interface
Topic: a Custom Web UI - update 2013.01.28
Replies: 33
Views: 61157

Re: a Custom Web UI - update 2013.01.28

Flickering is fixed since last test, thanks. What is "Folders Dictionary" in settings?
by VoXqWBqQME6WtI
Mon Feb 18, 2013 3:00 pm
Forum: Web Interface
Topic: a Custom Web UI - update 2013.01.28
Replies: 33
Views: 61157

Re: a Custom Web UI - update 2013.01.28

Auto refresh flashes Torrents section on every refresh, could this be avoided somehow?
by VoXqWBqQME6WtI
Wed Dec 26, 2012 3:56 pm
Forum: Web Interface
Topic: Python script for adding torrents
Replies: 8
Views: 20163

Re: Python script for adding torrents


#!/usr/bin/python3
#
# Transmission magnet link uploader
#
# Uses httplib2 & PyQt4
# http://code.google.com/p/httplib2/
# http://www.riverbankcomputing.co.uk/software/pyqt/download
#

# Standard
from json import dumps
from sys import argv, exit
from urllib.parse import unquote
# 3rd Party
import ...
by VoXqWBqQME6WtI
Thu Mar 22, 2012 11:35 am
Forum: Web Interface
Topic: Python script for adding torrents
Replies: 8
Views: 20163

Re: Python script for adding torrents


#!/usr/bin/python3
#
# Simple magnet link uploader
#
# Needs httplib2: http://code.google.com/p/httplib2/
#

import httplib2
from sys import argv, exit
from json import dumps

# is magnet link given in command line?
if len(argv) < 2:
print('Usage: magnet-handler.py "magnet link"')
exit(1 ...
by VoXqWBqQME6WtI
Mon Mar 12, 2012 10:03 am
Forum: Web Interface
Topic: [SOLVED] Select All Gone?
Replies: 4
Views: 9895

[SOLVED] Select All Gone?

Can't find way to select all transfers anymore with 2.50, am i missing something? It used to be under right mouse button IIRC.

Edit: Fixed in 2.60, thank you.
by VoXqWBqQME6WtI
Tue Jan 26, 2010 10:27 am
Forum: Requests
Topic: Moving of files to a folder after the torrent has finished
Replies: 21
Views: 80289

Re: Moving of files to a folder after the torrent has finished

Did this get to new version? Can't find option from man pages.

Edit: Oh yes, "-c --incomplete-dir" did came.

I would also like to get third option to move completely seeded downloads to third directory.