Discussion:
recent CVS changes...
Mark C . Langston
2001-10-07 00:36:42 UTC
Permalink
Mark,
I haven't seen this. Did it go through?
Which? The bug or the patch? The bug I submitted this morning. The
patch wasn't sent to sourceforge, but to Dean and Dan, and is also
archived in the groups.yahoo.com archive of this list.
Ah, you mean Sean, not Dean, right?
-dean (not sean)
Yes, I did. Too many eans floating around to deal with on a weekend. :)
--
Mark C. Langston
mark-***@public.gmane.org
Systems & Network Admin
http://www.bitshift.org

------------------------ Yahoo! Groups Sponsor ---------------------~-->
Pinpoint the right security solution for your company- Learn how to add 128- bit encryption and to authenticate your web site with VeriSign's FREE guide!
http://us.click.yahoo.com/yQix2C/33_CAA/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
2001-10-07 00:33:42 UTC
Permalink
Mark,
I haven't seen this. Did it go through?
Which? The bug or the patch? The bug I submitted this morning. The
patch wasn't sent to sourceforge, but to Dean and Dan, and is also
archived in the groups.yahoo.com archive of this list.
Ah, you mean Sean, not Dean, right?

-dean (not sean)

------------------------ Yahoo! Groups Sponsor ---------------------~-->
Get your FREE VeriSign guide to security solutions for your web site: encrypting transactions, securing intranets, and more!
http://us.click.yahoo.com/UnN2wB/m5_CAA/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:32:02 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] recent CVS
changes...</title></head><body>
<blockquote type="cite" cite>On Sat, Oct 06, 2001 at 01:05:05PM -0700,
dean blackketter wrote:<br>
&gt; Mark,<br>
&gt; <br>
&gt; I haven't seen this.&nbsp; Did it go through?<br>
&gt; <br>
<br>
Which?&nbsp; The bug or the patch?&nbsp; The bug I submitted this
morning.&nbsp; The<br>
patch wasn't sent to sourceforge, but to Dean and Dan, and is
also</blockquote>
<blockquote type="cite" cite>archived in the groups.yahoo.com archive
of this list.</blockquote>
<div><br></div>
<div>Ah, you mean Sean, not Dean, right?</div>
<div><br></div>
<div>-dean (not sean)</div>
</body>
</html>
Mark C . Langston
2001-10-06 20:15:23 UTC
Permalink
Mark,
I haven't seen this. Did it go through?
Which? The bug or the patch? The bug I submitted this morning. The
patch wasn't sent to sourceforge, but to Dean and Dan, and is also
archived in the groups.yahoo.com archive of this list.
--
Mark C. Langston
mark-***@public.gmane.org
Systems & Network Admin
http://www.bitshift.org

------------------------ Yahoo! Groups Sponsor ---------------------~-->
Pinpoint the right security solution for your company- Learn how to add 128- bit encryption and to authenticate your web site with VeriSign's FREE guide!
http://us.click.yahoo.com/yQix2C/33_CAA/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
2001-10-06 20:05:05 UTC
Permalink
Mark,

I haven't seen this. Did it go through?

