fenix-hub / RadioNet

A simple Internet Radio Player made with Godot Engine and C# for a working project
MIT License
8 stars 3 forks source link

Design and Implement a better Radio List #2

Open fenix-hub opened 3 years ago

fenix-hub commented 3 years ago

State of Art
The list of all available internet radio stations is implemented with an OptionMenu Button, which content is loaded at runtime from a file placed in res://lista.json and then saved in the user project folder.
Even though the file is saved as a .JSON, it does not reflect a true json file format.
The res://scenes/StationHandler/StationHandler.cs class manages the radio stations list.