Hi,
First off, I really like NetJukebox! One central spot for me to select whatever media type I want to listen to.
I have one issue I don't know how to fix. When I listen to MP3's I get artist and track info (see MP3.png) but when I listen to an Internet radio station I don't get any info (see stream.png)??? I am using netjukebox 5.3 on a Windows 2003 server with httpQ on a Windows XP client (see httpQ.png).
<edit> This happens on two separate computers.
Thanks,
Paul
Playlist Stream Info
Playlist Stream Info
- Attachments
-
- My httpQ version.
- httpQ.PNG (16.25 KiB) Viewed 33116 times
-
- Playlist when playing any Internet radio stream.
- Stream.PNG (26.44 KiB) Viewed 33116 times
-
- Playlist when playing MP3's
- MP3.PNG (30.56 KiB) Viewed 33116 times
- wbartels
- netjukebox developer
- Posts: 881
- Joined: Thu Nov 04, 2004 3:12 pm
- Location: Netherlands
- Contact:
Re: Playlist Stream Info
Most (m3u) stream servers on the internet don't send artist and track information.
When for example listen to Studio Brussel http://www.listenlive.eu/vrtstubru-high.m3u you don't get artist and track information in Winamp.
However some (shoutcast) servers will send information to Winamp but as far as I Know this is not available troug the httpQ plugin: http://httpq.sourceforge.net/reference.html
So at the moment I don't have a solution.
PS
A good recource for internet radio stations: http://www.listenlive.eu/
When for example listen to Studio Brussel http://www.listenlive.eu/vrtstubru-high.m3u you don't get artist and track information in Winamp.
However some (shoutcast) servers will send information to Winamp but as far as I Know this is not available troug the httpQ plugin: http://httpq.sourceforge.net/reference.html
So at the moment I don't have a solution.
PS
A good recource for internet radio stations: http://www.listenlive.eu/
Re: Playlist Stream Info
Hmmmm, all the stations that I listen to provide song information. As a test I will try the command http://localhost:4800/getplaylisttitle?p=pass on the winamp client and see what I get.
Thanks for your response and I'll take a look around Listen Live.
Paul
Thanks for your response and I'll take a look around Listen Live.
Paul
Re: Playlist Stream Info
OK, I put the following URL into a browser on the netjukebox server and it was able to pull the information from httpQ off the client machine.
Using this command: http://192.168.1.30:4800/getplaylisttitle?p=password
This is what it pulled: "Gary Farr - To Be Free"
This is the station: http://u17.sky.fm:80/sky_newage_aacplus
Ahhh, you must be using "getid3tag" to get song info.... that doesn;t pull anything for streams. What if you used something like hasid3tag to determine if it has idtag info and if that is false you try get playlisttile? That way you provide detailed info when you can and minimal info when a stream is playing.
Just a thought.
Paul
Using this command: http://192.168.1.30:4800/getplaylisttitle?p=password
This is what it pulled: "Gary Farr - To Be Free"
This is the station: http://u17.sky.fm:80/sky_newage_aacplus
Ahhh, you must be using "getid3tag" to get song info.... that doesn;t pull anything for streams. What if you used something like hasid3tag to determine if it has idtag info and if that is false you try get playlisttile? That way you provide detailed info when you can and minimal info when a stream is playing.
Just a thought.
Paul
- wbartels
- netjukebox developer
- Posts: 881
- Joined: Thu Nov 04, 2004 3:12 pm
- Location: Netherlands
- Contact:
Re: Playlist Stream Info
Paul thanks for the feedback.InTheAir wrote:OK, I put the following URL into a browser on the netjukebox server and it was able to pull the information from httpQ off the client machine.
Using this command: http://192.168.1.30:4800/getplaylisttitle?p=password
This is what it pulled: "Gary Farr - To Be Free"
This is the station: http://u17.sky.fm:80/sky_newage_aacplus
Ahhh, you must be using "getid3tag" to get song info.... that doesn;t pull anything for streams. What if you used something like hasid3tag to determine if it has idtag info and if that is false you try get playlisttile? That way you provide detailed info when you can and minimal info when a stream is playing.
Just a thought.
Paul
I will see what I can do in the upcomming release.
- wbartels
- netjukebox developer
- Posts: 881
- Joined: Thu Nov 04, 2004 3:12 pm
- Location: Netherlands
- Contact:
Re: Playlist Stream Info
I have done some testing with: http://localhost:4800/getplaylisttitle?p=pass
With the radio stations I have used it always returned the information in this form:
or
Paul, can you also do some testing?
And see if this is always the case.
Thanks,
Willem
With the radio stations I have used it always returned the information in this form:
Code: Select all
artist - title (radio station)
Code: Select all
(radio station)
And see if this is always the case.
Thanks,
Willem
Re: Playlist Stream Info
Hi, here are the results of several stations I listen to. It looks like what you get is dependent on your "Plug-ins/Input/Nullsoft MPEG Audio Decoder" settings (see image). I have "Include stream name in title" unchecked so I don't get the station name. For this to work they would have to have "Enable SHOUTcast title support" enabled.
Paul
Michael Kamen - Mr. Holland's Opus - Rowena
Dolce Vita - Ryan Paris
Coldplay - The Scientist
Mamacita - Baby Bash f.
David Pickering - ROBERTSON: Organ Sonata in B minor - II. Scherzo - The Leroy Robertson Organ Legacy
BTO - Mississippi Queen
Mozart - Symphony No. 40 in G Minor, mvmt. I. Molto allegro (Jaap ter Linden, Amsterdam Mozart Academy)
Talking Heads - Crosseyed And Painless
Franz Schubert (1797-1828) - Sonata per pianoforte in do minore D958 Op. postuma - III
Foo Fighters - All My Life
Timbaland - Carry Out (featuring Justin Timberlake)
Paul
Michael Kamen - Mr. Holland's Opus - Rowena
Dolce Vita - Ryan Paris
Coldplay - The Scientist
Mamacita - Baby Bash f.
David Pickering - ROBERTSON: Organ Sonata in B minor - II. Scherzo - The Leroy Robertson Organ Legacy
BTO - Mississippi Queen
Mozart - Symphony No. 40 in G Minor, mvmt. I. Molto allegro (Jaap ter Linden, Amsterdam Mozart Academy)
Talking Heads - Crosseyed And Painless
Franz Schubert (1797-1828) - Sonata per pianoforte in do minore D958 Op. postuma - III
Foo Fighters - All My Life
Timbaland - Carry Out (featuring Justin Timberlake)
- Attachments
-
- MPEG Decoder.PNG (29.71 KiB) Viewed 33063 times
- wbartels
- netjukebox developer
- Posts: 881
- Joined: Thu Nov 04, 2004 3:12 pm
- Location: Netherlands
- Contact:
Re: Playlist Stream Info
Paul, thanks for the feedback.
I will add Winamp/httpQ "Playlist stream info" on the to do list.
Most likely it will be implemented in the next release.
I will add Winamp/httpQ "Playlist stream info" on the to do list.
Most likely it will be implemented in the next release.
Re: Playlist Stream Info
Excellent news!
Thanks.
Thanks.