Serviio not scanning directories with accentuated characters
I am posting this message as I require a little assistance in resolving an issue which seems well contained now after numerous tests.
I am running Serviio on a Linux Mint 13 64 bits. I have compiled ffmpeg as described and everything runs fine.
I am stuck with one remaning issue which seems rather stupid. I am trying to list as a files source my local user "Videos" directory. As my system is localised in French the name of this directory by default is "Vidéos".
After adding this directory to the console, I get the following Warning in the serviio.log file
2012-10-13 17:28:27,474 WARN [LibraryAdditionsCheckerThread] Folder '/home/MYUSER/Vidéos' is either not an existing directory or cannot be read due to access rights
I thought for a while that this was due to permissions, and started changing owners and mod to 777. I kept having the exact same message.
So I tried to rename the directory to "Videos" without the accentuated character and then it started scanning the directories fine.
So my Serviio does not accept this accentuated directory name which is weird as my locales are as follow.
LANG=fr_FR.UTF-8
LANGUAGE=fr_FR:fr:en_GB:en
LC_CTYPE="fr_FR.UTF-8"
LC_NUMERIC="fr_FR.UTF-8"
LC_TIME="fr_FR.UTF-8"
LC_COLLATE="fr_FR.UTF-8"
LC_MONETARY="fr_FR.UTF-8"
LC_MESSAGES="fr_FR.UTF-8"
LC_PAPER="fr_FR.UTF-8"
LC_NAME="fr_FR.UTF-8"
LC_ADDRESS="fr_FR.UTF-8"
LC_TELEPHONE="fr_FR.UTF-8"
LC_MEASUREMENT="fr_FR.UTF-8"
LC_IDENTIFICATION="fr_FR.UTF-8"
LC_ALL=fr_FR.UTF-8
The only topic I've found is on the Serviio FAQ "My files with accents in their names are not detected" and says :
If you are on a Linux based OS, make sure your system locale / default character set is set to UTF-8.
Any idea of what I need to change in my install to have the Serviio process accept accentuated characters?
Thanks!!