Slashdot Mirror


How Do You Store Your CDs?

lxs asks: "Let's face it, CDs are a pain. They are a great way to store your data, but when you have hundreds, or even thousands of CDRs and not much physical space, storage becomes a problem. With the advent of DVD+/-Rs DVD-RAM and Blu-ray this problem will not go away, since we all will collect thousends of those in the coming years. Jewel cases take up too much space; CD folders are better, but still wasteful (and expensive); and spindles are great, but you can't find anything. I've toyed with the idea of buying paper CD envelopes, and fill up a couple of old-fashioned 5 1/4" floppy cases with CDs (those were efficient: 200+ floppies in a plastic shoebox!), but there may be a better solution out there. So, Slashdot: how do you store your CDs?"

184 comments

  1. I keep the CD's by Anonymous Coward · · Score: 2, Insightful

    In CD racks. Yeah, I'm pretty boring.

  2. Paper envelopes by togofspookware · · Score: 1

    I make envelopes out of 8.5*11" pieces of paper. Fold them once the hamburger way, and then fold the ends over to make it 5" wide. Perfect! Then I store the ones I use more often in boxes, and the ones I use less oten in stacks :-P At least they're easy to label this way.

    [|| /////]
    [||_/////_] <- Box

    Well it works for me.

    --
    Duct tape, XML, democracy: Not doing the job? Use more.
    1. Re:Paper envelopes by togofspookware · · Score: 1

      Bah. stupid non-monospaced font
      (Use the Preview Button!).
      It was supposed to like this:

      CDs
      [|| /////]
      [||_/////_] <- Box

      --
      Duct tape, XML, democracy: Not doing the job? Use more.
    2. Re:Paper envelopes by Scottarius · · Score: 1

      Fold them once the hamburger way

      lmao. that made my day. I haven't heard that since grade school.

    3. Re:Paper envelopes by Cipster · · Score: 1

      I do something similar except I use wood boxes used for wine storage. The boxes are just the right size and you can get them at your local liquor store. I get mine from some waiter friends.

  3. Great Question by mark*workfire · · Score: 3, Interesting

    I can get a 200+ jukebox CD player for my home stereo. Why can't I buy the equivalent for my PC? Daisy-chaining a couple of those together would be a perfect solution for me.

    1. Re:Great Question by friedegg · · Score: 2, Funny

      Nakamichi makes a 5 disc SCSI changer that fits in a single drive bay. You could chain 7 of these together to access 35 discs. So, if you put together 6 of these CD-servers, you'd have 210 CD's!

      --
      Google doesn't index user sigs, so stop trying to "Google Bomb" with them.
    2. Re:Great Question by arb · · Score: 4, Informative

      You mean something like this?

    3. Re:Great Question by walt-sjc · · Score: 3, Interesting

      Yeah, great except for the fact that it's about 7 times more expensive than a 120G hard drive that holds over 200 CD's, takes much more space, more power, and is slower than snail shit. This is that reason that jukeboxes are all but dead in the computer arena.

      The question was about storing CD's, not accessing them. I keep frequently used CD's on a hard disk that I don't backup (since I can recover from originals farily easily.) For storing, I got huge packs of paper sleeves for the CD's and store them in a modified old dresser that looked nice. Basically I built new heavy duty drawer boxes out of 3/4" cabinet grade plywood for the sides, 1/2" plywood for the bottom, and heavy-duty full extension drawer slides. I put the original drawer front on the box so it looks nice.

      I get about 1000 CD's in a drawer that way, which is fucking heavy - so it needs the modified drawers. I also put in some front-to-back dividers to keep things neat. I use tag-board dividers to label sections so I can find things easily.

      You can also find commercial heavy duty steel units with the right sized drawers from most major office supply companies, but they cost >$1,000.

    4. Re:Great Question by Anonymous Coward · · Score: 0

      hahaha... that thing is the most bullshit design/idea/too-geeky-thinking crap gods light ever dared to reflact on the backside of my eyes.. fuck that shit... 190$ hahaha... fuck it!!!

  4. cataloging... by greywire · · Score: 4, Insightful

    perhaps more importantly, how do you catalog what's on those disks? Is there some easy to use software for cataloging disks?

    --
    -- Senior Software Engineer, Attorney appearance services, locallawyerapp.com.
    1. Re:cataloging... by mungeh · · Score: 2, Informative

      Yes: Advanced Disk Catalog
      I've found other tools but this one is the best i've came accross. find it at http://www.elcomsoft.com/

    2. Re:cataloging... by Anonymous Coward · · Score: 1, Insightful

      linux solutions:
      * gwhere
      * gtkalog

    3. Re:cataloging... by bjb · · Score: 2, Interesting
      I had a friend 20 years ago that used to keep all of his Apple ][ software in 5.25" floppy disk drawers, and catalogued them by an ID number. Yes, there were NO labels on the disk that said anything as to what they were other than "13F3". He just knew what numbers were what.

      Never quite understood why he did that, but I have to admire his ability to catalog things like that.

      --
      Never hit your grandmother with a shovel, for it leaves a bad impression on her mind...
    4. Re:cataloging... by hexidec · · Score: 2, Informative

      Try Offline CD Browser if you've got a Window$ box. It's free and easy.

      http://hem.spray.se/anders.peterson/ocdb.html

    5. Re:cataloging... by cowbutt · · Score: 3, Informative
      $ cat /usr/local/doc/cdcontents/cmdline
      cd /mnt/cdrom ; find * -printf "%s\t %AH:%AM:%AS %Ac %p\n" | gzip -9 >/usr/local/doc/cdcontents/cdnnn.txt.gz ; cd /usr/local/doc/cdcontents/ ; umount /mnt/cdrom ; eject

      Then scribble nnn on the CD's hub, and maybe a few of the more salient contents if I'm feeling enthusiastic.

      I then zgrep /usr/local/doc/cdcontents/* for when I'm looking for files. I use descriptive paths and filenames.

      --

    6. Re:cataloging... by Van+Halen · · Score: 2, Interesting
      Well shoot, I didn't notice this topic until now, and most people probably won't read it anymore. But anyway...

      I've been working up a little backup system to do just this. So far it's just in the first stage, capturing data for the catalog. I wrote a little perl script that'll traverse the CD's directory structure and spit out the full path of all files, along with type, size, date, owner, etc. So, I pop in a CD, go to /Volumes/CD_Name (OS X), run the script and redirect its output to a text file (~/backups/CD_Name). Eject and pop in the next one. It's a very simple script but I put it here if anyone's interested.

      Now, it's probably not so useful to you just yet, because I haven't implemented the next phase of my plan. I want to write a little perl script to take all the text 'catalog' files I generate, and store them in a MySQL database. I should have just done this to begin with, but I was lazy! Once in the database, I can query it pretty easily based on whatever criteria I want, and hopefully find the file(s) I'm looking for. A slick web interface will complete the project. But for now, a simple grep pattern ~/backups/* is good enough.

      Of course I label each CD the same as the volume name, or else the whole system would be useless. Then for storage (back to the original topic), I bought some 3-ring binder pages at Staples that hold CDs. Made by CaseLogic I think, and the package had 25 pages to hold a total of 200 discs. I got 2 big binders, and when I'm finished, primary backups and software CDs will go in one, staying at home. Redundant backups of important data will go in the other, in a storage unit I rent.

      I also commented on this in the poll the other week. Not that anyone cares. ;-)

    7. Re:cataloging... by Anonymous Coward · · Score: 0

      I do something similar to this. I make a text file using 'cd /mnt/cdrom; ls -qL1AR > ~/cdlist/cdNNN.txt', label the CD 'NNN' (a 3-digit number). I use 'grep -ei TEXT ~/cdlist/cd*.txt | less' to find stuff (I have a script called 'cdgrep' that executes this command - just replace 'TEXT' with '$@'). For music discs, I replace the directory listing with a track listing, and make sure to include the album's name in the text file.

      Searches are surprisingly fast. For 300 CDs, a search takes about 2 seconds the first time, and searches work instantly after that. Nothing is gzipped, since the entire index is less than 1 MB.

      I store the actual CDs in spindles, in order, with labels like '200-299'. This makes CDs easy to find. Just make sure you make regular backups of the CD index.

    8. Re:cataloging... by manly_15 · · Score: 1

      Check out GTKtalog. Not only does it do catalogs, it also uses file and other such utilities to save more info about the files - MP3 tags/bitrates, etc. It also will look inside of archives like .tar.gz, rpm, .zip, so you can search for a file inside of the archive. It's been very useful for cataloging my MP3 CD's and download archives.

  5. You mean... by revmoo · · Score: 0, Redundant

    You actually buy cds?!?

    Who sent you and what do you want

    --
    I would expect such blatant racism on Fark, but on Slashdot? Mods please ban this asshole.
    1. Re:You mean... by joFFeman · · Score: 2, Funny

      they're bootlegs from the streetcorners of hong kong, so it's all good.

      --
      "Life is great; without it, you'd be dead." -Harmony Korine
    2. Re:You mean... by Anonymous Coward · · Score: 0

      No, he burns cd's. Legitimately, of course. Wink, wink.

  6. Face down on my desk. by Lazyhound · · Score: 4, Funny

    Unlabeled, too.

    You can start applauding my organisational skills any time now, folks.

    1. Re:Face down on my desk. by DetrimentalFiend · · Score: 1

      I do the same, but I occasionally will stack the cd's. If I'm feeling really careful, I'll use an old cd-r spindle for the stack. Oh, I also keep copies of everything and sometimes disk images because my cd's die so often. Maybe it'd be worth taking better care of them...naw.

    2. Re:Face down on my desk. by NeuroKoan · · Score: 3, Funny

      Wow, you put them on a desk!?! Never woulda thought of that. I usually just toss 'em in the corner.

      --

      "However," replied the universe, "The fact has not created in me A sense of obligation."
    3. Re:Face down on my desk. by KDan · · Score: 2, Informative

      Watch out with the spindles/stacking. I've found that CDs on a spindle or just stacked will get scratched real bad real quick... That's how I've destroyed my RH8 CDs, for instance - just by leaving them stacked up inside a CD pouch or next to my monitor.

      Daniel

      --
      Carpe Diem
    4. Re:Face down on my desk. by 56ksucks · · Score: 1, Funny

      Count me in, I store them face down in a pile on my desk, with a stack here and there. Some are even stuck together with remnants of a spilt beverage.

      --

      ---- "Excuse me. Where's the children's gun section?"

    5. Re:Face down on my desk. by FFFish · · Score: 1

      I've got a bunch hanging on the wall with pushpins. A few in the bedroom, a few in the kitchen, a few near the computer... stacked three deep in some places.

      I should put them shiny side out. Who needs wallpaper?

      --

      --
      Don't like it? Respond with words, not karma.
    6. Re:Face down on my desk. by Anonymous Coward · · Score: 0

      Wow in the corner! I have been throwing them under my desk where they get stomped and ground into the carpet. I learn so much here.

    7. Re:Face down on my desk. by jayayeem · · Score: 1

      Funny, that's where I keep my wife.

      --
      I metamoderate, therefore I am
    8. Re:Face down on my desk. by Anonymous Coward · · Score: 0

      I store them on the end of my dremel tool. Sunny side up.

  7. Spindle by funkhauser · · Score: 3, Interesting
    I got into this very bad habit of storing rarely-used CDs on a large CD-R spindle. It's terribly inefficient. Don't do it. I think that paper envelopes, labeled, and stored as you suggested is a fantastic idea... ahh, yet another project for my summer break. :)

    1. Re:Spindle by schmink182 · · Score: 1

      While I agree that storing all CDs together in a spindle is inefficient, I find that several spindles can be useful. Keep all driver CDs in one, OS CDs in another, games in a third, and other software in a fourth. This can be very efficient and helpful.

    2. Re:Spindle by funkhauser · · Score: 1
      That's true, it would be helpful... and those things *are* usually stackable, so I wouldn't have to give up (much of) the efficient use of vertical space, which is about all that system is good for. :)

  8. storage? we don't need no stinkin storage by gnudutch · · Score: 3, Informative

    I regularly record TV shows with EyeTV. I archive the files to mirrored hard drives, then burn them for viewing on TV. (I have TV-out, but the standalone DVD player looks and sounds better) After I'm done with the CDs I give them away or use them for drink coasters.

    I don't trust CDR for long term storage. We don't know the long term properties of CDR dye, CD's get lost or scratched, I've even bought a 30-pack of Maxell CDR's that had a topside nick in every disc on the same location. CDR will forever be temporary storage to me.

    1. Re:storage? we don't need no stinkin storage by BrokenHalo · · Score: 1
      Maybe it's temporary to you, but it's still a hell of a lot better than floppies. However, I've never once had a bad disk from TDK, Imation or Kodak.

      I sometimes wonder, when people ask about reliability, how much is due to the media and how much to the CD burner. I have a Sony CD-RW drive which has been burning over the same 3 multi-volume CD sets every few days for over two years without any kind of error. (And yes, I do test my backups from time to time.) I keep wondering when the media will fail, but so far they've been OK.

    2. Re:storage? we don't need no stinkin storage by Lord+Sauron · · Score: 2, Interesting

      >CD's get lost or scratched

      For fixing scratched CD's, I once bought an advanced "CD Repair kit", wich supposedly would be the best thing in the world. That simply sucked, and didn't actually fix any CD I had.

      However, I successfully recovered many *unreadable* scratched CD's and DVD's, simply by wiping toothpaste (Crest worked for me) from the center to the border using a soft cloth (and washing it later, of course). Yes, it's weird, but actually works better then the CD repair kits I tested. Try it in your unreadable CD's. Worked for me, at least for superficial scratches.

    3. Re:storage? we don't need no stinkin storage by NevermindPhreak · · Score: 2, Interesting
      be careful about that one. toothpaste just fills in the cracks, making them readable by a laser again. however, some older cd-roms run a bit hot, causing a CD with a lot of toothpaste on it to have the toothpaste melt out. its *very* rare, but it could do some damage to your hardware.

      on the same note, i hear of something that will work in the same way but to a much better degree. go to a plastics/glass shop in your area, and ask if they have any polishs or waxes with the same refractive index as CDs (1.55, i think). i heard somewhere before of someone owning a floor polish with that exact same refractive index, and it worked beautifully on every CD he tried it on. he was in the floor care industry, though, so whatever he used wasnt directly available to consumers. supposedly, glass/plastic shops will sell something like that, since a polish with that refractive index will make certain plastics look the best.

      this is all from memory or something from a year or two ago, though, so i could be a bit wrong about the details.

    4. Re:storage? we don't need no stinkin storage by MyGirlFriendsBroken · · Score: 1

      My favorite method is to place the CD against a hot radiator with a towel to t-shirt or something inbetween for 5 min which usually works. If not then I heat it up for a bit longer and then carefully polish it with a glasses cleaning cloth. This has always worked for me but then I've not tried it with anything that is really badly scrached.

      --
      If you read a speed reading book, does it take you less time to read the second half?
    5. Re:storage? we don't need no stinkin storage by Craig+Maloney · · Score: 2, Informative

      Actually the toothpaste works like a micro-fine sandpaper, so it doesn't fill the cracks (unless you have some rather honking scratches in your CDs), it just smooths over the crack and the surrounding area.

    6. Re:storage? we don't need no stinkin storage by NevermindPhreak · · Score: 1

      ah, i heard otherwise. youre probably right. id imagine youd need the "paste" variety instead of the "gel" variety, then. anyways, just telling what i heard. of course, that would mean that it wouldnt be able to do the job on very deep scratches, which if usually my main problem.

    7. Re:storage? we don't need no stinkin storage by unitron · · Score: 1

      An alternative to toothpaste as a fine grit polisher is Wright's Silver Creme, intended for polishing silverware (like forks, spoons, etc.) but I used it successfully to resurrect several Karaoke CDs when I was DJing for a local bar. Polish radially (from center out to edge) and rinse clean with warm water.

      --

      I see even classic Slashdot is now pretty much unusable on dial up anymore.

  9. IF you're storing SVCDs, DVDs and the like by The_Laughing_God · · Score: 4, Informative

    IF you're storing SVCDs, DVDs and the like, you might want to seriously consider the Sony DVP CX860/875 (and related series. They can store up to 301 DVDs (for example) in a box that looks like thick DVD player, and costs under $300

    Downsides: cost (under $1/disc) is a bit more than printing CD/case labels and using jewel boxes. Some of the earlier models weren't compatible with all formats (though I know more happy users who can play their CD-R SVCDs and MP3s than unhappy ones who can't, Sony makes no promises - take some representative samples of your collection to the store to test the one you want to buy) Some of the models, at least, have a limited menu system (e.g. limited flexibility of folder/genre and playlist structure, limited title length, only 16 tracks per CD may show up in the menu)

    Upsides: extremely compact storage for 301 audio or video disks. You can't beat the convenience for a DVD or VCD collection: just point and pick with the included remote. It has a quality DVD and audio player built in, which I consider a big freebie. The on-screen disc selection is great, if you buy a model whose menu system suits you; and they are daisy chainable, so if you need to store another 300 disc is a couple of years, you can tack on a second unit (which will probably cost half as much by then) instead of buying a completely new, larger, unit.

    In short: research the models carefully on the web before buying (some have drawbacks that may bug you) but I know many happy users, and am currently in the market for one myself.

    1. Re:IF you're storing SVCDs, DVDs and the like by BrokenHalo · · Score: 1

      I do something similar, except I put all the pages into a big Lever Arch ring-binder so it can fit on a bookshelf.

    2. Re:IF you're storing SVCDs, DVDs and the like by Frizzle+Fry · · Score: 2, Interesting
      In short: research the models carefully on the web before buying (some have drawbacks that may bug you)


      I just tried this and, wow, the reviews I found were not too hot, to say the least. To say the most, it seems that people fucking hate this thing.
      --
      I'd rather be lucky than good.
    3. Re:IF you're storing SVCDs, DVDs and the like by The_Laughing_God · · Score: 1

      I had one friend (a Hollywood writer) who swore by hers. Of our friends who saw it, bought one, and liked it, none have posted on the review sites. Of the two who hated it (either because they got shipped a bad 'luck of the draw'; or assumed it could do some , without bothering to ask or RTFM) -- well unhappy people kvetch to every site they can. That's a well known fact of marketing, and if internet reviews in particular. But hey I *like* knowing the worst: that way I'm usually pleasantly surprised by my actual purchase

      READ INTERNET REVIEWS BUT GO SEE ONE IN OPERATION TOO. There is batch/unit variation in the actual playback compatibility. My happy friends have no problem with home recorded media, or VCD playback, though sony may not list these in the specs. Some people on the web had less luck. To many, the less compatible units are virtually junk, but if they'd been lucky in the draw, they'd be thrilled.

      That's why I suggested bringing a representative sample of your media to the store. Even if you only have a few CDs of some type - say a dozen MP3 cds out of the 301 stored disks, the inability to play them is a major loss of function. You should also test any unit you actually buy immediately -that's just common sense- its better to return it the same day than risk disppointment in 3 mos.

      The menu system is okay for my intended use, but definitely lacks the flexibility of, say, many MP3 playlists. but it's still worlds better than jewel cases in a CD rack or disk folders.

      This is not just a AV CD/DVD storage system, but an CD/DVD PLAYER, which puts it in a different class than all the other solutions. It also can't store your CDROMS which is its biggest drawback in my book - oh, what I'd give for CDROM reading capability and an ethernet port!

    4. Re:IF you're storing SVCDs, DVDs and the like by ivan256 · · Score: 1

      The problem is that every single user who has problems goes and bitches repeatedly in multiple online forums about it, and people who enjoy it don't say anything.

  10. Lateral file with Case Logic CD Pages by tm2b · · Score: 4, Informative

    Oy, tell me about it.

    I have roughly 1500 CDs. I've ripped them all to an external 160 GB firewire disk (with another one for backup), so I want to store them in compact a way as possible.

    What I do is go buy those CD folders, in as large a size as possible. I cut them open (much cheaper than buy loose pages in packs), take the pages, fill them with CDs by band, and then file them in a lateral file cabinet which also functions as my printer & scanner stand.

    I can get them at any time, and it's still reasonably compact. In fact, right now I'm in the middle of reripping from 256 KBps mp3s to 160 Kbps AACs, so having them arranged this way works pretty well.

    I then spool music to several near-silent computers in the house over Ethernet. In this case, the whole thing is using Macs and iTunes, but it's just as feasible to do it all with x86 boxes - my first rev used an OpenBSD server spooling through icecast.

    --
    "It is our blasphemy which has made us great, and will sustain us, and which the gods secretly admire in us." - Zelazny
    1. Re:Lateral file with Case Logic CD Pages by tm2b · · Score: 2, Informative

      Oh, something I forgot to add.

      A critical piece to this working is that I cut several pieces of MDF to act as seperators in the lateral file cabinet.

      Without them, once you have more than 20-30 pages, the pages all tend to slump over and slide beneath each other. The MDF seperators keep them in line and firmly packed, they work like a charm.

      --
      "It is our blasphemy which has made us great, and will sustain us, and which the gods secretly admire in us." - Zelazny
    2. Re:Lateral file with Case Logic CD Pages by NevermindPhreak · · Score: 1
      if you have the space, you might want to try using a lossless codec, like FLAC. re-ripping all those CDs multiple times sounds like it could be a bitch of a process, but you could just do a batch conversion of codecs with a lossless codec.

      of course, you said you had a 160 GB drive, so you may not have the space. id still recommend ogg vorbis for a lossy codec, but im sure youve researched the options for your own situation, so go with what you think is best.

    3. Re:Lateral file with Case Logic CD Pages by tm2b · · Score: 1

      I've considered going with a lossless format, and my next time around I might very well do that - for the moment, the $/GB ratio on external FW disks isn't quite low enough. That will probably change by the next time I do this.

      As for Ogg Vorbis... I'd love to, but until iPods play 'em, that's not an option.

      They're both great suggestions, though, they just don't happen to work for the technology choices I've made.

      --
      "It is our blasphemy which has made us great, and will sustain us, and which the gods secretly admire in us." - Zelazny
    4. Re:Lateral file with Case Logic CD Pages by the+kfc+avenger · · Score: 1

      If you do alot of format switching like this, I'd definately consider flac or another lossless format, as you wouldn't need to bother re-ripping 1500 cds. Sure, it requires more space, but it was painful enough just ripping my modest collection of 120 or so audio cds. With this method converting to the codec de jour should be no problem.

  11. Keep CDs dry. by Futurepower(R) · · Score: 4, Informative

    Big issue: Keep CDs in low humidity. I would like to buy little packages of silica gel dehumidifiers, but I don't know where to get them.

    I've had CDs develop fungus, and become completely useless. Low humidity prevents this.

    1. Re:Keep CDs dry. by ewhenn · · Score: 4, Funny

      Fungus??

      You're not supposed to rub them between your feet!

    2. Re:Keep CDs dry. by Twintop · · Score: 1

      Low humidity, eh? For once there's actually a good reason to live in Nevada. ^^

    3. Re:Keep CDs dry. by Pall+Agamemnides · · Score: 2, Informative

      Concerning silica gel, you might want to try looking for it at "arts and crafts"-type stores, it's apparently used for drying flowers.

    4. Re:Keep CDs dry. by SyFryer · · Score: 2, Informative

      I wanted some of those little sachets of silica, I ended up going to the local shoe shop and asking.

      Seems they have quite a lot of them, probably from the shoeboxes that contained the footwear on display.

    5. Re:Keep CDs dry. by Gordonjcp · · Score: 1

      I get them out of packets of sushi-nori. Yes, my girlfriend and I do eat that much sushi.

    6. Re:Keep CDs dry. by Anonymous Coward · · Score: 0

      The cheapest way to get silica gel is to buy some "pearl fresh" type unscented cat litter. It's just big chunks of silica gel.

    7. Re:Keep CDs dry. by Anonymous Coward · · Score: 0

      Now come on, was it really necessary to include your girlfriend in this little anecdote. Totally irrelevant and didn't add anything to the comment, except to make you feel smug and the rest of us jealous.

      Oh wait, I'm married, I'm not jealous. Just all those other poor fuckers without female contact. :)

    8. Re:Keep CDs dry. by mosch · · Score: 1

      You should try asking google.

    9. Re:Keep CDs dry. by Anonymous Coward · · Score: 0

      If he had said his 'wife' I might have believed him, I can't any of my four g/f's to eat anything other than 100 dollar lobster meals.

    10. Re:Keep CDs dry. by Anonymous Coward · · Score: 0

      silica gel dehumidifiers, dessicant packs, all of that kind of stuff can often be found at big online "survivalist" type stores. People who store a lot of ammunition (wait'n fer tha apokeelips) put these little dessicant packs with their ammo.

  12. Organizing CDs by trajano · · Score: 1

    What I plan to do when I have some free time is to organize the CD into cases (or spindles) but number each of them and organize by using a simple data base program (e.g., Access or JBoss+PostgreSQL).

    New CDs just get the next number.

    We just do lookups on the database and sort them anyway we want in the database then we just find the CD by number.

    Its kinda like a B-tree (like in the good old CS days), each block would be a CD case, but the lookups are done by the DBMS.

    --
    Archie - CIO-for-hire :-)
  13. Watch out for that paper by CtrlPhreak · · Score: 4, Informative

    Paper holders in the style of old floppy cases sounds like a great idea (much better than my current shove it back on the spindle system) but you've got to be careful. Being the resourceful (cheap) student that I am, I took at one time to folding up a sheet of paper outa my printer around a cd for safe transport from place to place. After extended periods of time in these sleeves my cdrs began to develop little opaque spots all over the surface and eventually became unuseable. I came to realize that the paper was acidic like all non specialty type and that this was destroying the surface of my cds. So anyway this is my expierience with paper + cds. Now I could be wrong I never really checked into it all that much, and somebody correct me if I am, but I avoid using the paper I have lying around for cds, you probubly need to check out the acidic content of the paper you're gonna use. Floppy cases may not fly because you've got that protective cover on them keeping the actual media away, while on a cd there is no such protection, and the paper will be right in contact with them. So yeah I need a new system going for me too, hopefully someone here will have somewhat of an ingenious idea I can *ahem* borrow.

    Cheers,
    Ctrlphreak

    --
    WikiAfterDark.com It's a sex wiki, go now!
    1. Re:Watch out for that paper by adolf · · Score: 4, Informative

      Acid? From paper? Attacking polycarbonate (see also: "safety glasses") discs? Hilarious.

      Here's what really happened:

      Surface of CD rests against abrasive paper. They rub together a little bit in transit. When this happens, the paper roughens areas on the CD, like fine sandpaper. No chemistry needed.

      Next time, try tyvek sleeves. They cost insignificantly more money, resist tearing extremely well, and don't have such abrasive qualities as paper sleeves.

      Meanwhile, you can restore playability to your CDs. Try automotive carnuba wax, Brasso, or peanut butter - whichever you happen to have handy.

    2. Re:Watch out for that paper by Urox · · Score: 1
      "Acid? From paper? Attacking polycarbonate (see also: "safety glasses") discs? Hilarious."

      Do a google search on "acidic paper comic books". The first link to come up to me talks about how even CARDBOARD is acidic. I have a cousin who collects comic books and learned quite a bit about the acidic properties of most paper (and thus the damage that poorly stored comic books endure).

      --
      "Would you rather have a playstation addicted dork wearing a star wars t-shirt?"
    3. Re:Watch out for that paper by GeorgeH · · Score: 1

      Check out papercdcase.com. It won't solve your scratching problem but it will solve your ulgy paper problem.

      --
      Why can't I moderate something "Wrong" or at least "Grossly Misinformed"?
    4. Re:Watch out for that paper by fm6 · · Score: 2, Informative
      The acid issue with paper comes from compounds in the paper forming acid when the paper is stored for a long period of time -- like decades. This is more of a problem for a book on shelf than a loose piece of paper, because a tightly close book doesn't allow the acid to disperse in the air. Possibly old comic books degrade faster because they were made with pulp paper, which isn't as strong. Come to think of it, the common practice of keeping collectible comic books in plastic sleeves would accelerate this process. More here.

      In order for a paper covering to generate enough acid to damage anything, you'd have to keep your CDs tightly stacked for months, maybe years. And even then, damage to the paper would be noticable long before damage to the CDs.

    5. Re:Watch out for that paper by fm6 · · Score: 1

      Peanut butter? So that's what my girlfriend was talking about!

    6. Re:Watch out for that paper by Mononoke · · Score: 1
      Acid? From paper? Attacking polycarbonate (see also: "safety glasses") discs? Hilarious.
      The top surface of a CDR is only a thin layer of varnish. Just under that is a thin layer of aluminum. Not hilarious.
      Meanwhile, you can restore playability to your CDs. Try automotive carnuba wax, Brasso, or peanut butter - whichever you happen to have handy.
      Mother's Mag Wheel Polish, but only on the bottom surface.
      --
      NetInfo connection failed for server 127.0.0.1/local
    7. Re:Watch out for that paper by www.whitehouse.org · · Score: 1

      Meanwhile, you can restore playability to your CDs. Try automotive carnuba wax, Brasso, or peanut butter - whichever you happen to have handy.

      I tried this and it didn't work. Maybe I shouldn't have bought the Skippy Extra Crunchy Peanut Butter, but it was on sale!

      I've used Crest Whitening Toothpaste to polish micro scratches out of my eyeglasses, for lack of available cerium oxide or rouge. The "grit" is supposedly around 5 microns according to some ATMers. Should work just as well on a CD.

      --
      Mod me down and I shall become more trollish than you can possibly imagine!
    8. Re:Watch out for that paper by Overzeetop · · Score: 1

      Interesting. We had the same problem with CDs back in the mid90s at NASA's Goddard SFC. Little tiny dots on the backs of discs..like dye was "leaking" out of some of the burned ares. That's not what was happening, but that's what it looked like. It make the discs mostly unreadable. These were '95 era gold discs. I have never seen the problem since. *shrug* I left in '97 so I don't know what was done to mitigate the problem.

      FWIW, I don't think we stored them in paper - they were kept in the original jewel boxes or *gasp* cartridges.

      --
      Is it just my observation, or are there way too many stupid people in the world?
  14. I use spindles by EvilMal · · Score: 1

    I beg to differ about that not being able to find things with a spindle. Before I just dumped all my written CDs onto them, the CDs were scattered around my room in who the hell knows how many places. Now they are all in one place, taking up very little space. I would much rather search through the stack of CDs for a specific CD than try to find it elsewhere. At least now I know where to look for them.

    1. Re:I use spindles by Anonymous Coward · · Score: 0

      This brings back memories of all my 45's I used to have on a 45 spindle. If you don't know what 45's are, then you are probably a young punk.

    2. Re:I use spindles by Anonymous Coward · · Score: 0

      I actually do know what 45's are and it is precicely(sp?) because I AM a young punk!

      You see, most punk rock bands release their stuff nowadays on 7" 45 EP's and on 12" LP's. There are lots of cool picture discs and colored vinly in my collection. Some of it dating back to the late 1970's but most of my records were pressed within the last few years. Hell, I am willing to bet that the hardcore punk scene is one of the biggest forces keeping record pressing houses alive although I have heard that some of the more underground hip-hop bands still release their stuff on vinyl.

  15. I store the CDs in the attic by Wee · · Score: 2, Interesting
    Howver, the data they contain gets stored on the biggest set of drives I could afford last year, in an old Athlon mid-tower PC running Red Hat 7.3 and doing RAID1 with the raidtools package. I have no need for a CD's physical media beyond a possible "restore from a fat-finger" type of scenario. I can mount whatever ISO image I need to mount instantly, and I can get to the files over the network if need be. Audio CDs get stored as MPEGs which I can stream to work and other parts of the house.

    With hard disks at about a buck a gigabyte, it only costs around 65 cents to store a completely full CD. Paper holders are nearly useless because you have to look at each CDs face to see what the disc contains (they travel well, however). Jewel cases can cost about 45 cents and they take up a lot of room. Neither of the two are amenable to grep. The convenience I get for paying the "extra" 20 cents to keep them all on a filer is well worth it to me.

    -B

    --

    Ash and Hickory, straight-grained and true, make excellent bludgeons, dandy for the cudgeling of vegetarians.

    1. Re:I store the CDs in the attic by sarabob · · Score: 1
      45 cents for a jewel case?

      You're being diddled, son. Even in the UK, you can get them for 12p (~18c).

      If you're in the UK, check out this site - lots of good storage ideas for cheap prices.

      Personally, I go for the 24x fabric cases - higher density than jewel cases, they fit in CD racks, and you can label the spines - so finding stuff is easy.

    2. Re:I store the CDs in the attic by Wee · · Score: 1
      45 cents for a jewel case? You're being diddled, son. Even in the UK, you can get them for 12p (~18c).

      Hmm. I've never bought a jewel case in my life, so I wouldn't know. I simply searched google for "jewel case" and that's the price from the first link that came up. It seemed high to me, but I was too lazy to comparison shop for just a /. post.

      Personally, I go for the 24x fabric cases - higher density than jewel cases, they fit in CD racks, and you can label the spines - so finding stuff is easy.

      I've been using locate, mount and grep -- with the added bonus of being able to actually find stuff in the disc's data. That's worth even an "extra" 80 cents to me. Once you start getting used to it, you don't want to go back.

      The only downside is game CDs. I've mounted ISOs and had samba serve them up but many games don't like the fact that Windows reports the drive as a network drive vs. a removable media drive.

      -B

      --

      Ash and Hickory, straight-grained and true, make excellent bludgeons, dandy for the cudgeling of vegetarians.

    3. Re:I store the CDs in the attic by ChiPHeaD23 · · Score: 1
      You can solve your game CD problems by mounting the actual images with Daemon Tools . It works as a virtual CD drive and hasn't given me trouble with any games.

      (Note that the main site appears to be down, but it's nothing a Google search can't handle)

  16. discsox by balamw · · Score: 3, Interesting

    I ultimately settled on DiscSox DJ sleeves in an IKEA shelf for my Audio CD collection (~650 CDs), but I use CaseLogic folders/spindles for most of my data discs. (Stuff I need to find in the folders, spindles for archival stuff.)

    The discsox DJ sleeves are great 'cause they can hold all the inserts from the jewel box, and the DJ insert tabs allow for quick scanning of the sleeves' contents.

    The DiscSox aren't cheap at about $0.50/sleeve, but they hold up better than paper. There are many other sleeves like this on the market, but the discsox hold up better in my experience.

    Balam
    1. Re:discsox by cei · · Score: 1

      Sweet! I hadn't heard of DiscSox, but they look like a good solution for my 1200+ collection that's spilling out over 4 or 5 shelving systems... Thanks for the link.

      --
      This sig intentionally left justified.
    2. Re:discsox by Anonymous Coward · · Score: 0

      if you're using 5 shelving systems, you have more than 1200 cds. I have 1500 CDs, in jewel boxes, and they fit into 2 full-height shelfs.

  17. plumbing insulation by redwood2 · · Score: 4, Insightful

    you know those long foam tubes you can get at the hardware to insulate pipes from freezing?

    take a couple of those and stick them on the vertical surfaces of your cave (table legs,shelf edges and stuff) grab the trusty old x-acto and cut yourself some horizontal slits about an inch apart and presto! every narrow vertical surface is cd storage at hand.

    plus, if you drink too much beer and fall over, you don't have to worry about hitting your head!

  18. 3-ring binder... by Ayanami+Rei · · Score: 2, Informative

    and CaseLogic 3-ring CD storage pages (fits 8 CDs or 4 CDs and 4 booklets per page)

    Make sure to get a binder that's at least 2" thick if you have 10 or more pages because your pages will otherwise be impossible to turn (CDs are suprisingly thick when stacked).

    Also, get yourself some cheap dessicant and store it with your binder if you're not carrying it around. If you can score the small packets (get 'em from shipping/packing suppliers) you could even tape them inside the binder. Haven't tried it myself, though.

    Interseting ask.slashdot. Cheers!

    --
    THIS THING CAN TURN ON A DIME, MACROSSZERO STYLE ALSO FUCK BETA, ~NYORON
    1. Re:3-ring binder... by Maresi · · Score: 1

      I use loose-leaf binders (for bank statements). They have app. 5" and can hold up to 30 CD's.
      Oh, btw., no, I don't keypunch my CD's, I use self-made paper envelopes. I have made a printers copy with all the marks for cutting, folding, staples, labelling and the keypunch. With these pre-printed sheets it is very easy and fast to create the necessary paper envelopes.

      Paper envelopes have a second advantage (besides being very cheap): They keep your CD's dry.

      Maresi

      --
      The checkbox said "Requires Windows 98, NT, or better. And so I installed Linux
  19. Not so good... by BrokenHalo · · Score: 4, Informative

    I considered spindles for a while, and agree they can be convenient and cheap. I've seen quite a few CDs stored thus with nice circular scratches, though, resulting presumably from small particles of dust or whatever becoming trapped between them. Probably not good if integrity of data is important to you.

  20. CD Projects by solitarian · · Score: 1

    fortunately I bought a large number of racks from CD Projects before they discontinued them. They still make the sleeves, which hold the booklet & CD.
    The CD racks are similar to the DiscSox [mmdesign.com] racks another /.er mentioned. They offer quick access, and are compact.
    I have found a slight problem with moving software CDs from their cases though. The products that have License Keys put the key on the case, not in the booklet, so I have to keep the case, and copy the license key. :-(

  21. I compress them... by Phleg · · Score: 1, Funny
    --
    No comment.
  22. more important is locating CD's by dimsm · · Score: 2, Insightful

    have you ever searched for a CD 15 minutes? it is the same as you don't have it anyway.
    CD's are good after all, having what you want is also good, but locating the needed CD is much harder. Numbering CD's is very important, keeping them with increasing numbers, also. I took that question much more serious than others, windows users can check disclib
    program.

    1. Re:more important is locating CD's by pla · · Score: 1

      Numbering CD's is very important, keeping them with increasing numbers, also.

      I number my CDs religiously... With the output of "printf %08X `date +%s`". Always monotonically increasing, and if I feel so inclined, I can even figure out when I made the CD.

      I suppose one could even use those numbers as the key to a list of disc contents (directory listing and/or high-level description, doesn't matter), but that would make too much sense.

  23. Folders don't have to be expensive by james+b · · Score: 1

    I use cheap 48 CD zip-up folders - they're easy to browse and small enough to carry around when you need to. I buy them from Paddy's Markets in Sydney for about AU$7, which is about US$4 each. They also have 96 CD holders for not much more, but those just look *too* tacky.

    At first, I was looking at Case-Logic folders in music shops, and it was working out at something like 50 cents per CD, which is just silly. I guess the answer is to shop around for low quality ones - all they need to do is store your CDs. (just check the zip actually works).

  24. Coffee maker filters by Anonymous Coward · · Score: 2, Interesting

    I read this tip in the appropriate section of a household magazine but it seems that once in a decade they actually manage to publish a good tip: instead of 5¼" floppy folders, use coffee maker filters, put CDs in there and you can even write on them. You can then put them wherever you like, even a shoebox or some other container that you can browse easily.

  25. No, not like that by Anonymous Coward · · Score: 0

    That's just a motorized tie rack. It can't connect to an actual drive mechanism.

    I want something that I can stuff a 50-CD spindle on and walk away from while it runs a backup to them. Even a simple stacker would do.

    Yet I can't find it for less than $1000, while a 300-CD random-access audio player can be had for $300.

  26. How about... by belbo · · Score: 2, Informative

    this one (German, but should be available elsewhere)? Storage for 80 CDs at a price of about 25c/CD, and you can stack the containers.

    --

    --
    "Just believe everything I tell you, and it will all be very, very simple."

  27. What I Do . by jantheman · · Score: 4, Interesting

    1. Number CDs in YYMMDD-char(base 36) format (I'm unlikely to burn > 36 a day)
    2. Get an empty CD can
    3. put in the oldest 10/20 CDs in chron' order.
    4. put a bit on platic sheet - size of a cd + a 1/2" x 1" tab - threaded onto the spindle, and write on the tab the number of the cd it's sitting on.
    5. repeat steps 4 & 5 till can is full.
    6. lock it up & label the can case.

    when you open the can, the tabs spring out.

    (Do I need to explain the rest?)
    job done

    (oh yes - a little spreadsheet too : cd number,subject type (e.g mp3,pdf,app),extra info (e.g. for albums- artist,album,#tracks,bps,vbr/cbr....))

    --
    -- Mod me down. I am not a karma tart. ffs,gag
  28. Obligatory bad joke about CD storage by Andy_R · · Score: 1, Funny

    How does Saddam Hussein store his CDs?

    In Iraq!

    --
    A pizza of radius z and thickness a has a volume of pi z z a
  29. Microsoft to the rescue by __aafkqj3628 · · Score: 1

    I've got an MSDN subscription (DON'T FLAME!) and every month a new box of replacement CDs arrive, this allows me to collect all of the slips from the old CDs (or any CD that I don't want) and use that.

    The cases are quite good quality (for an MS product).

  30. folders with handles... by M1FCJ · · Score: 1

    240-480 cd folders.

  31. Well... by falcon203e · · Score: 1

    If it has a case, it goes in a pile on the corner of my desk. If it has a floppy paper case, I burned it myself, or I use it frequently, it goes in a 64 CD booklet, about the size of a sheet of paper folded longways. A bit thick, but it miraculously fits in my Targus laptop bag when placed on top of 2-4 paperback books.

    --
    ----- "All right. It was a miracle. Can we go now?"
  32. Actually, you can... by RapaNui · · Score: 1

    Take a look Here.

  33. Re:VCDJ by jpsst34 · · Score: 4, Interesting

    Though this doessn't solve the issue of physical CD storage, it is an elegant solution to gain access to all of your CD data at any time without needing to locate the CD.

    Build a Virtual CD Jukebox.

    --
    How are you going to keep them down on the farm once they've seen Karl Hungus?
  34. Something like... by Yarn · · Score: 1

    This only rectangular, so I can stack them.

    --
    -Yarn - Rio Karma: Excellent
  35. papercdcase! by peteshaw · · Score: 1

    I have started using this brilliant origami-type hand folded paper cd case solution, and you get a side viewable edge. Highly reccomended.

    --
    www.avacal.com -- the home page of pete shaw
  36. Re:papercdcase! - the link by peteshaw · · Score: 2, Informative

    sorry, I meant papercdcase. Too much coffee, man!

    --
    www.avacal.com -- the home page of pete shaw
  37. WOW DO YOU LIVE IN A STUDIO APARTMENT? by Alpha27 · · Score: 4, Funny

    How many CDs do you really have???

    You make CDs sound like VHS tapes. I current store my CDs in loose leaf binders, with CD sleeves. For example, I have a 2" thick binder, with 16 pages, with each page holding 8 CDs; it can hold up to 128 CDs, not including the booklets that may come with the CDs. I like the CD sleeves, and they aren't expensive if you know how to shop. If you go and buy the premade CD books, that will cost you money. If you get a loose leaf binder, and the sleeves, you will save 50% or more off the price of the premade books.

    I'll put it to you this way. DVDs are a better solution, but I don't like their current prices; I'll wait till they come down to the cost of CDs.

    What you need to do is.... House cleaning for CDs. That's right, you need to clean your room. Sorry to sound like your maternal one, but it's the honest truth. I have CDs i know I can throw out. When will you ever play that first version of *insert_first_iteration_of_computer_game_here* again? Sometimes, you just have to throw it out.

    I have old computer books collecting dust. My book collection is a bit heavy considering. I have books double-stacled in bookshelves through out the house.

    You could spend the time putting all the data to DVDs or Harddrives, or just deal with it and clean up your collection.

    *now speaking in a motherly voice*
    Now stop asking slashdot questions, and go to bed, you have work tomorrow. And brush your teeth, I can smell the cheetos.

    1. Re:WOW DO YOU LIVE IN A STUDIO APARTMENT? by Anonymous Coward · · Score: 0
      That's right, you need to clean your room.
      Thank you, I was going to say something similar. It amazes me how much trouble people put themselves through, like the guy who had 700+ hours of VHS tapes that he wanted to back up. Sheesh.

      Bottom line, if you haven't used it in more than a year, it's probably not worth keeping.

    2. Re:WOW DO YOU LIVE IN A STUDIO APARTMENT? by RobotRunAmok · · Score: 2, Funny

      Bottom line, if you haven't used it in more than a year, it's probably not worth keeping.

      Unfortunately, that's what my Mom thought about my Action Comics #15...

  38. I store my CDs.... by ptomblin · · Score: 1

    On my iPod.

    All my music CDs have been ripped to mp3s and the actual CDs are in a baggie in a drawer somewhere. I use the jewel cases that the music came in (yes, I'm one of those weirdos who actually BOUGHT music to put on my iPod) to store important data CDs, but I don't have too many of those.

    --
    The next Cmdr Taco duplicate will be ready soon, but subscribers can beat the rush and see it early!
  39. Decoration! by Joe+the+Lesser · · Score: 1

    Simply paste them to your walls! This way not only will it lighten up your drab room, but they will be easy to access.

    Here's a tip: You can make patterns with the solid sides, or block them together to make a mirror with the other!

    --
    "I only speak the truth"
    Karma: null(Mostly affected by an unassigned variable)
  40. Here are some places to buy silica gel by vaxer · · Score: 3, Informative

    http://www.preservesmart.com/products.htm

    http://www.jakesmp.com/CSD_Silica_Gel/CSD_Silica _0 01_M.html

  41. DiscSox by Gudlyf · · Score: 2, Informative

    I don't work for or are affiliated with the company, but I do use DiscSox for my CD storage. They're a bit more fogriving on CD's than paper envelopes, and the rack's not half bad.

    --
    Trolls lurk everywhere. Mod them down.
  42. Military Cartridge Cases by bobgap · · Score: 2, Interesting

    I put them in an metal army surplus military case, airtight, about $10 each or so. I use the 840 Catridges, 5.56 MM, 10 Rd. Clips Bandoleers. It will store jewel cases and anything smaller.

  43. ProSleeves by the+darn · · Score: 1

    I'm a devotee of the CaseLogic ProSleeve...and whatever ProSleeve knockoff they have at CompUSA from time to time. Both can hold 2 discs or a disc and liner notes, plus end tabs in the top slot. I keep 'em alphabetized by artist in sturdy cardboard & metal boxes from IKEA. Space-efficient, flexible & not too pricey.

    --
    Ceci n'est pas un post.
    1. Re:ProSleeves by claud9999 · · Score: 1

      Me too...I store my paperwork elsewhere (rarely need/want it, unless I want to sell my CD used at a later time.)

      Added benefit: a thief would be less interested in the media without the paperwork as they wouldn't be able to sell it for much on the used market.

      These take up little space, easy to sort, easy to take one (well, two) along for a ride. No protection against impact or tweaks though.

      I've had bad experiences with other brands (one left big scratches in all of my CD's) so I've stuck with CaseLogic. If only they made a slight variant of ProSleeves that were protected on both sides for double-sided DVD's (luckily a rarity.) Single-sided discs work great in them.

      Cardboard boxes for storage/organizing is my choice too, although I've got enough music CD's (over 1600) to need a cabinet which I may have custom made (few cabinets have drawers the right depth.)

  44. Binders, man by i0wnzj005uck4 · · Score: 1

    I buy 200-ish count binders, which hold 8 CD's per page. It's great for music CD's, because I slip the liner notes in behind the CD, giving every CD a specific place.

    I do the same for my DVD's and computer CD/CDRs. It's so much less hassle than the cases, takes up less space, and easier to look through than a shoebox.

    --
    - Cloud
  45. Dewey Decimal by Anonymous Coward · · Score: 4, Interesting
    This is going to sound quite a bit weird, but where i have them in jewel cases in boxes, or where i have them loose separated by sleeves, I tab them by dewey decimal. (i used to be a library aide.) So when i'm looking for my literature it's under literature by type, fiction by author, and when i want pictures of friends they are under biography.

    I doubt that this would be at all simple for anyone who hadn't been in libraries putting books away for fifteen years of their life, but there you go. I also try to keep a relavent catalogue with cross-indexing, but... didn't i mention i'm crazy?

    1. Re:Dewey Decimal by keith_nt4 · · Score: 1

      Everybody knows all the cool people use the Library of Congress to catlog...

      --
      "UNIX is very simple, it just needs a genius to understand its simplicity." -Dennis Ritchie
  46. Uhhh... by Hank+Reardon · · Score: 0, Redundant
    Upside down...

    In a pile on my desk...

    --
    There's so little difference between politics and jihad lately...
  47. Cheap CD Folders by Echnin · · Score: 1
    I find that cheap CD folders is the way to go. I won't pay more than 20 cents per CD something stores, and usually get about 15. It's only partly organized, but all the folders are different and I can find something pretty quickly. For example, in one folder there's all the pirated DivX movies, one has various TV series, another contains games, etc. Some are also sorted alphabetically just 'cause that's how I happened to burn them. :P

    However, getting some more HDDs and storing the CDs as images (or files) is quicker, and isn't always that much more expensive. When a CD costs 40 cents and storage adds 20 to that, you are up to almost 80 cents per gig. HDDs cost less than a gig these days. It's also unlikely that you fill every single CD to the brim. Also, if you want to discard something, you'll lose the CD if it was burned; if it was on an HDD you can just delete it and you'll have gotten the space back. And if you downloaded the files from the internet or generated them on your computer, burning is more of a hassle than copying them.

    --
    Lalala
  48. Electronically by Anonymous Coward · · Score: 0

    I load them on harddrive arrays and convert them to mp3s...

  49. Zip Around Binder by SPaReK · · Score: 1

    I used to do the Jewel case thing, and I still keep some of my games and CDs I use most often in jewel cases above my desk. I have since gone to using those Zip around binders you can get OfficeMax. Usually OfficeMax will have a rebate deal in the Sunday paper where you can get them free or close to it, after rebate.

  50. Paperboard sleeves, no window by fendel · · Score: 1

    I usually use plain white paperboard sleeves from Recorded Media Supply. (No affiliation, just a customer.) They have glossy white paperboard sleeves without a flap, which you can either write on or--if you're feeling meticulous--print up some of those big Avery shipping labels, the ones that are maybe 3x3". The labels don't cover the whole sleeve, but they're big enough for a track listing or description of CD contents.

    These fit nicely in those cases designed for CD sleeves (I just don't like the sleeves that come with the cases).

    For video CDs I have a big faux-leather binder near the TV. Kind of annoying to flip through, but I was getting tired of stacking cases on cases.

  51. Probably not the answer for everybody ... by gordguide · · Score: 1

    I think it depends on exactly how anal you are about the condition of your music disks. Computer disks don't get the same abuse, but I store them the same way, cuz it's convenient to do so.

    I use hard plastic racks (you can get them in 20/30/40/60 & 90-CD sizes; mine are from LazerLine) and put 'em on the wall. You need a 3x3 foot wall space to store 4 90-disk cases. Note: use the good kind of drywall anchors (I use E-Z Ancor, mfg by National, bought from Home Depot, cast zinc) because all that plastic is heavy and your disks will explode if the case falls off the wall.

    At least that's how I used to do it.

    Last fall I bought a 80GB drive and now encode each new disk as 16bit/44.1Khz AIFF files (WAV would work just as well). All my music is stored on the HD. iTunes reports 160 albums and 155 artists; I have about 10GB left. A quick calculation gives room for 15 new 650MB disks, but in reality that translates to room for probably 30 more retail CDs, as they typically are 300~450MB, and I might not want to store every song. All CD playback is through the computer (either alone or to the hifi), not a standalone/component CD player. I could probably use a 120GB drive next time, but right now I have room for about $300~600 worth of new CDs, which will take me about a year to purchase.

    Now I can store the disks themselves, in the original cases, out of sight and harm's way. I use emply liquor (case-sized) boxes, because the cardboard spacers for each bottle make nice CD-sized compartments, and add a bit of protection to the notoriously fragile jewell case. I get 'em from the local booze store for the price of asking.

    Data disks go on the wall, where the CD's used to be. Out of the way, but easily accessable if needed.

    This solution is probably overkill for many people, but I don't like how mp3/AAC sounds compared to RedBook, so I needed a method that kept the original fidelity intact.

    If you want to archive 16/44.1 (or any other bitrate/sampling frequency) disks, you can compress the audio files to about 50%; using a lossless format and the Shorten program to encode/decode them (Mac/Win/*NIX).

  52. Slimline cases by travail_jgd · · Score: 1

    I keep all of my important CD-Rs in slimline cases. They're half the size of regular jewel cases, but still allow for paper labels and protect the CDs. For storage, I have five wood CD holders (each holding 96 jewel cases), plus an Ikea "bookshelf" CD storage unit (holds ~240 jewel cases).

    Unimportant CD-Rs -- things I'm keeping but would never miss -- go back on the spindle.

  53. Upside down is wrong, people by slaker · · Score: 4, Informative

    If you're someone who stores CDs label-side down on a desk, you're doing it wrong. The label side is much closer and has much less polycarbonate between it and the reflective coating that you REALLY don't want to have scratched. CD Players are designed to read through scratches on the data side of the disc. There's no coping mechanism for damage to the reflective coating.

    My methods for organizing 3200 audio CDs/DVDs: 3 400 disc CD changers, 3 300 disc DVD changers. The contents of each changer are indexed in a plaintext file and a searchable web db. That takes care of about 2/3s of my storage needs, and since all these units have a display and a PS/2 port, it makes labelling simple.

    I like jewel cases, so I keep my cases in them. I got a local cabinetmaker to build me some nice 7' tall shelves to store cases. They're simple, pine construction, but he put on oak trim. They look nice, and keep my collection visible. The overflow is kept in $10 3' bookcases I got from Kmart. I organize cases alphabetically.

    For data discs, I just throw everything in 200-CD binders. Those sit on the bookshelves in my computer room. I have a couple for games, a couple for drivers, one for OSes and apps, and about 10 for my prodigious collection of pr0n.

    --
    -- I wanna decide who lives and who dies - Crow T. Robot, MST3K
    1. Re:Upside down is wrong, people by jsd06 · · Score: 1

      I use about 5 different 250-CD binders.. each one is categorized for games, music, programs, and so on..... and I have my own little categorization method for each one... for example, each genre of music has it's own section or all the various versions of the same program are together.... it's somewhat of a pain to organize at first, but it's worth it once you know where everything is.....

    2. Re:Upside down is wrong, people by mcpheat · · Score: 1

      There isn't any polycarbonate on the label side of a pressed CD, just a thin coat of lacquer over the reflective layer and the label. A small scratch or chip and the data is gone.

  54. White paper sleeves by jhines · · Score: 1

    White paper sleeves, which I get in bulk. 6 cents each.

    Then a wood rack, originally designed to hold jewel cases. Can hold a good mix of both.

    Cyberguys.com has them, and Tyvek sleeves, for a bit more money.

  55. racks and spindles by Restil · · Score: 1

    Mind you, I'd put all the CDs in full sized jewel cases and put all of them in racks on the walls. There's something about an entire room with the walls covered with full CD racks that's somewhat..... appealing to me, but as long as jewel cases cost 3x as much as the CDRs do, there's no real point. I hate storing them on spindles though.

    A preferable alternative would be multi-100 cd changers that can work with data CDs. If the per CD cost of such a changer is cheap enough, a network of them would function well as a storage method for the CDs AND I would have instant access to all of them at any time. Perfect ideal setting for data storage where it's always accessible from the network, but I don't necessarily need to retrieve it as quickly as if it were on a HD.

    -Restil

    --
    Play with my webcams and lights here
  56. I just roll my own paper sleeves. by TrebleJunkie · · Score: 2, Interesting

    I just use any piece of 8.5 x 11 paper I find to make a sleeve:

    1. Take the piece of paper, and holding it portrait-wise, fold the bottom up to about an inch down the page (try this for a while with a CD in it, and you'll see how it works.)

    2. fold that top inch down into a flap.

    3. Open it up, and fold in about 1.5 inches on each side. (Again, use the CD in it, and you'll see how I mean.)

    4. Toss CDs into the inside flaps, fold it up, and fold the top flap over. Presto! Instant and compant CD sleeve.

    --

    Ed R.Zahurak

    You know, oblivion keeps looking better every day.

    1. Re:I just roll my own paper sleeves. by RedBear · · Score: 1
      I just use any piece of 8.5 x 11 paper I find to make a sleeve:

      As someone mentioned before, regular paper WILL scratch the hell out of the surface of a CD or DVD over time, causing "fogged" spots and making the disc unreadable. This is a really bad idea unless you don't care about your CDs. There are ways to re-treat the surface with things like carnauba wax or Pledge, but you have to use just the right stuff.

      A much better solution is sleeves made with smooth plastic and/or non-scratching cloth and/or some other smooth material like those Tyvek sleeves they used to make for 5-1/4 inch floppies. Personally I really like the Case Logic Prosleeves and the pre-made cases.

      One place to look at is http://cyberguys.com, they have a good selection of CD case options, even sleeves and racks that you can fit into regular file drawers. I haven't shopped around much but they seemed to have decent prices on most things.

  57. PC CD Tower... Sort of. by angry_beaver · · Score: 2, Informative

    I came across these recently. I had never seent hem before, they're interesting.
    Basically they're USB CD towers. They do not actually play the CD's, but rather just catalog them, and spit them out at you when you request a disc. They also have some features that allow you to loan discs to friends and they'll track their location and such.
    I like it.

    This one does 75 CD's http://www.tigerdirect.com/applications/SearchTool s/item-details.asp?sku=K26-2800%20P
    This one does 100 CD's http://www.tigerdirect.com/applications/SearchTool s/item-details.asp?sku=B600-2000%20P
    The cool thing about the second one is you can daisy chain it and store up to 127,000 CD's or so.

    Also there's tigerdirect.ca for the Canucks out there. :)

  58. How to store CDs by MacGod · · Score: 1
    How Do You Store Your CDs?

    On my iPod, silly.

    --
    "Reality is merely an illusion, albeit a very persistent one " -Albert Einstein
  59. Cataloguing software by MacGod · · Score: 1

    For you MacHeads out there, I use the program that ships on the MacAddict CD. It's a little shareware app called DiskTracker

    You just pop in your disk, drag it to the disktracker windows, and it creates a catalogue of all the files. Which is the searchable etc.

    --
    "Reality is merely an illusion, albeit a very persistent one " -Albert Einstein
  60. Horizontal Spindels by Anonymous Coward · · Score: 0

    I have a homeade bookcase in my room with 5 dowels sticking out of each side. I group like cd's together and store them on the dowels, sort of like horizonal spindels. It is easy to flip through to find what you are looking for.

  61. Physical media? Ha! by Wonko42 · · Score: 1
    How do I store my CDs? Digitally. Whenever I buy a CD, whether it's music or data, it gets ripped straight to my hard drive and tossed in a corner. Every so often I'll go pick up the old CDs from the corner and throw them away or distribute them throughout the house for use as coasters. If I ever need a physical copy of something again, I just burn it to a CD-R from the image on my hard drive, since CD-Rs are so cheap.

    Of course, I am running out of places to store my DVDs...my hard drive isn't quite big enough for all of them yet...

  62. Try Discgear... by Anonymous Coward · · Score: 0

    I use DiscGear

    It holds discs by their edges. My previously attempts, using books of sleeves, turned out to scratch everything up...

  63. I store my CDs and DVDs by Triumph+The+Insult+C · · Score: 4, Funny

    on kazaa. it's really quite useful.

    --
    vodka, straight up, thank you!
    1. Re:I store my CDs and DVDs by bad_fx · · Score: 1

      I like your work! Your girlfriend is really... err.. nevermind. ;-)

    2. Re:I store my CDs and DVDs by LuckyLeprechaun31 · · Score: 1

      That is a good idea, but since my computer is seriously lacking RAM....I've been reading up on these disposable DVDs that self destruct after 48 hours. You "rent" it for cheap without having to return it. Sounds good to me.

  64. Parabolic dish by Anonymous Coward · · Score: 1, Funny

    I needed to solve two problem:
    a. storage of a lot of CD-R's
    b. heat my home

    I solved this by
    a. creating a large parabollic dish out of the reflective side of all of those CD-R's
    b. utting the dish out in my backyard
    c. focusing the dish at my rear windows
    d. putting a large iron plate inside of the windows to collect the light energy

    As a side note, I attached a barbecue grate/griddle to the iron plate and now I can grill meat or cook fried eggs on it.

    I'm pretty proud of this invention.

    1. Re:Parabolic dish by ahfoo · · Score: 1

      If this isn't just a joke, I assume you're probably still on your first generation design because you say you used CDRs. I really did this, but before I started I set several different types of CDs and CDRs out in the sun to see how they would react. I found that CDRs were relatively unstable and delaminated relatively early compared to pressed CDRs. In addition, I noticed that they were much less reflective, at least when it came to visible light. This was easy to test. Just set them in the sun and angle them onto a wall and see which ones produced brighter reflections. The CDRs, both colored and silver, were very weak and diffuse compared to pressed CDs. CDRs have more of a prismatic effect than a mirror effect. That's cool, but it's not good for concentration.
      I started off with a dual axis three meter sunflower made out of a hand woven geodesic wire mesh which looked cool, but it turned out to be way too flimsy. It held its own shape fine but the tracking was a bitch even in a very slight breeze and it got totally thrashed when the first good wind came. It was a total success as an art project but it wasn't practical. Only a few bucks in materials though and it produced scarry amounts of heat at the focal point for the short time it was functional.
      So I switched to a much smaller linear trough design that worked for almost nine months before the CDs became thoroughly delaminated.
      At that point I realized that glass mirrors really weren't that expensive when you took into account the labor of having to replace all those demalinated CDs. It's fun the first time, but when it becomes a regular chore it sucks and it can be discouraging which isn't good because concentrated solar really works.
      I never got to the point where I could try a heat engine, but it definitely heated up water. Sandia's Sunlab has some awesome pics of commercial projects that got me interested and then there's the ever popular idea of the scroll compressor run backwards. Any news on that one?

  65. KDS CD Organizer by ctr2sprt · · Score: 2, Interesting
    It's a PC tower-sized box with 75 motorized trays. It has a keypad on the top so you can operate it manually (if you want), but it also connects via USB to your computer and comes with software to manage your CD collection. Two cons: first, the software only works in Windows (I talked to KDS, they have a Linux version in the works); and second, it only holds 75 CDs. But this second problem isn't as bad as you might think. What I did was sort my CDs into a couple different stacks. It turns out that I only use about 50 CDs on a regular basis. The other 300 or so got put on spindles and stuffed in a closet.

    Anyway, the software supports many of these attached to one computer, so you can buy as many as you need. Obviously real estate starts to become a concern, but you can always buy a long USB cable and stuff these out of the way somewhere. Still, though, it's a pretty nifty arrangement, and I like mine a lot.

  66. DJ binders by Krellan · · Score: 2, Informative

    I use DJ binders. They are large binders that hold around 200 CD's at a time, originally intended for use by DJ's at clubs and such.

    Here's an example:

    http://www.targus.com/cases_media_104_208.asp

    CD's are stored 4 to a page, and pages are double-sided. CD's are stored in plastic sleeves, and the plastic is flexible enough to allow the liner notes to be placed behind the CD when stored. Putting liner notes behind the CD also marks the proper location to put back the CD when you are done using it.

    When filled, each binder is around 3" thick. It fits in a standard shelf, and its height is roughly that of standard paper in the US (11"). The only disadvantage is that the binder is rather wide, and can require a deep shelf to store without risk of toppling out.

    The plastic cases for CD's are then thrown away. I keep interesting ones that would be hard to replace if ever needed (imports, etc.) and use them as generic cases for CD's I frequently use, keeping them outside of the binder.

    The result? Around 40GB of music on the hard drive, and all CD's safely tucked away in binders!

  67. Try DiscDividers by notyou2 · · Score: 0
    Okay, it's a shameless plug, but I really think they're a great simple product!

    They are tabbed plastic dividers for organizing your CDs.

  68. Re:KDS CD Organizer (now with 25% more link!) by ctr2sprt · · Score: 1
    Duh... read more about it at KDS's website.

    (Preview, preview, preview!)

  69. Small cardboard boxes by KurdtX · · Score: 1

    I've ordered a few things from Buy.com (no, I'm not trying to endorse them) and the boxes they ship most of their small stuff in (Software, CD/DVDs, etc) is perfect for two rows of CD Jewel cases (I'm sure you can get those boxes elsewhere). They'll hold about 50 cases each (more if you use slim packs) and I stack them 3 high. Build/buy yourself some cheap shelving and label the boxes. It might take up more space than you're looking for but it's fast and flexible; and protects the CDs decently.

    Now I've only got 500 or so CDs, which is about 8 boxes + a few on my desk (you get more than 50/box when you use slim cases/double stuffing), and it works great. My audio CDs are all ripped to mp3, so I store the orignals out of the way in my closet, and the computer CDs I use are on the floor behind my computer (cardboard's a decent insulator). Then again, there is nothing that I have that would be devastating if I lost, so this isn't for everyone, but I would like to mention that I haven't lost anything yet. Uh, not that I know of....

    --

    Kurdt
    I'm not anti-social. Just pro-technology.
  70. On my fuckin' RAID and in P2P networks!!! by Anonymous Coward · · Score: 0

    CD's... pah...

  71. Maxells are shit by Anonymous Coward · · Score: 0

    Use any other brand.

  72. Caselogic all the way by HopeUnknown · · Score: 1

    It's by no means economical, but I found the best solution for my fairly large collection (well over 1000 discs) was CaseLogic 200 cd folders. They aren't THAT expensive, fit well on a bookcase, and if you're the obsessive compulsive type, you can sort them alphabetically for easy access. For all those junk cds I access once in a million years, I throw on a spindle.

    1. Re:Caselogic all the way by Overzeetop · · Score: 1

      I store all of mine in a single CaseLogic binder. The covers go in behind the discs in each slot. When it gets full, I just go through an throw out about 10% to make a little more room. Voila! I do try to comsolidate data before I throw the extras out. Of course, I can fit everything on less than 100 CDs at this point, since I don't keep old software versions.

      --
      Is it just my observation, or are there way too many stupid people in the world?
  73. I don't use CD's, offtopic maybe by Soulfarmer · · Score: 1

    I know all too well also the problem of countless CD-R's. That's why I don't have that problem. I keep stuff on my hardrives. With RAID0+1, I am not that worried about data loss. And these days, the price ain't that bad either.

    I hate the fact that no matter how genious catalogue system you have, you can not do a search on it, well you can if the catalogue is updated often and so on, but after the search, you still need to find the damn disc. All the files on hard-drive, just click on the search result, voilá.

    And then the is the clutter of course. I do have maybe a few dozen CD's on my desk, but those are either obsolete or not important anymore. They are art decor :D

    --
    -Is the meaning of life vanity, or is vanity the meaning of life?
  74. Use 'em as art... by decepty · · Score: 0

    At home I have my 4,500+ audio CD collection mounted individually to the wall and sorted by color (i.e. all the disks with predominantly red disk art start on the left, then fade to the orange, then fade to the yellow, and so on...) It's a bit labor intensive to set up the first time (4,500 push pins) but the effect is incredible and it's actually pretty handy. Instead of hunting through all my disks to find, say Massive Attack, I remember that it's the bright orange disk, walk up to my wall and grab it off. Plus it's neat looking and keeps my CDs off the ground and close at hand.
    I have a micro version of that at work except the shiny side is pointing out because most CD-Rs typically dont have disk art... And when the sun starts setting and hits my cubicle wall it looks like someone's got a disco ball going on.

    --
    Be careful! Bears shouldn't consume large furry dogs.
  75. The shoe store suggestion is best. by Futurepower(R) · · Score: 1

    The shoe store suggestion above is by far the best for me.

  76. in a $30 anvil case that holds 100, made for DJs by mbstone · · Score: 1

    http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item =2531766562&ssPageName=ADME:B:EOAB:US:6

  77. Bookshelf Powered By Database by muscleman706 · · Score: 1

    I keep my cds and books, etc, on my bookshelf with numbers corresponding the id on the database tracking program I use (mediachest.com).

  78. I use Boltz racks by Bogatyr · · Score: 1

    With 2600 audio CDs and a growing but comparatively small (under 100) DVD collection, I just started buying Boltz racks. Sheet steel, assemble yourself, really easy. The CD racks hold 55 CDs per shelf, have 11 shelves in a 5'8" high unit for 605 total. The expansion racks are simply a rack without one side, and bolt through the side of what you've already got. Different finishes, matte black industrial or satin finish for that cyber/Gattaca look. Their TV/component stands are heavy enough gauge steel to be bulletproof, at least to standard pistol ammunition (haven't tested it with .308 armor piercing, but they should stop most standard pistol ammunition). Shipping's free as i recall, at least in continental US.

    One big advantage of these racks is since they're sheet steel with holes, and narrow dowels, that half-full racks don't look like the monolith from 2001 - you can see through them. Their open design also helps with airflow in the room, even when loaded with CDs.
    (just a customer, don't get anything for endorsing, etc. etc.)

    1. Re:I use Boltz racks by zerOnIne · · Score: 1

      totally ... i hate storing my CDs out of their jewel cases ... i've got ~300 music discs, some hundred or so pc discs, plus a growing DVD/console game library, and my wife's CD collection (about 100 slimline jewel cases) ... it all fits quite nicely on the MM-504 rack, and like you said, it's actually open enough to not be overly dominant in the room ...

      --
      09
  79. Case Logic CD Album pages + 3 ring binders by danpbrowning · · Score: 1

    Here's how I do it:

    * Standard 3-ring binders (label them according to how you would like to sort your CD's.. by function, alpha-numeric, or both).

    * Case Logic Album pages.
    - 8 cd's per page (double sided)

    Here's the link: Case Logic Album pages.

    I think the price is reasonable, and keeps them very accessible, uses little space.

    --
    Daniel
  80. over 7 foot high stack by kaltkalt · · Score: 1

    I keep mine in a tall pile. Thousands of CDs and they only take about 6 square inches of floor space. Kinda like a really tall spindle without the center "pole" (which is for pussies).

    --

    Stupid people make stupid things profitable.
  81. Re:CD Projects-Label it. by Anonymous Coward · · Score: 0

    "I have found a slight problem with moving software CDs from their cases though. The products that have License Keys put the key on the case, not in the booklet, so I have to keep the case, and copy the license key. :-("

    Do what I do. If you have a label machine (the one's with a keypad) then you can print out the key and stick it to the CD (make certain you copy it accurately). Never lose it, and it makes it easier to sell the disk because you didn't lose the key.

  82. Piles by NeoSkandranon · · Score: 1

    I store lots of mine in 128 CD (4 on a page) and 64 cd (2 on a page) soft wallets. The ones i use often get stacked on CDR spindles or free-standing in a handy spot

    --
    If you can't see the value in jet powered ants you should turn in your nerd card. - Dunbal (464142)
  83. Recently did the envelope thing... by YllabianBitPipe · · Score: 1

    I recently bought a bunch of single cd envelopes from Office Max ... really cheap. Under ten bucks for 200 if I remember correctly. Then I got some cd size metal boxes from Crate and Barrel.

    I stuck all my cds in the sleeves / boxes with the liner notes, tossed the jewel cases, alphebetized them, and the cases are now in the closet. Took about an afternoon, and the space savings is tremendous. I've found I have not pulled out a single CD since, so the initial thought of having my alphebetizing screwed up within a month was unfounded.

    Needless to say, all CDs are converted into MP3 form on the computer. I strongly suggest ridding yourself the extra baggage of jewel cases. It's been nothing but a success for me and I find I don't miss them one bit.

    1. Re:Recently did the envelope thing... by bettlebrox · · Score: 1

      Do you have a link to the boxes you used or a catalogue number? Thanks Mick

      --

      I have a very small mind and must live with it.
      -- E. Dijkstra

  84. How do you store your GAMES? by Kojo · · Score: 1
    That's the problem I'm running into. Not just storing the CD's (that's pretty easy, as I don't have that many), but the manuals.

    How do people store them so that you can find CD and manual together and in somewhat short order? For the Manuals that are just Jewel Case inserts, again, that's easy. What about the larger (and oh-so-often different sized) manuals?

    Anybody got any clever ideas?

  85. not very practical by g4dget · · Score: 1

    I had one of those and found it to be not very practical. It takes a lot of bookkeeping to figure out which disc is where, and you still end up having boxes full of now empty jewel cases. I think you are better off keeping your CDs and DVDs on a shelf than to put them into a box like that.

  86. accessible jukebox by g4dget · · Score: 1

    If you are going to go with a jukebox, as some people are recommending, consider getting one that interfaces with your computer. That way, you don't have to manually catalog everything that's on it. A company by the name of PowerFile makes them, and there seem to be BSD drivers for it (I'd guess they either have been ported to Linux or would be easy to port).

  87. Thrift Store Shopping by anon*127.0.0.1 · · Score: 1

    I bought 3 baby toys... the little wooden posts and colored wooden stackign rings. Tossed the rings, stacked all my CDs on the posts.

    No, they're not at all organized. I don't need them to be. 98% of my CDs are programs or archives I've burned or something else that I need to keep, but rarely if ever use. The once every month I need one of them, it's not that big a deal to shuffle through the stack. It certainly takes less time to do that then it would to label and file and catalog and remember to replace everything.

    The 5 or so CD's I use regularly are always at the top of the stack, so I have no problem finding them. It's not organized, but it is effecient.

    Te

    --
    I am NOT a man!
    I am a free number!
    1. Re:Thrift Store Shopping by megabyte405 · · Score: 1

      I do a similar thing, but even more thrifty. I save the spindles that I buy CD-R's on (you don't actually buy CD-R's in cases, do you?) and reuse those after they're empty as holders for cds. So handy, and I always manage to have a fresh one whenever I need one! What a coincidence!

      --
      I recognize people by their sigs. Is that a bad thing?
    2. Re:Thrift Store Shopping by anon*127.0.0.1 · · Score: 1

      You don't actually buy CD-R's on spindles, do you?

      The cheap ones I buy just come in a shrink-wrapped pack of 100, with no spindle. Hency my thrift store runs.

      --
      I am NOT a man!
      I am a free number!
    3. Re:Thrift Store Shopping by megabyte405 · · Score: 1

      Heh. See, I get those lovely "free or nearly so" spindles most of the time, with a few spindles of the good ones (Nashua 8X) as needed. Not only do I get CD-R's in these purchases, I also get a CD storage mechanism. I get good value.

      But really, where do you get cd's just shrinkwrapped? I could go for some of those, considering I have a few empty spindles laying around...

      --
      I recognize people by their sigs. Is that a bad thing?
  88. CD Bulk Storage by Tingler · · Score: 1

    Depending on what you are storing, they are a few ways that I have discovered how to store CDs & DVDs.

    The first thing I did is moved the discs from the old school music CD cases & put them into the newer slender plastic cases. I guess you could use the envelope type cases, but I never cared for them. That will reduce the size buy about 60%. However, I keep my music CDs in the original plastic cases because it keeps the booklet & liner notes together.

    The next step is the bulk storage of the CDs. I would recommend a MC3D from www.can-an.ca. Just make sure you don't type it in using a dot com, as that is a gay porn site. The MC3D will hold 810 CDs or 360 DVD in the standard cases. They are a bit on the expensive side. One MC3D will set you back around $400 plus shipping. I have one for DVD/ VCR tapes & one for music CDs. They are both getting full & I will purchase 2 more.

    However, if you break it down buy storage cost per CD, it works out to about just under $0.50US per music CD & $1.11US per DVD. That is a cost that is hard to beat unless you compare it to shoeboxes under your bed.

    All in all I would have to say I am very happy with mine. Very space efficient, attractive, cost effective, stackable, & modular.

    Good luck on your search.

  89. everywhere by VanillaCoke420 · · Score: 1

    In boxes under my bed. In my desk drawers. On my desk. On my computer. In the bookshelf. Etc. etc...

  90. spindle approach by Anonymous Coward · · Score: 0

    The spindle approach is great for holding cd's but sucks to get them on and off if they're in the middle of the spindle in a stack. Take resonably stiff wire that is coated (non-scratching) make a loop at the bottom. A U -Shape with the bottom of the U pulled up into a curve. Then attach the top ends of the U around the spindle. Instant hanging storage that doesn't scratch but provides all the spindle benefits. (Simplier approach would be to just thread the wire through the central hole and tie around the spindle). Could use very thin D rings to attach the wire to the spindle for those who can't imagine connecting the wires.

  91. The DIY environmentally friendly method by kardar · · Score: 1

    Take cardboard from all the UPS deliveries, internet orders and build CD cabinets using wood glue and staple gun. Once you get it down, takes a couple hours. Mine are about 21*21 inches and hold about 200 jewel cases. Probably $5 each, using the wood glue. Also, it would be fairly easy to take a larger piece of cardboard and make a lid for the box making it portable for when you have to move.

    I tend to buy the spindles, but still had some of those 10-pack jewel case retail CD-R cardboard boxes lying around, I think they are getting harder to find now, but I just use those and put data CD's into high-quality sleeves and then pack the little cardboard boxes into another box.

  92. el cheapo method --obsolete floppy cases by guest12 · · Score: 1

    I've found this method to be quite good, if you can get enough of the old 5 1/4 floppies. Just slice off a liver on one edge, punch holes with paper punch and string them together like a book. You need shoelace thick braid. Keeps them safe from scratches, too.

    Another method which worked for me was to simply put them in the hard plastic carrying cases of these floppies. Of course you may not get them now, but I picked up a large number at a flea market. Guy was good enough to tell me the floppies were junk and dont work.

  93. CD robot by heroine · · Score: 1

    1400 automatically retrievable CD's for $1000.

  94. Re:papercdcase! - the link by GooseKirk · · Score: 1

    Hey, you forgot the link for "too much coffee, man," too.

    Good times.

  95. Can-Am CD drawers by wessman · · Score: 1

    I own over 2,000 music CDs, and to store them all, I use these metal media drawers shipped from Canada: http://www.can-am.ca/ ...yes, they are pricey, but they are huge space savers and great for organization. They are built like no other product, are stackable, and come in many colors. If you have the cash (or credit!), I can recommend no other media storage product.

  96. Speaking of.... by alcharn · · Score: 1

    When the issue of space arises, I can only think of one solution. I heard about these new DVDs that are limited time viewing and after they are no longer useable, you can recycle them.