Search found 8 matches

by abeeson
Tue May 29, 2012 3:59 am
Forum: General
Topic: Documentation on JSON data - specifically torrent status
Replies: 8
Views: 13991

Re: Documentation on JSON data - specifically torrent status

Well what do you know, there is some modules.

Either way, i would guess my stuff integrates too deeply to make use of those modules (at least not easily), plus i already have a LONG list of dependancies :)

Thanks for the link though, I will check them out and see how i go!
by abeeson
Thu May 10, 2012 1:31 am
Forum: General
Topic: Documentation on JSON data - specifically torrent status
Replies: 8
Views: 13991

Re: Documentation on JSON data - specifically torrent status

Actually, the JSON-rpc-spec is the most user friendly. All libraries are an abstraction in one way or another. The main issue of the spec is that you have to follow the references to the source of transmission itself. The spec of the status has changed in 1.42. https://github.com/killemov/Shift ...
by abeeson
Fri Apr 27, 2012 2:38 am
Forum: General
Topic: Documentation on JSON data - specifically torrent status
Replies: 8
Views: 13991

Re: Documentation on JSON data - specifically torrent status

Cheers for the link, but unfortunately the RPC spec has what methods and arguments etc, but not what data to expect within those.

I have been using it for the bulk of the actual calls and its been excellent for that.

As far i can tell, i could look at the source code (in C im guessing) for tr ...
by abeeson
Thu Apr 26, 2012 10:06 am
Forum: General
Topic: Documentation on JSON data - specifically torrent status
Replies: 8
Views: 13991

Documentation on JSON data - specifically torrent status

Hey guys,

I'm looking for some documentation on the JSON API and what codes I can expect + what they mean. I'm in the process of converting my web interface over from using transmission-remote calls and scraping / regex'ing the return to actuallly making direct calls via JSON to the RPC (in reality ...
by abeeson
Fri Apr 13, 2012 3:57 am
Forum: General
Topic: AUTO for Transmission - Alternative web interface
Replies: 2
Views: 6504

Re: AUTO for Transmission - Alternative web interface

Hey guys,

I have pushed out a new update to AUTO just now to resolve some issues with newer OS's with new versions of perl (and the lack of sperl)

The new version is 0.9.9, the installer is labelled 0.9.9-1 to distinguish it in case you got the broken 0.9.9 installer that was pushed out then ...
by abeeson
Sun Apr 03, 2011 7:02 am
Forum: Support
Topic: building transmission on rhel/sci 6
Replies: 3
Views: 11395

Re: building transmission on rhel/sci 6

Yep just yum install intltool, that'll resolve it if you run into it.

Im making now, looks good :)

PS - did this on RHEL6, but it should be the same for Sci and CentOS 6 when it finally comes out.
by abeeson
Sun Apr 03, 2011 7:00 am
Forum: Support
Topic: building transmission on rhel/sci 6
Replies: 3
Views: 11395

Re: building transmission on rhel/sci 6

Hey,

Hopefully i can help you out here, i have just spent about an hour and a bit trying to get this to work myself, and what i found was:

even though i had libevent 1.4.1 installed via RPM, pkg-config was not detecting it at all (no pc file anywhere in pkg-configs path) (check yours with pkg ...
by abeeson
Sun Jul 26, 2009 8:41 am
Forum: Support
Topic: Remote error * and related code
Replies: 0
Views: 1242

Remote error * and related code

Hey guys,

I have a torrent running, and remote is showing it with an asterisk, which seems to mean error, when i do a debug, the error code is 13, but with no description.

I cant figure out what it seems to think is wrong, i have checked in the web interface too, and it does not seem to recognise ...