amc doesn't seem to rename correctly..

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
Gnasher
Posts: 2
Joined: 20 Aug 2014, 20:08

amc doesn't seem to rename correctly..

Post by Gnasher »

Hi

I've only just started with Ubuntu and filebot, but both seem excellent so far.

Could somebody take a look at this and let me know if I'm doing something:

Code: Select all

#!/bin/bash
filebot -script fn:amc --log-file amc.log --action move --conflict override -non-strict "$HOME/Media/jDownloader/Downloads" --def subtitles=n excludeList=amc-input.txt unsorted=y clean=y skipExtract=y "seriesFormat=$HOME/Media/Media/Shows/{n}/{'Season '+s}/{fn}" "movieFormat=$HOME/Media/Media/Movies/{fn}"
These are the problems I'm getting:
1) The files are moved to the correct directory, but nothing is renamed
2) I don't want any subtitle files, but in the output directory I have has .srt, .idx and .sub files

Not sure what I'm doing wrong here...
Thanks
Gnasher
Posts: 2
Joined: 20 Aug 2014, 20:08

Re: amc doesn't seem to rename correctly..

Post by Gnasher »

Ok, so it was just me not understanding the naming format:

Code: Select all

#!/bin/bash
filebot -script "$HOME/Filebot/amc.groovy" --log-file amc.log --action move --conflict override -non-strict "$HOME/Media/jDownloader/Downloads" --def excludeList=amc-input.txt unsorted=y clean=y skipExtract=y "seriesFormat=$HOME/Media/Media/Shows/{n}/{'Season '+s}/{n} - {s00e00} - {t}" "movieFormat=$HOME/Media/Media/Movies/{n} ({y}){\" CD$pi\"}"
Solution to excluding subtitles was found here here.

Thanks
Post Reply