Search found 16 matches

by phifer
Sat Jan 24, 2015 8:38 pm
Forum: Mac Support
Topic: How do I get the script to work in Transmission (Filebot)
Replies: 25
Views: 33633

Re: How do I get the script to work in Transmission (Filebot

Hi,

I tried to set up filebot with transmission on Mac OS X 10.10 and can't make it work.

I created a script as suggested on the filebot forums http://www.filebot.net/forums/viewtopic.php?f=4&t=520 :
#!/bin/bash

filebot -script fn:amc --output "/Volumes/Media" --log-file amc.log --action copy ...
by phifer
Sat Jan 24, 2015 8:37 pm
Forum: General
Topic: Torrent Completion Scripts won't run on QNAP Transmission
Replies: 14
Views: 18384

Re: Torrent Completion Scripts won't run on QNAP Transmissio

The Transmission Project does not supply any scripts, nor is it responsible for what QNAP bundles with their product.

https://forum.transmissionbt.com/viewtopic.php?f=4&t=15700&hilit=filebot&start=30#p67725

Edit paths as required to suit your configuration.

Thanks. If I ever get it running I ...
by phifer
Sat Jan 24, 2015 7:28 pm
Forum: General
Topic: Torrent Completion Scripts won't run on QNAP Transmission
Replies: 14
Views: 18384

Re: Torrent Completion Scripts won't run on QNAP Transmissio

I am on this site, QNAP, and the Filebot site but I really think it is a Transmission problem. The run_scripts.sh is the stock script that is installed and runs the unrar/unzip commands once a download is completed, but not even that works out of the box. I have changed it to my script which is ...
by phifer
Sat Jan 24, 2015 6:33 pm
Forum: General
Topic: Torrent Completion Scripts won't run on QNAP Transmission
Replies: 14
Views: 18384

Re: Torrent Completion Scripts won't run on QNAP Transmissio

after another re-install and setup I have gotten this far.

[2015-01-24 21:28:02.418 AST] The 4000 English Words Essential for an Educated Vocabulary moving "/share/CACHEDEV1_DATA/Download/transmission/incomplete/The 4000 English Words Essential for an Educated Vocabulary/VISIT ME ON FACEBOOK.txt ...
by phifer
Sat Jan 24, 2015 4:51 pm
Forum: General
Topic: Torrent Completion Scripts won't run on QNAP Transmission
Replies: 14
Views: 18384

Re: Torrent Completion Scripts won't run on QNAP Transmissio

I managed to break the web interface and the torrents were no longer downloading. I just did an uninstall and going to re-install.

After re-install the web interface was working again.

killall transmission-daemon
transmission-daemon -g /share/CACHEDEV1_DATA/.qpkg/Transmission/conf/ --logfile ...
by phifer
Sat Jan 24, 2015 4:18 pm
Forum: General
Topic: Torrent Completion Scripts won't run on QNAP Transmission
Replies: 14
Views: 18384

Re: Torrent Completion Scripts won't run on QNAP Transmissio

Log is 300+ lines, but still nothing about the script starting.
by phifer
Sat Jan 24, 2015 11:26 am
Forum: General
Topic: Torrent Completion Scripts won't run on QNAP Transmission
Replies: 14
Views: 18384

Re: Torrent Completion Scripts won't run on QNAP Transmissio

I add torents using the Remote GUI

I use the windows remote and also the web interface. Both have the same results.
The log has more info in it now, but I have added and completed many torrents and nothing in the log about them.

[2015-01-23 19:10:00.529 AST] Transmission 2.84 (14307) started ...
by phifer
Fri Jan 23, 2015 5:15 pm
Forum: General
Topic: Torrent Completion Scripts won't run on QNAP Transmission
Replies: 14
Views: 18384

Re: Torrent Completion Scripts won't run on QNAP Transmissio

So I have been to the page that you linked, but what questions are you referring to? That is where I found what the -f and used --log-debug from.
by phifer
Fri Jan 23, 2015 5:11 pm
Forum: General
Topic: Torrent Completion Scripts won't run on QNAP Transmission
Replies: 14
Views: 18384

Re: Torrent Completion Scripts won't run on QNAP Transmissio

Code: Select all

transmission-daemon -f --log-debug
This has some info showing on the screen, but nothing about running any script.

Mostly about port forwarding.
by phifer
Fri Jan 23, 2015 4:59 pm
Forum: General
Topic: Torrent Completion Scripts won't run on QNAP Transmission
Replies: 14
Views: 18384

Re: Torrent Completion Scripts won't run on QNAP Transmissio

Code: Select all

transmission-daemon -f --logfile /share/homes/admin/bin.translog.txt
ran this command. It is displayed and then nothing.
by phifer
Fri Jan 23, 2015 4:38 pm
Forum: General
Topic: Torrent Completion Scripts won't run on QNAP Transmission
Replies: 14
Views: 18384

Re: Torrent Completion Scripts won't run on QNAP Transmissio

I am unaware where the settings.json is located. I access it from the web interface for my QNAP NAS. /root/.config/ is not a valid directory.

I have not run any other commands. I have downloaded the same 3mb file several times for testing. I also have a rar file in the folder since the script ...
by phifer
Fri Jan 23, 2015 4:11 pm
Forum: General
Topic: Torrent Completion Scripts won't run on QNAP Transmission
Replies: 14
Views: 18384

Re: Torrent Completion Scripts won't run on QNAP Transmissio

I have had several downloads finish since starting the log and it has not updated not mentioned anything else other than listed below.

[2015-01-23 18:29:48.602 AST] Transmission 2.84 (14307) started (session.c:736)
[2015-01-23 18:29:48.602 AST] RPC Server Adding address to whitelist: 127.0.0.1 ...
by phifer
Fri Jan 23, 2015 3:34 pm
Forum: General
Topic: Torrent Completion Scripts won't run on QNAP Transmission
Replies: 14
Views: 18384

Re: Torrent Completion Scripts won't run on QNAP Transmissio

Thank you. I see the log now. Does it continue to update the text file or do I have to run the --logfile command to dump the log into the text document?
by phifer
Fri Jan 23, 2015 1:37 pm
Forum: General
Topic: Torrent Completion Scripts won't run on QNAP Transmission
Replies: 14
Views: 18384

Re: Torrent Completion Scripts won't run on QNAP Transmissio

ok, I am a linux newb, but not new to computers in general. I have never messed with setting up a daemon log but I did these things. Please let me kow if I am on the right path.

$ killall -HUP transmission-da
transmission-daemon -e --logfile /share/homes/admin/bin.translog.txt

and I changed the ...
by phifer
Fri Jan 23, 2015 3:45 am
Forum: General
Topic: Torrent Completion Scripts won't run on QNAP Transmission
Replies: 14
Views: 18384

Re: Torrent Completion Scripts won't run on QNAP Transmissio

I have checked the permissions.
...for all directories in the path?

Make sure scripts are enabled.
https://trac.transmissionbt.com/wiki/EditConfigFiles
script-torrent-done-enabled: Boolean (default = false) Run a script at torrent completion.

Ensure your script is executable. If it still doesn ...