|
|
#1 |
|
Junior Member
Join Date: Jul 2002
Posts: 4
|
Can someone tell me what's the params for this function ???
When you enter a value it returns "tereo" ! |
|
|
|
|
|
#2 |
|
Major Dude
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
|
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Jul 2002
Posts: 4
|
I want to extract ID3 information like artist name or song title.
Is it possible ?? |
|
|
|
|
|
#4 |
|
Major Dude
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 |
|
|
|
|
|
#5 |
|
Junior Member
Join Date: Jul 2002
Posts: 4
|
thanks ,but I try to break it !
|
|
|
|
|
|
#6 |
|
Major Dude
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); |
|
|
|
|
|
#7 |
|
Major Dude
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"); |
|
|
|
|
|
#8 |
|
Junior Member
Join Date: Jul 2002
Posts: 4
|
thanks
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|