Search found 12 matches

by windyboi
Mon Mar 07, 2016 7:51 pm
Forum: Support
Topic: Location of torrent files and their settings
Replies: 0
Views: 2879

Location of torrent files and their settings

I am using Transmission in a FreeNAS jail and am having some problems which means I need to nuke the jail and restart over. However, I have over a thousand torrent files, most of which have had their settings changed in the webGUI to only download certain files from the torrent. (This process took ...
by windyboi
Thu Mar 03, 2016 8:43 pm
Forum: Support
Topic: Torrent complete script help
Replies: 4
Views: 5370

Re: Torrent complete script help

OMG the problem was the shebang at the top.. for whatever reason I was using /usr/local in my test and i changed t to just /bin/sh and now it works.

Sorry for hassle.. thanks for your assistance :)
by windyboi
Thu Mar 03, 2016 7:25 pm
Forum: Support
Topic: Torrent complete script help
Replies: 4
Views: 5370

Re: Torrent complete script help

I can't find any settings.json using the guidance you provided. I am using FreeNAS built in transmission plugin, which has its own GUI options and thats is where I put the path to the script.

And yes, the test.txt isn't even created.

Thanks
by windyboi
Thu Mar 03, 2016 8:27 am
Forum: Support
Topic: Torrent complete script help
Replies: 4
Views: 5370

Re: Torrent complete script help

Right I think I have bigger problems than formatting of the script..


In the FreeNAS GUI for transmission settings, under "Script torrent done" I've got /scripts/test.sh

test.sh is executable by all and contains:

#!/usr/local/bin/sh
echo "test" >> /scripts/test.txt

But, upon completion of a ...
by windyboi
Sun Feb 21, 2016 1:56 pm
Forum: Support
Topic: Torrent complete script help
Replies: 4
Views: 5370

Re: Torrent complete script help

Doesn't seem to work :/ I've set the script for permissions 777 and tested it out but it's not happening. Argh!
by windyboi
Fri Feb 19, 2016 9:07 pm
Forum: Support
Topic: Torrent complete script help
Replies: 4
Views: 5370

Torrent complete script help

Hello

I have written my first ever bash script and would really appreciate some help if this will work before I deploy it and break anything!!

I will be running this script on my FreeNAS jail:

#! /bin/bash
# IF torrent contains music (torrent folder is in /mnt/music) then copy it to the afp ...
by windyboi
Wed Jan 20, 2016 7:04 am
Forum: Support
Topic: Manually loading 1,500 torrents into transmission on FreeNAS
Replies: 2
Views: 3598

Re: Manually loading 1,500 torrents into transmission on FreeNAS

Don't suppose there's any way of copying over the settings of which files to be downloaded and which not? A lot of my torrents are only half complete due to the files that I have selected to download on my Mac. I could go through all 1,500 and manually modify but would rather not!

That info is ...
by windyboi
Tue Jan 19, 2016 8:42 am
Forum: Support
Topic: Manually loading 1,500 torrents into transmission on FreeNAS
Replies: 2
Views: 3598

Re: Manually loading 1,500 torrents into transmission on FreeNAS

I have just copied to transmission on Freenas into the correct folder in the transmission jail (/var/db/transmission/torrents). I know this is the correct folder because I added a torrent manually via the web interface and the .torrent file appeared here.
What you think you 'know', just ain't so ...
by windyboi
Tue Jan 19, 2016 12:14 am
Forum: Support
Topic: Manually loading 1,500 torrents into transmission on FreeNAS
Replies: 2
Views: 3598

Manually loading 1,500 torrents into transmission on FreeNAS

Hi

I currently have around 1,500 torrents on my OSX transmission which I have just copied to transmission on Freenas into the correct folder in the transmission jail (/var/db/transmission/torrents). I know this is the correct folder because I added a torrent manually via the web interface and the ...
by windyboi
Thu Nov 12, 2015 10:31 am
Forum: Mac Support
Topic: Can't find any of my .torrent files?
Replies: 2
Views: 12057

Re: Can't find any of my .torrent files?

x190 wrote:Are you using the Mac Client or the daemon? Are you setting a config directory somehow?
Using the Mac client. Don't recall setting any configuration directory.
by windyboi
Wed Nov 11, 2015 6:40 pm
Forum: Mac Support
Topic: Can't find any of my .torrent files?
Replies: 2
Views: 12057

Re: Can't find any of my .torrent files?

Also, is it possible to order the torrents by a certain way? E.g. order by torrents that are inactive or paused etc.

Yes.

~/Library/Application Support/Transmission - however, I do not have this folder in my Application Support Directory
You do.

"~" = your home folder.
http://osxdaily.com ...
by windyboi
Tue Nov 10, 2015 7:28 pm
Forum: Mac Support
Topic: Can't find any of my .torrent files?
Replies: 2
Views: 12057

Can't find any of my .torrent files?

Hi,

I am using Mac and am wondering where on earth all of the .torrent files are stored for my 1,200 torrents.

I found little info online other than they should be in here ~/Library/Application Support/Transmission - however, I do not have this folder in my Application Support Directory :S

Also ...