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

Transmission Module - Web Root #258

Closed
christianwaite opened this issue Nov 3, 2012 · 2 comments
Closed

Transmission Module - Web Root #258

christianwaite opened this issue Nov 3, 2012 · 2 comments
Labels

Comments

@christianwaite
Copy link

The transmission module is the only one I use that has no webroot option.
If no-one can look at it, I'm going to start looking myself, but I'm new to github and only use python for scripting, not for applications, so might be slow on the pickup.

@vajonam
Copy link
Contributor

vajonam commented Oct 22, 2013

if you look in

maraschino/lib/transmissionrpc/client.py

you can modify the root. its hardcoded to /transmission/ i have changed it to /bt/rpc

   if urlo.scheme == '':
        base_url = 'https://' + address + ':' + str(port)
        self.url = base_url + '/bt/rpc'

I havent' had the time to add it to the UI etc.

@vajonam
Copy link
Contributor

vajonam commented Oct 22, 2013

added a pull request - #330

@N3MIS15 N3MIS15 closed this as completed Mar 22, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants