Search found 7 matches

by soddengecko
06 Dec 2013, 18:53
Forum: Help and Support
Topic: amc.groovy downloading subtitles when it should not be
Replies: 6
Views: 4688

Re: amc.groovy downloading subtitles when it should not be

I will give it a go, thank you for your help
by soddengecko
06 Dec 2013, 18:19
Forum: Help and Support
Topic: amc.groovy downloading subtitles when it should not be
Replies: 6
Views: 4688

Re: amc.groovy downloading subtitles when it should not be

It downloads subtitles without it set. It did not do it for the first few films and tv episodes, then it stared doing it for all, then stopped again, and today it grabbed the subs for 2 out of 6 files. Very weird behaviour
by soddengecko
06 Dec 2013, 18:00
Forum: Help and Support
Topic: amc.groovy downloading subtitles when it should not be
Replies: 6
Views: 4688

Re: amc.groovy downloading subtitles when it should not be

The quotes around "--def subtitles=n" were added by me when I typed up the post. I do not actually use them in my code. Here is what I have in my bash script sudo filebot -script fn:amc --output "/path/to/media" --log-file amc.log --log info --action copy --conflict override -non-strict --def ...
by soddengecko
06 Dec 2013, 11:18
Forum: Help and Support
Topic: amc.groovy downloading subtitles when it should not be
Replies: 6
Views: 4688

amc.groovy downloading subtitles when it should not be

I am having some issues with amc.groovy downloading subtitles when I would rather not download them. If I leave the subtitles option out it still downloads them, if I set "--def subtitles=n" it still downloads them. Is there anyway to fix this? I have another system that does subtitles manually for ...
by soddengecko
06 Dec 2013, 09:37
Forum: Scripting and Automation
Topic: [script] Transmission RSS torrent downloader (linux)
Replies: 0
Views: 2826

[script] Transmission RSS torrent downloader (linux)

Hi all I am not sure this is best place to put this but I thought I would help out anyone using transmission on a headless server. I am full set up with filebot using the amc.groovy script to manage/move/rename my downloads, but the major problem I had was that Transmission has no RSS features. I ...
by soddengecko
02 Dec 2013, 18:55
Forum: Help and Support
Topic: Saving renamed filename as a bash variable
Replies: 2
Views: 2730

Re: Saving renamed filename as a bash variable

Hi, Thanks for the info. I will look into both those options.
by soddengecko
30 Nov 2013, 09:34
Forum: Help and Support
Topic: Saving renamed filename as a bash variable
Replies: 2
Views: 2730

Saving renamed filename as a bash variable

Hi All I need some help. I am trying to create some bash variables that will store the renamed filename (after filebot has run), the show name and the path it was moved/copied to. Transmission will give me the filename (TR_TORRENT_NAME) before it has been renamed by filebot which is a bit useless ...