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 torrent-add RPC doesn't accept download_dir as an argument #3

Merged
merged 2 commits into from Jul 19, 2013

Commits on Oct 13, 2012

  1. Make _normal2Camel recurse as well

    _camel2Normal would take a hashref as an argument, but I needed
    hash keys to be able to go the other way as well.
    
    At least it got less readable which appears to be a goal of this set of subs
    afresh1 committed Oct 13, 2012
    Copy the full SHA
    83cb6ee View commit details
    Browse the repository at this point in the history
  2. Send rpc %args through _normal2Camel

    Transmission likes things (specifically download-dir in my case) to have
    dashes not underscores.
    
    This fixes all the args up so you can generally use either.
    afresh1 committed Oct 13, 2012
    Copy the full SHA
    ec439e8 View commit details
    Browse the repository at this point in the history