Feature - Use knewstuff to fetch new radios
Used KNewStuff to import a set of radio sources.
The import button is located next to the "Create a radio" button:
So far the expected data is a json file with the following structure:
{ "radios": [ { "id": "...", "name": "...", "streamUrl": "https://...", "comment": "...", "imageAddress": "https://..." }, ... ]
Example here: https://invent.kde.org/jguidon/elisaradiosources
The file is uploaded at https://www.pling.com/p/1397568/ , current tags are elisa and radio.
Edited by Jerome Guidon