-dean
Fixed .pls file support. Pretty names (embedded within the
.pls file) are
now displayed on the SliMP3 display and web access for the first item
in the .pls file, as before. For the purposes of playing and
navigation,
.pls files are treated as a song.
Did you include the code to handle HTTP redirects?
Not yet. Sorry.
Could you file a bug against this and put in an example of a HTTP
stream that redirects for testing?
Done. I mailed a patch to Dean (which should now be in the list
archives) against Dan's code that handles at least certain cases of
redirects. I never bothered to test for generalization of the
routine. I also redefined the redirect_ok method rather than
subclassing it, which I couldn't get to work properly. Thus, the code
generates a warning about the method redefinition at server startup.
--
Mark C. Langston
Systems & Network Admin
http://www.bitshift.org
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Get your FREE VeriSign guide to security solutions for your web site: encrypting transactions, securing intranets, and more!
http://us.click.yahoo.com/UnN2wB/m5_CAA/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:32:06 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] recent CVS
changes...</title></head><body>
<div>Mark,</div>
<div><br></div>
<div>I haven't seen this.&nbsp; Did it go through?</div>
<div><br></div>
<div>-dean</div>
<div><br></div>
<blockquote type="cite" cite>On Fri, Oct 05, 2001 at 11:19:07PM -0700,
dean blackketter wrote:<br>
&gt; &gt;On Fri, Oct 05, 2001 at 10:24:35PM -0700, dean blackketter
wrote:<br>
&gt; &gt;&gt;&nbsp; Fixed .pls file support.&nbsp; Pretty names
(embedded within the .pls file) are<br>
&gt; &gt;&gt;&nbsp; now displayed on the SliMP3 display and web access
for the first item<br>
&gt; &gt;&gt;&nbsp; in the .pls file, as before.&nbsp; For the
purposes of playing and navigation,<br>
&gt; &gt;&gt;&nbsp; .pls files are treated as a song.<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;Did you include the code to handle HTTP redirects?<br>
&gt; <br>
&gt; Not yet.&nbsp; Sorry.<br>
&gt; <br>
&gt; Could you file a bug against this and put in an example of a HTTP
<br>
&gt; stream that redirects for testing?</blockquote>
<blockquote type="cite" cite><br>
Done.&nbsp; I mailed a patch to Dean (which should now be in the
list<br>
archives) against Dan's code that handles at least certain cases
of<br>
redirects.&nbsp; I never bothered to test for generalization of
the<br>
routine.&nbsp; I also redefined the redirect_ok method rather than<br>
subclassing it, which I couldn't get to work properly.&nbsp; Thus, the
code<br>
generates a warning about the method redefinition at server
startup.<br>
</blockquote>
<blockquote type="cite" cite><br>
-- <br>
Mark C. Langston<br>
mark-***@public.gmane.org<br>
Systems &amp; Network Admin<br>
http://www.bitshift.org<br>
<br>
------------------------ Yahoo! Groups Sponsor
---------------------~--&gt;<br>
Pinpoint the right security solution for your company- Learn how to
add 128- bit encryption and to authenticate your web site with
VeriSign's FREE guide!<br>
http://us.click.yahoo.com/yQix2C/33_CAA/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>
Mark C . Langston
2001-10-06 16:07:03 UTC
Permalink
Fixed .pls file support. Pretty names (embedded within the .pls file) are
now displayed on the SliMP3 display and web access for the first item
in the .pls file, as before. For the purposes of playing and navigation,
.pls files are treated as a song.
Did you include the code to handle HTTP redirects?
Not yet. Sorry.
Could you file a bug against this and put in an example of a HTTP
stream that redirects for testing?
Done. I mailed a patch to Dean (which should now be in the list
archives) against Dan's code that handles at least certain cases of
redirects. I never bothered to test for generalization of the
routine. I also redefined the redirect_ok method rather than
subclassing it, which I couldn't get to work properly. Thus, the code
generates a warning about the method redefinition at server startup.
--
Mark C. Langston
mark-***@public.gmane.org
Systems & Network Admin
http://www.bitshift.org

------------------------ Yahoo! Groups Sponsor ---------------------~-->
Pinpoint the right security solution for your company- Learn how to add 128- bit encryption and to authenticate your web site with VeriSign's FREE guide!
http://us.click.yahoo.com/yQix2C/33_CAA/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
2001-10-06 06:19:07 UTC
Permalink
Fixed .pls file support. Pretty names (embedded within the .pls file) are
now displayed on the SliMP3 display and web access for the first item
in the .pls file, as before. For the purposes of playing and navigation,
.pls files are treated as a song.
Did you include the code to handle HTTP redirects?
Not yet. Sorry.

