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.
Here is my code, hope someone knows what I've done wrong:
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.
Here is my code, hope someone knows what I've done wrong:
transmission-version = "1.3"
# transmission-external = "/usr/local/bin/custom-add-torrent"
rpc-host = "localhost"
rpc-port = 8181
rpc-auth = "MYUSER:MYPASS"
# transmission-home = "~/.config/transmission"
# The.Big.Bang.Theory
feed = { url => "http://www.ezrss.it/search/index.php?show_name=The+Big+Bang+Theory&show_name_exact=true&mode=rss"
}
# Gossip.Girl
feed = { url => "http://www.ezrss.it/search/index.php?simple&show_name=Gossip+girl&mode=rss"
}
# How.I.Met.Your.Mother
feed = { url => "http://www.ezrss.it/search/index.php?simple&show_name=how+i+met+your+mother&mode=rss"
}
# One.Tree.Hill
feed = { url => "http://www.ezrss.it/search/index.php?simple&show_name=one+tree+hill&mode=rss"
}
# The.Event
feed = { url => "http://www.ezrss.it/search/index.php?simple&show_name=the+event&mode=rss"
}
# Chuck
feed = { url => "http://www.ezrss.it/search/index.php?simple&show_name=chuck&mode=rss"
}
# Fringe
feed = { url => "http://www.ezrss.it/search/index.php?show_name=fringe&date=&quality=hdtv&quality_exact=true&release_group=&mode=rss"
}
# Two.and.a.Half.Men
feed = { url => "http://www.ezrss.it/search/index.php?simple&show_name=two+and+a+half+men&mode=rss"
}
interval = 15
upload-limit = 10
use-transmission = yes
start-torrents = yes
torrent-folder = "/c/addons-config/Transmission/transmission-daemon/torrents/"
statefile = "~/.config/automatic.state"
#prowl-apikey = ""
filter = { pattern => "The.Big.Bang.Theory.*"
folder => "/c/media/BitTorrent/"
}
filter = { pattern => "Gossip.Girl.*"
folder => "/c/media/BitTorrent/"
}
filter = { pattern => "How.I.Met.Your.Mother.*"
folder => "/c/media/BitTorrent/"
}
filter = { pattern => "One.Tree.Hill.*"
folder => "/c/media/BitTorrent/"
}
filter = { pattern => "The.Event.*"
folder => "/c/media/BitTorrent/"
}
filter = { pattern => "Chuck.*"
folder => "/c/media/BitTorrent/"
}
filter = { pattern => "Fringe.*"
folder => "/c/media/BitTorrent/"
}
filter = { pattern => "Two.and.a.Half.Men.*"
folder => "/c/media/BitTorrent/"
}
14 Replies
Replies have been turned off for this discussion
- Chandler1AspirantLooked up a few more things and figured I'd post some more information here: output from running "automatic -f -v 3" is located at the end of the post. Key information I've gleaned:
../src/config_parser.c, 601: [parse_config_file] option: transmission-version
../src/config_parser.c, 602: [parse_config_file] param: 2.31 (4 byte)
../src/config_parser.c, 603: [parse_config_file] -----------------
../src/config_parser.c, 320: transmission-version=2.31 (type: 0)
../src/config_parser.c, 340: Unknown parameter: transmission-version=2.31
It parses the transmission-version parameter but then bitches about it being an unknown parameter? Then at the end in the verbose output it states that the Transmission version is 1.3, NOT 2.31 as I input?
../src/automatic.c, 520: Transmission version: 1.3
The only other queries I have are the below outputs:
../src/automatic.c, 524: foreground mode: yes
../src/automatic.c, 526: Transmission home: /root/.config/transmission
../src/automatic.c, 528: Upload limit: -1 KB/s
../src/automatic.c, 529: torrent folder: /tmp
../src/automatic.c, 531: state file: /root/.config/automatic.state
Do they all look correct? I'm only asking as I don't know what they all do, and for the transmission directories I would have entered the below settings if they weren't prefilled:
../src/automatic.c, 524: Transmission home: /root/c/addons-config/transmission
../src/automatic.c, 529: torrent folder: /root/c/media/BitTorrent/Incomplete
TIA :)
Chandler
Full output (tidied up - removed skipping comments/newlines and all my long feed lines (which work)):ChandlerNAS:/etc# automatic -f -v 3
automatic: /usr/lib/libcurl.so.3: no version information available (required by automatic)
../src/config_parser.c, 431: Configuration file size: 5292
../src/config_parser.c, 601: [parse_config_file] option: transmission-version
../src/config_parser.c, 602: [parse_config_file] param: 2.31 (4 byte)
../src/config_parser.c, 603: [parse_config_file] -----------------
../src/config_parser.c, 320: transmission-version=2.31 (type: 0)
../src/config_parser.c, 340: Unknown parameter: transmission-version=2.31
../src/config_parser.c, 601: [parse_config_file] option: rpc-host
../src/config_parser.c, 602: [parse_config_file] param: localhost (9 byte)
../src/config_parser.c, 603: [parse_config_file] -----------------
../src/config_parser.c, 320: rpc-host=localhost (type: 0)
../src/config_parser.c, 601: [parse_config_file] option: rpc-port
../src/config_parser.c, 602: [parse_config_file] param: 9091 (4 byte)
../src/config_parser.c, 603: [parse_config_file] -----------------
../src/config_parser.c, 320: rpc-port=9091 (type: 1)
../src/config_parser.c, 601: [parse_config_file] option: rpc-auth
../src/config_parser.c, 602: [parse_config_file] param: admin:password1 (15 byte)
../src/config_parser.c, 603: [parse_config_file] -----------------
../src/config_parser.c, 320: rpc-auth=admin:password1 (type: 0)
../src/config_parser.c, 601: [parse_config_file] option: interval
../src/config_parser.c, 602: [parse_config_file] param: 30 (2 byte)
../src/config_parser.c, 603: [parse_config_file] -----------------
../src/config_parser.c, 320: interval=30 (type: 1)
../src/config_parser.c, 601: [parse_config_file] option: use-transmission
../src/config_parser.c, 602: [parse_config_file] param: yes (3 byte)
../src/config_parser.c, 603: [parse_config_file] -----------------
../src/config_parser.c, 320: use-transmission=yes (type: 1)
../src/config_parser.c, 601: [parse_config_file] option: start-torrents
../src/config_parser.c, 602: [parse_config_file] param: yes (3 byte)
../src/config_parser.c, 603: [parse_config_file] -----------------
../src/config_parser.c, 320: start-torrents=yes (type: 1)
../src/config_parser.c, 601: [parse_config_file] option: torrent-folder
../src/config_parser.c, 602: [parse_config_file] param: /tmp (4 byte)
../src/config_parser.c, 603: [parse_config_file] -----------------
../src/config_parser.c, 320: torrent-folder=/tmp (type: 0)
../src/config_parser.c, 601: [parse_config_file] option: statefile
../src/config_parser.c, 602: [parse_config_file] param: ~/.config/automatic.state (25 byte)
../src/config_parser.c, 603: [parse_config_file] -----------------
../src/config_parser.c, 320: statefile=~/.config/automatic.state (type: 0)
../src/automatic.c, 519: verbose level: 3
../src/automatic.c, 520: Transmission version: 1.3
../src/automatic.c, 521: RPC host: localhost
../src/automatic.c, 522: RPC port: 9091
../src/automatic.c, 523: RPC auth: admin:password1
../src/automatic.c, 524: foreground mode: yes
../src/automatic.c, 525: config file: /etc/automatic.conf
../src/automatic.c, 526: Transmission home: /root/.config/transmission
../src/automatic.c, 527: check interval: 30 min
../src/automatic.c, 528: Upload limit: -1 KB/s
../src/automatic.c, 529: torrent folder: /tmp
../src/automatic.c, 530: start torrents: yes
../src/automatic.c, 531: state file: /root/.config/automatic.state
../src/automatic.c, 535: 8 feed URLs
../src/automatic.c, 536: Read 0 filters from config file
../src/automatic.c, 545: No filters specified in automatic.conf!
[11/12/28 11:25:20] ../src/automatic.c, 133: Shutting down daemon
../src/list.c, 228: [cleanupList] size before: 8
../src/list.c, 239: [cleanupList] size after: 0
../src/list.c, 228: [cleanupList] size before: 0
../src/list.c, 239: [cleanupList] size after: 0
../src/list.c, 228: [cleanupList] size before: 0
../src/list.c, 239: [cleanupList] size after: 0
ChandlerNAS:/etc# - Chandler1AspirantAnyone had a chance to look into this one?
- BjornemannAspirantHi!
Been having the same problems as you Chandler. Stumled upon this thread: http://www.readynas.com/forum/viewtopic.php?f=60&t=58948&p=348275#p348275 which includes a code snippet on how /etc/automatic.conf could look like. I used it and Automatic started working as I wanted!
Hope you'll figure it out!
Bjorn - Chandler1AspirantThanks for the heads up Bjornemann - I'll have a geezer and report back my outcome :)
Related Content
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!