| View previous topic :: View next topic |
| Author |
Message |
johngough
Joined: 03 Oct 2011 Posts: 6 Location: Dublin, Ireland
|
Posted: Wed Feb 01, 2012 12:05 pm Post subject: itunes and WMP only display intro file metadata |
|
|
Hi folks,
Windows media player and itunes don't seem to update the metadata they are receiving from our icecast server. VLC works fine and every time a new song is played the metadata updates as expected. Media Player and itunes however only show the data for our intro file.
Any ideas?
Thanks in advance
http://streamer.curiousbroadcast.com:8000/curiousbroadcast.mp3.m3u |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Wed Feb 01, 2012 4:18 pm Post subject: |
|
|
The metadata you want has to be specifically requested by the player as it break mp3 specs and therefore cannot be ignored. I'm unsure if wmp is even capable of requesting that metadata but the itunes issue is because the mountpoint ends in .mp3 If the mountpoint exists without mp3 or you set up an alias (without the extension) to redirect it to the existing mountpoint then itunes will request metadata inserts. I have no idea why itunes does that, something to raise with them
karl. |
|
| Back to top |
|
 |
johngough
Joined: 03 Oct 2011 Posts: 6 Location: Dublin, Ireland
|
Posted: Sat Feb 04, 2012 2:33 pm Post subject: |
|
|
Thanks Karl. I have no idea how to set up an alias though to resolve the issue could you suggest something?
best
John |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Sat Feb 04, 2012 3:39 pm Post subject: |
|
|
Just add
<alias source="/curiousbroadcast" dest="/curiousbroadcast.mp3" />
That will be enough to allow itunes to work, it just needs the playlist for itunes to refer to http://...../curiousbroadcast and for the developers to be notified of something they have done wrong.
karl. |
|
| Back to top |
|
 |
johngough
Joined: 03 Oct 2011 Posts: 6 Location: Dublin, Ireland
|
Posted: Wed Feb 22, 2012 9:03 pm Post subject: |
|
|
thanks Karl,
where should I add this though? in the icecast config file or on our website?
Sorry if this stupid question. I'm pretty new to this.
J |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Wed Feb 22, 2012 10:08 pm Post subject: |
|
|
the alias goes in the icecast xml configuration file, like there is for / to status.xsl or whatever you have there. As for the playlist for itunes, where ever you keep that, probably the web server.
karl. |
|
| Back to top |
|
 |
|