Discussion:
Playlists not working in CVS?
Robert Moser II
2002-02-07 06:01:21 UTC
Permalink
Actually that's not how it works, it uses Timers instead of the
Scheduler. So, there isn't any time specifically allocated to the
animation and the only parameters that might help would be reducing the
$tcpReadMax, $tcpWriteMax, and possibly the $tcpConnectMax. What is
happening is that the HTTP connections are using most of the time between
UDP read requests, which results in the Timers being skipped.

I searched all the modules to see what used timers and I came up with
Animation, ScreenSaver, SoftPause, and scanning directories. I think that
I'm of the mind that Timers are a bit more important than HTTP
communication, so another thing that could be done is to move the call to
checkTimers to right after the UDP communications loop. Or it could be
moved to between the TCP read loop and the TCP write loop.

Robert (gr0tus)
The way it works is that various bits of code call functions in the
Animation.pm module which schedule callbacks in the future to update
the display using the scheduler.
If the scheduler doesn't get to run its tasks often enough the
animation gets all jumpy. The scheduler gets its chance to run its
if (SliMP3::Scheduler::run_tasks($schedulerTimeSlice)) {
at 272 in server.pl.
Does this help?
-dean
I haven't looked too much at the animation, how does it work? What modules
are involved, and where do the calls happen? I'll try to figure it out once
I get home and have washed my mountain of dishes, but some pointers would
help.
Ok, so what should I tweak to give the animation more time when doing HTTP
streaming?
Your use of Yahoo! Groups is subject to
<http://docs.yahoo.com/info/terms/>http://docs.yahoo.com/info/terms/
Your use of Yahoo! Groups is subject to the
<http://docs.yahoo.com/info/terms/>Yahoo! Terms of Service.
To unsubscribe from this group, send an email to:
slimp3-dev-unsubscribe-***@public.gmane.org



Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
dean blackketter
2002-02-07 03:13:16 UTC
Permalink
The way it works is that various bits of code call functions in the
Animation.pm module which schedule callbacks in the future to update
the display using the scheduler.

If the scheduler doesn't get to run its tasks often enough the
animation gets all jumpy. The scheduler gets its chance to run its
tasks in this line:

if (SliMP3::Scheduler::run_tasks($schedulerTimeSlice)) {

at 272 in server.pl.

Does this help?

-dean
I haven't looked too much at the animation, how does it work? What modules
are involved, and where do the calls happen? I'll try to figure it out once
I get home and have washed my mountain of dishes, but some pointers would
help.
Ok, so what should I tweak to give the animation more time when doing HTTP
streaming?
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
To unsubscribe from this group, send an email to:
slimp3-dev-unsubscribe-***@public.gmane.org



Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
r***@public.gmane.org
2002-02-07 03:11:46 UTC
Permalink
I haven't looked too much at the animation, how does it work? What modules
are involved, and where do the calls happen? I'll try to figure it out once
I get home and have washed my mountain of dishes, but some pointers would
help.
Ok, so what should I tweak to give the animation more time when doing HTTP
streaming?

------------------------ Yahoo! Groups Sponsor ---------------------~-->
Sponsored by VeriSign - The Value of Trust
Secure all your Web servers now - with a proven 5-part
strategy. The FREE Server Security Guide shows you how.
http://us.click.yahoo.com/iWSNbC/VdiDAA/yigFAA/rIp0lB/TM
---------------------------------------------------------------------~->

To unsubscribe from this group, send an email to:
slimp3-dev-unsubscribe-***@public.gmane.org



Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
dean blackketter
2003-02-22 13:01:46 UTC
Permalink
<!doctype html public "-//W3C//DTD W3 HTML//EN">
<head><style type="text/css"><!--
blockquote, dl, ul, ol, li { padding-top: 0 ; padding-bottom: 0 }
--></style><title>RE: [slimp3-dev] Playlists not working in
CVS?</title></head><body>
<div>The way it works is that various bits of code call functions in
the Animation.pm module which schedule callbacks in the future to
update the display using the scheduler.</div>
<div><br></div>
<div>If the scheduler doesn't get to run its tasks often enough the
animation gets all jumpy.&nbsp; The scheduler gets its chance to run
its tasks in this line:</div>
<div><br></div>
<div><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </x-tab>if
(SliMP3::Scheduler::run_tasks($schedulerTimeSlice)) {</div>
<div><br></div>
<div>at 272 in server.pl.</div>
<div><br></div>
<div>Does this help?</div>
<div><br></div>
<div>-dean</div>
<div><br></div>
<blockquote type="cite" cite>I haven't looked too much at the
animation, how does it work?&nbsp; What modules<br>
are involved, and where do the calls happen?&nbsp; I'll try to figure
it out once<br>
I get home and have washed my mountain of dishes, but some pointers
would<br>
help.<br>
<br>
<br>
&gt;Ok, so what should I tweak to give the animation more time when
doing HTTP<br>
streaming?<br>
<br>
------------------------ Yahoo! Groups Sponsor
---------------------~--&gt;<br>
Sponsored by VeriSign - The Value of Trust<br>
Secure all your Web servers now - with a proven 5-part<br>
strategy. The FREE Server Security Guide shows you how.<br>
http://us.click.yahoo.com/iWSNbC/VdiDAA/yigFAA/rIp0lB/TM<br>
---------------------------------------------------------------------<span </span>~-&gt;<br>
<br>
To unsubscribe from this group, send an email to:<br>
slimp3-dev-unsubscribe-***@public.gmane.org<br>
<br>
&nbsp;<br>
<br>
Your use of Yahoo! Groups is subject to
http://docs.yahoo.com/info/terms/ </blockquote>
<div><br></div>
</body>
</html>
dean blackketter
2002-02-07 02:43:22 UTC
Permalink
<!doctype html public "-//W3C//DTD W3 HTML//EN">
<head><style type="text/css"><!--
blockquote, dl, ul, ol, li { padding-top: 0 ; padding-bottom: 0 }
--></style><title>RE: [slimp3-dev] Playlists not working in
CVS?</title></head><body>


<div>Ok, so what should I tweak to give the animation more time when
doing HTTP streaming?</div>
<div><br></div>
<div><br></div>
<blockquote type="cite" cite><font face="Arial" size="-1"
color="#0000FF">The tweakiness is built in.&nbsp; That's why I used
variables instead of hard-coded values.&nbsp; If someone familiar with
how the server setup web page could add the following to it then they
could be tweaked while running.</font></blockquote>
<blockquote type="cite" cite>&nbsp;</blockquote>
<blockquote type="cite" cite><font face="Arial" size="-1"
color="#0000FF">Configuration variables:<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </x-tab>$tcpReadMax
- max number of TCP client sockets read per main loop<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </x-tab>$tcpWriteMax - max
number of TCP client sockets written per main loop<br>
<x-tab>&nbsp;&nbsp; </x-tab>$tcpConnectMax - max number of connections
accepted<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp; </x-tab>$tcpChunkSize - bytes written
to TCP client socket per pass<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp; </x-tab>$schedulerTimeSlice - max time
allowed in scheduler loop</font></blockquote>
<blockquote type="cite" cite><font face="Arial" size="-1"
color="#0000FF"><br></font>
<blockquote><font face="Tahoma" size="-1">-----Original
Message-----<br>
<b>From:</b> dean blackketter [mailto:dean-qV/***@public.gmane.org]<br>
<b>Sent:</b> Wednesday, February 06, 2002 2:45 PM<br>
<b>To:</b> slimp3-dev-***@public.gmane.org<br>
<b>Subject:</b> Re: [slimp3-dev] Playlists not working in
CVS?</font><br> </blockquote> <blockquote><tt>&gt;Yep!&nbsp; That seemed to fix it... the interface
is awfully slow now though... is<br>
&gt;that as a result of the stuff preventing the player from
starving?&nbsp; has<br>
&gt;anyone else noticed that?<br>
<br>
That's what it appears to be.&nbsp; I wonder if Robert could tweak it
to<br>
make sure that the scheduler gets a bit more priority here to make<br>
sure that the animations don't get shafted...<br>
<br>
-dean<br>
</tt><br>
<br>
<tt>To unsubscribe from this group, send an email to:<br>
slimp3-dev-unsubscribe-***@public.gmane.org<br>
<br>
</tt><br>
<br>
<tt>Your use of Yahoo! Groups is subject to the</tt> <a
href="http://docs.yahoo.com/info/terms/"><tt>Yahoo! Terms of
Service</tt></a><tt>.</tt><br>
</blockquote>
</blockquote>
<blockquote type="cite" cite><br></blockquote>
<blockquote type="cite" cite><font size="-1" color="#003399"><b>Yahoo!
Groups Sponsor</b></font></blockquote>
<blockquote type="cite" cite><font face="Arial"
size="-2">ADVERTISEMENT</font><br>
<a
href=
"http://rd.yahoo.com/M=218512.1856015.3360178.1269402/D=egroupweb/S=1708298795:HM/A=928901/R=0/*http://ad.doubleclick.net/clk;3788034;6800959;v%3fhttp://www.verisign.com/cgi-bin/go.cgi?a=b228473240057000"><br>
</a></blockquote>
<blockquote type="cite" cite><img
src=
"http://us.adserver.yahoo.com/l?M=218512.1856015.3360178.1269402/D=egroupmail/S=1708298795:HM/A=928901/rand=501589693"alt=""width="1"height="1"></blockquote>
<blockquote type="cite" cite><br>
<tt>To unsubscribe from this group, send an email to:<br>
slimp3-dev-unsubscribe-***@public.gmane.org<br>
<br>
</tt><br>
<br>
<tt>Your use of Yahoo! Groups is subject to the</tt> <a
href="http://docs.yahoo.com/info/terms/"><tt>Yahoo! Terms of
Service</tt></a><tt>.</tt></blockquote>

<br>

<!-- |**|begin egp html banner|**| -->

<table border=0 cellspacing=0 cellpadding=2>
<tr bgcolor=#FFFFCC>
<td align=center><font size="-1" color=#003399><b>Yahoo! Groups Sponsor</b></font></td>
</tr>
<tr bgcolor=#FFFFFF>
<td align=center width=470><table border=0 cellpadding=0 cellspacing=0><tr><td align=center><font face=arial size=-2>ADVERTISEMENT</font><br><a href="http://rd.yahoo.com/M=218512.1856015.3360178.1269402/D=egroupweb/S=1708298795:HM/A=928901/R=0/*http://ad.doubleclick.net/clk;3788034;6800959;v%3fhttp://www.verisign.com/cgi-bin/go.cgi?a=b228473240057000" target="_blank"><img src="Loading Image..." alt="" width="300" height="250" border="0"></a></td></tr></table></td>
</tr>
<tr><td><img alt="" width=1 height=1 src="http://us.adserver.yahoo.com/l?M=218512.1856015.3360178.1269402/D=egroupmail/S=1708298795:HM/A=928901/rand=818247255"></td></tr>
</table>

<!-- |**|end egp html banner|**| -->


<br>
<tt>
To unsubscribe from this group, send an email to:<BR>
slimp3-dev-unsubscribe-***@public.gmane.org<BR>
<BR>
</tt>
<br>

<br>
<tt>Your use of Yahoo! Groups is subject to the <a href="http://docs.yahoo.com/info/terms/">Yahoo! Terms of Service</a>.</tt>
</br>

</body>
</html>
dean blackketter
2003-02-22 13:01:48 UTC
Permalink
<!doctype html public "-//W3C//DTD W3 HTML//EN">
<head><style type="text/css"><!--
blockquote, dl, ul, ol, li { padding-top: 0 ; padding-bottom: 0 }
--></style><title>RE: [slimp3-dev] Playlists not working in
CVS?</title></head><body>
<div>Ok, so what should I tweak to give the animation more time when
doing HTTP streaming?</div>
<div><br></div>
<div><br></div>
<blockquote type="cite" cite><font face="Arial" size="-1"
color="#0000FF">The tweakiness is built in.&nbsp; That's why I used
variables instead of hard-coded values.&nbsp; If someone familiar with
how the server setup web page could add the following to it then they
could be tweaked while running.</font></blockquote>
<blockquote type="cite" cite>&nbsp;</blockquote>
<blockquote type="cite" cite><font face="Arial" size="-1"
color="#0000FF">Configuration variables:<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </x-tab>$tcpReadMax
- max number of TCP client sockets read per main loop<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </x-tab>$tcpWriteMax - max
number of TCP client sockets written per main loop<br>
<x-tab>&nbsp;&nbsp; </x-tab>$tcpConnectMax - max number of connections
accepted<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp; </x-tab>$tcpChunkSize - bytes written
to TCP client socket per pass<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp; </x-tab>$schedulerTimeSlice - max time
allowed in scheduler loop</font></blockquote>
<blockquote type="cite" cite><font face="Arial" size="-1"
color="#0000FF"><br></font>
<blockquote><font face="Tahoma" size="-1">-----Original
Message-----<br>
<b>From:</b> dean blackketter [mailto:dean-qV/***@public.gmane.org]<br>
<b>Sent:</b> Wednesday, February 06, 2002 2:45 PM<br>
<b>To:</b> slimp3-dev-***@public.gmane.org<br>
<b>Subject:</b> Re: [slimp3-dev] Playlists not working in
CVS?</font><br> </blockquote> <blockquote><tt>&gt;Yep!&nbsp; That seemed to fix it... the interface
is awfully slow now though... is<br>
&gt;that as a result of the stuff preventing the player from
starving?&nbsp; has<br>
&gt;anyone else noticed that?<br>
<br>
That's what it appears to be.&nbsp; I wonder if Robert could tweak it
to<br>
make sure that the scheduler gets a bit more priority here to make<br>
sure that the animations don't get shafted...<br>
<br>
-dean<br>
</tt><br>
<br>
<tt>To unsubscribe from this group, send an email to:<br>
slimp3-dev-unsubscribe-***@public.gmane.org<br>
<br>
</tt><br>
<br>
<tt>Your use of Yahoo! Groups is subject to the</tt> <a
href="http://docs.yahoo.com/info/terms/"><tt>Yahoo! Terms of
Service</tt></a><tt>.</tt><br>
</blockquote>
</blockquote>
<blockquote type="cite" cite><br></blockquote>
<blockquote type="cite" cite><font size="-1" color="#003399"><b>Yahoo!
Groups Sponsor</b></font></blockquote>
<blockquote type="cite" cite><font face="Arial"
size="-2">ADVERTISEMENT</font><br>
<a
href=
"http://rd.yahoo.com/M=218512.1856015.3360178.1269402/D=egroupweb/S=1708298795:HM/A=928901/R=0/*http://ad.doubleclick.net/clk;3788034;6800959;v%3fhttp://www.verisign.com/cgi-bin/go.cgi?a=b228473240057000"><br>
</a></blockquote>
<blockquote type="cite" cite><img
src=
"http://us.adserver.yahoo.com/l?M=218512.1856015.3360178.1269402/D=egroupmail/S=1708298795:HM/A=928901/rand=501589693"alt=""width="1"height="1"></blockquote>
<blockquote type="cite" cite><br>
<tt>To unsubscribe from this group, send an email to:<br>
slimp3-dev-unsubscribe-***@public.gmane.org<br>
<br>
</tt><br>
<br>
<tt>Your use of Yahoo! Groups is subject to the</tt> <a
href="http://docs.yahoo.com/info/terms/"><tt>Yahoo! Terms of
Service</tt></a><tt>.</tt></blockquote>
</body>
</html>
Moser, Robert L. II
2002-02-07 00:15:42 UTC
Permalink
Moser, Robert L. II
2002-02-06 23:39:24 UTC
Permalink
John Ruttenberg
2002-02-06 23:38:35 UTC
Permalink
This probably belongs on the setup_advanced page, just added today.
The tweakiness is built in. That's why I used variables instead of
hard-coded values. If someone familiar with how the server setup web page
could add the following to it then they could be tweaked while running.
$tcpReadMax - max number of TCP client sockets read per main loop
$tcpWriteMax - max number of TCP client sockets written per main loop
$tcpConnectMax - max number of connections accepted
$tcpChunkSize - bytes written to TCP client socket per pass
$schedulerTimeSlice - max time allowed in scheduler loop
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Sponsored by VeriSign - The Value of Trust
Pinpoint the right security solution for your company - FREE
Guide from industry leader VeriSign gives you all the facts.
http://us.click.yahoo.com/pCuuSA/WdiDAA/yigFAA/rIp0lB/TM
---------------------------------------------------------------------~->

To unsubscribe from this group, send an email to:
slimp3-dev-unsubscribe-***@public.gmane.org



Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
zella wydler blackketter
2003-02-22 13:01:53 UTC
Permalink
<!doctype html public "-//W3C//DTD W3 HTML//EN">
<head><style type="text/css"><!--
blockquote, dl, ul, ol, li { padding-top: 0 ; padding-bottom: 0 }
--></style><title>RE: [slimp3-dev] Playlists not working in
CVS?</title></head><body>
<div>Ok, so what should I tweak to give the animation more time when
doing HTTP streaming?</div>
<div><br></div>
<div><br></div>
<blockquote type="cite" cite><font face="Arial" size="-1"
color="#0000FF">The tweakiness is built in.&nbsp; That's why I used
variables instead of hard-coded values.&nbsp; If someone familiar with
how the server setup web page could add the following to it then they
could be tweaked while running.</font></blockquote>
<blockquote type="cite" cite>&nbsp;</blockquote>
<blockquote type="cite" cite><font face="Arial" size="-1"
color="#0000FF">Configuration variables:<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </x-tab>$tcpReadMax
- max number of TCP client sockets read per main loop<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </x-tab>$tcpWriteMax - max
number of TCP client sockets written per main loop<br>
<x-tab>&nbsp;&nbsp; </x-tab>$tcpConnectMax - max number of connections
accepted<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp; </x-tab>$tcpChunkSize - bytes written
to TCP client socket per pass<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp; </x-tab>$schedulerTimeSlice - max time
allowed in scheduler loop</font></blockquote>
<blockquote type="cite" cite><font face="Arial" size="-1"
color="#0000FF"><br></font>
<blockquote><font face="Tahoma" size="-1">-----Original
Message-----<br> <b>From:</b> dean blackketter [mailto:dean-qV/***@public.gmane.org]<br> <b>Sent:</b> Wednesday, February 06, 2002 2:45 PM<br> <b>To:</b> slimp3-dev-***@public.gmane.org<br> <b>Subject:</b> Re: [slimp3-dev] Playlists not working in CVS?<br> </font></blockquote> <blockquote><tt>&gt;Yep!&nbsp; That seemed to fix it... the interface
is awfully slow now though... is<br>
&gt;that as a result of the stuff preventing the player from
starving?&nbsp; has<br>
&gt;anyone else noticed that?<br>
<br>
That's what it appears to be.&nbsp; I wonder if Robert could tweak it
to<br>
make sure that the scheduler gets a bit more priority here to make<br>
sure that the animations don't get shafted...<br>
<br>
-dean<br>
</tt><br>
<br>
<tt>To unsubscribe from this group, send an email to:<br>
slimp3-dev-unsubscribe-***@public.gmane.org<br>
<br>
</tt><br>
<br>
<tt>Your use of Yahoo! Groups is subject to the </tt><a
href="http://docs.yahoo.com/info/terms/"><tt>Yahoo! Terms of
Service</tt></a><tt>.</tt><br>
</blockquote>
</blockquote>
<blockquote type="cite" cite><br></blockquote>
<blockquote type="cite" cite><font size="-1" color="#003399"><b>Yahoo!
Groups Sponsor</b></font></blockquote>
<blockquote type="cite" cite><font face="Arial"
size="-2">ADVERTISEMENT</font><br>
<a
href=
"Loading Image..."alt=""width="300"height="250"></a></blockquote>
<blockquote type="cite" cite><img
src=
"http://us.adserver.yahoo.com/l?M=218512.1856015.3360178.1269402/D=egroupmail/S=1708298795:HM/A=928901/rand=501589693"alt=""width="1"height="1"></blockquote>
<blockquote type="cite" cite><br>
<tt>To unsubscribe from this group, send an email to:<br>
slimp3-dev-unsubscribe-***@public.gmane.org<br>
<br>
</tt><br>
<br>
<tt>Your use of Yahoo! Groups is subject to the </tt><a
href="http://docs.yahoo.com/info/terms/"><tt>Yahoo! Terms of
Service</tt></a><tt>.</tt></blockquote>
<div><br></div>
</body>
</html>
dean blackketter
2002-02-06 22:44:49 UTC
Permalink
Yep! That seemed to fix it... the interface is awfully slow now though... is
that as a result of the stuff preventing the player from starving? has
anyone else noticed that?
That's what it appears to be. I wonder if Robert could tweak it to
make sure that the scheduler gets a bit more priority here to make
sure that the animations don't get shafted...

-dean

------------------------ Yahoo! Groups Sponsor ---------------------~-->
Sponsored by VeriSign - The Value of Trust
Pinpoint the right security solution for your company - FREE
Guide from industry leader VeriSign gives you all the facts.
http://us.click.yahoo.com/pCuuSA/WdiDAA/yigFAA/rIp0lB/TM
---------------------------------------------------------------------~->

To unsubscribe from this group, send an email to:
slimp3-dev-unsubscribe-***@public.gmane.org



Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
Brian R. Swan
2002-02-06 22:38:21 UTC
Permalink
Yep! That seemed to fix it... the interface is awfully slow now though... is
that as a result of the stuff preventing the player from starving? has
anyone else noticed that?

Swannie
I've fixed a few things that prevented playlist from working at all.
Please throw all your playlists against the latest CVS version and
let me know if they work.
Thanks,
dean
Yahoo! Groups Sponsor
ADVERTISEMENT
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Sponsored by VeriSign - The Value of Trust
When building an e-commerce site, you want to start with a
secure foundation. Learn how with VeriSign's FREE Guide.
http://us.click.yahoo.com/oCuuSA/XdiDAA/yigFAA/rIp0lB/TM
---------------------------------------------------------------------~->

To unsubscribe from this group, send an email to:
slimp3-dev-unsubscribe-***@public.gmane.org



Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
dean blackketter
2003-02-22 13:01:56 UTC
Permalink
<!doctype html public "-//W3C//DTD W3 HTML//EN">
<head><style type="text/css"><!--
blockquote, dl, ul, ol, li { padding-top: 0 ; padding-bottom: 0 }
--></style><title>Re: [slimp3-dev] Playlists not working in
CVS?</title></head><body>
<blockquote type="cite" cite>Yep!&nbsp; That seemed to fix it... the
interface is awfully slow now though... is </blockquote>
<blockquote type="cite" cite>that as a result of the stuff preventing
the player from starving?&nbsp; has <br>
anyone else noticed that?</blockquote>
<div><br></div>
<div>That's what it appears to be.&nbsp; I wonder if Robert could
tweak it to make sure that the scheduler gets a bit more priority here
to make sure that the animations don't get shafted...</div>
<div><br></div>
<div>-dean</div>
</body>
</html>
dean blackketter
2002-02-06 22:33:32 UTC
Permalink
I've fixed a few things that prevented playlist from working at all.

Please throw all your playlists against the latest CVS version and
let me know if they work.

Thanks,

dean

------------------------ Yahoo! Groups Sponsor ---------------------~-->
Sponsored by VeriSign - The Value of Trust
Secure all your Web servers now - with a proven 5-part
strategy. The FREE Server Security Guide shows you how.
http://us.click.yahoo.com/iWSNbC/VdiDAA/yigFAA/rIp0lB/TM
---------------------------------------------------------------------~->

To unsubscribe from this group, send an email to:
slimp3-dev-unsubscribe-***@public.gmane.org



Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
dean blackketter
2003-02-22 13:01:57 UTC
Permalink
I've fixed a few things that prevented playlist from working at all.

Please throw all your playlists against the latest CVS version and let me know if they work.

Thanks,

dean
dean blackketter
2002-02-06 20:04:33 UTC
Permalink
Hi Swannie,
Not sure if I missed an e-mail on this or something, but playlists seem to be
broken. I'm on the latest CVS as of today (Tuesday). Anytime I go into a
playlist to view it's contents, it just says "Empty". I get no error
messages on the console or anything. I can play individual mp3's just fine.
Let me know what other info I van give you to help...
/mnt/mp3/Rock/Boston - Boston/Boston - Boston - 01 - More Than A Feeling.mp3
/mnt/mp3/Rock/Boston - Boston/Boston - Boston - 02 - Peace Of Mind.mp3
/mnt/mp3/Rock/Boston - Boston/Boston - Boston - 07 - Something About You.mp3
/mnt/mp3/Rock/Bruce Hornsby/Hornsby and the Range, Bruce - That's Just Way It
Is.mp3
I even tried using the status.m3u d/led from the web interface to make sure
it wasn't something with the formating of my other play lists or something,
but no dice.
Haven't looked at this, but it's probably related to the changes that
sean made to the scanner. Sean?
As a side note, I looked at the d/led status.m3u file and
noticed that it's sometimes adding an extra / to the filename. Here's what
/mnt/mp3/Rock/38 Special/38 Special - Caught Up In You.mp3
/mnt/mp3//Rock/38 Special/Special 38 - Hold On Loosely.mp3
Notice the extra / added after /mnt/mp3 in the second one.
Hm. Wierd. Can you file a bug?
Also: I sent out an e-mail a while ago regarding playing shoutcast streams,
and that they're broke with the new progress bar. Did anyone get a chance to
look at that? I can resend the e-mail if necessary.
I think I fixed one a while back. Is it still broken?

-dean

------------------------ Yahoo! Groups Sponsor ---------------------~-->
Sponsored by VeriSign - The Value of Trust
Secure all your Web servers now - with a proven 5-part
strategy. The FREE Server Security Guide shows you how.
http://us.click.yahoo.com/iWSNbC/VdiDAA/yigFAA/rIp0lB/TM
---------------------------------------------------------------------~->

To unsubscribe from this group, send an email to:
slimp3-dev-unsubscribe-***@public.gmane.org



Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
Brian R. Swan
2002-02-06 19:36:28 UTC
Permalink
Hey guys,

Not sure if I missed an e-mail on this or something, but playlists seem to be
broken. I'm on the latest CVS as of today (Tuesday). Anytime I go into a
playlist to view it's contents, it just says "Empty". I get no error
messages on the console or anything. I can play individual mp3's just fine.
Let me know what other info I van give you to help...

Here's what part of my playlists looks like:
/mnt/mp3/Rock/Boston - Boston/Boston - Boston - 01 - More Than A Feeling.mp3
/mnt/mp3/Rock/Boston - Boston/Boston - Boston - 02 - Peace Of Mind.mp3
/mnt/mp3/Rock/Boston - Boston/Boston - Boston - 07 - Something About You.mp3
/mnt/mp3/Rock/Bruce Hornsby/Hornsby and the Range, Bruce - That's Just Way It
Is.mp3

I even tried using the status.m3u d/led from the web interface to make sure
it wasn't something with the formating of my other play lists or something,
but no dice. As a side note, I looked at the d/led status.m3u file and
noticed that it's sometimes adding an extra / to the filename. Here's what
mine looks like:

/mnt/mp3/Rock/38 Special/38 Special - Caught Up In You.mp3
/mnt/mp3//Rock/38 Special/Special 38 - Hold On Loosely.mp3

Notice the extra / added after /mnt/mp3 in the second one.

Also: I sent out an e-mail a while ago regarding playing shoutcast streams,
and that they're broke with the new progress bar. Did anyone get a chance to
look at that? I can resend the e-mail if necessary.

Swannie

------------------------ Yahoo! Groups Sponsor ---------------------~-->
Sponsored by VeriSign - The Value of Trust
When building an e-commerce site, you want to start with a
secure foundation. Learn how with VeriSign's FREE Guide.
http://us.click.yahoo.com/kWSNbC/XdiDAA/yigFAA/rIp0lB/TM
---------------------------------------------------------------------~->

To unsubscribe from this group, send an email to:
slimp3-dev-unsubscribe-***@public.gmane.org



Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
dean blackketter
2003-02-22 13:02:10 UTC
Permalink
<!doctype html public "-//W3C//DTD W3 HTML//EN">
<head><style type="text/css"><!--
blockquote, dl, ul, ol, li { padding-top: 0 ; padding-bottom: 0 }
--></style><title>Re: [slimp3-dev] Playlists not working in
CVS?</title></head><body>
<div>Hi Swannie,</div>
<div><br></div>
<blockquote type="cite" cite>Not sure if I missed an e-mail on this or
something, but playlists seem to be </blockquote>
<blockquote type="cite" cite>broken.&nbsp; I'm on the latest CVS as of
today (Tuesday).&nbsp; Anytime I go into a <br>
playlist to view it's contents, it just says &quot;Empty&quot;.&nbsp;
I get no error <br>
messages on the console or anything.&nbsp; I can play individual mp3's
just fine.&nbsp; <br>
Let me know what other info I van give you to help...&nbsp; <br>
<br>
Here's what part of my playlists looks like:<br>
/mnt/mp3/Rock/Boston - Boston/Boston - Boston - 01 - More Than A
Feeling.mp3<br>
/mnt/mp3/Rock/Boston - Boston/Boston - Boston - 02 - Peace Of
Mind.mp3<br>
/mnt/mp3/Rock/Boston - Boston/Boston - Boston - 07 - Something About
You.mp3<br>
/mnt/mp3/Rock/Bruce Hornsby/Hornsby and the Range, Bruce - That's Just
Way It <br>
Is.mp3<br>
<br>
I even tried using the status.m3u d/led from the web interface to make
sure <br>
it wasn't something with the formating of my other play lists or
something, <br>
but no dice.&nbsp; </blockquote>
<div><br></div>
<div>Haven't looked at this, but it's probably related to the changes
that sean made to the scanner.&nbsp; Sean?</div>
<div><br></div>
<blockquote type="cite" cite>As a side note, I looked at the d/led
status.m3u file and <br>
noticed that it's sometimes adding an extra / to the filename.&nbsp;
Here's what <br>
mine looks like:<br>
<br>
/mnt/mp3/Rock/38 Special/38 Special - Caught Up In You.mp3<br>
/mnt/mp3//Rock/38 Special/Special 38 - Hold On Loosely.mp3<br>
<br>
Notice the extra / added after /mnt/mp3 in the second one.&nbsp;
</blockquote>
<div><br>
Hm.&nbsp; Wierd.&nbsp; Can you file a bug?<br>
</div>
<blockquote type="cite" cite><br>
Also: I sent out an e-mail a while ago regarding playing shoutcast
streams, <br>
and that they're broke with the new progress bar.&nbsp; Did anyone get
a chance to <br>
look at that?&nbsp; I can resend the e-mail if necessary.</blockquote>
<div><br></div>
<div>I think I fixed one a while back.&nbsp; Is it still broken?</div>
<div><br></div>
<div>-dean</div>
</body>
</html>

Continue reading on narkive:
Loading...