Discussion:
heads-up: splitting server.pl
Amos Hayes
2001-10-17 23:15:02 UTC
Permalink
Where is the list of who owns what? I can't find it on SourceForge.
There's a bit more work for me to do setting up all the tracker
categories, but right now if you choose to submit a bug, and you choose a
category, it will auto-assign it to someone. These aren't obvious anywhere
(could be... I'll ask sourceforge to add it) but if you visit the admin
pages for the bugs tracker, you'll be able to drill down each category to
see who owns it.

Anyway, all this to say that I'll make a list and stick it somewhere along
with the "SliMP3 development HOWTO" that I've got the very beginnings of.

--
Amos Hayes
ahayes-***@public.gmane.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/
Jacob Potter
2001-10-17 20:36:45 UTC
Permalink
Where is the list of who owns what? I can't find it on SourceForge.

- Jacob
Thanks Dean and Amos for taking the initiative with Sourceforge
administration. All the developers have admin permissions, BTW.
No problem Sean. BTW I've made the "slimdevices" user the owner of the
currently unclaimed components. Owners will receive email for any change
to items being tracked. The slimp3-dev list will only receive notice of
new items.
Jacob, you own the Emulator catagory. Figured that would be fine with you
since it's your baby. :)
--
Amos Hayes
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
--
"Terminak #3 has bad keyboard. Pkease fix."

------------------------ 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/
Jacob Potter
2001-10-17 20:28:15 UTC
Permalink
Jacob, you own the Emulator catagory. Figured that would be fine with you
since it's your baby. :)
OK, thanks!

- Jacob
--
"Terminak #3 has bad keyboard. Pkease fix."

------------------------ 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/
Amos Hayes
2001-10-17 15:05:44 UTC
Permalink
Thanks Dean and Amos for taking the initiative with Sourceforge
administration. All the developers have admin permissions, BTW.
No problem Sean. BTW I've made the "slimdevices" user the owner of the
currently unclaimed components. Owners will receive email for any change
to items being tracked. The slimp3-dev list will only receive notice of
new items.

Jacob, you own the Emulator catagory. Figured that would be fine with you
since it's your baby. :)

--
Amos Hayes
ahayes-***@public.gmane.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-17 03:05:42 UTC
Permalink
Ok, great. Some of the changes I need to make have to do with how
the URL in the .pls is parsed; since you're able to use a (supposedly)
FQDN rather than a dotted-quad for the HTTP streaming you described
above, I should be able to adapt that to my needs in a general manner
(the code, when Dan wrote it, assumed the URL in the PLS file will
always be a dotted-quad followed by a port. This makes using
Live365 extremely difficult.)
Yup. Any valid http: URL should work, including basic
authentication, etc... Also, redirects need to be supported...

There's actually two places where HTTP connections are opened (for
getting playlists as well as streaming audio.) Those should probably
be coalesced into one subroutine that can be used for either case.
On the bright side, once this is added, the SliMP3 will be able to
handle all known forms of MP3 streaming. Other streams will need
transcoding or new codecs.
Terrific. One step at a time...

-dean

------------------------ 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:30: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] heads-up: splitting
server.pl</title></head><body>
<blockquote type="cite" cite>Ok, great.&nbsp; Some of the changes I
need to make have to do with how<br>
the URL in the .pls is parsed;&nbsp; since you're able to use a
(supposedly)<br>
FQDN rather than a dotted-quad for the HTTP streaming you
described<br>
above, I should be able to adapt that to my needs in a general
manner<br>
(the code, when Dan wrote it, assumed the URL in the PLS file will<br>
always be a dotted-quad followed by a port.&nbsp; This makes using<br>
Live365 extremely difficult.)</blockquote>
<div><br></div>
<div>Yup.&nbsp; Any valid http: URL should work, including basic
authentication, etc...&nbsp; Also, redirects need to be
supported...</div>
<div><br></div>
<div>There's actually two places where HTTP connections are opened
(for getting playlists as well as streaming audio.)&nbsp; Those should
probably be coalesced into one subroutine that can be used for either
case.</div>
<div><br></div>
<blockquote type="cite" cite>On the bright side, once this is added,
the SliMP3 will be able to<br>
handle all known forms of MP3 streaming.&nbsp; Other streams will
need</blockquote>
<blockquote type="cite" cite>transcoding or new codecs.</blockquote>
<div><br></div>
<div>Terrific.&nbsp; One step at a time...</div>
<div><br></div>
<div>-dean</div>
</body>
</html>
Mark C . Langston
2001-10-16 22:49:34 UTC
Permalink
By the way, if you aren't on the checkin notification list yet, I've
made my changes. The PLS file I have that points to a live365 stream
seems to play OK, so you should be good to go.
Ok, great. Some of the changes I need to make have to do with how
the URL in the .pls is parsed; since you're able to use a (supposedly)
FQDN rather than a dotted-quad for the HTTP streaming you described
above, I should be able to adapt that to my needs in a general manner
(the code, when Dan wrote it, assumed the URL in the PLS file will
always be a dotted-quad followed by a port. This makes using
Live365 extremely difficult.)

On the bright side, once this is added, the SliMP3 will be able to
handle all known forms of MP3 streaming. Other streams will need
transcoding or new codecs.
--
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-16 21:37:46 UTC
Permalink
Great. Can you also check to make sure that regular HTTP streaming
of MP3 files from web servers continues to work?
I've never used it, but I'll be happy to. How does one use the HTTP
streaming? Or are you talking about the shoutcast/icecast functionality?
Like the shout/icecast streaming, but not necessarily live. Just
put an MP3 file up on a web server and then point the SliMP3 at it by
having the URL in a M3U or PLS file.

