1. coherence\upnp\devices\media_server.py change to_bytes() --> string.encode("utf-8") for supporting utf-8 file/directory name 2.in def list_content(self, name, item, request): add <meta content="text/html; charset=utf-8" http-equiv="content-type" /> after these, can support Chinese file name or directory name, it is good