i use flexGet to monitor the RSS feed of torrent trackers, automatically add & pre-sort the downloads into transmission-daemon ...
new torrs are automatically added to a specific sub-folders based on the RSS feed they came from (like ~/downloads/linux-isos or ~/downloads/public-domain-movies ...
Search found 9 matches
- Sun Mar 06, 2016 6:46 pm
- Forum: General
- Topic: methodology to organize seeds?
- Replies: 3
- Views: 4894
- Sun Apr 08, 2012 7:59 am
- Forum: General
- Topic: script to monitor speed UPDATED/fixed
- Replies: 0
- Views: 1659
script to monitor speed UPDATED/fixed
hi yall
at the end of the scripts wiki page ,
there is a really cool perl nugget for graphing transmission & total-network traffic with rrdtool
as noted, it doesn't work with the latest version (1.50)
the rpc returns a very straight forward (409) error about needing X-Transmission-Session-Id
so ...
at the end of the scripts wiki page ,
there is a really cool perl nugget for graphing transmission & total-network traffic with rrdtool
as noted, it doesn't work with the latest version (1.50)
the rpc returns a very straight forward (409) error about needing X-Transmission-Session-Id
so ...
- Fri Nov 05, 2010 3:20 am
- Forum: Support
- Topic: [ubuntu] apt-get upgrade daemon = fail
- Replies: 2
- Views: 2654
Re: [ubuntu] apt-get upgrade daemon = fail
thanks for the quick response, ill figure out how to do that.
- Tue Nov 02, 2010 10:22 pm
- Forum: Requests
- Topic: Feed Transmission via RSS
- Replies: 7
- Views: 91326
Re: Feed Transmission via RSS
i use a personalized derivative of mytv
it too as a headless linux (perl) script, that interfaces with the daemon's rpc
its designed to run from cron,
using a config file you provide all the RSS feed URLs & regEx rules for matching/sorting
it checks for new shows
then it checks for completed ...
it too as a headless linux (perl) script, that interfaces with the daemon's rpc
its designed to run from cron,
using a config file you provide all the RSS feed URLs & regEx rules for matching/sorting
it checks for new shows
then it checks for completed ...
- Tue Nov 02, 2010 9:29 pm
- Forum: Support
- Topic: [ubuntu] apt-get upgrade daemon = fail
- Replies: 2
- Views: 2654
[ubuntu] apt-get upgrade daemon = fail
me love transmission-daemon long time :lol:
would like it running as me on ubuntu rather then its own user
this works, expect for every upgrade
i've changed 2 lines in /etc/init.d/transmission-daemon
USER=zosky
OPTIONS="--config-dir /home/zosky/.transmission/"
every time i upgrade it does ...
would like it running as me on ubuntu rather then its own user
this works, expect for every upgrade
i've changed 2 lines in /etc/init.d/transmission-daemon
USER=zosky
OPTIONS="--config-dir /home/zosky/.transmission/"
every time i upgrade it does ...
- Thu Oct 14, 2010 1:33 pm
- Forum: Support
- Topic: daemon + script on complete = hang
- Replies: 6
- Views: 5357
Re: daemon + script on complete = hang
thats a bad bad example
you need to seed your completes (or prepare to get flamed :shock: )
anyway, if you want to fork a whole script... try this
{
<multiple lines>
} &
here's what im doing
#!/bin/bash
{
# set vars
# unrar code ...
# move data ...
# email notification
echo ...
you need to seed your completes (or prepare to get flamed :shock: )
anyway, if you want to fork a whole script... try this
{
<multiple lines>
} &
here's what im doing
#!/bin/bash
{
# set vars
# unrar code ...
# move data ...
# email notification
echo ...
- Fri Jun 25, 2010 7:43 pm
- Forum: Support
- Topic: daemon + script on complete = hang
- Replies: 6
- Views: 5357
Re: daemon + script on complete = hang
Longinus00, you are a pro! thanks
that a freakin easy work-around.
(kinda feel like a dip for not thinking of it myself)
on-complete calls man-in-the-middle
man-in-the-middle forks & dies
daemon picks up again
myTV tells daemon to move stuff
this should still be considered a bug ?
daemon ...
that a freakin easy work-around.
(kinda feel like a dip for not thinking of it myself)
on-complete calls man-in-the-middle
man-in-the-middle forks & dies
daemon picks up again
myTV tells daemon to move stuff
this should still be considered a bug ?
daemon ...
- Fri Jun 25, 2010 5:18 am
- Forum: Support
- Topic: daemon + script on complete = hang
- Replies: 6
- Views: 5357
daemon + script on complete = hang
hi yall. lovin daemon but there seems to be a problem with the new feature to run script on complete...
here is the course of events (to reproduce the issue)...
a torrent completes... daemon triggers the complete-script ... it waits
the script tells daemon to move data to different locations ...
here is the course of events (to reproduce the issue)...
a torrent completes... daemon triggers the complete-script ... it waits
the script tells daemon to move data to different locations ...
- Thu Apr 08, 2010 9:20 pm
- Forum: General
- Topic: Is there a way to queue downloads in Transmission in linux?
- Replies: 14
- Views: 27214
Re: Is there a way to queue downloads in Transmission in lin
this should really be within the daemon, but thank you for sharing the script.
for what its worth it was throwing me this error
for which the all mighty google told me the solution was
for what its worth it was throwing me this error
Code: Select all
awk: line 2: function strtonum never defined
Code: Select all
sudo apt-get install gawk