Radio Browser is a community driven database of internet radio and TV stations, that has an open API that is free for all to use and has multiple servers to ensure up time is high.
With this binding you can use their database of more than 45,000 stations to apply filters and quickly find internet radio streams that interest you.
## Supported Things
-`radio`: Add one of these manually, and it should come online after fetching language and country data to populate the filter channels.
### `radio` Thing Configuration
| Name | Type | Description | Default | Required | Advanced |
| filters | text | Allows you to specify your own filters from the `advanced search` of the API. | See below | yes | no |
| clicks | boolean | Helps to support the server recommend good results. | true | yes | yes |
| languageCount | integer | If you want less languages to be shown as a filter, you can raise this or create your own. | 14 | yes | yes |
| recentLimit | integer | Limit the number of stations in the recent channel list. `0` Disables the feature. | 5 | yes | no |
## Filters Configuration
The `advanced` configuration parameter `filters` can be used to limit the stations based on different fields like codecs, minimum quality, ordering and more.
All possible filter options are listed here <https://de1.api.radio-browser.info/#Advanced_station_search>
The default filter (below) can be changed to suit your needs.
If in doubt you can use the [Event Monitor in the Developer Sidebar](https://www.openhab.org/docs/tutorial/tips-and-tricks.html#event-monitor) to watch what commands are sent to the bindings channels.
| country | String | RW | This allows you to only find stations in ALL or a country of your choice. |
| state | String | RW | When a country is selected, this will auto populate with states that are in your country. |
| language | String | RW | You can limit the stations to only be in your language, or you can also use Metadata to set your own list. |
| genre | String | RW | A list of common genres to help you find a station you like. State Options Metadata allows you to change this. |
| station | String | RW | These are the search results back from the database that match your filter settings. |
| stream | String | RW | This is the URL for the selected station. |
| name | String | RW | This is the name of the selected station. |
| icon | String | RW | This is the icon for the selected station if available in their database. |
| recent | String | RW | Records the last stations you selected to make them easier to find. A config allows this list to be longer. |
## Using the Stream URL
You can send the `stream` channel that holds a URL for a stream to the `playuri` channel of the [Chromecast Binding](https://www.openhab.org/addons/bindings/chromecast/#channels) or the `stream` channel of the [Squeezebox Binding](https://www.openhab.org/addons/bindings/squeezebox/#player-channels).
To make this easier without needing to setup a rule to forward the stream, you can use this [widget found in the marketplace](https://community.openhab.org/t/radio-browser-basic-widget-for-finding-internet-radio-streams-with-the-ui/153783) without needing to create any rules.
The widget is probably the easiest way to get started and have a play with what is possible.
## Station Searches
Searches can be done in a few different ways and since the binding will auto select the first result, you can change what is sent to the top of the list by changing the filters config from including `order=clickcount` (default) to `votes`, `clicktrend` or even `random`.
Examples on how to do searches from rules, or you can also change an item to take input by using `oh-input-item` using metadata called `Default list item widget`.
Search for all stations that contain `hit` in their name, and auto select the first result.