You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When user adds to his database new station from the stations listed by radio-browser after some time its URL may get out-dated i.e. the station may change to stream under different URL. radio-browser keeps track of such changes which is why such feature for automatic update could be implemented.
The problems:
It would be a big feature I suppose. There are a couple of things that stop me from trying to implement it.
Although now only www.radio-browser.info is used when searching for stations originally I was planning that there would be possibility to search stations within multiple databases. Right now I can think of https://directory.shoutcast.com/ as a possible addition.
This would complicate things a little bit. Stations would probably need to be associated with source database to avoid conflicts
What about user created stations (those added manually)? I imagine we would just be unable to update those.
How should we keep track of station info. Should we just do it by station name (is it enough)? Can we expect that it will not change within the external database? What if there are duplicates of a name (www.radio-browser.info allows that)?
These are questions that are hard for me to answer alone. Nonetheless I'll try to analyze it little more so maybe I will be able to get to some conclusions.
When user adds to his database new station from the stations listed by radio-browser after some time its URL may get out-dated i.e. the station may change to stream under different URL. radio-browser keeps track of such changes which is why such feature for automatic update could be implemented.
The problems:
The text was updated successfully, but these errors were encountered: