Filebot/AMC and german Umlaute
Posted: 18 Jul 2013, 08:53
Hello there,
I am new to the whole FileBot universe, but impressed of all the work you have put into the tool. Unfortunately the work I put into it isn´t that successful.
I am runnig FileBot via SSH on my Synology DS213j. I am trying to achieve, that Filebot sorts my episodes and movies in the right folders. Im trying this by using the amc Script
I have several problems with this:
1. Each filename that contains äöü or other disturbing elements leads to errors like the following:
Is there a way to avoid these problems? I could not find a way to write a script tat renames the files automatically (Ö=>oe, delete special characters,...) or to handle the real filenames.
I am new to the whole FileBot universe, but impressed of all the work you have put into the tool. Unfortunately the work I put into it isn´t that successful.
I am runnig FileBot via SSH on my Synology DS213j. I am trying to achieve, that Filebot sorts my episodes and movies in the right folders. Im trying this by using the amc Script
Code: Select all
filebot -script fn:amc /volume1/video/sortme/ --output /volume1/video/ --action move -r --lang en --conflict skip --encoding utf8 -non-strict --def clean=y
1. Each filename that contains äöü or other disturbing elements leads to errors like the following:
Here the original filename was 30.Rock.S05E13.Que.Sorpresa.avi so the problem is the renaming process of the script itself. This causes other files to be skipped and left over.InvalidPathException: Malformed input or input contains unmappable chacraters: /volume1/video/TV Shows/30 Rock/Season 05/30 Rock - S05E13 - ?Qu? Sorpresa.avi
Here the original filename was "30 Rock - 404 - Problemlöser.avi". If I rename the file to "30 Rock - 404 - Problemloeser.avi" the script is working.Parameter: clean = y
Argument: /volume1/video/series/30 Rock/Season 4
Done ?(?????)?
Is there a way to avoid these problems? I could not find a way to write a script tat renames the files automatically (Ö=>oe, delete special characters,...) or to handle the real filenames.