Works like a charm, that's how I've been distributing music around my house...

By the way, if you aren't on the checkin notification list yet, I've
made my changes. The PLS file I have that points to a live365 stream
seems to play OK, so you should be good to go.

Have at it boys...

-dean

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:30: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] heads-up: splitting
server.pl</title></head><body>
<blockquote type="cite" cite>On Tue, Oct 16, 2001 at 02:17:43PM -0700,
dean blackketter wrote:<br>
&gt;<br>
&gt; Great.&nbsp; Can you also check to make sure that regular HTTP
streaming<br>
&gt; of MP3 files from web servers continues to work?<br>
<br>
I've never used it, but I'll be happy to.&nbsp; How does one use the
HTTP</blockquote>
<blockquote type="cite" cite>streaming?&nbsp; Or are you talking about
the shoutcast/icecast functionality?</blockquote>
<div><br></div>
<div>Like the shout/icecast streaming, but not necessarily
live.&nbsp;&nbsp; Just put an MP3 file up on a web server and then
point the SliMP3 at it by having the URL in a M3U or PLS file. </div>
<div><br></div>
<div>Works like a charm, that's how I've been distributing music
around my house...</div>
<div><br></div>
<div>By the way, if you aren't on the checkin notification list yet,
I've made my changes.&nbsp; The PLS file I have that points to a
live365 stream seems to play OK, so you should be good to go.</div>
<div><br></div>
<div>Have at it boys...</div>
<div><br></div>
<div>-dean</div>
</body>
</html>
Mark C . Langston
2001-10-16 21:23:15 UTC
Permalink
Great. Can you also check to make sure that regular HTTP streaming
of MP3 files from web servers continues to work?
I've never used it, but I'll be happy to. How does one use the HTTP
streaming? Or are you talking about the shoutcast/icecast functionality?
--
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/
Sean Adams
2001-10-16 21:18:20 UTC
Permalink
This is major surgery, so I'm making the 1.6 release now!

The tarball is at slimdevices.com, I'll get it up on sourceforge in a few
minutes.

Sean
Great! Also the file test stuff should be moved out, too.
Yeah, I'm actually moving almost everything into Playlist.pm, then
will split that up again in a later change, once it's all working.
Dean -
Once you get the playlist stuff split out, I'll add in my live365 code
and make the necessary modifications to the functions Dan wrote.
--
Mark C. Langston
Systems & Network Admin
http://www.bitshift.org
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/
dean blackketter
2001-10-16 21:17:43 UTC
Permalink
Great! Also the file test stuff should be moved out, too.
Yeah, I'm actually moving almost everything into Playlist.pm, then
will split that up again in a later change, once it's all working.
Dean -
Once you get the playlist stuff split out, I'll add in my live365 code
and make the necessary modifications to the functions Dan wrote.
Great. Can you also check to make sure that regular HTTP streaming
of MP3 files from web servers continues to work?

-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:30: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] heads-up: splitting
server.pl</title></head><body>
<blockquote type="cite" cite>On Tue, Oct 16, 2001 at 02:01:43PM -0700,
dean blackketter wrote:<br>
&gt; &gt;Great! Also the file test stuff should be moved out, too.<br>
&gt; <br>
&gt; Yeah, I'm actually moving almost everything into Playlist.pm,
then <br>
&gt; will split that up again in a later change, once it's all
working.<br>
<br>
Dean -<br>
&nbsp; Once you get the playlist stuff split out, I'll add in my
live365 code<br>
and make the necessary modifications to the functions Dan
wrote.</blockquote>
<div><br></div>
<div>Great.&nbsp; Can you also check to make sure that regular HTTP
streaming of MP3 files from web servers continues to work?</div>
<div><br></div>
<div>-dean</div>
</body>
</html>
Mark C . Langston
2001-10-16 21:09:06 UTC
Permalink
Great! Also the file test stuff should be moved out, too.
Yeah, I'm actually moving almost everything into Playlist.pm, then
will split that up again in a later change, once it's all working.
Dean -
Once you get the playlist stuff split out, I'll add in my live365 code
and make the necessary modifications to the functions Dan wrote.
--
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
2003-02-22 13:30:13 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] heads-up: splitting
server.pl</title></head><body>
<blockquote type="cite" cite>Great! Also the file test stuff should be
moved out, too.</blockquote>
<div><br></div>
<div>Yeah, I'm actually moving almost everything into Playlist.pm,
then will split that up again in a later change, once it's all
working.</div>
<div><br></div>
<div>-dean</div>
</body>
</html>
Sean Adams
2001-10-16 20:55:51 UTC
Permalink
Great! Also the file test stuff should be moved out, too.

Thanks Dean and Amos for taking the initiative with Sourceforge
administration. All the developers have admin permissions, BTW.
Hi,
I'm in the process of moving the playlist management code from
server.pl to lib/SliMP3/Playlist.pm
It's a lot of code, but should make the main server.pl file much clearer.
Once moved, I'll clean up the playlist code a bunch.
-dean
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
------------------------ 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-16 20:45:07 UTC
Permalink
Hi,

I'm in the process of moving the playlist management code from
server.pl to lib/SliMP3/Playlist.pm

It's a lot of code, but should make the main server.pl file much clearer.

Once moved, I'll clean up the playlist code a bunch.

-dean

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:30:18 UTC
Permalink
Hi,

I'm in the process of moving the playlist management code from server.pl to lib/SliMP3/Playlist.pm

It's a lot of code, but should make the main server.pl file much clearer.

Once moved, I'll clean up the playlist code a bunch.

-dean

Loading...