Hi to all,
Currently I'm working in a TuneIn Radio Service Discovery, as part of this implementation, I'm writing a playlist parser function to parse the radiotime.com links and RadioStations, i.e. "By Location Link".
Its runs, but I want that VLC create a tree with children that deploy it everytime that the user make one click in one menu.
I explain you:
In this moment the user see the "By Location" menu, in the following way
That parse the following link http://opml.radiotime.com//Browse.ashx? ... d=password
When the user make a click in the "South America" the API return the following tree:
http://opml.radiotime.com/Browse.ashx?i ... rname=user
The user see the tree but not organized
Is there any way to show in Playlist a subnode under "South America" and a subnode called "Most popular" under "Colombia", for example? I'm trying with the table.insert function but it doesn't work.
Can you help me? The script is in https://github.com/diegofn/TuneIn-Radio ... iotime.lua
Best regards,
Diego Fernando Nieto
@diegofn