Go Back   Winamp Forums > Skinning and Design > Modern Skins

Reply
Thread Tools Search this Thread Display Modes
Old 16th July 2002, 13:10   #1
Nakah
Junior Member
 
Join Date: Jul 2002
Posts: 4
Arrow Help with getPlayItemMetaDataString() function !!!

Can someone tell me what's the params for this function ???
When you enter a value it returns "tereo" !
Nakah is offline   Reply With Quote
Old 16th July 2002, 13:36   #2
The Rhino
Major Dude
 
The Rhino's Avatar
 
Join Date: Nov 2001
Location: Florida
Posts: 1,069
what are you trying to do exactly but if you are trying to break up songinfo try http://forums.winamp.com/showthread....threadid=71090
The Rhino is offline   Reply With Quote
Old 16th July 2002, 13:38   #3
Nakah
Junior Member
 
Join Date: Jul 2002
Posts: 4
I want to extract ID3 information like artist name or song title.
Is it possible ??
Nakah is offline   Reply With Quote
Old 16th July 2002, 13:41   #4
The Rhino
Major Dude
 
The Rhino's Avatar
 
Join Date: Nov 2001
Location: Florida
Posts: 1,069
well this from the default skin gives you that

<!-- Song Name Ticker -->
<text
id="songticker" ticker="1"
display="songname" default="" showlen="1"
x="103" y="8"
w="157" h="14"
font="wasabi.font.default" fontsize="13"
/>

but if you are trying to break it up i have no sure was of doing that
The Rhino is offline   Reply With Quote
Old 16th July 2002, 13:42   #5
Nakah
Junior Member
 
Join Date: Jul 2002
Posts: 4
thanks ,but I try to break it !
Nakah is offline   Reply With Quote
Old 16th July 2002, 13:54   #6
The Rhino
Major Dude
 
The Rhino's Avatar
 
Join Date: Nov 2001
Location: Florida
Posts: 1,069
here are the params for getmetadatastring so it is definately what you want

/**
getPlayItemMetaDataString()

Get metadata for the track currently playing. The metadata field names that
are available are the following:

**ADD LIST**

@ret The requested metadata.
@param metadataname The name of the metadata field you want to read.
*/
extern String System.getPlayItemMetaDataString(String metadataname);
The Rhino is offline   Reply With Quote
Old 16th July 2002, 14:01   #7
The Rhino
Major Dude
 
The Rhino's Avatar
 
Join Date: Nov 2001
Location: Florida
Posts: 1,069
try these
System.getPlayItemMetaDataString("Title");
System.getPlayItemMetaDataString("Artist");
System.getPlayItemMetaDataString("Name"); System.getPlayItemMetaDataString("Album"); System.getPlayItemMetaDataString("Genre");
The Rhino is offline   Reply With Quote
Old 16th July 2002, 14:54   #8
Nakah
Junior Member
 
Join Date: Jul 2002
Posts: 4
thanks
Nakah is offline   Reply With Quote
Reply
Go Back   Winamp Forums > Skinning and Design > Modern Skins

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

Forum Jump