milaq / YCast

Self hosted vTuner internet radio service emulation
Other
240 stars 93 forks source link

Update server.py - NOXON iRadio and NOXON 2 working #110

Open jnolti opened 2 years ago

jnolti commented 2 years ago

Added response to "Login.XML" request. Originally only "login.XML" could be resolved. While testing with a proxy, I recognized, that vintage NOXON radios submit the request with an upper case "L". Now it is working with NOXON 2 and NOXON iRadio.

2nd change: Replaced line 4 in stations.py with import oyaml as yaml Note: Install oyaml (https://github.com/wimglenn/oyaml) before using this version. Result: Stations from stations.yml now appear in the original order as written in the file.