Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Media Player > How to display song title and artist with .pls stream in WMP?

Reply
Thread Tools Display Modes

How to display song title and artist with .pls stream in WMP?

 
 
dbrts90804
Guest
Posts: n/a

 
      01-19-2010
I stream music online by embedding the stream (.pls extension) on my website
using Windows Media Player. This is the code that I use:
<embed
allowScriptAccess="never"
allowNetworking="internal"
enableJavaScript="false"
showTracker="false"
showStatusBar="true"
autoStart="false"
type="application/x-mplayer2"
src="http://72.13.81.34/2531/listen.pls" name="MediaPlayer"
width="350"
height="50">
</embed>

Now someone wants to be able to see the song title and artist with each song
that is played through the stream. I know that this could easily be done if
it was just a playlist of individual mp3 files but it's not. It's a
stream/shoutcast .pls file and I'mstarting to think that it's impossible
since I can't find anything on this online. The streaming host isn't much
help either.
 
Reply With Quote
 
 
 
 
Hot-text
Guest
Posts: n/a

 
      01-20-2010
http://msdn.microsoft.com/en-us/library/ms910265.aspx

<asx version="3.0">
<author></author>
<title>Play List Name Here</title>
<entry>
<title>Song Name Here</title>
<ref href=""></ref>
</entry>
<!-- Put New Entry Here As Many as You Like
Save File As You_Name_It.asx Same Folder as File-->
<entry>
<title></title>
<ref href=""></ref>
</entry>
</asx>

http://en.wikipedia.org/wiki/Advanced_Stream_Redirector



"dbrts90804" <> wrote in message
news:867807BA-F31C-4831-9D75-...
> I stream music online by embedding the stream (.pls extension) on my
> website
> using Windows Media Player. This is the code that I use:
> <embed
> allowScriptAccess="never"
> allowNetworking="internal"
> enableJavaScript="false"
> showTracker="false"
> showStatusBar="true"
> autoStart="false"
> type="application/x-mplayer2"
> src="http://72.13.81.34/2531/listen.pls" name="MediaPlayer"
> width="350"
> height="50">
> </embed>
>
> Now someone wants to be able to see the song title and artist with each
> song
> that is played through the stream. I know that this could easily be done
> if
> it was just a playlist of individual mp3 files but it's not. It's a
> stream/shoutcast .pls file and I'mstarting to think that it's impossible
> since I can't find anything on this online. The streaming host isn't much
> help either.


 
Reply With Quote
 
Mihai Serbanescu
Guest
Posts: n/a

 
      09-05-2010
Can I please view the full control taht you use to stream .pls stations? ..Not just the attributes

Thank you

> On Tuesday, January 19, 2010 2:43 PM dbrts90804 wrote:


> I stream music online by embedding the stream (.pls extension) on my website
> using Windows Media Player. This is the code that I use:
> <embed
> allowScriptAccess="never"
> allowNetworking="internal"
> enableJavaScript="false"
> showTracker="false"
> showStatusBar="true"
> autoStart="false"
> type="application/x-mplayer2"
> src="http://72.13.81.34/2531/listen.pls" name="MediaPlayer"
> width="350"
> height="50">
> </embed>
>
> Now someone wants to be able to see the song title and artist with each song
> that is played through the stream. I know that this could easily be done if
> it was just a playlist of individual mp3 files but it is not. it is a
> stream/shoutcast .pls file and I amstarting to think that it is impossible
> since I cannot find anything on this online. The streaming host is not much
> help either.



>> On Wednesday, January 20, 2010 1:04 AM Hot-text wrote:


>> http://msdn.microsoft.com/en-us/library/ms910265.aspx
>>
>> <asx version="3.0">
>> <author></author>
>> <title>Play List Name Here</title>
>> <entry>
>> <title>Song Name Here</title>
>> <ref href=""></ref>
>> </entry>
>> <!-- Put New Entry Here As Many as You Like
>> Save File As You_Name_It.asx Same Folder as File-->
>> <entry>
>> <title></title>
>> <ref href=""></ref>
>> </entry>
>> </asx>
>>
>> http://en.wikipedia.org/wiki/Advanced_Stream_Redirector



>> Submitted via EggHeadCafe - Software Developer Portal of Choice
>> ASP.NET HttpPostedFile Image Resizer
>> http://www.eggheadcafe.com/tutorials...e-resizer.aspx

 
Reply With Quote
 
Mihai Serbanescu
Guest
Posts: n/a

 
      09-05-2010
Can I please view the entire script for the control you use to stream .pls stations?

Thanks

> On Tuesday, January 19, 2010 2:43 PM dbrts90804 wrote:


> I stream music online by embedding the stream (.pls extension) on my website
> using Windows Media Player. This is the code that I use:
> <embed
> allowScriptAccess="never"
> allowNetworking="internal"
> enableJavaScript="false"
> showTracker="false"
> showStatusBar="true"
> autoStart="false"
> type="application/x-mplayer2"
> src="http://72.13.81.34/2531/listen.pls" name="MediaPlayer"
> width="350"
> height="50">
> </embed>
>
> Now someone wants to be able to see the song title and artist with each song
> that is played through the stream. I know that this could easily be done if
> it was just a playlist of individual mp3 files but it is not. it is a
> stream/shoutcast .pls file and I amstarting to think that it is impossible
> since I cannot find anything on this online. The streaming host is not much
> help either.



