View Full Version : html syntax
josh48202
17th December 2007, 16:32
im trying to make a now playing html doc with that will display all the information of the songs that i am listening too. iv searched everywhere and cant find ne thing.
these are the syntax codes i already now.
[np:Artist1]
[np:Title1]
[np:Album1]
[np:Quality1]
does anyone else know ne more to add to the list??
please and thank you! =]
Sawg
17th December 2007, 16:45
There is no way to do that with just HTML alone. Plus, it would require some pluginor tool to have interaction with Winamp.
Nunzio390
17th December 2007, 16:49
Also, none of this is any kind of HTML syntax/code at all :confused: ...
[np:Artist1]
[np:Title1]
[np:Album1]
[np:Quality1]
josh48202
17th December 2007, 17:01
i already have a plugin installed it works and creates a html doc using those codes. i just want to know if there are ne more codes like that i could use.
this is what i got now.
<html>
<head>
<title>Now Playing</title>
</head>
<body>
<h2 align="center"><font face="Courier New, Courier, mono">Now Playing</font></h2>
<table width="60%" border=1 align="center" cellpadding="1" cellspacing="1" bordercolor="#000000" bgcolor="#FFFFFF">
<tr bgcolor="#6633FF">
<th><font color="#FFFF00">Artist</font></th>
<th><font color="#FFFF00">Song Title</font></th>
</tr>
<tr align="center">
<td>[np:Artist1]<br></td>
<td>[np:Title1]<br></td>
</tr>
</table>
</body>
</html>
Nunzio390
17th December 2007, 17:05
Those are not HTML codes - of any kind. I know. I program in HTML. What program/plugin are you referring to. Where can I see an example of where that "code" is used. Then maybe I can help you with this.
[EDIT]
You edited your above post while I was typing my reply and posted some code :)
Some sort of functions pulling from some other database are being inserted within the table cells. Can I see a link to the program that is creating this odd code?
josh48202
17th December 2007, 17:06
i posted it above sorry i wasnt exactly sure what it was called i use now playing v1.4 plugin
josh48202
17th December 2007, 17:25
heres the website to the plugin
http://www.cc.jyu.fi/~ltnevala/nowplaying/
but i think i might have found some Parameters
Nunzio390
17th December 2007, 17:26
Ahhh... well there are quite a few (http://www.winamp.com/plugins/search/?q=now%20playing) "now playing" plugins, for different services, but you never indicated which particular one you are using, or what service you are using it with.
In any event, for an answer to your question, you'll either have to consult the documentation that may/may not have been provided, or ask your question of the author of the specific plugin you are using to find out whether or not other parameters can be used.
[EDIT]
LOL! :D You posted yet again as I was typing my reply. So, now that you have
identified the plugin (http://www.cc.jyu.fi/~ltnevala/nowplaying/), you need to contact either Antti or Lauri Nevala (the authors), to find out whether or not other parameters can be used.
josh48202
17th December 2007, 17:30
alright thank you Nunzio
Nunzio390
17th December 2007, 17:32
Yer welcome ;)
Can a moderator now please take this thread out of Winamp Tech Support and move it to the Winamp Discussion forum instead?
Thanks :up:
vBulletin® v3.8.6, Copyright ©2000-2013, Jelsoft Enterprises Ltd.