PDA

View Full Version : [Linux] Transmission 1.91 SB-I Beta Mod



tworkemon
05.03.10, 04:44
SB-Innovation Presents


>>>>>> Transmission mod 1.91 SB-I Beta Mod<<<<<<


http://www.sb-innovation.de/attachment.php?attachmentid=5497


╔═══════════════════════════╗
Coded by:
╚═══════════════════════════╝

>>>>>> transmissionbt.com <<<<<<

╔═══════════════════════════╗
Modded by:
╚═══════════════════════════╝

>>>>>> tworkemon <<<<<<

╔═══════════════════════════╗
Changelog / Features:
╚═══════════════════════════╝

All Platforms

* Fix 1.90 crash-on-startup bug that affected some users
* Fix 1.90 bug that caused the "turtle mode" state to be forgotten between sessions
* Fix 1.83 crash when adding a torrent by URL from an ftp source via the web client
* For the BitTorrent? spec's "downloaded=X" passage, use the de facto standard

Mac

* Fix 1.90 bug when removing trackers


Mod features:

##### BETA VERSION #####
More features and GUI(gtk) changes in the works
No cheat mode
Stealth mode
Seed, Real up, Stealth Down
SeedX2, Real up X2, Stealth Down
*X2 is not really X2 but some number close it.

This is my first mod so bare with me. Please post any issues, concerns, feature requests, bugs, criticism etc....
BTW there is NO modifications to the web portion. I don't use it so have not need to mod it.
The features are in the "Options" tab of each torrent.

*** Big thanks to all those who helped !!!! ***



Compiled on Intel 32bit not tested to work on 64bit
Two files bellow:
transmission-1.91b.rar (1.62 MB) <-- Needs Ubuntu Karmic 9.10 or similar
transmission_1.91b-1_i386.rar (1.54 MB) <--- Linux i386 binary

Don't hesitate to ask me about ... whatever :biggrin:

╔═══════════════════════════╗
Password:l33chm3
╚═══════════════════════════╝

moreratio
05.03.10, 12:51
That's great work tworkemon! Which GUI are you targeting & modding, GTK or QT?

grebetu
05.03.10, 12:57
Great work. We need more coders :)

tworkemon
05.03.10, 14:04
That's great work tworkemon! Which GUI are you targeting & modding, GTK or QT?

This is for GTK. Again more changes to the format coming. I wanted to put this Beta out there so people can start hammering at it. There will be a better layout coming soon.

SBfreak
05.03.10, 14:32
Waiting for a x64 version so I can give it a try.:top:
Nice work.

Butcho
05.03.10, 21:05
This is an Ubuntu binary: Intel 32bit not tested to work on 64bit
Needs Ubuntu Karmic 9.10 or similar

He wrote it in the threat that there is only a ubuntu binary.
The part about Mac is from the original transmission changelog.

Instab
05.03.10, 21:14
Needs Ubuntu Karmic 9.10 or similar

that should be changed. there're so many linux versions out there i'm sure it'd run on others, too. i'd suggest to keep it to 'linux'. getting too messy otherwise ...

SBfreak
05.03.10, 21:22
He wrote it in the threat that there is only a ubuntu binary.
The part about Mac is from the original transmission changelog.

I don't think that was there.I would have seen it...:confused:
My post: Today, 14:32
First post: Last edited by Instab; Today at 20:20.
This means no x64 support?

tworkemon
05.03.10, 23:36
It is actually a .deb package that is in the rar file which was built on an Ubuntu Karmic 32bit system. It was not tested on a 64bit system.

Instab
05.03.10, 23:40
It is actually a .deb package that is in the rar file which was built on an Ubuntu Karmic 32bit system. It was not tested on a 64bit system.

could you also provide a neutral tgz or so?

Butcho
06.03.10, 01:36
I don't think that was there.I would have seen it...:confused:
My post: Today, 14:32
First post: Last edited by Instab; Today at 20:20.
This means no x64 support?

Ok sorry then it was my fault, because i didn't noticed that instab edited the original post.

Instab
06.03.10, 01:38
Ok sorry then it was my fault, because i didn't noticed that instab edited the original post.

no, it's right. i only replaced the pic

tworkemon
06.03.10, 02:52
Post update: Included a Linux i386 binary

Compiled on Intel 32bit not tested to work on 64bit
Two files bellow:
transmission-1.91b.rar (1.62 MB) <-- Needs Ubuntu Karmic 9.10 or similar
transmission_1.91b-1_i386.rar (1.54 MB) <--- Linux i386 binary

