Welcome to pan.zipcon.net!

Looking for a specific section? Then skip to the index.

Welcome to pan.zipcon.net!

History

Hello, music lovers!

Pandora Records was established in 1973. The business was active for over ten years, finally succumbing when the LP died because of the CD. The master tapes (and LPs when tapes are missing) are being archived; in addition, there is a contrib directory for other items.

Downloading

This webserver doesn’t have much bandwidth; hebb.mit.edu and cuba.calyx.nl may be faster.

wget is a fantastic downloading tool; however, if you’re not used to command-line applications, it can be somewhat intimidating.

wget Setup in Windows

Go to Heiko Herold’s Windows wget spot and get the latest stable version of wget. In case you don’t feel like reading, you’re probably looking for the table cell with the bright blue background. Get the binary for the most recent stable version (last we checked, it was 1.8.2), and don’t forget the SSL libraries.

Unzip all these files into a directory; we suggest C:\bin. Once you’ve done that, hold down the Windows key and press Break; this will open System Properties. (Alternately, right-click on My Computer and select Properties.) Head on over to the Advanced tab and click on Environment Variables.

In the System variables section, you should see a variable called “path” (case doesn’t matter). If you look at it, you’ll notice it’s a semicolon-delimited list of directory names. Edit it and append, say, “;C:\bin” to it. Press OK, and then OK again.

Incidentally, this variable is called %path% or %PATH%, depending on how much you love your Shift key.

Now, open up a command prompt with Start -> Run -> cmd.exe and type in wget --help. You should see wget’s help screen scroll by; if you get an error message along the lines of “bad command or file name”, the system isn’t looking in the right place. If you get a dialog box that complains about not finding something like “SSLEAY”, you probably forgot to put the SSL libraries in C:\bin along with wget.exe.

Now, assuming you get wget’s help screen to come up, you might think it scrolls by too quickly. In that case, run wget --help > wgethelp.txt and read wget’s help screen in Notepad or your favorite text editor.

Let’s try out a sample run. Make a new directory, say, “contest pieces” and go into it with cd "contest pieces". Now run

wget -m -np -nd -A .ogg http://pan.zipcon.net/vorbis/flute/Murray/Contest_pieces/

and wait for it to finish. That’s it!

wget Setup in OS X

  1. In the Finder, press Command-K (Go -> Connect to Server...) and enter “http://packages.opendarwin.org/” in the Address dialog. Do note that this is over WebDAV, so don’t expect the snappiness you’re used to from local filesystems.
  2. Go to the mpkgs folder.
  3. Go to the net folder.
  4. Double-click on the most recent wget package (currently wget-1.8.2.mpkg).
  5. After installing, wget will be available at /opt/local/bin/wget.
  6. Test it out! Open up Terminal (/Applications/Utilities/Terminal.app) and type:
    mkdir testDownload; cd testDownload; /opt/local/bin/wget -m -np -nd -A .ogg http://pan.zipcon.net/vorbis/flute/Murray/Contest_pieces/

wget Examples

To download or update everything on this server:

wget -m -c -nH http://pan.zipcon.net/

To get all the violin music:

wget -m -c -np -nH http://pan.zipcon.net/vorbis/violin/

Removing index.html files

To get rid of junk files like index.html?D:

find . -name "index.html?*" -exec rm {} \; -print

The index.html files will be retained. They are needed to use the directory links in the copy.

You may want to remove index.html files that wget downloads; in order to remove them in one fell swoop, try:

find . -name "index.html" -exec rm {} \; -print

Playing Files

The music files here are in the Ogg Vorbis format; if you’re in Windows and need a player, try Winamp 2 (oddly enough, it’s been updated more recently than Winamp 3 and will continue to be so for the foreseeable future), foobar2000, or Zinf. Mind you, this isn’t a complete list; vorbis.com has a slightly more exhaustive catalog.

If you’re using a unixlike operating system, your player probably already plays Ogg Vorbis files. If not, try XMMS or ogg123, the latter being included with the vorbis-tools package.

If you’re on a Mac, try Frogg (unfortunately, it only will play one file at a time). If you’re feeling spendy, try Audion or MacAmp.

The MP3 files have been moved to gas.zipcon.net; however, Ogg Vorbis compresses files more efficiently than MP3 does.

License

These files are available for free download subject to the EFF OAL.

Thanks

This website is in part an offspring of the work of Glenn White, the father and champion of realistic recording in Seattle. Glenn authored The Audio Dictionary. Many of the recordings here were made and edited by him. Old, damp Ampex tapes were baked and repaired by him and then digitized.

I am indebted to Conrad Parker for his Sweep editor, and particularly to Benjamin Weste Pearre for his needed advice. Ben has an interesting collection of free music at hebb.mit.edu. Ben mirrors the entire Vorbis collection at hebb.mit.edu. Thanks also to Mr. Boink who has a partial mirror at cuba.calyx.nl.

Thanks also to Nathan Sharfi for the section on wget installation; for collecting and refining all the information on this site into one file; and for his patient correcting of my ignorance and errors.

Thanks also to Giuliano Pochini for his program to convert directory links to hypertext links.

Thanks to Beni Cherniavsky for his help with the Sweep editor.

Contact

Comments? Questions? Mail gold@gas.zipcon.net.

Icon  Name                    Last modified      Size  Description
[DIR] Parent Directory - [   ] Ackowlwdgement 20-May-2003 13:55 887 [   ] DOWNLOADING 20-May-2003 13:55 304 [TXT] Info.html 20-May-2003 13:55 1.0K [TXT] Info.txt 20-May-2003 13:55 875 [TXT] LIST.html 08-Oct-2003 05:26 3.6K [DIR] blurbs/ 20-May-2003 13:55 - [   ] default.ida 20-May-2003 13:55 0 [DIR] icons/ 31-May-2004 20:51 - [DIR] mp3/ 12-Jun-2004 21:43 - [TXT] readerrors.html 02-Oct-2003 03:37 372 [TXT] readme.html 14-Aug-2003 17:51 11K [DIR] vorbis/ 12-Jun-2004 21:45 -
Apache/2.0.52 (FreeBSD) Server at hebb.mit.edu Port 80