NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
stian89
Dec 07, 2010Aspirant
Can't make Automatic and Transmission work
Hi! I have Automatic v0.6.4-readynas-0.9.7 and Transmission v2.11 installed on my ReadyNAS duo. I've tried to setup Automatic to download torrents automatically, but I can't figure it out. Her...
JosephAE
Dec 05, 2011Aspirant
I've been able to get Automatic and Transmission to work together and down load files. But I have not been able to filter them to a folder. I've tried a number of things from many different posts but I still can't get Automatic to load my files to the correct folder. Transmission will down load my files to "/c/media/BitTorrent" but not the folder specified by Automatic. Any suggestions?
I tried turning Automatic off in FrontView and launched it through SSH with:
Here is my automatic.conf file with comments removed.
This still didn't work and I don't know enough about the log file to pick out the errors. Does the "Type 1" or "Type 2" mean anything special here? Below is the auto.log file that was generated.
All the files ends up in the "/c/media/BitTorrent" folder.
I hope someone can help me out.
I tried turning Automatic off in FrontView and launched it through SSH with:
automatic -v 3 -l /c/addons-config/auto.log -c /etc/automatic.conf
Here is my automatic.conf file with comments removed.
transmission-version = "1.3"
feed = { url => "http://www.ezrss.it/search/index.php?show_name=The+Big+Bang+Theory&date=2011-03-10&season=4&episode=18&mode=rss"
}
interval = 1000
use-transmission = no
start-torrents = yes
torrent-folder = "/c/media/BitTorrent/sources/"
statefile = "/c/addons-config/Transmission/transmission-daemon/torrents/automatic.state"
filter = { pattern => "The.Big.Bang.Theory.*"
folder => "/c/media/TV_Shows/"
}
This still didn't work and I don't know enough about the log file to pick out the errors. Does the "Type 1" or "Type 2" mean anything special here? Below is the auto.log file that was generated.
../src/config_parser.c, 429: Configuration file size: 454
../src/config_parser.c, 599: [parse_config_file] option: transmission-version
../src/config_parser.c, 600: [parse_config_file] param: 1.3 (3 byte)
../src/config_parser.c, 601: [parse_config_file] -----------------
../src/config_parser.c, 318: transmission-version=1.3 (type: 0)
../src/config_parser.c, 559: reading multiline param
../src/config_parser.c, 573: multiline param: param_good=0
../src/config_parser.c, 599: [parse_config_file] option: feed
../src/config_parser.c, 600: [parse_config_file] param: url => "http://www.ezrss.it/search/index.php?show_name=The+Big+Bang+Theory&date=2011-03-10&season=4&episode=18&mode=rss"
(129 byte)
../src/config_parser.c, 601: [parse_config_file] -----------------
../src/config_parser.c, 318: feed= url => "http://www.ezrss.it/search/index.php?show_name=The+Big+Bang+Theory&date=2011-03-10&season=4&episode=18&mode=rss"
(type: 2)
../src/regex.c, 95: [getRegExMatch] Text to match against: http://www.ezrss.it/search/index.php?show_name=The+Big+Bang+Theory&date=2011-03-10&season=4&episode=18&mode=rss (111 byte)
../src/config_parser.c, 599: [parse_config_file] option: interval
../src/config_parser.c, 600: [parse_config_file] param: 1000 (4 byte)
../src/config_parser.c, 601: [parse_config_file] -----------------
../src/config_parser.c, 318: interval=1000 (type: 1)
../src/config_parser.c, 599: [parse_config_file] option: use-transmission
../src/config_parser.c, 600: [parse_config_file] param: no (2 byte)
../src/config_parser.c, 601: [parse_config_file] -----------------
../src/config_parser.c, 318: use-transmission=no (type: 1)
../src/config_parser.c, 599: [parse_config_file] option: start-torrents
../src/config_parser.c, 600: [parse_config_file] param: yes (3 byte)
../src/config_parser.c, 601: [parse_config_file] -----------------
../src/config_parser.c, 318: start-torrents=yes (type: 1)
../src/config_parser.c, 599: [parse_config_file] option: torrent-folder
../src/config_parser.c, 600: [parse_config_file] param: /c/media/BitTorrent/sources/ (28 byte)
../src/config_parser.c, 601: [parse_config_file] -----------------
../src/config_parser.c, 318: torrent-folder=/c/media/BitTorrent/sources/ (type: 0)
../src/config_parser.c, 599: [parse_config_file] option: statefile
../src/config_parser.c, 600: [parse_config_file] param: /c/addons-config/Transmission/transmission-daemon/torrents/automatic.state (74 byte)
../src/config_parser.c, 601: [parse_config_file] -----------------
../src/config_parser.c, 318: statefile=/c/addons-config/Transmission/transmission-daemon/torrents/automatic.state (type: 0)
../src/config_parser.c, 559: reading multiline param
../src/config_parser.c, 573: multiline param: param_good=0
../src/config_parser.c, 599: [parse_config_file] option: filter
../src/config_parser.c, 600: [parse_config_file] param: pattern => "The.Big.Bang.Theory.*"
folder => "/c/media/TV_Shows/"
(78 byte)
../src/config_parser.c, 601: [parse_config_file] -----------------
../src/config_parser.c, 318: filter= pattern => "The.Big.Bang.Theory.*"
folder => "/c/media/TV_Shows/"
(type: 2)
[11/12/01 21:25:35] ../src/automatic.c, 509: Daemon started
../src/automatic.c, 514: verbose level: 3
../src/automatic.c, 515: Transmission version: 1.3
../src/automatic.c, 516: RPC host: localhost
../src/automatic.c, 517: RPC port: 9091
../src/automatic.c, 518: RPC auth: none
../src/automatic.c, 519: foreground mode: no
../src/automatic.c, 520: config file: /etc/automatic.conf
../src/automatic.c, 521: Transmission home: /root/.config/transmission
../src/automatic.c, 522: check interval: 232 min
../src/automatic.c, 523: Upload limit: -1 KB/s
../src/automatic.c, 524: torrent folder: /c/media/BitTorrent/sources/
../src/automatic.c, 525: start torrents: yes
../src/automatic.c, 526: state file: /c/addons-config/Transmission/transmission-daemon/torrents/automatic.state
../src/automatic.c, 530: 1 feed URLs
../src/automatic.c, 531: Read 1 filters from config file
../src/state.c, 111: Restored 26 old entries
[11/12/01 21:25:35] ../src/automatic.c, 560: ------ Checking for new episodes ------
../src/automatic.c, 573: Checking feed 1 ...
../src/web.c, 401: [getHTTPData] url=http://www.ezrss.it/search/index.php?show_name=The+Big+Bang+Theory&date=2011-03-10&season=4&episode=18&mode=rss, curl_session=(nil)
../src/web.c, 366: [am_curl_init] Created new curl session 0x8063bc8
../src/regex.c, 95: [getRegExMatch] Text to match against: Content-Length: 1623
(22 byte)
../src/web.c, 95: Content-Length: 1623
../src/web.c, 438: [getHTTPData] response code: 200
../src/automatic.c, 428: [processFeed] curl_session=0x8063bc8
../src/xml_parser.c, 87: 1 items in XML
../src/xml_parser.c, 130: == Done extracting RSS items ==
../src/automatic.c, 440: History bucket size changed: 31
[11/12/01 21:25:36] ../src/automatic.c, 384: Found new download: The Big Bang Theory 4x18 [HDTV - ASAP] (http://torrent.zoink.it/The.Big.Bang.Theory.S04E18.HDTV.XviD-ASAP.[eztv].torrent)
../src/automatic.c, 304: [downloadTorrent] url=http://torrent.zoink.it/The.Big.Bang.Theory.S04E18.HDTV.XviD-ASAP.[eztv].torrent, curl_session=0x8063bc8
../src/web.c, 401: [getHTTPData] url=http://torrent.zoink.it/The.Big.Bang.Theory.S04E18.HDTV.XviD-ASAP.[eztv].torrent, curl_session=0x8063bc8
../src/regex.c, 95: [getRegExMatch] Text to match against: Content-Length: 7545
(22 byte)
../src/web.c, 95: Content-Length: 7545
../src/web.c, 438: [getHTTPData] response code: 200
../src/file.c, 95: Saved torrent file '/c/media/BitTorrent/sources//The.Big.Bang.Theory.S04E18.HDTV.XviD-ASAP.[eztv].torrent'
../src/state.c, 66: Saving state (27 downloaded torrents) to disk
../src/list.c, 228: [cleanupList] size before: 1
../src/list.c, 239: [cleanupList] size after: 0
../src/web.c, 570: [closeCURLSession] Closing curl session 0x8063bc8
../src/automatic.c, 578: New bucket size: 31
All the files ends up in the "/c/media/BitTorrent" folder.
I hope someone can help me out.
Related Content
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!