Search found 12 matches

by meir
Sun Jul 31, 2011 4:11 am
Forum: Mac Requests
Topic: Why drop support for powerpc macs?
Replies: 26
Views: 33072

Re: Why drop support for powerpc macs?

I am sorry but what Sparkle has to do with TransmissionBT? I mean I read about it on website and it is update related framework... How is it reflecting on TransmissionTB for PPC? PPC doesn't have to have automatic, convenient-self-updating transmission. We can always update good old way, just by ...
by meir
Thu Jun 30, 2011 9:38 pm
Forum: Mac Requests
Topic: Why drop support for powerpc macs?
Replies: 26
Views: 33072

Re: Why drop support for powerpc macs?

I am sorry but what Sparkle has to do with TransmissionBT? I mean I read about it on website and it is update related framework... How is it reflecting on TransmissionTB for PPC? PPC doesn't have to have automatic, convenient-self-updating transmission. We can always update good old way, just by ...
by meir
Tue Oct 05, 2010 6:39 pm
Forum: General
Topic: Headless Transmission for Mac OS X
Replies: 2
Views: 3988

Re: Headless Transmission for Mac OS X

I see, well thank you. I guess I will have to figure stuff out...
By the way do you know how to compile headless version, by any chance?

Thanks.
by meir
Mon Sep 27, 2010 5:38 pm
Forum: General
Topic: Headless Transmission for Mac OS X
Replies: 2
Views: 3988

Headless Transmission for Mac OS X

Hello I was looking around in order to figure out how to run and where to get Transmission BT without head for Mac os x.
Unfortunately for me I could not find much. Can anyone help me? I dont really want to make ( build/compile ) my own version of headless transmission unless it is the only choice ...
by meir
Mon Aug 30, 2010 4:43 pm
Forum: Web Interface
Topic: Java remote access and manipulations [Development]
Replies: 7
Views: 5986

Re: Java remote access and manipulations [Development]

Okay, I figured the error, I forgot to convert Stream into String and I was trying to create JSONObject :D ops...
Still can you help me with Requests to Transmission ( asking for stuff from Trans. )? Thanks.
by meir
Sun Aug 29, 2010 6:45 pm
Forum: Web Interface
Topic: Java remote access and manipulations [Development]
Replies: 7
Views: 5986

Re: Java remote access and manipulations [Development]

man... so much code... can't it be simplified? :D
Anyways, I think I got it to work. It makes a connection and doesn't complain about anything BUT JSON Object...
Can you give me examples to how create data, ( for requests and stuff ).

Now, if I understand it properly ( reading from your code ...
by meir
Mon Aug 23, 2010 11:59 am
Forum: Web Interface
Topic: Java remote access and manipulations [Development]
Replies: 7
Views: 5986

Re: Java remote access and manipulations [Development]

I was looking at: private JSONObject makeRequest(JSONObject data) throws DaemonException { ... }
method but I can't replicate it, probably because I am missing Apache libraries: ( org.apache.http.* ).
Can you tell me if there is a way to implement the same method but with standard java libraries? If ...
by meir
Sun Aug 22, 2010 7:01 pm
Forum: Web Interface
Topic: Java remote access and manipulations [Development]
Replies: 7
Views: 5986

Re: Java remote access and manipulations [Development]

Thank you, I'll take a better look at it later ( after work ), can u tell me if I need 'import org.transdroid.daemon.*" libraries?
Since I don't write it for the Android, I would not need it, right?
by meir
Thu Aug 19, 2010 5:40 am
Forum: General
Topic: Share hundreds of files
Replies: 1
Views: 1997

Re: Share hundreds of files

I would like to distribute podCasts... so every week I make another mp3 file... so I would people to be able to download any episode they want... Every file is about 60-80Mb... so I don't want bundle them together. Just the one they want.
by meir
Thu Aug 19, 2010 3:58 am
Forum: General
Topic: Share hundreds of files
Replies: 1
Views: 1997

Share hundreds of files

Hello, I have an idea… I would like to use BT for sharing my own content… I have hundreds of files and I make new staff every week.

Can anyone tell me how can I share all the files without pain of managing all the stuff… may be there some application or manager that can take files, make .torrents ...
by meir
Thu Aug 19, 2010 3:17 am
Forum: General
Topic: making public torrent to send a large file
Replies: 3
Views: 2741

Re: making public torrent to send a large file

I believe it is simple.
Here is how I would do it:

Pick a file to share, then find as many as possible public trackers and add them to the torrent you are planning to share, this will ensure that if one tracker goes down you still going to be ok. Now you generate .torrent and start sharing file in ...
by meir
Mon Aug 16, 2010 7:20 pm
Forum: Web Interface
Topic: Java remote access and manipulations [Development]
Replies: 7
Views: 5986

Java remote access and manipulations [Development]

Hello, I am fairly new to java development and I need help.
I would like to write Java application that access TransmissionBT remotely and does some basic manipulations with torrents, like read statistics ( what is the share ratio for particular torrent ) and starts/stops torrents. I read some stuff ...