Search found 12 matches

by lollerskates
Sun Aug 10, 2014 4:51 pm
Forum: Support
Topic: flexget + transmission aren't in love?
Replies: 2
Views: 10293

Re: flexget + transmission aren't in love?

I find it much easier to just setup flexget to dump torrents from the RSS into a folder, and have transmission watch that folder. No transmission plugin needed. Flexget config.yml: tasks: task name: rss: http://www.sample.com/rss.xml accept_all: yes download: /watch/ You need the "accept_all&qu...
by lollerskates
Sun Mar 27, 2011 9:51 pm
Forum: Web Interface
Topic: Feature Request: Show hard drive and CPU usage in status bar
Replies: 4
Views: 5000

Re: Feature Request: Show hard drive and CPU usage in status

Can I get any backing on this request? I am sure there are others out there wanting this simple addition :wink:
by lollerskates
Thu Mar 10, 2011 7:15 pm
Forum: Web Interface
Topic: Feature Request: Show hard drive and CPU usage in status bar
Replies: 4
Views: 5000

Feature Request: Show hard drive and CPU usage in status bar

It would be *WONDERFUL* if the status bar of the web interface had: HDD space remaining (either GB/MB or percentage) System Load Both of these things are very easy to implement, and I hope the community would find them useful. The 2 things I constantly login to SSH to check are disk space and CPU lo...
by lollerskates
Thu Mar 10, 2011 7:12 pm
Forum: Web Interface
Topic: CentOS 5.x transmission daemon builds
Replies: 1
Views: 2722

Re: CentOS 5.x transmission daemon builds

Oh you are wonderful :)
by lollerskates
Thu Nov 25, 2010 6:56 am
Forum: Support
Topic: Installation on CentOS 5
Replies: 9
Views: 15672

Re: Installation on CentOS 5

I posted a guide to install Transmission on Centos 5 with yum:

viewtopic.php?f=2&t=10902
by lollerskates
Tue Nov 23, 2010 6:53 am
Forum: Support
Topic: [guide] How to install Transmission 2.1 with yum on CentOS 5
Replies: 2
Views: 26445

[guide] How to install Transmission 2.1 with yum on CentOS 5

The title is a bit deceiving, but this is an extremely simple way to install Transmission where most of the packages needed for compiling are done through yum. The "how to build" documentation here is very outdated / annoyingly unfinished. I don't know who maintains that page, but it would...
by lollerskates
Sat Nov 13, 2010 12:37 am
Forum: General
Topic: Fedora Package Download
Replies: 6
Views: 5068

Re: Fedora Package Download

This worked beautifully on Fedora 32 bit -- thank you! One change for new installs: yum update transmission* --enablerepo=rawhide should be yum install transmission* --enablerepo=rawhide And then if you want to get transmission running on system boot, copy your settings.json file to /var/lib/transmi...
by lollerskates
Wed Jul 07, 2010 1:01 am
Forum: Support
Topic: Help - Transmission on Centos.
Replies: 3
Views: 4115

Re: Help - Transmission on Centos.

I just checked; it's

Code: Select all

yum install libevent-devel
That will update you to 1.4

The wiki should be updated to include this in the list of yum commands preparing for transmission
by lollerskates
Tue Mar 02, 2010 9:08 pm
Forum: Web Interface
Topic: Group not automatically assigned when added via web?
Replies: 4
Views: 4582

Re: Group not automatically assigned when added via web?

I don't think the web interface supports groups. I have not tried.
I do notice that any files downloaded through the web interface are created with the same owner as the download folder (same as apache for instance).
by lollerskates
Tue Feb 23, 2010 7:07 pm
Forum: Web Interface
Topic: Can anyone help me with the speed of the web interface?
Replies: 4
Views: 7223

Re: Can anyone help me with the speed of the web interface?

If I'm right (devs know best) the web interface only downloads the entire HTML source, pictures, and all that stuff once. Then the actual use of the app is done with javascript and JSON ajax requests (which are very small and lightweight requests) so it probably doesn't seem "sluggish" onc...
by lollerskates
Tue Feb 23, 2010 6:25 pm
Forum: Web Interface
Topic: Clutch Merges with Transmission!
Replies: 16
Views: 152800

Re: Clutch Merges with Transmission!

What do you mean by "Each user would be allowed to do whatever he/she liked."? He means there are no access restrictions built into the software, so there is no point to multiple logins. Just come up with a un:pw that you two can share, and share. Those of you with the desire to switch to...
by lollerskates
Tue Feb 23, 2010 6:21 pm
Forum: Web Interface
Topic: Link for downloaded files
Replies: 1
Views: 2110

Re: Link for downloaded files

The space character is translated to %20 automatically by the browser. You can't technically have a space in a URL. It is always translated as %20 even if you "see" a space :wink: So your problem is somewhere else; probably that you should be linking to a web-accessible link and not just /...