Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jnolti
Copy link

@jnolti jnolti commented Dec 17, 2021

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.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant