have you ever used the web interface to vlc?<br>
I am trying to make an active desktop friendly index page for it.
so I can control vlc by clicking on buttons on my desktop.<br>
<br><br><div><span class="gmail_quote">On 7/2/05, <b class="gmail_sendername"><a href="mailto:list@scttransport.dk">list@scttransport.dk</a></b> <<a href="mailto:list@scttransport.dk">list@scttransport.dk</a>> wrote:
</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div>
<p><font color="navy" face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; color: navy;">LOL</span></font></p>
<p><font color="navy" face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; color: navy;"> </span></font></p>
<p><font color="navy" face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; color: navy;">I have no clue what you are talking about
bro, but glad its working for ya </span></font><font color="navy" face="Wingdings" size="2"><span style="font-size: 10pt; font-family: Wingdings; color: navy;">J</span></font><font color="navy" face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; color: navy;">
</span></font></p>
<p><font color="navy" face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; color: navy;"> </span></font></p>
<div style="border-style: none none none solid; border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color blue; border-width: medium medium medium 1.5pt; padding: 0pt 0pt 0pt 4pt;">
<div>
<div style="text-align: center;" align="center"><font face="Times New Roman" size="3"><span style="font-size: 12pt;">
<hr align="center" size="3" width="100%">
</span></font></div>
<p><b><font face="Tahoma" size="2"><span style="font-size: 10pt; font-family: Tahoma; font-weight: bold;">From:</span></font></b><font face="Tahoma" size="2"><span style="font-size: 10pt; font-family: Tahoma;">
<a href="mailto:streaming-bounce@videolan.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">streaming-bounce@videolan.org</a> [mailto:<a href="mailto:streaming-bounce@videolan.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
streaming-bounce@videolan.org</a>] <b><span style="font-weight: bold;">On Behalf Of </span></b>james<br>
<b><span style="font-weight: bold;">Sent:</span></b> 2. juli 2005 23:34<br>
<b><span style="font-weight: bold;">To:</span></b> <a href="mailto:streaming@videolan.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">streaming@videolan.org</a><br>
<b><span style="font-weight: bold;">Subject:</span></b> [streaming] Re: how do
you display the shoutcast title info?</span></font></p>
</div><div><span class="e" id="q_104d9b0b6531db10_1">
<p><font face="Times New Roman" size="3"><span style="font-size: 12pt;"> </span></font></p>
<p style="margin-bottom: 12pt;"><font face="Times New Roman" size="3"><span style="font-size: 12pt;">well I found a work
around.<br>
I have been wanting to play around with web interface anyway so I found a work
aroud that actually is pretty cool. for 1 line of html.<br>
<br>
I a way to show the current song playing on the web interface for
shoutcast servers. it also displays the current server info. <br>
<br>
<br>
I added a line to index.html in the http directory<br>
<table><br>
<vlc id="rpn" param1="0"/><br>
<vlc id="foreach" param1="pl"
param2="playlist" /><br>
<tr class="<vlc id="if" param1="pl.index 2 % 0
=" <br>
<br>
/>ligne1<vlc id="else" />ligne2<vlc id="end"
/>"><br>
<td><br>
<input type="checkbox" name="item" value="<vlc <br>
<br>
id="value" param1="pl.index" />"/><br>
<vlc id="if" param1="pl.current" /><br>
<strong><br>
<vlc id="end" /><br>
<a href="?control=play&amp;item=<vlc id="value" <br>
<br>
param1="pl.index" />"><br>
<vlc id="value" param1="pl.index" /> - <vlc
id="value" <br>
<br>
param1="pl.uri" /><vlc id="if" param1="pl.uri
value <a href="http://pl.name" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">pl.name</a> value strcmp"/> <br>
<br>
(<vlc id="value" param1="<a href="http://pl.name" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">pl.name</a>"
/>)<vlc id="end"/></a><br>
<vlc id="if" param1="pl.current" /><br>
</strong><br>
***ADD THE LINE BELOW<br>
<iframe src="<vlc id="value" param1="pl.uri"
/>" <br>
<br>
name="<vlc id="value" param1="pl.uri" />"
width="425" height="500" <br>
<br>
scrolling="yes" frameborder="1" scrollbars="yes"
id="bassdrive"></iframe><br><br>
***END OF LINE TO ADD<br>
<vlc id="end" /><br>
</td><br>
</tr><br>
<vlc id="rpn" param1="1 +"/><br>
<vlc id="end" /><br>
<vlc id="if" param1="0 ="/><br>
<tr class="ligne1"><br>
<td>empty playlist</td><br>
</tr><br>
<vlc id="end"/><br>
</table><br>
<br>
I you might want to play with refresh tag as well.<br>
<br>
start "reggea" /min D:\vlc\vlc-0.8.0\vlc.exe --loop --volume 30
<br>
<br>
<a href="http://instert" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://instert</a> address of favorite shoutcast
server/<br>
<br>
is a great way to see if the internet has come back up. when you hear music <br>
<br>
you know you are back online.<br>
<br>
<br>
</span></font></p>
<div>
<p><span><font face="Times New Roman" size="3"><span style="font-size: 12pt;">On 7/2/05, <b><span style="font-weight: bold;"><a href="mailto:list@scttransport.dk" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
list@scttransport.dk</a></span></b> <<a href="mailto:list@scttransport.dk" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">list@scttransport.dk</a>> wrote: </span></font></span></p>
<div>
<p><font color="navy" face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; color: navy;">Hi james</span></font></p>
<p><font color="navy" face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; color: navy;"> </span></font></p>
<p><font color="navy" face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; color: navy;">I mainly listen to radio station Music 1. For me the title fo
the song the "now playing" field is always displayed at the bottom of
the vlc player (wxwindows interface)</span></font></p>
<p><font color="navy" face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; color: navy;"> </span></font></p>
<p><font color="navy" face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; color: navy;">The problem is most likely that the skin u are using don't
show the now playing field, I believe the default skins2 skin don't show it.</span></font></p>
<p><font color="navy" face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; color: navy;"> </span></font></p>
<p><font color="navy" face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; color: navy;">So try to change to another skin or try the wxwin interface
and see if its then displayed, if it is, it's a problem with the skin.</span></font></p>
<p><font color="navy" face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; color: navy;"> </span></font></p>
<p><font color="navy" face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; color: navy;">Let us know how it goes.</span></font></p>
<p><font color="navy" face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; color: navy;"> </span></font></p>
<p><font color="navy" face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; color: navy;">Cheers</span></font></p>
<p><font color="navy" face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; color: navy;">Jonas Larsen</span></font></p>
<p><font color="navy" face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; color: navy;"> </span></font></p>
<div style="border-style: none none none solid; border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color blue; border-width: medium medium medium 1.5pt; padding: 0pt 0pt 0pt 4pt;">
<div>
<div style="text-align: center;" align="center"><font face="Times New Roman" size="3"><span style="font-size: 12pt;">
<hr align="center" size="3" width="100%">
</span></font></div>
<p><b><font face="Tahoma" size="2"><span style="font-size: 10pt; font-family: Tahoma; font-weight: bold;">From:</span></font></b><font face="Tahoma" size="2"><span style="font-size: 10pt; font-family: Tahoma;"> <a href="mailto:streaming-bounce@videolan.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
streaming-bounce@videolan.org</a>
[mailto:<a href="mailto:streaming-bounce@videolan.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
streaming-bounce@videolan.org</a>] <b><span style="font-weight: bold;">On Behalf
Of </span></b>james<br>
<b><span style="font-weight: bold;">Sent:</span></b> 2. juli 2005 15:30<br>
<b><span style="font-weight: bold;">To:</span></b> <a href="mailto:streaming@videolan.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">streaming@videolan.org</a><br>
<b><span style="font-weight: bold;">Subject:</span></b> [streaming] how do you
display the shoutcast title info?</span></font></p>
</div>
<div><span>
<p><font face="Times New Roman" size="3"><span style="font-size: 12pt;"> </span></font></p>
<p style="margin-bottom: 12pt;"><font face="Times New Roman" size="3"><span style="font-size: 12pt;">when I stream a server in winamp I can see the song
thats playing. in vlc all I get is the url. how can I make it display it? is
there a way to do it in the web interface? the telnet interace?<br>
I looked on the vlc page but didnt find it.<br>
<br>
Its little things like this that keep me from switching to vlc completely.<br>
<br>
Its the most useful media player around, most configurable, wish it had more
skins, but that will just take time. <br>
if someone would make an interface that used winamp skins that problem would be
solved. even if its just classic winamp skins, there are hundreds of those.</span></font></p>
</span></div>
</div>
</div>
</div>
<p><font face="Times New Roman" size="3"><span style="font-size: 12pt;"> </span></font></p>
</span></div></div>
</div>
</blockquote></div><br>