If these characters are in the title, artist or album name they will also appear in the tags.
How can I ensure that subsonic reads the tags correctly.
I made a small change in the startup script (on FreeBSD)
- Code: Select all
# Local updates
export LC_ALL="en_US.UTF-8"
export LANG="en_US.UTF-8"
#
This enable the proper display of those file/directory names. Per album however, subsonic uses the tags to display the artist and title, and I notice errors as the image below shows.
The artist is Amon Düül, the album is Die lösing ...
The title of track 7 is wrong and the column with the artist's name is wrong also. I have many more examples where this goes wrong.
What can I do to make sure the tags are display correctly. Can someone point me into the right direction
I am running 6.0 that comes with FreeNAS
thanks in advance