amc doesn't seem to rename correctly..
Posted: 20 Aug 2014, 20:20
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:
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
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}"
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