segler-alex / radiobrowser-api

radio browser server api
GNU Affero General Public License v3.0
72 stars 15 forks source link

Group together different streams of the same station #52

Open probonopd opened 5 years ago

probonopd commented 5 years ago

Is there a way to group together different streams of the same station? E.g.,

The blue, green, and orange stations are three different stations that are sent using different codecs/bitrates.

Reference: https://github.com/odioapp/odio/issues/34

Bitti09 commented 5 years ago

@probonopd the best way ,i think, to do this would be a new field in the api respnse like: { station: "Deutschlandfunk 1", Stationnetwork: "Deutschlandfunk" } { station: "Deutschlandfunk 2", Stationnetwork: "Deutschlandfunk" } so that the app can search for "Deutschlandfunk" as the network and easily list all stations for that network instead of going through all 22k stations and look for identical string parts.