SBfreak
06.03.10, 13:38
no, it's right. i only replaced the pic
Ok I'm officially blind then:muhaha:
I still need a answer to my question.
So please tworkemon will there be a x64 version?

tworkemon
06.03.10, 17:36
So please tworkemon will there be a x64 version?
I do not have a x64 machine to build on. Have you tried to see if the i386 works at all? You might just have to install a couple 32bit libs for it to work. Let me know any errors you have.

SBfreak
06.03.10, 18:24
I do not have a x64 machine to build on. Have you tried to see if the i386 works at all? You might just have to install a couple 32bit libs for it to work. Let me know any errors you have.
It says wrong architecture.

tworkemon
06.03.10, 18:33
It says wrong architecture.

You can try the following:

sudo dpkg -i --force-architecture .deb file

or

sudo apt-get install ia32-libs <-- will install 32 libs to run the binary files.

SBfreak
06.03.10, 18:37
sudo dpkg -i --force-architecture .deb file
Error: Wrong architecture 'i386'
How do I run the binary files:redface:?

tworkemon
06.03.10, 18:51
sudo dpkg -i --force-architecture .deb file
How do I run the binary files:redface:?

Grab the second file from the links page.
sudo apt-get install ia32-libs
Extract the second file to a folder.
Then go to the usr/local/bin directory to where extracted
Then run ./transmission
Report back.

SBfreak
06.03.10, 19:06
bash: ./transmission: No such file or directory


EDIT:
Forgot about it.It should be like this right?

cd ......Desktop/usr/local/bin
./transmission


Here's the error:

./transmission: error while loading shared libraries: libnotify.so.1: cannot open shared object file: No such file or directory

tworkemon
06.03.10, 19:25
EDIT:
Forgot about it.It should be like this right?

cd ......Desktop/usr/local/bin
./transmission


Here's the error:

Here you go use the getlibs program here.
getlibs: Automatically solves dependencies for 32-bit programs on 64-bit - Ubuntu Forums

SBfreak
06.03.10, 20:22
Same error with the deb file.
Now the "usr" folder.
How do I get it to install the library files required and how do I know which are required?
There's no getlibs command for that.:confused2:

hontoCorti
07.03.10, 11:29
The command ldd shows you what shared libraries are needed by an executable file..

f.e.:
ldd ./transmission

If you are using debian/ubuntu you can use apt to install the required libraries...
The lib notify library:

apt-get install libnotify-bin
or apt-get install libnotify1

I don't know which one is the correct one, but those two show up on my machine...

You can also search for packages using: apt-cache search name

This all has to be done as superuser...

tworkemon
07.03.10, 16:01
Same error with the deb file.
Now the "usr" folder.
How do I get it to install the library files required and how do I know which are required?
There's no getlibs command for that.:confused2:

SBfreak,
Just run getlibs on the binary transmission file in the usr directory ie:
sudo getlibs /home/blah/usr/local/bin/transmission

Using the getlibs command basically does what hontoCorti mentioned here all by itself.


The command ldd shows you what shared libraries are needed by an executable file..

f.e.:
ldd ./transmission

apt-get install libnotify1

SBfreak
07.03.10, 16:11
I'm moving to windows (already done) for a week or two.
Sorry for this.Will post again in this thread after I install ubuntu.

47yassin
08.03.10, 07:38
pleas i need to know how instal it

Instab
08.03.10, 07:41
pleas i need to know how instal it

so, how about telling us about your setup?

tworkemon
08.03.10, 14:50
so, how about telling us about your setup?
Ditto. Kinda explains it throughout the posts here.

If you have Ubuntu Karmic or similar extract the first rar file and install the .deb package.

If you have anything else use the second rar file. Extract the rar file and the binaries are located within that rar file. Then just run the program from the bin directory.

It would help to know what you have tried and what OS you are running.

Good Luck.

anon
08.03.10, 18:12
pleas i need to know how instal it

Is that another spam post like the ones I had to delete, or are you really clueless about installing the mod?

47yassin
09.03.10, 07:27
Is that another spam post like the ones I had to delete, or are you really clueless about installing the mod?

I dont mean Spam me i used azures shu mod but i need nex version but i cant acces to new
http://www.sb-innovation.de/showthread.php?t=18934
so can you help me whad do !!!
and it the first time to know use Transmission 1.91 SB-I Beta Mod
i am used Windows 7

