Page 1 of 1

MPD Clients

Posted: Thu Apr 07, 2011 7:14 am
by jmiracle
I'd like to find a way to coerce the MPC client to display something other than the IP address of the internet radio stations I have stored in my playlist. I have looked at MPoD for my iPhone, Ario(pc) and Theremin (mac). All of these clients show the IP address in the playlist making it difficult to know which station is which. Of course when I select one of the addresses in the list the display will change and show the station name and what is playing.

Anyone have a work around for this.

A big THANK-YOU-Jeff and to the rest of the contributors to this project. Its amazing!!! I am in the process of acquiring the parts to build a display. Hope that goes as smoothly as the router hack.

Re: MPD Clients

Posted: Thu Apr 07, 2011 10:42 pm
by mightyohm
When you add the station to your playlist, are you adding it by IP or hostname?

Re: MPD Clients

Posted: Fri Apr 08, 2011 4:37 pm
by jmiracle
by IP address. I haven't had much success getting the station to play when I enter the hostname.

Is there a way to convert the IP addesses to the hostname?

Thanks!

Re: MPD Clients

Posted: Thu Apr 14, 2011 12:04 am
by mightyohm
I don't think so (not easily..)

I thought that the mpc client would update to show the stream name instead of the IP. I swear I have seen this behavior from mpc and mpod on my iphone...

Re: MPD Clients

Posted: Sat Apr 16, 2011 11:33 am
by gerben
The station name should appear once you start playing it. So the solution would be to cycle through all stations in the playlist once.
You could use a script like:

Code: Select all

mpc play 1
sleep 5
mpc play 2
sleep 5
....
#or use a loop

Re: MPD Clients

Posted: Tue Apr 19, 2011 12:54 pm
by mightyohm
Clever approach. :-)