Creating folders issue
Posted: 29 Jan 2017, 23:30
Hey everyone.
I have been trying to get filebot to create folders in a different location than the files are in.
The plan is to have filebot scan the files in and then create the correct folders in another location: with the naming scheme
So the command I have wrote out is:
I am doing this through SSH to my Ubuntu seedbox and getting this error:
I tried making a log file by sending this command
I receive this error:
Filebot runs and names files perfectly well when there is not a specific folder output - I had an issue of it creating the <show name>/<season>/<file.mkv> inside the original folder so thought i'd try this different approach.
Appreciate any help.
I have been trying to get filebot to create folders in a different location than the files are in.
The plan is to have filebot scan the files in
Code: Select all
/torrents/ACD/completed/
Code: Select all
/torrents/ACD/Couchpotato_Complete/<show name>/<season>/<episode.mkv>
Code: Select all
{n} [{sdhd}]/Season {s} [{sdhd}]/{n.replaceTrailingBrackets()} {s00e00} {t.replace(':', '-').replaceAll(/^Day [0-9]/)} [{vf}]
So the command I have wrote out is:
Code: Select all
filebot -script fn:renall "torrents/ACD/completed" -non-strict --format "/torrents/ACD/Couchpotato_Complete/{n} [{sdhd}]/Season {s} [{sdhd}]/{n.replaceTrailingBrackets()} {s00e00} {t.replace(':', '-').replaceAll(/^Day [0-9]/)} [{vf}]"
I am doing this through SSH to my Ubuntu seedbox and getting this error:
So it seems it is having issues creating folders? Has anyone else had this issue?[MOVE] Rename [/home/wut/torrents/ACD/completed/The.Strain.S03.1080p.WEB-DL.DD5.1.H.264-NTb/The Strain - 3x01 - New York Strong.mkv] to [/torrents/ACD/Couchpotato_Complete/The Strain [HD]/Season 3 [HD]/The Strain S03E01 New York Strong [1080p].mkv]
[MOVE] Failed to rename [/home/wut/torrents/ACD/completed/The.Strain.S03.1080p.WEB-DL.DD5.1.H.264-NTb/The Strain - 3x01 - New York Strong.mkv]
/torrents/ACD/Couchpotato_Complete/The Strain [HD]: Not a directory
I tried making a log file by sending this command
Code: Select all
filebot --log-file /torrents/scripts/logs/log.txt
I have 64bit java installed on my 64bit machine and sudo access etc.Error during startup: java.io.IOException: Not a directory
java.io.IOException: Not a directory
at net.filebot.Main.initializeLogging(Main.java:407)
at net.filebot.Main.main(Main.java:109)
Filebot runs and names files perfectly well when there is not a specific folder output - I had an issue of it creating the <show name>/<season>/<file.mkv> inside the original folder so thought i'd try this different approach.
Appreciate any help.
