Serviio 1.5.2 Linux looks for ffmpeg.exe

Hi there
The Serviio 1.5.2 on Linux now looks to execute 'lib\ffmpeg.exe' - which prevents it from indexing the newly added movies
Please see below the log file :
Creating a link to ffmpeg with name 'lib\\ffmpeg.exe' solves the problem
but it was just to ensure it executes the right binary
The Serviio 1.5.2 on Linux now looks to execute 'lib\ffmpeg.exe' - which prevents it from indexing the newly added movies
Please see below the log file :
2015-04-26 20:26:06,777 WARN [ProcessExecutor] Cannot retrieve results, output reader is null
2015-04-26 20:26:06,778 WARN [MetadataExtractionCoordinator] Skipping processing metadata for an unsupported file (/home/NAS/Shared Series/Once Upon a Time/Once.Upon.a.Time-S03/Once.Upon.a.Time.S03E04.720p.HDTV.X264-DIMENSION.mkv). Message: Unknown video file type.
2015-04-26 20:26:06,781 ERROR [ProcessExecutor] Fatal error in process starting: Cannot run program "lib\ffmpeg.exe": error=2, No such file or directory
java.io.IOException: Cannot run program "lib\ffmpeg.exe": error=2, No such file or directory
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
at org.serviio.external.ProcessExecutor.run(ProcessExecutor.java:135)
Caused by: java.io.IOException: error=2, No such file or directory
at java.lang.UNIXProcess.forkAndExec(Native Method)
at java.lang.UNIXProcess.<init>(UNIXProcess.java:248)
at java.lang.ProcessImpl.start(ProcessImpl.java:134)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
... 1 more
2015-04-26 20:26:06,782 WARN [ProcessExecutor] Cannot retrieve results, output reader is null
2015-04-26 20:26:06,782 WARN [MetadataExtractionCoordinator] Skipping processing metadata for an unsupported file (/home/NAS/Shared Series/Once Upon a Time/Once.Upon.a.Time-S03/Once.Upon.a.Time.S03E02.720p.HDTV.X264-DIMENSION.mkv). Message: Unknown video file type.
Creating a link to ffmpeg with name 'lib\\ffmpeg.exe' solves the problem
