Video Files containing "!" fail to add to Serviio in 1.4 and 1.5

Issue #816 resolved
Former user created an issue

Video Files containing "!" fail to add to Serviio. Music Files with "!" add OK. When adding these files containing "!" "M:\ZCOLLECTIONS\MUSIC VIDEOS\Shania Twain - Man! I Feel Like A Woman.flv" "M:\ZCOLLECTIONS\MILITARY VIDEOS\Trooping the Colour\Ottawa, Trooping the Colour (uncut version !!!) - Canada HD Travel Channel - YouTube2.mp4"

Serviio issues the ffmpeg command without the "!" "C:\Program Files\Serviio\lib\ffmpeg.exe" -i "M:\ZCOLLECTIONS\MUSIC VIDEOS\Shania Twain - Man I Feel Like A Woman.flv" "C:\Program Files\Serviio\lib\ffmpeg.exe" -i "M:\ZCOLLECTIONS\MILITARY VIDEOS\Trooping the Colour\Ottawa, Trooping the Colour (uncut version ) - Canada HD Travel Channel - YouTube2.mp4"

And generated these errors when 1.5 updated the data base.

2014-10-08 23:31:50,761 WARN [MetadataExtractionCoordinator] Skipping processing metadata for an unsupported file (M:\ZCOLLECTIONS\MILITARY VIDEOS\Trooping the Colour\Ottawa, Trooping the Colour (uncut version !!!) - Canada HD Travel Channel - YouTube2.mp4). Message: Unknown video file type. 2014-10-08 23:31:51,025 WARN [MetadataExtractionCoordinator] Skipping processing metadata for an unsupported file (M:\ZCOLLECTIONS\MUSIC VIDEOS\Shania Twain - Man! I Feel Like A Woman.flv). Message: Unknown video file type. 2014-10-08 23:32:55,190 WARN [MetadataExtractionCoordinator] Skipping processing metadata for an unsupported file (P:\Movies\Oklahoma! (1955)[H.264-MP4][DVDrip] (oan)\oklahoma! 1955.mp4). Message: Unknown video file type.

FFMPEG processes files with "!" correctly. C:\Users\John>"C:\Program Files\Serviio\lib\ffmpeg.exe-54096" -i "M:\ZCOLLECTION S\MILITARY VIDEOS\Trooping the Colour\Ottawa, Trooping the Colour (uncut version !!!) - Canada HD Travel Channel - YouTube2.mp4" ffmpeg version N-54096-ge41bf19 Copyright (c) 2000-2013 the FFmpeg developers built on Jun 18 2013 10:49:28 with gcc 4.7.2 (GCC) configuration: --enable-static --disable-shared --disable-ffplay --disable-ffs erver --enable-memalign-hack --enable-libmp3lame --enable-libass --enable-librtm p --enable-fontconfig --enable-libfreetype --enable-zlib --enable-libx264 --extr a-libs='-lrtmp -lpolarssl -lws2_32 -lwinmm -lexpat -lfreetype -lfribidi -lz' --a rch=x86 --enable-runtime-cpudetect --enable-pthreads --target-os=mingw32 --cross -prefix=i686-w64-mingw32- --enable-gpl --pkg-config=pkg-config libavutil 52. 37.101 / 52. 37.101 libavcodec 55. 16.100 / 55. 16.100 libavformat 55. 9.100 / 55. 9.100 libavdevice 55. 2.100 / 55. 2.100 libavfilter 3. 77.101 / 3. 77.101 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'M:\ZCOLLECTIONS\MILITARY VIDEOS\Troopin g the Colour\Ottawa, Trooping the Colour (uncut version !!!) - Canada HD Travel Channel - YouTube2.mp4': Metadata: major_brand : M4V minor_version : 0 compatible_brands: M4V M4A mp42isom title : Ottawa, Trooping the Colour (uncut version !!!) - Canada H D Travel Channel - YouTube2 Duration: 01:03:06.59, start: 0.000000, bitrate: 1065 kb/s Stream #0:0(und): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 12 5 kb/s Stream #0:1(und): Video: h264 (Main) (avc1 / 0x31637661), yuv420p, 854x480, 926 kb/s, 25 fps, 25 tbr, 90k tbn, 50 tbc At least one output file must be specified

Comments (3)

  1. Petr Nejedly repo owner

    This works for me

    19:26:24,232 DEBUG [VideoExtractionStrategy] Extracting metadata of video file: D:\sample_media\video\3gp samsung!!!.3gp
    19:26:24,232 DEBUG [FFMPEGWrapper] Invoking FFMPEG to retrieve media information for file: D:\sample_media\video\3gp samsung!!!.3gp
    19:26:24,233 DEBUG [ProcessExecutor] Starting target\ffmpeg\ffmpeg.exe -i D:\sample_media\video\3gp samsung!!!.3gp
    

    Are you sure it's not your ffmpeg wrapper removing them?

  2. Former user Account Deleted

    You are correct. It was my wrapper. I was using Delayed Expansion where ! has a special meaning. Sorry for the false post!

  3. Log in to comment