Instab
09.03.10, 07:37
I dont mean Spam me i used azures shu mod but i need nex version but i cant acces to new
http://www.sb-innovation.de/showthread.php?t=18934
so can you help me whad do !!!

you need to have the member title to access that.
go there for more info http://www.sb-innovation.de/showthread.php?threadid=16868



and it the first time to know use Transmission 1.91 SB-I Beta Mod
i am used Windows 7

transmission mod for windows will be out soon

anon
09.03.10, 18:04
I dont mean Spam me i used azures shu mod but i need nex version but i cant acces to new
http://www.sb-innovation.de/showthread.php?t=18934
so can you help me whad do !!!

You need the latest version? Tell me, why is that?

Cherepovets
10.03.10, 21:51
Source code, post please =)

Instab
10.03.10, 21:54
Source code, post please =)

that's not the best start :dry:
and why do you think the source code hasn't been posted already?

Cherepovets
11.03.10, 07:45
that's not the best start :dry:
and why do you think the source code hasn't been posted already?

I use a demon trаnsmission, and it is just necessary to me a patch, what its one part, it can and be found most!!!!

grebetu
11.03.10, 19:43
Now that last line baffles me completely, what's demon transmission?

anon
11.03.10, 20:07
I guess he meant "Transmission daemon".

tworkemon
13.03.10, 16:49
If I don't use I am not going to mod it sorry. Goes for the web and "demon" :P . MAYBE at some point where I feel things are done I can then try to port that to the web/daemon. Also since this is open to the public I will not be releasing the source. Sorry.

There will be a newer version soon, was studying for the RHCE exam so didn't get a chance to work on the mod. I think there where be a beta 2 version I would say within a week or so. I would like people's input on the usability, layout, feature requests etc. Only with your help can this be better. Also if there are any issues or bugs or wrong eventing anyone has found ????

Instab
13.03.10, 20:40
There will be a newer version soon, was studying for the RHCE exam so didn't get a chance to work on the mod.

ah, good luck with that. i helped a friend preparing for it a few years ago :biggrin:

cheatos
13.03.10, 22:30
@tworkemon

just a little note to prevent future:
"The password isn't working" posts.

the password needs to be wrapped between code tags
:top:

anon
13.03.10, 22:30
Or even better, PW tags.

Not that they are any different, they just put "Password" instead of "Code" above the text block to avoid confusion.

Cherepovets
14.03.10, 12:52
If I don't use I am not going to mod it sorry. Goes for the web and "demon" :P . MAYBE at some point where I feel things are done I can then try to port that to the web/daemon. Also since this is open to the public I will not be releasing the source. Sorry.

There will be a newer version soon, was studying for the RHCE exam so didn't get a chance to work on the mod. I think there where be a beta 2 version I would say within a week or so. I would like people's input on the usability, layout, feature requests etc. Only with your help can this be better. Also if there are any issues or bugs or wrong eventing anyone has found ????

Very badly, means I will search, treasured for lines =) But all the same thanks!!!

anon
14.03.10, 17:36
But all the same thanks!!!

Why don't people use the http://www.sb-innovation.de/enlighten/buttons_eng_10/thanks.gif button below posts? :unsure:

SBfreak
14.03.10, 21:50
Because the thanks button doesn't count as post:happy:.

Instab
14.03.10, 21:51
Because the thanks button dösn't count as post:happy:.

who would have güssed ... :redface:

tworkemon
17.03.10, 19:34
FYI:
I will be posting a fedora version soon. I have access to a fedora box so will be compiling a rpm.

tworkemon
18.03.10, 20:27
Updated 1.92 version found here [Linux] Transmission 1.92 SB-I Beta Mod - SB-Innovation - Leecher Mod Source Nr. 1 (http://www.sb-innovation.de/f45/linux-transmission-1-92-sb-i-beta-mod-19360)

Banan
11.04.10, 11:30
Can i launch it on Mac OS X 10.6.3? Any bugs?

Instab
11.04.10, 20:40
Can i launch it on Mac OS X 10.6.3? Any bugs?

these are linux binaries. they won't run on osx

Banan
13.04.10, 16:14
these are linux binaries. they won't run on osx
OK. But there i can see osx binaries? Please give me some links.

anon
13.04.10, 20:34
We do offer Mac OS binaries, but you need the Member title to download them:
http://www.sb-innovation.de/showthread.php?threadid=16868