New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Umlaut directories #1676
Comments
I thought the file backend didn't allow symlinks that point outside of the configured media_dir(s), could you be clearer about your directory structure? Also please provide a debug log showing an example of exactly "does not work". |
Sorry. Forget about the symlinks. This is not the problem. "Does not work" means, the directory cannot be accessed after the process. However, there is an ascii decoding error thrown (which explains the observations) which looks like this:
My locale settings display as:
Please advise how to further debug. Best, Henning |
Is there some way to force the config reader to read unicode instead of ASCII? |
Hi,
I stumbled upon a little issue with a specific directory in local database.
does not work, however
does work. I am on my rpi3 with all locale variables set to de_DE.uft8 via /etc/default/locale. Note: /var/lib/mopidy/media/Hoerbuecher is a symbolic link. I have the media-directory /var/lib/mopidy/media/ filled with several symlinks that point to my actual media sources. I did not test the issue with actual directories, but assume it won't make any difference. "Umlaut"-directories within that symlinked directory path can be accessed in the latter case.
I use the same directory for "local-sqlite" and "file", but I think it happend only for "file".
Best regards,
Henning
The text was updated successfully, but these errors were encountered: