def build_dlna_play_single(udn, server_type, path): s = "dlna-playsingle://" + quote(udn) s += "?" s += 'sid=' + quote(server_type) s += '&iid=' + quote(path) return s