| View previous topic :: View next topic |
| Author |
Message |
wgato
Joined: 18 Aug 2008 Posts: 8 Location: 215
|
Posted: Sun Sep 14, 2008 10:29 pm Post subject: artist and title not showing |
|
|
Hey Folks,
I'm using icecast2, ices2, mpc and mpd to stream, and the song title and artist info isn't showing up. I'm not even sure where to start trouble shooting though. Anyone have any suggestions on how to narrow down which part of my setup my might be causing the problem?
thanks! |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Mon Sep 15, 2008 12:14 am Post subject: |
|
|
first you have to determine what application has the metadata, then find out what it should be doing to send them to icecast. Does mpc inform ices2 of the metadata updates for instance?
karl. |
|
| Back to top |
|
 |
wgato
Joined: 18 Aug 2008 Posts: 8 Location: 215
|
Posted: Mon Sep 15, 2008 12:25 am Post subject: |
|
|
sorry for my ignorance, but how would i go about finding that out?
/var/log/ices/ices.log doesnt show any song titles. is there somewhere else i should look?
also where should i look to make sure mpc has the info in the first place?
/etc/ices2/ices-alsa.xml seems to get the info from stdin ??
<input>
<module>oss</module>
<param name="rate">44100</param>
<param name="channels">2</param>
<param name="device">hw:0,0</param>
<!-- Read metadata (from stdin by default, or -->
<!-- filename defined below (if the latter, only on SIGUSR1) -->
<param name="metadata">1</param>
# <param name="metadatafilename">test</param>
</input> |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Mon Sep 15, 2008 2:12 am Post subject: |
|
|
ices cannot get metadata from the audio device, it gets it from the metadata file that you have specified when you send a signal (USR1). So you need to populate that file and send the signal to ices when you get new metadata. Now you need to find out when to do that from mpd/mpc assuming they have the metadata.
karl. |
|
| Back to top |
|
 |
|