Serviio does not show files with chinese characters in filenames

Issue #266 resolved
Former user created an issue

Whenvever I try to add files with chinese characters in filenames to the library, serviio console skip these files.

It looks like the problem is ffmpeg doesn't read files with chinese characters in filenames.

Adding a file with name 中文.avi, the following messages were noted in the log file:

DEBUG [LibraryAdditionsCheckerThread] Found file '中文.avi', checking if it's already in the Library

DEBUG [MediaItemDAOImpl] Checking if DB already contains media item 中文.avi

DEBUG [MediaItemDAOImpl] Media item 中文.avi doesn't exist in DB yet

DEBUG [LibraryAdditionsCheckerThread] File not in Library, will add it

DEBUG [VideoExtractionStrategy] Extracting metadata of video file: D:\Gabriel's Movies\中文.avi

DEBUG [FFMPEGWrapper] Invoking FFMPEG to retrieve media information for file: D:\Gabriel's Movies\中文.avi

DEBUG [ProcessExecutor] Starting C:\Program Files\Serviio\bin\..\lib/ffmpeg.exe -i D:\Gabriel's Movies\中文.avi

DEBUG [LibraryManager] Skipping processing metadata for an unsupported file. Message: Unknown video file type.

Hope this would be fix in next release.

Comments (7)

  1. Former user Account Deleted

    Just to clarify - if I replace the filename with alphabet and refresh the libray, the file would appear in the playback device.

  2. Former user Account Deleted

    Almost same problem here:

    2011-02-21 05:04:26,314 WARN [LibraryManager] Cannot read metadata of file /mnt/nas/Film/Disney/Snehvide Og De Syv Sm� Dv�rge.avi via extractor EMBEDDED. Message: File /mnt/nas/Film/Disney/Snehvide Og De Syv Sm� Dv�rge.avi cannot be read to extract metadata

  3. Former user Account Deleted

    Hello,

    I'm looking the same problem with Russian filenames on the ubuntu server AMD64 ext4fs (UTF-8), Windows version works normally.

    LOG 2011-03-04 13:24:16,108 WARN [LibraryManager] Cannot read metadata of file /server/public/video/���������� ��.mastes book.mkv via extractor EMBEDDED. Message: File /server/public/video/���������� ��.mastes book.mkv cannot be read to extract metadata

  4. Log in to comment