>> On Wednesday, January 20, 2010 1:04 AM Hot-text wrote:


>> http://msdn.microsoft.com/en-us/library/ms910265.aspx
>>
>> <asx version="3.0">
>> <author></author>
>> <title>Play List Name Here</title>
>> <entry>
>> <title>Song Name Here</title>
>> <ref href=""></ref>
>> </entry>
>> <!-- Put New Entry Here As Many as You Like
>> Save File As You_Name_It.asx Same Folder as File-->
>> <entry>
>> <title></title>
>> <ref href=""></ref>
>> </entry>
>> </asx>
>>
>> http://en.wikipedia.org/wiki/Advanced_Stream_Redirector



>>> On Sunday, September 05, 2010 6:06 PM Mihai Serbanescu wrote:


>>> Can I please view the full control taht you use to stream .pls stations? ..Not just the attributes
>>>
>>>
>>>
>>> Thank you



>>> Submitted via EggHeadCafe - Software Developer Portal of Choice
>>> A Comparison of Managed Compression Algorithms
>>> http://www.eggheadcafe.com/tutorials...lgorithms.aspx

 
Reply With Quote
 
Hot-Text
Guest
Posts: n/a

 
      09-06-2010
For
Detailed information for file extension PLS:
Primary association: Generic Playlist File
Mime type: audio/x-scpls

pls, a text playlist similar to .ini (program settings) files.
It normally contains only the location of the items in the playlist.

the list.pls or a list.ini Playlist Edit as a Text codes in a text editor!

A Example of pls
-----------------------------------------------------

[playlist]

File1=http://hot-text.ath.cx/kar/getinghotinhere.mp3
Title1=Remote MP3

File2=http://stream.radio-freedom.com:8380
Title2=My Favorite Online Radio Freedom

Version=2

-------------------------------------------------------------

http://en.wikipedia.org/wiki/PLS_(file_format)

Types of playlist files

http://en.wikipedia.org/wiki/Playlist

A Example of a Playlist.asx for I go with a ASX files
-------------------------------------------------------

<asx version="3.0">

<author>Hot-Text</author>
<title>a pplaylist</title>
<entry>
<title>Song Name Getting Hot in Here</title>
<author>Nelly</author>
<ref href="http://hot-text.ath.cx/kar/getinghotinhere.mp3"></ref>
</entry>

<!-- Put New Entry Here As Many as You Like
Save File As You_Name_It.asx Same Folder as File-->

<entry>
<title>My Favorite Online Radio Freedom</title>
<ref href="http://stream.radio-freedom.com:8380"></ref>
</entry>
</asx>

 
Reply With Quote
 
Hot-Text
Guest
Posts: n/a

 
      09-06-2010
A Example of a Playlist.asx http://hot-text.ath.cx/kar/Untitled.asx

can create playlists either in PLS-format or M3U-format but I like asx.

http://www.ehow.com/search.aspx?s=cr...ists&Options=0

http://www.oddgravity.com/ Playlist Creator 3.6.2 - Minor update




"Hot-Text" <hot-> wrote in message
news:i63i54$osd$...
> For Detailed information for file extension PLS:
> Primary association: Generic Playlist File
> Mime type: audio/x-scpls
>
> pls, a text playlist similar to .ini (program settings) files.
> It normally contains only the location of the items in the playlist.
>
> the list.pls or a list.ini Playlist Edit as a Text codes in a text
> editor!
>
> A Example of pls
> -----------------------------------------------------
>
> [playlist]
>
> File1=http://hot-text.ath.cx/kar/getinghotinhere.mp3
> Title1=Remote MP3
>
> File2=http://stream.radio-freedom.com:8380
> Title2=My Favorite Online Radio Freedom
>
> Version=2
>
> -------------------------------------------------------------
>
> http://en.wikipedia.org/wiki/PLS_(file_format)
>
> Types of playlist files
>
> http://en.wikipedia.org/wiki/Playlist
>
> A Example of a Playlist.asx for I go with a ASX files
> -------------------------------------------------------
>
> <asx version="3.0">
>
> <author>Hot-Text</author>
> <title>a pplaylist</title>
> <entry>
> <title>Song Name Getting Hot in Here</title>
> <author>Nelly</author>
> <ref href="http://hot-text.ath.cx/kar/getinghotinhere.mp3"></ref>
> </entry>
>
> <!-- Put New Entry Here As Many as You Like
> Save File As You_Name_It.asx Same Folder as File-->
>
> <entry>
> <title>My Favorite Online Radio Freedom</title>
> <ref href="http://stream.radio-freedom.com:8380"></ref>
> </entry>
> </asx>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
WMP12 Issues GodWentPUNK Windows Media Player 6 11-24-2009 01:18 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59