Search found 13 matches

by Merwenus
Sun Oct 24, 2021 3:50 pm
Forum: Requests
Topic: Multi core
Replies: 4
Views: 42878

Re: Multi core

Few years passed and the problem is still there :(
I have gigabit internet and the maximum I could reach with my multicore J4105 is about 15MB/s when 1 core is at 100% (downloading to SSD).
Same machine and qBittorrent can reach 80-90MB/s.
by Merwenus
Fri Mar 14, 2014 11:40 am
Forum: Support
Topic: Permission 0660 -> 2777 - how?
Replies: 1
Views: 2511

Re: Permission 0660 -> 2777 - how?

If your OS is debian-based, then I think all directories in the path need to be 777. http://www.catonmat.net/blog/chmod-symbolic-modes-are-more-powerful/ http://superuser.com/questions/397288/using-cygwin-in-windows-8-chmod-600-does-not-work-as-expected It was not the solution, but made a script to...
by Merwenus
Tue Mar 11, 2014 12:12 pm
Forum: Support
Topic: Moving a file after a specific ratio? Tracker based seeding?
Replies: 6
Views: 10008

Re: Moving a file after a specific ratio? Tracker based seed

a Debian based My Book Live You need terminal access, ssh is the most common. where I'd start Extending Transmission using Scripts My goal ... There are tools for that, none as far as I know that fit exactly, some are used with Sickbeard, Couchpotato, and other similar tools. I'm no expert on this ...
by Merwenus
Tue Mar 11, 2014 9:44 am
Forum: Support
Topic: Permission 0660 -> 2777 - how?
Replies: 1
Views: 2511

Permission 0660 -> 2777 - how?

I'm not an expert, and Transmission by default downloads everything with permission 0660 ony my NAS, and with this I don't have execute command in windows by default. In settings I have umask 0 (read write execute). Tried to chmod 2777 settings.json after stopping daemon, but when I start again it b...
by Merwenus
Fri Mar 07, 2014 3:38 pm
Forum: Support
Topic: SOLVED - Finish and Seeding while extension is still .part
Replies: 2
Views: 2297

Re: Download finish and Seeding while extension is still .pa

I found the problem, it was a bug in the script I use with crontab, checked for ratio 1.0+ and deleted it before the download was complete, fixed it :)
by Merwenus
Fri Mar 07, 2014 5:51 am
Forum: Support
Topic: SOLVED - Finish and Seeding while extension is still .part
Replies: 2
Views: 2297

SOLVED - Finish and Seeding while extension is still .part

Transmission gets downloads from Flexget, and in the last few weeks it happened 4 times that Transmission downloaded a series but after 15-20% download state became finished. That means it starts seeding while the extension is still .part (and no more downloading) What is the problem, and how can I ...
by Merwenus
Wed Feb 19, 2014 3:01 pm
Forum: General
Topic: Unrar and cleanup script - UPDATE 2013.05.24
Replies: 142
Views: 269889

Re: Unrar and cleanup script - UPDATE 2013.05.24

vmi wrote:dtrx is a great tool for handling extraction from various archives.
Torrentexpander sorted it out, works better than this, ty btw.
by Merwenus
Fri Feb 07, 2014 2:33 pm
Forum: Support
Topic: FlexGet attributes
Replies: 5
Views: 3889

Re: FlexGet attributes

Get this 2 lines:

Code: Select all

19646 pts/0     S+     0:00 grep transmission
32500 ?            Ss1   419:50  /usr/bin/transmission-daemon --config-dir /var/lib/transmission-daemon-info
by Merwenus
Thu Feb 06, 2014 1:50 pm
Forum: Support
Topic: FlexGet attributes
Replies: 5
Views: 3889

Re: FlexGet attributes

I had to use
chmod -R 2777 on the folder, now it looks like it is working, but I have no idea why.

So if anyone could tell me why does it need group edit, i would be glad!
by Merwenus
Sat Feb 01, 2014 10:35 am
Forum: Support
Topic: FlexGet attributes
Replies: 5
Views: 3889

FlexGet attributes

Hello, When I use transmission alone it creates files and folders with my atributes. But when I use FlexGet to push torrents directly to Transmission, every folder become "root" priviliged and I can't really do anything because these are not my files anymore. :\ I have to use chown -R ever...
by Merwenus
Sat Feb 01, 2014 9:48 am
Forum: General
Topic: Unrar and cleanup script - UPDATE 2013.05.24
Replies: 142
Views: 269889

Re: Unrar and cleanup script - UPDATE 2013.05.24

Hello,
I have 2 questions, How can I make the new (2013 may) script to extract ZIP archives, and the other when I have only flt-reme.001->flt-reme.066 files but no r01, or rar, how can I force it to extract these too?
Thank you!
by Merwenus
Wed Jan 29, 2014 8:07 pm
Forum: Support
Topic: 2 Scripts after download finished. how?
Replies: 2
Views: 2824

Re: 2 Scripts after download finished. how?

x190 wrote:
Or how can I remove torrents when seeding is complete?
The Mac Client already has that functionality.
I am using debian client, and can't find this option here.


I will try to do 1 sh that containst 2 scripts, thanks. :)
by Merwenus
Wed Jan 29, 2014 1:10 pm
Forum: Support
Topic: 2 Scripts after download finished. how?
Replies: 2
Views: 2824

2 Scripts after download finished. how?

How can I make Transmission run 2 different scripts after download is finished.

Or how can I remove torrents when seeding is complete?