ArturSierzant / OMPD

O!MPD is free, opensource MPD client based on PHP and mySQL.
http://ompd.pl
GNU General Public License v3.0
40 stars 13 forks source link

Radio Station #112

Open marcbth opened 4 years ago

marcbth commented 4 years ago

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

marcbth commented 4 years 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

ArturSierzant commented 4 years ago

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?

marcbth commented 4 years ago

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

ArturSierzant commented 4 years ago

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

marcbth commented 4 years ago

for the db

CREATE TABLE cfg_radio (id INTEGER PRIMARY KEY, station CHAR (128), name CHAR (128), type CHAR (8), logo CHAR (128));

marcbth commented 4 years ago

look at https://github.com/moode-player

marcbth commented 4 years ago

https://github.com/florianheinemann/MPD.FM