-
Notifications
You must be signed in to change notification settings - Fork 14
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
Allow user to specify their location for local radio #4
Comments
The config parameter could take a location name and we can look up the latitude/longitude using https://developers.google.com/maps/documentation/geocoding/?csw=1#GeocodingRequests.
|
I am running the latest version of the plugin, but my local radio entry is empty, do you know why ? how can I fix it ? |
It's worth noting that Google's geolocation APIs should now essentially be considered non-free. Any non-trivial usage is likely to get heavily rate limited. It would likely be significantly easier to just accept latitude and longitude, and link to a guide for how the user can obtain those values themselves. |
Add a config setting to specify the location to use for "local" radio. TuneIn supports a
latlon
parameter containing a comma separated latitude-longitude pair i.e.http://opml.radiotime.com/Browse.ashx?c=local&latlon=37,118
.The text was updated successfully, but these errors were encountered: