I've captured the data with
Code: Select all
eg.globals.shuffleStatus = eg.plugins.Winamp.GetShuffleStatus()I'm trying to make the text-to-speech to say this:
Code: Select all
Shuffle {("Off","On")[int(eg.globals.shuffleStatus)]}Any ideas?
Thanks!
Code: Select all
eg.globals.shuffleStatus = eg.plugins.Winamp.GetShuffleStatus()Code: Select all
Shuffle {("Off","On")[int(eg.globals.shuffleStatus)]}returns just 1 result (as always!).Who is Bitmonster?
This is the source of the result page.Sorry, I just don't know who Bitmonster is.
Code: Select all
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<TITLE>START's reply</TITLE>
<META HTTP-EQUIV="content-type" CONTENT="text/html;charset=UTF-8">
<style type="text/css">
img {max-width:100%;}
</style></HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" VLINK="#000080" ALINK="#000080">
<H1 ALIGN="LEFT">START's reply</H1>
<P><img src="http://start.csail.mit.edu/images/line-rainbow.gif" width=100% height=3></P>
<P>
===> who is bitmonster?
<!-- REPLY-QUALITY: DONT-KNOW-->
<P>Sorry, I just don't know <span type="gen" args-p=T>
who Bitmonster is.</span>
<P><BR CLEAR="ALL"><img src="http://start.csail.mit.edu/images/icons/lines/line-rain.gif" width=100% height=3></P>
<UL>
<LI><A HREF="http://start.csail.mit.edu/">Go back to the START dialog window.</A></LI>
</UL>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-3387059-1");
pageTracker._initData();
pageTracker._trackPageview();
</script>
</BODY>
</HTML>