Closed marcbth closed 2 months ago
i can in 'Now Playin' add
http://www.ndr.de/resources/metadaten/audio/m3u/ndrloop19.m3u
because i can not save as radio
many thanks
I think I'll deal with radio now. I'd like to base it on https://fmstream.org/ (and html parser) - or maybe you know any other free radio services?
that sounds good.
I didn't know fmstream.org.
I have a long list of stations for upmpdcli that also broadcast in hd. especially in the jazz area there is a lot. the possibility to add your own would be perfect.
do you have the streaming service highresaudio in poland? would try (see tidal) to integrate it. Api is available and a first python script (still from upmpdcli)
Cliff
Sorry, I don't know any HiRes service in Poland - I rarely listen to internet radio... BTW: in what way do you use internet radio? Do you search addresses on the Internet? And then you save them (in Favorite)? Please write how you image support for radio in O!MPD.
Regards, Artur
for the db
CREATE TABLE cfg_radio (id INTEGER PRIMARY KEY, station CHAR (128), name CHAR (128), type CHAR (8), logo CHAR (128));
look at https://github.com/moode-player
Radio added in commit e8ce11c9
Hello Artur, you can integrate the following for the radio:
Library - Now Playling- Favorites- Tidal - Radio
where the radio stations are displayed with cover?
There are some difficulties, because it has to be entered into the database in advance or hard encoded.
I know, it is quite a lot to ask.
Cliff