GithubHelp home page GithubHelp logo

floofies / nubango Goto Github PK

View Code? Open in Web Editor NEW
10.0 3.0 0.0 3.36 MB

Nubango is an iTunes-compatible Kerbango Tuning Service (KTS) server/proxy.

Home Page: https://macintoshgarden.org/apps/garden-itunes-nubango-radio-patch

License: MIT License

HTML 99.25% Shell 0.28% JavaScript 0.47%
itunes-radio apple itunes hack apache mac-os-x kerbango internet-radio internet-radio-stations server

nubango's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

nubango's Issues

Text encoding is not specified in responses

The encoding of the responses is not specified, which means that the text is treated as ISO 8859-1 rather than Unicode.

This causes problems with stations which use Unicode characters in their names; the most obvious example is €njoy 80's, which happens to be the first item in the 80s Flashback section. It should have that Euro symbol at the start, but instead it comes through mangled like â�¬njoy 80's in iTunes.

<kb:station>€njoy 80's</kb:station>

This behaviour should be fixed by updating this line of the CGI script:

Content-Type: application/xml

to read:

Content-Type: application/xml; charset=UTF-8

I don't currently have a Nubango server of my own set up to test this with, or I'd have pushed up a PR for this.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.