use radio-browser stream directory

Feature requests for VLC.
segleralex
New Cone
New Cone
Posts: 1
Joined: 04 Apr 2018 13:21

use radio-browser stream directory

Postby segleralex » 04 Apr 2018 13:28

Hi,

i am the maintainer of http://www.radio-browser.info
it would be cool if vlc would use this completely free and public domain directory as a source
for radio streams. it is a wiki like approach to collect online radio streams
documenation is at
http://www.radio-browser.info/webservice

is somebody interested in this?

greetings
alex

kelp
New Cone
New Cone
Posts: 1
Joined: 18 May 2019 16:28

Re: use radio-browser stream directory

Postby kelp » 18 May 2019 16:35

Yep, I am very much interested.. I like to be able to use VLC with radio-browser, this database is simply fantastic, I use it a lot, and I like to be able to browse the DB from VLC as well..

csipetcsapat
New Cone
New Cone
Posts: 1
Joined: 12 Dec 2019 09:16

Re: use radio-browser stream directory

Postby csipetcsapat » 12 Dec 2019 09:26

I made a very simple service discovery plugin:

Code: Select all

--[[ radio-info lua script --]] require "simplexml" function descriptor() return { title="Radio-info" } end -- -- Main Function -- function main() local url = "https://de1.api.radio-browser.info/xml/stations" local tree = simplexml.parse_url(url) for _, result in ipairs( tree.children ) do simplexml.add_name_maps( result ) vlc.sd.add_item({path = result.attributes["url"], title = result.attributes["name"], arturl = result.attributes["favicon"], description = result.attributes["country"], genre = result.attributes["tags"]}) end end
It is far from the ideal, it loads all stations (slow), but the radio streams work.

djsoftware50
New Cone
New Cone
Posts: 1
Joined: 24 Jun 2022 19:32

Re: use radio-browser stream directory

Postby djsoftware50 » 29 Jun 2022 19:56

Hi:
Please help, the script stopped working.

mcarans
New Cone
New Cone
Posts: 2
Joined: 07 Aug 2022 23:15

Re: use radio-browser stream directory

Postby mcarans » 07 Aug 2022 23:21

It would be fantastic if there were a radio-browser plugin with search and sorting by music type, country, format, bit rate etc. (and if the existing Icecast plugin added search and sorting by music type, country, format, bit rate).


Return to “VLC media player Feature Requests”

Who is online

Users browsing this forum: No registered users and 12 guests