Could you file a bug against this and put in an example of a HTTP
stream that redirects for testing?

-dean

------------------------ Yahoo! Groups Sponsor ---------------------~-->
Pinpoint the right security solution for your company- Learn how to add 128- bit encryption and to authenticate your web site with VeriSign's FREE guide!
http://us.click.yahoo.com/yQix2C/33_CAA/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:32:24 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] recent CVS
changes...</title></head><body>
<blockquote type="cite" cite>On Fri, Oct 05, 2001 at 10:24:35PM -0700,
dean blackketter wrote:<br>
&gt; Fixed .pls file support.&nbsp; Pretty names (embedded within the
.pls file) are<br>
&gt; now displayed on the SliMP3 display and web access for the first
item<br>
&gt; in the .pls file, as before.&nbsp; For the purposes of playing
and navigation,<br>
&gt; .pls files are treated as a song.<br>
<br>
<br>
Did you include the code to handle HTTP redirects?</blockquote>
<div><br></div>
<div>Not yet.&nbsp; Sorry.&nbsp; </div>
<div><br></div>
<div>Could you file a bug against this and put in an example of a HTTP
stream that redirects for testing?</div>
<div><br></div>
<div>-dean</div>
</body>
</html>
Mark C . Langston
2001-10-06 05:26:49 UTC
Permalink
Fixed .pls file support. Pretty names (embedded within the .pls file) are
now displayed on the SliMP3 display and web access for the first item
in the .pls file, as before. For the purposes of playing and navigation,
.pls files are treated as a song.
Did you include the code to handle HTTP redirects?
--
Mark C. Langston
mark-***@public.gmane.org
Systems & Network Admin
http://www.bitshift.org

------------------------ Yahoo! Groups Sponsor ---------------------~-->
Get your FREE VeriSign guide to security solutions for your web site: encrypting transactions, securing intranets, and more!
http://us.click.yahoo.com/UnN2wB/m5_CAA/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
2001-10-06 05:24:35 UTC
Permalink
Fixed .pls file support. Pretty names (embedded within the .pls file) are
now displayed on the SliMP3 display and web access for the first item
in the .pls file, as before. For the purposes of playing and navigation,
.pls files are treated as a song.

Fixed a bug where the record button didn't work for individual songs anymore.

Fixed a bug where the right button didn't work for M3U playlist items.

Added --httpport to the command line interface and usage information.

Made directory display show the item number within a directory as
well as the total count. As in:

-------------------------------
Blues (8 of 17)
John Lee Hooker
-------------------------------

Removed extraneous debugging messages.
Fixed a couple of potentially crashing bugs.
Improved pause/play/repeating.
Added a little bit of remote control documentation.

--------------------------------------------------------------------------
Feels pretty stable to me. Pound on it guys...


------------------------ Yahoo! Groups Sponsor ---------------------~-->
Pinpoint the right security solution for your company- Learn how to add 128- bit encryption and to authenticate your web site with VeriSign's FREE guide!
http://us.click.yahoo.com/yQix2C/33_CAA/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:32:26 UTC
Permalink
Fixed .pls file support. Pretty names (embedded within the .pls file) are
now displayed on the SliMP3 display and web access for the first item
in the .pls file, as before. For the purposes of playing and navigation,
.pls files are treated as a song.

Fixed a bug where the record button didn't work for individual songs anymore.

Fixed a bug where the right button didn't work for M3U playlist items.

Added --httpport to the command line interface and usage information.

Made directory display show the item number within a directory as well as the total count. As in:

-------------------------------
Blues (8 of 17)
John Lee Hooker
-------------------------------

Removed extraneous debugging messages.
Fixed a couple of potentially crashing bugs.
Improved pause/play/repeating.
Added a little bit of remote control documentation.

--------------------------------------------------------------------------
Feels pretty stable to me. Pound on it guys...

Loading...