mherger wrote: > I fired up the "latest" community image and scanned some test folders > with non-latin titles. They look fine imho: > > 35534
Hi there, I got it work with the latest on my synology DS920+ with correct display of Chinese. However, when I tried it on Readynas RN314, it appears to running, but the server can not be found on the network, unless I add a state directory: -v <local-state-dir>:/srv/squeezebox \ This is command I ran, which did not work: docker run -it \ --net=host \ --restart=always \ --name lms2 \ -v "/data/Docker/state":"/config":rw \ -v "/data/Music":"/music":ro \ -v "/data/Music/playlist":"/playlist":rw \ -v "/etc/localtime":"/etc/localtime":ro \ -v "/etc/timezone":"/etc/timezone":ro \ -p 9000:9000/tcp \ -p 9090:9090/tcp \ -p 3483:3483/tcp \ -p 3483:3483/udp \ lmscommunity/logitechmediaserver If I add a local state directory it is fine. It also displays Chinese correctly. ------------------------------------------------------------------------ tigs's Profile: http://forums.slimdevices.com/member.php?userid=64358 View this thread: http://forums.slimdevices.com/showthread.php?t=114873 _______________________________________________ Squeezecenter mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezecenter
