Search found 7 matches

by omanko
12 Jan 2020, 19:17
Forum: Ubuntu & Desktop Linux
Topic: amc rclone mount xattr error no artwork
Replies: 1
Views: 3962

amc rclone mount xattr error no artwork

I have a gdrive mounted via rclone but I'm unable to fetch any artwork. Rest of the script works fine. I'm getting the Failed to set xattr: error writing extended attribute and I'm wondering if it's preventing artwork from being downloaded? /usr/bin/filebot -script fn:amc --output /home/htpc/plex/mo...
by omanko
23 Aug 2017, 21:27
Forum: Help and Support
Topic: amc script not triggered via rtorrent
Replies: 4
Views: 3470

Re: amc script not triggered via rtorrent

fixed, not sure what happened though... used a clean copy of rtorrent.rc, echo correct commands, set user name to auto start plugins:

Code: Select all

execute = {sh,-c,/usr/bin/php /var/www/rutorrent/php/initplugins.php omanko &}
by omanko
23 Aug 2017, 15:50
Forum: Help and Support
Topic: amc script not triggered via rtorrent
Replies: 4
Views: 3470

Re: amc script not triggered via rtorrent

sorry Noah, I meant to put the full path in place of pwd and it's still not triggering. I can confirm pwd points to /home/owner/Downloads/ # This is an example resource file for rTorrent. Copy to # ~/.rtorrent.rc and enable/modify the options as needed. Remember to # uncomment the options you wish t...
by omanko
23 Aug 2017, 07:56
Forum: Help and Support
Topic: amc script not triggered via rtorrent
Replies: 4
Views: 3470

amc script not triggered via rtorrent

amc script located at: /home/owner/Downloads/rt-postprocess.sh last line in ~/.rtorrent.rc system.method.set_key=event.download.finished,filebot,"execute={'`pwd`/rt-postprocess.sh',$d.get_base_path=,$d.get_name=,$d.get_custom1=}" also tried: method.set_key=event.download.finished,filebot,&...
by omanko
05 Feb 2017, 10:02
Forum: Help and Support
Topic: hardlink to multiple locations?
Replies: 4
Views: 2946

Re: hardlink to multiple locations?

cool, works wonders! thanks!
by omanko
04 Feb 2017, 11:57
Forum: Help and Support
Topic: hardlink to multiple locations?
Replies: 4
Views: 2946

Re: hardlink to multiple locations?

something like this?

Code: Select all

filebot -script fn:amc --output /home/owner/gdrive --db xattr --action hardlink -non-strict /home/owner/Downloads 
filebot -script fn:xattr --output /home/owner/newfolder --action hardlink -non-strict /home/owner/Downloads
by omanko
04 Feb 2017, 09:00
Forum: Help and Support
Topic: hardlink to multiple locations?
Replies: 4
Views: 2946

hardlink to multiple locations?

i'm currently using the amc script to sort and process my Downloads folder and hardlink to my cloud storage folder: filebot -script fn:amc --output /home/owner/gdrive --action hardlink -non-strict /home/owner/Downloads is it possible to specific additional hardlink output location on the same line? ...