Slashdot Mirror


Sony Music Testing New Copy Protection

RandyOo writes "According to this Reuters article, Sony Music is about to start testing a new type of 'copy protection' in Germany. It looks like they'll be releasing multi-sessioned discs with normal audio in the first session, and compressed, DRM'ed music files in the second session, as well added 'extras', including access to exclusive online content. The article explains that the disc's audio can still be copied, and there's a hilarious quote at the end by a BMG spokesman: "All copy-protections can be hacked, but if (we) give people what they are asking for in terms of value, they won't go out and steal it. It's called trusting the consumer." "

426 comments

  1. so now what, by 2MuchC0ffeeMan · · Score: 5, Funny

    do we get to see iso's of cds on kazaa instead of mp3s?

    --
    Runnin' On Empty .... I'm Still Alive
    1. Re:so now what, by Neophytus · · Score: 2, Insightful

      700MB for a cd isn't what Joe teenager wants, especially when the the sharer's DSL/cable may be capped at 14kB/s up. Thats why people compress their music.

    2. Re:so now what, by denisdekat · · Score: 3, Informative

      Do this in the meantime: http://streamripper.sourceforge.net

    3. Re:so now what, by Inda · · Score: 3, Insightful

      Joe Teenager is a leech.

      Joe lines up 20 ISOs for download and goes to bed. He is not worried if they take a day or two to download. He thinks nothing of downloading a 1.5Gb movie screener. He has a 24/7 connection and bandwidth to spare.

      Joe also knows that only real men download ISOs.

      Joe is your typical leech.

      --
      This post contains benzene, nitrosamines, formaldehyde and hydrogen cyanide.
    4. Re:so now what, by tsa · · Score: 1

      You can compress an iso can't you? It's not data reduction like mp3 but it's better than nothing. Then again, I don't think music files can be compressed easily.

      --

      -- Cheers!

    5. Re:so now what, by Durandal64 · · Score: 1, Funny
      Then again, I don't think music files can be compressed easily.
      There's this new thing called MP3. I think it's going to be big someday.
    6. Re:so now what, by tsa · · Score: 1

      Did you even read my comment before replying? Data compressing is not the same as data reduction.

      --

      -- Cheers!

    7. Re:so now what, by tuffy · · Score: 4, Informative
      Then again, I don't think music files can be compressed easily.

      Music can be losslessly compressed to about 1/2 of the original size on average, depending on the source material. There's a slight difference in size and speed when using FLAC vs. Shorten vs. Monkey's Audio, but nothing too significant. But most people are going to stick with the 10:1 compression offered by mp3 and vorbis since few care about the additional quality offered by an exact copy of the original.

      --

      Ita erat quando hic adveni.

    8. Re:so now what, by sinikal · · Score: 0

      How much space are we looking at them wasting on the extras? Are cd's filled with 80 mins of music (like Tool's lateralus) going to become extinct while 30 minute cds become the norm?

    9. Re:so now what, by pieszynski · · Score: 1

      Hurrah bring back the short CD - an album shouldn't be longer than 11 or so songs and 45 mins. When was the last time you heard an 80 min album that didnt have @ least 4 filler tracks on it? And while we're on the subject why are singles now all around 4-5 min? bring back beatles esque 3minute pop perfection.

      --
      a man of infinite shallows
    10. Re:so now what, by zoeblade · · Score: 1

      do we get to see iso's of cds on kazaa instead of mp3s?

      Unfortunately ISOs can only store CD data, that silent track one that hybrid discs have. It just won't work for CD audio, as it's stored in a different way.

      I'd settle for one big FLAC file per disc with data in them to store where each track begins and ends.

    11. Re:so now what, by modecx · · Score: 1

      What he means by "ISO" is a binary dump of the entire disk, not literally an ISO 9660 filesystem.

      --
      Constitutional rights may be respected, repealed, or modified; but they must never be ignored.
    12. Re:so now what, by Anonymous Coward · · Score: 0

      But most people are going to stick with the 10:1 compression offered by mp3 and vorbis since few care about the additional quality offered by an exact copy of the original.

      I think part of this can be atributed to the record companies. After all, they haven't cared about the quality of their music for quite some time now.

    13. Re:so now what, by Anonymous Coward · · Score: 0

      Actually, from playing around with Quicktime Pro, I found that you can compress to 1/8th of the original size losslessly. And lossless compression rates don't rely heavily on the source material.

      Apple 3:1
      Apple 6:1
      IMA 2:1
      IMA 4:1
      ALaw 4:1
      uLaw 4:1
      Indeo 8:1

      Any of those from 4:1 on up will wedge a 60MB AIFF or WAV file into the space of a 320kbps MP3... losslessly.

      Quicktime kicks ass, man...

    14. Re:so now what, by tuffy · · Score: 2, Informative
      Apple 3:1
      Apple 6:1
      IMA 2:1
      IMA 4:1
      ALaw 4:1
      uLaw 4:1
      Indeo 8:1

      Erm, I hate to say it, but all of these formats are lossy. Apple touts them as "CD quality", which is probably true, but data is lost when converting to them and the original cannot be recovered.

      --

      Ita erat quando hic adveni.

    15. Re:so now what, by chefren · · Score: 1

      ..which is commonly referred to a lossy *compression*. But I agree with your assessment that data reduction is a description of these formats.

    16. Re:so now what, by mkldev · · Score: 1
      The grandparent poster is correct. Audio CDs are not encoded in the same way as data CDs. Audio CDs have 2352 bytes/block, while data CDs have 2048 bytes/block. The difference is that data CDs employ more error correction. You can't create an ISO image (defined as a Mode 1 data track) of audio (Audio Mode track).

      What you could do is create a "RAW" image, pulling the actual data bits, including subcode, with no error correction. That's a 2448 byte block. If you get that, I -think- you should be able to burn it back to a disc in the same mode and get a usable disc. That having been said, I'm not aware of any software that allows you to even rip in that mode, much less burn in it.

      You -might- also be able to do an audio mode copy and get back a usable copy of the data tracks, but I'm not sure. Regardless, either mode is a very different animal from an ISO image.

      --
      120 character sigs suck. Make it 250.
    17. Re:so now what, by Anonymous Coward · · Score: 0

      CDRWin lets you copy & burn in raw mode.

    18. Re:so now what, by modecx · · Score: 1

      The grandparent poster is correct......You can't create an ISO image (defined as a Mode 1 data track) of audio (Audio Mode track).

      What you could do is create a "RAW" image, pulling the actual data bits, including subcode, with no error correction. That's a 2448 byte block. If you get that, I -think- you should be able to burn it back to a disc in the same mode and get a usable disc. That having been said, I'm not aware of any software that allows you to even rip in that mode, much less burn in it.


      Yes. That's exactly what I was inferring when I said "What he means by "ISO" is a binary dump of the entire disk, not literally an ISO 9660 filesystem."

      There are a number of such software utilities that allow you to do this, such as Alcohol 120%, CloneCD, Nero, CDRWin, Disk Copy in OSX, and even dd.

      Errors in the TOC and subchannel data are one of the many ways to go about copy protection (Playstation, and some 'AudioCDs', for example). Pretty much all of this has been defeated by intelligently reading everything, and not discarding the errors. This is pretty well understood by the 'pirates', and such RAW images containing the subchannel data are still called, by them, "isos", though perhaps incorrectly.

      Iv'e been able to read and write RAW audio disks for years with fairly common software, though I rarely have a use for it.

      --
      Constitutional rights may be respected, repealed, or modified; but they must never be ignored.
    19. Re:so now what, by $uperjay · · Score: 1

      I think you just broke the DMCA!

    20. Re:so now what, by mkldev · · Score: 1
      No, I wasn't referring to an ISO filesystem, either. If the term ISO has been overloaded to include RAW images, then it is rather a bastardization of the term.

      An ISO is properly used to refer to a data block level copy, which for audio data would mean that a bunch of data would be lost, since the space used for checksums in data block storage is not included in those images, but is used for part of the audio data.

      Sigh.

      --
      120 character sigs suck. Make it 250.
  2. Hilarious? by woozlewuzzle · · Score: 5, Insightful

    Why is that hilarious? Isn't that what you proponents of file-sharing and digital music have been clamoring for? to be trusted not to steal?

    1. Re:Hilarious? by AllenChristopher · · Score: 5, Insightful
      Because they aren't trusting us. They're putting DRMed files with untrusting restrictions on and hoping we'll use their software to use those files, accepting the restrictions, out of ignorance.

      If they trusted us, they'd just print up CDs as usual and assume we wouldn't steal them.

      I guess they're "trusting" that the ordinary consumer can't program his VCR, let alone evade a simple scheme, but that isn't the sense of trust that one wants.

    2. Re:Hilarious? by AndroidCat · · Score: 1

      Yes, but they aren't trusting people. The second part of the disc is protected.

      --
      One line blog. I hear that they're called Twitters now.
    3. Re:Hilarious? by dpoulson · · Score: 2, Interesting

      This is exactly the type of thing that the music industry should do. How many times do you hear the argument for ripping CD's for personal use only. Whenever I get a CD, the first thing I do is put it in my MP3 jukebox (linux, or course!) and rip it. If I could get away with putting it in the jukebox and simply copying the files from it I'd be just as happy.

      This way, you know if you find a copy of the song in the wild it is there as an illegal copy. Hopefully the number and availability of pirated material will lessen (there's always hope) and the music industry can concentrate their legal might onto the actual criminals!

      --
      http://www.22balmoralroad.net/ http://www.tinynetworks.co.uk/
    4. Re:Hilarious? by cscx · · Score: 1

      Too bad iTunes ignores the data sessions on multisession CDs and rips from the audio part!

    5. Re:Hilarious? by Anonymous Coward · · Score: 0

      You assume that Sony is stupid. They know that you can get around this by going to the first session of the disk and ripping (see the quote). However to the bulk majority of people the DRMed files are acceptable.

    6. Re:Hilarious? by dAzED1 · · Score: 2, Insightful

      not only would they do that, but they'd make it such that a CD costs what it should...$11 max, instead of $17 max.

    7. Re:Hilarious? by Mr_Silver · · Score: 5, Insightful
      If they trusted us, they'd just print up CDs as usual and assume we wouldn't steal them.

      Trust has to be earned.

      Judging by the vast amount of MP3's available on Kazaa, I see no reason why they shouldn't trust people who have shown time and time again that they'll happily make copyrighted material available to everyone for free.

      --
      Avantslash - View Slashdot cleanly on your mobile phone.
    8. Re:Hilarious? by Noizemonger · · Score: 3, Insightful

      They dont restrict the usual content but give the legitimate buyer some bonus-material. If they do it right (real Bonus-Material, not Stuff they would put on the CD anyway), i think its fine.

      Its like: Ok, you can copy the Album for a friend, but if he wants the extras he will have to buy it.

      Pretty sensible stand for a music exec, imho.

    9. Re:Hilarious? by DCowern · · Score: 4, Interesting

      If they trusted us, they'd just print up CDs as usual and assume we wouldn't steal them.

      This is a bit callous. The fact of the matter is that Lots of People(tm) pirate music and the music industry wants to stop it. This is the first sign that they are listening to consumers and their advocates. Instead of relying on just DRM (lest we forget CSS?) they recognise that its use is limited and they are offering consumers more bang for their buck.

      Look at DVDs. I'm speaking only for myself but I would be far less interested in downloading a DiVX rip of a movie than a MP3 of a song. The fact of the matter is that more is lost in the translation of the DVD; I don't get surround sound and I don't get extras or outtakes.

      I'm glad Sony is taking this tact; it's far nicer than dragging 12 year olds into court.

    10. Re:Hilarious? by Anonymous Coward · · Score: 1, Insightful

      You're absolutely right. They'd have to be fools to trust us. They aren't fools, and they don't. That's why it's funny that they're saying they do. See?

    11. Re:Hilarious? by NNKK · · Score: 2, Insightful

      Just hazarding a wild guess here: you can't play those DRM'd files on your linux jukebox anyway, because the industry you're praising can't be bothered to support anything other than Windows and, if we're lucky, MacOS. And even if they did, heaven help you if you want to be able to upgrade to the latest version of whatever distribution you're using. The propriatory (you think they'd make it open source? HAH!) plugin (IF you're lucky enough to get a plugin for whatever player you're using instead of having to use an entirely different and propriatory application) may not even run, and if it does, you'll be lucky if it does so without noticable problems.

      I'd also love to know exactly how I could play the DRM'd files on my portable CD/mp3 player without having to buy an entirely new one. This one sure as hell ain't broken, and I'll be damned if I'm going to blow a bunch of money on a new one and gain nothing but the ability to play crippled files.

    12. Re:Hilarious? by Anonymous Coward · · Score: 0

      I don't know... from what I'm reading they're leaving the audio session as your standard non-copy-protected CD, and giving folks the DRM's compressed audio as "bonus" content so that the folks that just want to toss a copy on their computer will use their pre-ripped content instead of doing it themselves. It makes it seem like they've finally relized that paying $20 a CD for straight audio isn't worth it to the average consumer anymore and they're trying to use these things to make us think we're getting our $20 worth for the same ole same ole (just in new packaging err... formats).

    13. Re:Hilarious? by irw · · Score: 1

      The fact of the matter is that more is lost in the translation of the DVD; I don't get surround sound and I don't get extras or outtakes.

      Personally I watch DVDs for the content, not the extras, which are a marketing gimick. I'm perfectly happy with DivX encodings.

      Using your logic, if the CD included recording session outtakes such as when a musician made a mistake, would you buy it?

    14. Re:Hilarious? by JohnFluxx · · Score: 1

      I hope you're not from the UK. See my sig.

    15. Re:Hilarious? by dabadab · · Score: 1

      It is hilarious because it is so bald-faced lie. Just like the Iraq information minister.

      --
      Real life is overrated.
    16. Re:Hilarious? by Anonymous Coward · · Score: 1, Insightful

      I thought it was supposed to be "hilarious" because he *is* saying what most people here already know and the record and music industries keep pretending isn't the case.

      Namely: If you rely on copy protection to keep people from "pirating" music, people will just find a crack and find a way around it. If, on the other hand, consumers feel like their money is well spent in buying your product, and you add copy protection that makes it more convenient to play by the rules, *most* people will be satisfied and therefore too lazy to bother to "pirate".

      This is actually the basis for all successful copy protection throughout history, the internet simply made traditional distribution means *less* convenient than "pirating".

    17. Re:Hilarious? by Eccles · · Score: 5, Insightful

      Trust has to be earned.

      So why didn't I earn that trust when I went out and bought the CD, rather than grabbing it off Kazaa?

      I'm the guy actually buying music, and 99% of the time, I'm not the guy who then goes and puts it on Kazaa. And if I was, a little thing like DRM isn't going to stop me.

      You might as well trust and give good service to people who have demonstrated that they are legitimate customers.

      --
      Ooh, a sarcasm detector. Oh, that's a real useful invention.
    18. Re: Hilarious? by Black+Parrot · · Score: 5, Interesting


      > Trust has to be earned.

      > Judging by the vast amount of MP3's available on Kazaa, I see no reason why they shouldn't trust people who have shown time and time again that they'll happily make copyrighted material available to everyone for free.

      You missed the other half of the formula, "if (we) give people what they are asking for in terms of value".

      Your cynicism may be justified, but the full formula hasn't been tested for about a generation now. (I refer not just to the subjective quality of the music, but also to the price of the media. CDs' steep pricing was originally justified on the basis that they were retooling the industry and the output was limited, but curiously the prices never did come down. Except of course among counterfeiters, who can sell them for $1/disc and still make a killing.)

      --
      Sheesh, evil *and* a jerk. -- Jade
    19. Re:Hilarious? by 68K · · Score: 2, Interesting

      It's hilarious because the guy says that all copy protection can be hacked, yet thinks putting DRM'd material on the disc is a great idea.

      Why bother? If they're trusting us, they don't need to use DRM, do they?

      Doesn't sound like a great idea to me. The quality of the tracks won't be as high as the CDDA data, and this extra content will simply reduce the amount of space available for the 'proper' audio data. I don't want all the music artists doing a 'Linkin Park' and releasing albums with 30 minutes of music on them.

      And the digital content will only play on Sony-licenced equipment. So they trust us, as long as they're getting their money from the equipment we have to buy in order to access it.

      No thanks.

    20. Re:Hilarious? by jacksonyee · · Score: 3, Interesting

      The thing is that it only takes one person to buy a CD, encode it to MP3, and share it with the world. Why should the rest of us have to be penalized and inconvenienced for one person?

      That's the thing that always really frustrated me with the product activation schemes for software: the people who pirated it just hacked it and went about their merry way. Meanwhile, the rest of us have to struggle with calling Microsoft or some other company just to explain that we installed some new hardware or that we're reinstalling Windows.

      If they really trusted us, they would put the money, time, and other resources into fixing bugs or developing new features rather than coming up with new ways of preventing us from backing up our work... because you know that everything that they come up with is really going to stop the large-scale pirates.

    21. Re:Hilarious? by TheDredd · · Score: 1

      Judging by the vast amount of MP3's available on Kazaa, I see no reason why they shouldn't trust people who have shown time and time again that they'll happily make copyrighted material available to everyone for free.

      Then again, they have been ripping us off for years, with they're ridiculous prices for a plastic disc that generates vibrations in the air, in conjuction with a plastic disc playing device

    22. Re:Hilarious? by EinarH · · Score: 1
      Trust has to be earned.

      Judging by the vast amount of CD's that has been price fixed by the major labels, I see no reason why we should trust companies who have shown time and time again that they'll happily make deals that makes copyrighted material available to everyone at an inflated price.

      --

      Melius mori in libertate quam vivere in servitute.

    23. Re:Hilarious? by Threni · · Score: 1

      > to be trusted not to steal?

      I want to be able to listen to a 3-5 minute tune without having to spend 17 on over an hour of filler, plus time/expenses getting to the shops/waiting for it to arrive in the post.

    24. Re:Hilarious? by orthogonal · · Score: 3, Interesting

      You assume that Sony is stupid. They know that you can get around this by going to the first session of the disk and ripping (see the quote). However to the bulk majority of people the DRMed files are acceptable.

      You've almost hit I what I suspect is Sony's plan.

      They know that, aside from piracy, there are good reasons to have copies of music on a PC, notably ease and convenience of use -- with music on a PC, I don't have to change CDs, I can play tracks from multiple CDs in one playlist, etc.

      By including a version of the music that's already in a convenient PC format, they hope that users won't even bother to rip the normal tracks (and maybe they'll have made that harder to do, to, by including munged tables of contents or whatever).

      Once enough people have swallowed this new format -- say in five years --, they'll point out that for many users, the audio-CD portion is redundant. So they'll come out with "Bonus" CDs that contain twice as much music, for the same cost as a regular CD, omitting the audio tracks in order to have the space for the bonus DRM'd tracks.

      Once that's been swallowed, they'll start producing "CD"s that contain only DRM'd tracks, probably validated by phoning home to a central server, possibly with mandatory registration.

      At that point, Sony will hope they've stamped out file sharng, and will raise their prices.

      Now I don't do file sharing (at this point I used to plug emusic.com, but no longer), but I do want to ensure that ay music I buy is convertable to MP3, as I have hardware that only plays MP3s, andvcan't play DRM'd music.

      For the moment, Sony's hybrid CDs will probably work for me, but if they go to full DRM, dropping audio tracks, it will be a problem for me. (And, no, I won't upgrade to a DRM capable player, as I assume that it wouldn't be open source.)

    25. Re:Hilarious? by dmaxwell · · Score: 2, Insightful

      The only reason you can't have a rich warezed DVD experience is because it isn't practical. Most people don't have T3s in their homes. The divx warez that float around that you rightly suspect the quality of are barely practical. Copy protection on DVDs has very little to do with it. Actually copy protection has little to do with warezing in any media. It always gets broken irregardless of technical and legal obstacles...maybe even BECAUSE of the technical and legal obstacles.

    26. Re:Hilarious? by bfree · · Score: 1

      Correct me if I'm mistaken, but you can get surround sound from a divx, in fact a divx can contain the original audio stream from the dvd including multiple languages and commentaries. Of course having multiple 5.1 audio channels does mean that the resulting divx will be substantially bigger! Also you could distribute the full original dvd content simply recoded to divx in a compressed archive, leaving all the menus and original extra content intact. It seems to indicate the "market" interest in all these features that all of this does not happen and shared divx files are just the movie with a stereo soundtrack.

      --

      Never underestimate the dark side of the Source

    27. Re:Hilarious? by Anthracks · · Score: 2, Insightful

      Come on, you can come up with a better straw man than that. If a CD included interesting information on the creative process of the album, yes, I would buy it. You know, ocassionally there are actually interesting extras; they're not all stupid outtakes of actors fucking up for you to chuckle at once then never watch again. I happen to be interested in the process of film making, so I really appreciate it when a DVD includes insightful segments on the making of the film or the director's reasoning for doing various things.

      Granted, Generic Teen Comedy #52 isn't going to blow you away with its "special behind the scenes footage", but take Lord of the Rings for example. The "Platinum Edition" is literally only a few bucks more than the regular DVD and incldues tons of features on how the movie was made, interviews with actors, etc. which to me are more than worth the price of entry. Maybe it's just me, but when someone goes out of their way to produce a superior product, whether it's a small indie film studio or band (which is usually the case) or a major production company (rare), I try to reward that buy not stealing it.

      --
      Rock over London, Rock on Chicago. Wheaties: Breakfast of Champions.
    28. Re:Hilarious? by twoshortplanks · · Score: 1
      This is not better than dragging twelve year olds into court. The twelve year old broke the law. I, who am not breaking the law, just want to listen to the damn music I've bought. On my Mac. On my Linux machine. On my XBox. None of which it seems I will be able to do.

      I don't suddenly see why I, a law abiding person, should be penalised just because of that twelve year old's actions.

      All this is hoo-ha. Sony are trying to push a crappy product onto us. The rights and wrongs aside, it's much worse than the CDs used to be.

      --
      -- Sorry, I can't think of anything funny to say here.
    29. Re:Hilarious? by Alan+Partridge · · Score: 1

      You should stop smoking weed to protect yourself from mouth and lung cancers, and to try and ensure that you don't end up as some mid-thirties loser who does nothing but watch TV and can't handle life without a bifta in their hand.

      I know several people who've ended up like that. In "The Big Lebowski", the Dude is funny and our hero, in real life he's just wasted his whole life.

      --
      That was classic intercourse!
    30. Re:Hilarious? by c0dedude · · Score: 1

      I am paying $20 for you to give me a CD I can use. I want to rip it and make mix CD's. If I can't, I won't pay you $20 and I won't buy your CD. You don't understand, we aren't given a privelage to buy CD's, we buy from them, not the other way around. They cater to use, not the other way around. We're the consumer, and we should be in control. We aren't addicted to these things.

      --
      Since when has this country used intellectual elite as a pejorative term?
    31. Re: Hilarious? by Anonymous Coward · · Score: 0

      How on earth can anyone define value of an artistic medium?

      Is the Mona Lisa a good painting?

      Are the Red Hot Chili Peppers a good band?

      Do you necessarily like the same movie your next door neighbor does?

      On a CD released with 12 songs, you may like some, and the next guy may like others.

      Services like I-Tunes and the new napster allow you download individual songs for $.99.

      Are you telling me that $.99 isn't value? I hope you don't expect the music industry to make "custom" CD's at the same price.

      And what's the beef with this CD? You have the songs so you can break the law to your hearts extent. And they made it more interesting by adding content and DRM'ing it.

      Nothing to see here but some whiny children. Move Along.

    32. Re: Hilarious? by Wah · · Score: 4, Insightful

      If CD prices dropped past the $10 range (to only 1000% of the break even point) there is far less economic reason to download an album. Hmm, let's see, spend 1 hour working, make $8. Spend 1 hour finding all the tracks of the same quality, testing,them, organizing them, and burning them. If a CD costs less than that $8, there isn't too much question about how I should spend my time (and money).

      If CD's drop below that special price point for their main customers, they will be as 'free' as the stuff one can download.

      Remember folks, the whole equation is over T.

      --
      +&x
    33. Re:Hilarious? by kwpulliam · · Score: 1

      They are trusting us. They are trusting us to bypass any limitations if we feel the need. They are trusting us to be average consumers and to not feel that need, since music files are already provided. Grandma, my Aunt Sally, and my Brother the Lawyer all DON'T CARE about the non-copy protected music, but they will think, "Oh, isn't that nice. I can put my music on the computer" - The average consumer won't notice the DRM restrictions.

    34. Re:Hilarious? by sinikal · · Score: 0

      Would music programs like iTunes be able to rip any of the music from the cd? Is their DRM iPod compatible?

    35. Re:Hilarious? by nanojath · · Score: 1
      to be trusted not to steal?


      I'm baffled as to how an out-front troll get's modded up to +5 insightful.


      So, okay, first what's wrong with this "solution." In a nutshell, it does not involve "trusting" consumers. Trusting consumers involves giving them an unencumbered CD and letting them do what they want with it, and fighting copyright violation, which is not stealing (yeah, I will continue to point out the misuse of a meaningful legal term as long as people keep misusing it) where it occurs rather than trying to prevent it by making it impossible which is, of course, impossible.


      Rather, what it involves is forcing people to take a certain flavor of compressed files that are encumbered with DRM and proprietary format issues that control where and how you can play and reproduce them. With a little bonus content as a carrot to get you to sign on.


      Personally, what I want is very simple: I straight-up CD files so that I can rip them how I want, to where I want, to use them the way I want. If I want to use OGG I want to use OGG. If I want a copy conveniently located on every computer and portable I own, I don't want to be hassled for that. These possibilities are what make CDs desirable: they make my music collection more versatile.


      Now secondly, to your comment. "You proponents of file-sharing and digital music?" Last time throught this one, kids: file sharing is a method of transferring information. File Sharing is to Digital Files as the US Post Office is to Paper Letters. Get it? And "Digital Music?" Because I write on Slashdot am I one of the dangerous proponents of "Digital Text?" Digital is just a language for recording. It is fundamentally different from the language of analog true - and a main feature of that difference is you can duplicate endlessly without losing your signal to noise. That is the price of digital.


      I don't download or share unauthorized duplicates of copyrighted materials other people own because I think it's disrespectful, at the very least, to do so. To me the fact that much of this material is owned by corporations I have no respect or regard for is irrelevant. When friends offer to "burn me a copy" of some CD I don't accept. I will borrow the CD and purchase it if I want it in my collection.


      What I "want" from the recording industry is for them to stop being fucking stupid. Spending money on technology like this is fucking stupid, because it impedes the majority of consumers who do not make files available for sharing from experiencing the full utility of their CDs. The people who are actually the problem, those who do make unauthorized files available for sharing, will only be slightly impeded by this - they're the ones with the motivation and most likely the knowledge to circumvent the DRM. And once the files are out there the protected discs are completely useless. The people who buy the CD are not out there seeking for bootleg files.


      Personally, I don't want a constitutional amendment against DRM, I think that copyright owners should be allowed to trade their information in whatever nutty encumbered format they want. I just don't buy the stuff. There is plenty of unencumbered music out there. That is "trusting the consumer."

      --

      It Is the Nature of Information to Transgress Artificial Boundaries

    36. Re: Hilarious? by Jeff+DeMaagd · · Score: 1

      Actually, people have pointed out that, when adjusted for inflation over the years (two decades now?), the target prices for CDs originally promoted by the RIAA has been reached. I wish I had a source on that.

      Of course, one other argument I've complained about is people were complaining about $20 CDs. I never did see them until I went into a mall CD store, and I was shocked to see they charged it, but it's people's own fault for paying full S.R.P.

    37. Re:Hilarious? by Gonarat · · Score: 1

      The fact of the matter is that more is lost in the translation of the DVD; I don't get surround sound and I don't get extras or outtakes.


      The other reason MP3s are so popular is that many of today's CDs only contain 1 to 3 good songs - the rest is filler. Many people only download (or keep) the songs they like. On the other hand, (most) people watch a whole movie -- they don't download and keep only the scenes they like. I'm sure there are exceptions, but most people I know will watch the whole Matrix, and not just the lobby shooting scene, for example.


      Therefore, it is much easier to justify spending $15 to $20 for a DVD versus a CD. The DVD also has the added bonus of the ability to be rented -- for $3 to $5 one can rent a DVD and not be out too much money if the movie sucks. There is currently no legal way (in the U.S.A.) to rent a CD for a few bucks and see if it worth the money.

      --
      Beware of Sleestak
    38. Re:Hilarious? by Xenographic · · Score: 1

      True, true. They surely don't trust us just yet.

      However, I'm glad that they've at least heard our complaints, even if they don't agree with them.

      Maybe not as encouraging as it could be, but...

    39. Re:Hilarious? by Anonymous Coward · · Score: 0
      I want to be able to listen to a 3-5 minute tune without having to spend 17 on over an hour of filler, plus time/expenses getting to the shops/waiting for it to arrive in the post.

      OK

    40. Re:Hilarious? by cdrudge · · Score: 1

      You are correct. I rip my kids DVDs so that they can watch them over and over and they don't touch the original DVDs. Lost a few DVDs due to scratches and cracks before I started doing this... Basically the process is extract the video and audio to seperate files, encode the video to divx/xvid/whatever, then mux the audio back in. AC3 audio is typically around 400 megs for a 100 minute movie...but it varies from movie to movie. Depending on the video content/length, very good quality can be achieved under 2 CDs (1400 megs). Playback is handled via XBMP flawlessly.

    41. Re: Hilarious? by Anonymous Coward · · Score: 0
      That's only true if you would otherwise use every spare hour of your life earning money, or if you would take time off work to make your CD. People don't operate this way. And more to the point, employers don't operate this way -- you can't just show up to work and tell your boss, "I had a spare hour last night, so I came to work even though I wasn't on the schedule, and I expect to be paid for it."

      Your time is *not* worth money, unless you're on the clock.

    42. Re:Hilarious? by dissy · · Score: 1

      > I see no reason why they shouldn't trust people who have shown time and time
      > again that they'll happily make copyrighted material available to everyone for
      > free.

      No, the copyright holder decided to make their work availble to the public for free after their limited time monopoly on the work by copyrighting it in the first place.

      A work of art with DRM by definition is not intended to ever make it into the public domain, and thus the copyright holders are stealing copyright from us the public.
      DRM work, by the spirit of copyright itself, can not be copyrighted at all.

      You also have to keep in mind, even though it is indeed wrong to not give all artists the benifit of the doubt and willingly give them their limited time (Which is unfortunatly what most people on kazaa and the like are doing) but it was a very noticable percentage of copyright holders that have been invalidating their copyright deals from the past by not giving those works to us NOW as they aggreed to do.
      They have stolen from us (the copyright protection) and have not paid us for it. Services have been rendered, and they skipped on the bill.

      These copyright holders are NOT to be trusted EVER. They have stolen from us in the past using copyright and they will do it again as long as we let them.

      The problem is, the other copyright holders that DO intend to play according to the rules and spirit of the law, who are being hurt by not getting their limited time.
      The problem is these groups are not equal in what they provide, not equal in what they pay for the act of copyright from us, and the law is not treating them different like it should.
      Those that break copyright laws like disney and the RIAA and most of their members, need punished for it. They owe the public BIG for what has been stolen from us.

      Until that is fixed, and the law treats all copyright holders the same, it is very hard for the public to do any different.

      Most copyright holders fucked the public on the deal, and so the public isnt making that deal for them at all anymore. Only the slow reacting law is behind on what everyone (copyright holders and public a like) want.

      This is why it appears the public assumes all copyright holders will fuck us and not pay us for the service we are rendering first.

      > Trust has to be earned.

      Yes, it was earned by both sides at one point.
      A good chunk of the copyright holders side totally ruined that trust by stealing from the public.
      Most of the public relates this in their mind as 'all copyright holders' and not just the ones actually doing wrong, and thus dont trust any of them.

      Now the copyright holders claim they dont trust us, the ones they have stolen from for so long.
      It isnt us that started this breaking of laws and deals. It was them.

      And this problem is not going to be fixed until BOTH sides come to reason, or both sides are totally eliminated by the removal of copyright all together.

    43. Re:Hilarious? by cdrudge · · Score: 1

      But you don't need a T3. Go look in the a.b.dvdr newsgroup. Most posts there are less then 4.7 GB. Sure it will take 7 hours at 1.5 Mb/s DSL to get (or less depending on the size/speed), but in most cases the resulting image file can be burned to DVD and has all the content that you would want. Most people don't need subtitles, audio in 4 different languages in DD, DTS, and stereo, widescreen and pan & scan. If you leave just the widescreen and a single audio track, you can save a lot of space from the original DVD.

      As someone pointed out somewhere in all the posts for this article, people just queue them up and go to bed. They don't care how long it takes. I know people who find an artist that they like, do a search for them in Kazaa, queue all the results up and go to bed. Come back in the morning. Some failed, some where downloaded. Wash, rinse, repeat.

      I think that there are several reasons why DVD pirating isn't as popular as MP3.
      - Number of sources. Major studio movies can only churn out movies so fast. The music industry produces many more more CDs then what the movie industry does DVDs.
      - Size of files. A single track is a few megs for an MP3, so probably 70 megs for a whole albumn. There isn't really an equivilent for a movie...so you need the whole movie, so the overall files are bigger. With faster broadband speeds, this is becoming less of a factor...but still will be for a while.
      - Encoding time. It still takes a couple of hours per video to encode them using Divx. Compare 3 hours for a good quality divx to less then 1/2 hour for a full CD.
      -DVD recorders are not as popular as CD recorders yet. They are more expensive and the media is significantly more then the CD equivilent. This too is changing though.

    44. Re:Hilarious? by PReDiToR · · Score: 1

      I don't want all the music artists doing a 'Linkin Park' and releasing albums with 30 minutes of music on them.

      Tell me any album that has more than 30 minutes of music on it that is worth listening to from the last ten years.

      I would say the only album I ever bought that I listened to every track on was Led Zepplin Remasters, but even then, that is a compilation of stuff taken from other albums, and some album tracks didn't make it to the 2 CDs that I bought.

      With shite albums with 3 decent songs on them, all that get released in the "preview-Album-song-song-work in studio while filler tracks make up the time-preview" cycle that pop and manufactured music puts out, there can be no truly great albums that make 15 worth paying.

      --

      Do not meddle in the affairs of geeks for they are subtle and quick to anger
    45. Re: Hilarious? by Black+Parrot · · Score: 1


      > How on earth can anyone define value of an artistic medium? ... Is the Mona Lisa a good painting?

      That's a good question, but if you examine what fraction of the money you spend on a CD ends up in the artist's hands, you immediately see that most of what you are paying for is services of more prosaic value, in this case grossly overpriced.

      --
      Sheesh, evil *and* a jerk. -- Jade
    46. Re:Hilarious? by Lord+Dimwit+Flathead · · Score: 1

      I dunno. My reading of this is that the first session is going to have some sort of copy protection, and the DRM'd files in the second session are an attempt to reduce consumer backlash. According to the article, "The disc can be played on almost any device conventionally, said Sony Music Chief Technology Officer Phil Wiser" (emphasis added). Presumably the word "almost" is a tacit admission that the discs will not work properly in some players due to copy protection.

    47. Re:Hilarious? by keith.bronstrup.com · · Score: 0

      The article explains that the disc's audio can still be copied, and there's a hilarious quote at the end by a BMG spokesman: "All copy-protections can be hacked, but if (we) give people what they are asking for in terms of value, they won't go out and steal it. It's called trusting the consumer."

      Yes, i did RTFA. I also RTFB before R'ingTFA. TFB portrays TFA quite accurately, so had you RTFB and not just RTFH, you may have caught the fact that THERE IS NOT COPY PROTECTION ON THE DISCS ASIDE FROM THE ADDED FEATURES. THE CDA TRACKS CAN BE FREELY COPIED. THE DRM'D FILES ARE THERE ONLY FOR THOSE WHO DON'T KNOW HOW TO OR DON'T WANT TO RIP THE CDA TRACKS THEMSELVES! THEY ARE REFERRING TO THE VIDEOS AND OTHER EXTRAS AS COPY PROTECTON.

      Lexicon:
      RTFA : READ THE FCUKING ARTICLE
      RTFB : READ THE FCUKING BLURB
      RTFH : READ THE FCUKING HEADLINE

      oh... and... GAC : GET A CLUE

      Forgive my excessive use of caps and mod me informative. I deserve it.

      --
      Error 666 - SCO source has been found in your Linux kernel. Please remove it.
      Formerly kdsolutions
    48. Re: Hilarious? by Anonymous Coward · · Score: 0
      Assuming 3.25% inflation over 20 years, the original suggested retail price of $16.95 for a CD would be $32.13 today.

      Conversely, the average suggested retail price for a CD today is $14.00, which is equivalent to $7.38 in 1983. I don't know what the RIAA's target price was, but I would be surprised if it was much lower than this.

      In fact, CDs today are less expensive not only compared to CDs 20 years ago, but also compared to LPs 40-50 years ago. In other words, cost has gone down while recording quality, media capacity, and selection have gone steadily up.

      I really don't understand why some people think that cost is a justification for piracy.

    49. Re:Hilarious? by Lord+Dimwit+Flathead · · Score: 2

      Adding extras to the disc as an incentive to buy it is a great idea IMO, and a lot of bands are already doing this. However, my reading of this is that it goes well beyond that. The article quotes a Sony exec as saying that the discs will play normally on almost all players. This sounds to me as though they are putting copy protection on the first session, and the DRM'd second session tracks are there to reduce the backlash. This makes a lot more sense to me than putting unprotected tracks in the first session, in which case everybody would just rip those instead of fiddling with the DRM'd tracks that only play on Sony devices.

    50. Re:Hilarious? by Threni · · Score: 1

      I don't, however, want to have to spend 300UKP on a box I can drop or damage easily, unless the retailer is willing to give me insurance. (Why are iPods so expensive. It's a horrible design.) Or perhaps I can make backups. Can I read data back from the iPods? Isn't there some problem with using them on both PCs are Apples?

    51. Re:Hilarious? by 68K · · Score: 1

      I could name a few albums, but there's not much point really (lest the thread degenerate into a band-slagging competition). You'll just have to take my word for it - I've bought plenty.

      Agreed, quite a few albums really do only have a few good songs on them, which is why I download a few songs using p2p for any album I'm considering purchasing. If I don't think the album is worth the money, I don't buy.

      That said, I don't pay 15 per CD because I buy from play.com and their prices are great. I haven't paid over 10 for a disc in ages. And because I now try before I buy and can get the discs at a good prices, I'm buying more CD's than ever before.

      ~S

    52. Re: Hilarious? by Anonymous Coward · · Score: 0
      curiously the prices never did come down.
      Have you ever heard of inflation?
      Except of course among counterfeiters, who can sell them for $1/disc and still make a killing.)
      By using substandard materials and equipment, resulting in media that will wear out after 18 months, if it even plays correctly in the first place.
    53. Re:Hilarious? by cens0r · · Score: 1

      The other reason MP3s are so popular is that many of today's CDs only contain 1 to 3 good songs - the rest is filler.

      I'm sick of this arguement. This is the way it always was! There are a few good bands that put out quality albums. Then there are the people who have 3 singles and filler. This has been the same since the industry moved to selling albums in the 60's.

      --
      Jack Valenti and Orrin Hatch will be first up against the wall when the revolution comes.
    54. Re: Hilarious? by Mr_Silver · · Score: 1
      If CD's drop below that special price point for their main customers, they will be as 'free' as the stuff one can download

      I used to own a ZX Spectrum. Games cost 2 pounds, yet piracy was rampant. True, we didn't have the internet back then - but swapping copied tapes was the norm.

      The fact is, that people don't place a value on their personal time. If it took them 6 hours to get an album, they still consider that they've saved money.

      Be it Microsoft vs Open Source or CD's vs Kazaa, you can't beat free.

      --
      Avantslash - View Slashdot cleanly on your mobile phone.
    55. Re:Hilarious? by Mr_Silver · · Score: 1
      The thing is that it only takes one person to buy a CD, encode it to MP3, and share it with the world. Why should the rest of us have to be penalized and inconvenienced for one person?

      In my halls of residence at Uni, we used to have a pool table. The cash box on it was broken and that meant that if you wiggled it slightly you could get at a 10p coin that had been put in.

      You could take that coin, put it in the slot and get a free game. Which we did. A lot.

      Then someone came along and, using the same trick, took all the money. Cleaned it out.

      The Uni came along, noticed all the money had gone and fixed it. No more free games.

      The point? The actions of the few directly affected everyone else. This is something we unfortunately have to live with both in computing (with product activation, DRM and the like) and in our general lives (laws, regulations and the like).

      It is a sad fact of life.

      --
      Avantslash - View Slashdot cleanly on your mobile phone.
    56. Re:Hilarious? by NanoGator · · Score: 1

      "Judging by the vast amount of MP3's available on Kazaa, I see no reason why they shouldn't trust people who have shown time and time again that they'll happily make copyrighted material available to everyone for free."

      And if the RIAA had followed supply and demand, their customers wouldn't have built their own distribution system. Who betrayed who's trust?

      --
      "Derp de derp."
    57. Re: Hilarious? by NanoGator · · Score: 1

      "The fact is, that people don't place a value on their personal time. If it took them 6 hours to get an album, they still consider that they've saved money."

      A few people would, especially the broke college students. However, if everybody was like that, then why would anybody buy overpriced water at a convenience store? Why would anybody buy coffee at Starbucks? Why would anybody buy cartons of cigarettes when they can buy the tobacco and tubes and save enormous amounts of money?

      Simple. Convenience. People will pay a fair price for convenience. If it didn't work that way, the USA would be a very different place.

      --
      "Derp de derp."
    58. Re:Hilarious? by glesga_kiss · · Score: 2, Insightful
      I'm not the guy who then goes and puts it on Kazaa. And if I was, a little thing like DRM isn't going to stop me.

      Shudder. I point this out everytime there is an article about DRM on audio CDs. Yet people just don't get it!!

      This system is completely counter-productive. Yes, I feel bold type is neccessary. Now, as the parent post points out, DRM is not going to stop someone determined enough, if they want it, they'll find a way to rip it.

      This is where the industries lack of understanding about p2p is really showing through. Right now, getting a whole album can be difficult. Because so many different people make rips, there are lots of different files to choose from, and if you are not lucky enough to find an archive of the whole disk, you have a task on your hands building the album up.

      Now we are in a situation where making the rips is more difficult, so there will be less of them. In the p2p world, this is actually an advantage, as less varieties means more sources. More sources means faster and more reliable downloads.

      And given the fact that to break the DRM, the person is likely to be technically knowledgable, it follows that there is a good chance that these fewer varieties will all be of good or very good quality. They are making the music easier to get from p2p!!

      The only advantage of audio CD DRM is that it stops causual copying by friends. However, these people will then turn to p2p instead, if their current system of getting media fails to work. They aren't just going to stop!!

      Nice shot in the foot, Sony!! Combined with annoying users, incompatibility problems (my car mp3 player won't work with them), it's your own funeral.

    59. Re:Hilarious? by geekee · · Score: 1

      What has the consumer done to earn trust? Original cd's had no copy protection. Napster came along and proved that consumers can't be trusted. Don't blame the recording industry because consumers have shown they can't be trusted.

      --
      Vote for Pedro
    60. Re:Hilarious? by Sylver+Dragon · · Score: 1

      I'm sick of this arguement. This is the way it always was! There are a few good bands that put out quality albums. Then there are the people who have 3 singles and filler. This has been the same since the industry moved to selling albums in the 60's.

      That's true, what has changed is that many people are no longer willing to put up with the situation. Personally, I just stopped buying CD's altogether, and I don't download music, the radio works for me (in short bursts, getting shorter these days), the rest of the time silence is kinda nice. Though, I am seriously considering XM or the like, some of the stations they have cover my musical tastes very nicely, and not having comercials, ya, I'd pay for that.
      seriously though, the record companies are finally waking up to the relization that people just aren't going to accept being force-fed a full album. With services like iTunes taking off, I think, ala carte music is going to be the way people buy music in the future. Before, people had singles, though tended to go for the full album, now that trend is reversing, people just want the one or two "good"* songs, and don't care about the rest.
      * "good" is a subjective term here, and often refeers to the songs played ad nauseum by Clear Channel

      --
      Necessity is the mother of invention.
      Laziness is the father.
    61. Re:Hilarious? by cens0r · · Score: 0, Redundant

      I just hope that the record industry going back to the single doesn't kill the album as an art form. 99% of the music I listen to are bands that put out good albums. I think there is something special where an album is made up of songs that convey a common theme. I don't want to loose that.

      --
      Jack Valenti and Orrin Hatch will be first up against the wall when the revolution comes.
    62. Re:Hilarious? by angle_slam · · Score: 1
      There is currently no legal way (in the U.S.A.) to rent a CD for a few bucks and see if it worth the money.

      Public library.

    63. Re:Hilarious? by Zebra_X · · Score: 1

      Yes, but you are in the minority. You see, your time is valueable enough that you don't spend it scouring Kazaa for free music. Essentially you find the cost of a CD to outweigh the cost of your time spent dilligently looking for the music on Kazaa.

      Those that have surplus time, and enjoy music will find that it's a good use of time (and their money) to search Kazaa for the music they are looking for.

      Those that don't have surplus time, will buy the CD, becuase the cost of a 14.99 CD will be a better use of that persons resources (time/money).

      The whole DRM issue is really about economics. If the CD's were cheap enough - then people would spend their time buying CD's and doing other things with the time that they spend searching Kazaa for the latest album.

      In some cases, Kazaa can provide something that can't be purchased such as an unreleased single, in which case, to those that are looking for that unreleased single, Kazaa and the time spent finding something that can't be bought - is worth it. That particular situation will never truly be rectifed. The issue with "stealing" of albums can be, by lowering the price of each CD to a point where piracy is no longer worth the effort of turning to Kazaa.

    64. Re:Hilarious? by Horny+Smurf · · Score: 1

      "almost" probably means that your 1984-era CD player that can't handle multi-session discs won't work.

    65. Re: Hilarious? by Horny+Smurf · · Score: 1

      Convenience is still putting value on your time. Itf it takes me 6 hours to save $15, either I enjoy it, I don't have $15, or I don't have anything else to do. Personally, I'd pay the $15 and use my free time to do seomthing more enjoyable.

    66. Re:Hilarious? by Horny+Smurf · · Score: 1
      A work of art with DRM by definition is not intended to ever make it into the public domain, and thus the copyright holders are stealing copyright from us the public.

      The music file with DRM is justa copy of the work of art. Harlequin romance novels printed on cheap-ass paper won't last long enough to make it into PD status. Who knows if your CD collection will be playable in 70 years. Or the music on 8-track tapes, or cassette tapes. Most of my parents records are scratched. Are the copyright holders trying to steal from the public domain by using those mediums as well?

    67. Re:Hilarious? by Horny+Smurf · · Score: 1

      you can also hear snippets of songs at iTunes, napster 2.0, amazon.com, bn.com etc.

    68. Re:Hilarious? by jacksonyee · · Score: 1
      The point? The actions of the few directly affected everyone else. This is something we unfortunately have to live with both in computing (with product activation, DRM and the like) and in our general lives (laws, regulations and the like). It is a sad fact of life.

      Very true, but in this case, free pool games is something that you shouldn't have been able to do in the first place, so it's justified. I do know what you're saying though; it's one of the things that we Americans are finding out more and more as information becomes easier to obtain.

      I like paying people for products and services - that's right by every principle. What frustrates me is when you spend $100-5000 on a piece of software only to find out that you can't reinstall it after a crash because of product activation, meanwhile, the pirates are happily chirping along because since their version is hacked to remove activation, they never have to worry about crashes or reinstalls or hardware upgrades. When legimate users are inconvenienced but illegal users can go about their lives without a hitch, then what is the purpose of product activation and control in the first place?

    69. Re:Hilarious? by mvdw · · Score: 1
      Look at DVDs. I'm speaking only for myself but I would be far less interested in downloading a DiVX rip of a movie than a MP3 of a song. The fact of the matter is that more is lost in the translation of the DVD; I don't get surround sound and I don't get extras or outtakes.

      And there's the rub - with a DVD, you get all sorts of "extras" that you don't (very often) get with the downloaded, compressed movie.

      If the music companies realised that people would pay more for extras on a music CD, like film clips, like passwords to one-time downloads (buddy icons, ring tones, phone logos, etc), then the music companies would start getting back that demographic that currently pirates the most CDs - the 12-20 year olds.

      But that's just my opinion, it'll take a whole lot of money and "focus groups" to prove me right, so until then, the record companies will just keep on doing what they're doing: alienating customers.

    70. Re: Hilarious? by dracocat · · Score: 1

      Actually this is mostly true. Even if you don't spend all of your time working, you compare the benefits to an hour of work even if not conciously. I bet you buy food instead of growing it, buy clothes instead of making them, and take your car to a mechanic for major work. I could go on forever, but at some point it will be worth your money to go buy a CD instead of creating them yourself, if that is what you are doing now.

    71. Re:Hilarious? by dissy · · Score: 1

      > The music file with DRM is justa copy of the work of art. Harlequin romance
      > novels printed on cheap-ass paper won't last long enough to make it into PD
      > status. Who knows if your CD collection will be playable in 70 years. Or the
      > music on 8-track tapes, or cassette tapes. Most of my parents records are
      > scratched. Are the copyright holders trying to steal from the public domain by
      > using those mediums as well?

      Not at all.
      I can take the real work that is on the mediums you listed, and put it on any other medium, no matter what the reason for doing so is.
      I can do it because a new medium is used more commonly (8track->tape->cd->?)
      or I can do it due to wear on the old medium (old tape -> new, worm melted record -> cd)
      Also, even with all the mediums you listed, the fact remains the medium isnt under question here. The work of art that is copyrighted is in question.

      Using a CD does not stop me from using a CD player to play it.
      DRM does exactly that. DRM stops you from using the -intended- reader hardware to access that work.

      To copyright a work, you MUST copyright it. And you cant copyright something that is not able to be put in the public domain.

      There are only two ways for a work to be DRM and copyright.
      1) Change copyright law (which is what was done)
      If laws aginst murder were changed, im sure you would complain just as loud if i told you to stop murderering people.
      2) Submit a non-drm copy of the work to the library of congress for safe keeping, until the copyright expires.
      At that point, it doesnt matter if the DRM version is unreadable, once the copyright expired the LoC can release their copy and everyone will use it.

      To further kill your argument:
      > Harlequin romance novels printed on cheap-ass paper won't last long enough to
      > make it into PD status

      That statement is 100% pointless and makes no sense.
      A piece of paper cant possibly be PD, you cant copyright a sheet of paper.
      Its the words on the paper you copyright.
      Its irrelivant if the paper wont last, the words do. The words are what is protected, and the words are what is desired to be kept. The paper doesnt matter.
      The words can be *COPIED* (wow, imagine that, they call it copyright because it involves the right to copy things) onto ANY MATIERAL.

      You can write a book on tissues if you wanted, but that still doesnt mean i shouldnt have the right to copy that onto a different material once your copyright expired.

      Also, if you intended to go buy a car and never pay them, but lie and say you will once the bills come, that is fraud.
      Its the same thing when you lie to us and say you will pay us for allowing you a temp monopoly on your work, and you knew you never intended to allow that. Its fraud and you should be sued for it. If the courts wernt run by money, disney would have lost their copyright case and copyright would still expire and serve some sort of purpose in the world today. Unfortunatly that is not the case.

    72. Re: Hilarious? by Wah · · Score: 1

      you're right in the sense that it is not a direct calculation based on "hourly wage * hours to create CD" vs "CD_Price".

      However, it does illustrate the point that after a certain point, it becomes useless to do it yourself. Currently, the price of CD's make it more economical, for most people, to find the music themselves.

      It is convenience that they should be going after, not trying to limit an infinite supply by making things less convenient to the end user. They are fighting the wrong way, IMHO.

      But then again, my MO is to make peace, not profits, so the entire context of judging the worhwhileness of their action is skewed.

      --
      +&x
    73. Re:Hilarious? by xmorg · · Score: 1

      I would say that most of the downloaders of KAZAA are not CDRIPPERS or DVD Rippers. Both are kinda complicated to the average user who just knows how to click on kazza and download. Usually one person rips then shares then everyone is sharing.

    74. Re:Hilarious? by hhknighter · · Score: 1

      seriously though, as yourself this question:
      What is the ratio of legit consumers vs "music pirates"?

      I for one despise DRM, but stand on both sides of the boat for a moment...who's got the bigger tilt?

      I am not saying there aren't legit consumers out there, and I know there are quite a few of them. But as a company like (chills and sharp aches down my spine) Sony, how do you propose to treat this massively mixed group of consumers?

    75. Re: Hilarious? by hikaru1 · · Score: 1

      the thing is, it takes as long to go to the record store, look around, pay, and come home as it does to download and burn an album, and it takes even less time to download if you don't want every track on that album. so, even if cd's were free at stores, there'd *still* be a cost advantage to downloading them: gasoline or other transportation costs.

      on the other hand, if a record store was giving away free cd's, i'd drive a long time to get there... perhaps it's the fact that i'd actually have something to hold in my hands. i like that. that's why i'm a bit scared of the (apparently) coming death of the cd: free music on the computer is nice, but it almost seems like an illusion, that i don't really have that music.

      --
      i'm an artist.
    76. Re:Hilarious? by Anonymous Coward · · Score: 0

      Chances are Sony are using wma files as the DRM files...there's no added value in putting complete Sh*#%T on the end of a CD

    77. Re:Hilarious? by Eccles · · Score: 1

      What is the ratio of legit consumers vs "music pirates"?

      What I'm saying is that ratio is very high for people who have just bought a CD.

      --
      Ooh, a sarcasm detector. Oh, that's a real useful invention.
    78. Re:Hilarious? by Anonymous Coward · · Score: 0

      >You should stop smoking weed to protect yourself from mouth and lung cancers

      This is a theory put forward by some twat in London with no evidence whatsoever. A doctor, I believe. It's really rather amusing that as soon as a doctor or coroner makes a statement about cannabis we're expected to believe it. Why? Isn't that `argument from authority`? I don't care what their job is - where is the evidence?

      >and to
      >try and ensure that you don't end up as some mid-thirties loser who does nothing but
      >watch TV and can't handle life without a bifta in their hand.

      Why would cannabis place someone into this situation? Do you have any evidence for this? Frankly I've never been able to enjoy TV without some form of drug - it's just too terrible straight.

      >I know several people who've ended up like that.

      Perhaps they were fuck-ups to start with? Most of my friends smoke (or have smoked) cannabis. We're talking about professionals here (extremely high usage amongst IT professionals).

      > In "The Big Lebowski", the Dude is funny
      > and our hero, in real life he's just wasted his whole life.

      He's not funny, and it's a shit film which even cannabis couldn't make bearable. As are all the other Coen brother films I've attempted to watch.

  3. Hilarious quote? by KDan · · Score: 2, Insightful

    Maybe I lack a sense of humour, but isn't that quote pretty sensible rather than 'hilarious'? Sure, they're not actually giving a lot of people what they want, but the quote itself is not at fault, is it?

    Daniel

    --
    Carpe Diem
    1. Re:Hilarious quote? by tobe · · Score: 1

      Totally with you on that.. wtf is he on about ? The BMG guy seems to be talking perfect sense.

    2. Re:Hilarious QUote? by Anonymous Coward · · Score: 0

      Ok, pay attention: "We're working on new forms of copy protection. However, we trust the consumer."

    3. Re:Hilarious quote? by simoncrute · · Score: 2, Insightful

      Actually, I think they are giving ppl what they say they want.

      Ppl say "I don't want to steal music, I just want to rip it to play it in my [mp3 player|mac|windows|linux pc]"

      Well, if it's DRM'd WMA files or something it will probably be supported in most consumer MP3 hardware sooner or later.

      No chance in linux though. :-(

    4. Re:Hilarious quote? by geschild · · Score: 5, Insightful

      Who modded parent up insightfull?!

      The parent-post and replies to it completely miss the irony of putting copy right protection on a disc and then claiming to be 'trusting the consumer'.

      This is the kind of 'trust' I give to my three year old kid!

      Unfortunatly, to 'the bottle-is-half-empty' me, the sadness of the statement overshadows the funny aspect. Others may well perceive the text to be hilarious though...

      Sheesh people, wake up...

      --
      Karma? What's that again?
    5. Re:Hilarious QUote? by pointwood · · Score: 1

      All copy-protections can be hacked, but if (we) give people what they are asking for in terms of value, they won't go out and steal it. It's called trusting the consumer."

      If the extra value won't make them go out and steal it, then why copy protect it?

    6. Re:Hilarious QUote? by pesc · · Score: 1

      If you're waiting for the music companies to start saying that music swapping is just fine and they really don't mind, then you obviously don't understand the situation. There will be some form of DRM, period.

      If you think that any kind of DRM is going to stop file sharing, then you obviously don't understand the situation. Any widespread DRM will be cracked, period. Once it is done, any teenager Joe can download the DRM-ripper program and start to share.

      For the record (sorry!), I have ripped all my CDs. I store the content on-line on my personal music server. I don't (and won't) use legacy CDs anymore when I listen to music. I even have some "copy protected" CDs that Konqueror on Linux could rip just fine.

      I refuse to be accused for stealing since I have bought all CDs that I have ripped. And I don't share them so I resent any piracy accusations.

      --

      )9TSS
    7. Re:Hilarious quote? by evilquaker · · Score: 1
      The parent-post and replies to it completely miss the irony of putting copy right protection on a disc and then claiming to be 'trusting the consumer'.

      What copy (right) protection? Read what the story submitter wrote:

      It looks like they'll be releasing multi-sessioned discs with normal audio in the first session, and compressed, DRM'ed music files in the second session, as well added 'extras', including access to exclusive online content. The article explains that the disc's audio can still be copied

      So the audio can still be copied, but they're giving the consumer extras: pre-compressed music files and access to exclusive online content.

      --
      To within half a percent, pi seconds is a nanocentury. -- Tom Duff
    8. Re:Hilarious quote? by Ost99 · · Score: 1

      But the extra content is DRM crippled... Trust?
      Where?

      - Ost

      --
      ---- Sig. gone.
    9. Re:Hilarious quote? by shepd · · Score: 1

      >So the audio can still be copied, but they're giving the consumer extras: pre-compressed music files and access to exclusive online content.

      Well, the submitter might have read it like that, but the following quotes (which comprise almost the complete article) don't follow that conclusion at all:

      Sony Music, home to such artists as Beyonce Knowles and Bruce Springsteen, says it plans to introduce new CD technology in Germany that prevents users from copying songs to file-sharing sites, but allows them to make copies for their personal use.

      Last year, major labels issued "copy-protected" CDs that prevent them from being played on computers.

      The copy-protected discs faced a backlash from customers and music fans, and several lawsuits emerged from some customers that complained these CDs caused their computers and other devices to malfunction.

      But Sony thinks it has an appealing approach: Give customers added incentives to buy copy-protected CDs.

      A label on the disc will say it includes the new copy protection software features.

      The digital files will only play on Sony-licensed digital music players.

      Wiser said Sony is working on "plug-in's" that will allow the files to be played on more popular players like Microsoft's Windows Media.

      To copy the music to the Sony portable player, the technology requires an extra step to copy the files to a separate program to transfer the music to the portable player.

      Earlier this year, BMG introduced similar technology with its hip-hop performer Anthony Hamilton.

      Reference

      BMG, which announced plans to merge with Sony Music last week, is using software from SunnComm Technologies to restrict the amount of copies that could be made of Hamilton's music. The software, however, was quickly hacked.

      BMG spokesman Nathaniel Brown noted sales of Hamilton's copy-protected disc did not fall off in the weeks following its release as dramatically as most releases often do in part due to file sharing. Brown suggested this was partly the result of the copy-protection software. "Consumer and retail response has been positive," he said.

      "All copy-protections can be hacked," Wiser said. "But if give people what they are asking for in terms of value, they won't go out and steal it. It's called trusting the consumer."

      Where, exactly, in that article, do they discuss how the disc is copyable, apart from hacking it? It's nothing new that it's hackable. It always was and will be.

      However, I highly doubt consumers want "hackable" discs. I think they'd rather have "working" discs. As I've said, that's why it's "hilarious" for BMG to make that satement.

      --
      If you could be told what you can see or read, then it follows that you could be told what to say or think - BoC
    10. Re:Hilarious quote? by geschild · · Score: 1

      I consider anything that makes an audio-cd not conform Redbook standard, solely for the reason of making it 'less copyable', copyright protection.

      The extras are only there to cover this fact up, I'm sure (or it wouldn't be Sony Music.)

      --
      Karma? What's that again?
    11. Re:Hilarious quote? by Yartrebo · · Score: 1

      This is the kind of 'trust' I give to my three year old kid!

      Man, you must either be one sadistic person or have one really nasty kid. DRM is like tying your kid with a dog leash to the toilet bowl because you don't trust that he won't sneak out and go to his best friend's birthday party while you're out shopping.

    12. Re:Hilarious QUote? by feldsteins · · Score: 1

      If you think that any kind of DRM is going to stop file sharing, then you obviously don't understand the situation.

      I totally agree, no DRM is going to prevent copyright infrigngement. But I think the Sony guy has it right: the only way to make a living here is to compete with the illegal filesharing technologies. Like Steve Jobs - "we're not going to sue it, we're not going to ingore it, we're going to compete with it." And now he's single-handedly come up with the only successful digital music selling model in history. And everyone else is copying him.

      One of the main reasons he's been so successful is that the rights you get when you buy from him are much more liberal than what you got from anyone else. Burn as many CDs as you want, restrictions on where you could play the DRM'd file proved to be nothing more than "speedbumps" designed to make outright piracy inconvenient rather than impossible. One might characterize the model as "trusting the consumer." Sure, it's not totally unrestricted. But neither are VCR and DVD technology. Reasonable protections of copyright are usually pretty palatable to consumers.

      That, I believe, is where this Sony guy is getting this. He's a recent convert to the Church of iTunes. Trust the consumer and compete with the illegal stuff by giving people what they want so they won't have to steal it.

      --
      You like your Macintosh better than me, don't you Dave? Dave? Can you hear me Dave?
    13. Re:Hilarious quote? by ZackSchil · · Score: 1

      It's hilarious on several levels.

      1.) The files have DRM on them, they're not trusting us.
      2.) They're implying that ripping a CD you own or downloading songs from a CD you own is "stealing."
      3.) You can still rip the CD to the free distribution format of your choice. (I like Apple's m4a, essentially music store files minus the DRM)
      4.) They cite what the customer wants as WMA files. If the consumer really wanted WMA files, why is MP3 the format of choice among music swappers?
      5.) When he says "All copy protections can be hacked" he implies that the CD is copy protected (and that breaking the protection would be difficult). It's not, only the shitty Windows Media files that no one wants are.

      It may not be funny to you depending on your sense of humor but it most certainly is a lot of falsehood for such a quick quote.

    14. Re:Hilarious Quote? by radja · · Score: 1

      yes, but they only talk the talk, not walk the walk.

      now if they'd said this, and released a normal audio CD... THAT's the attitude we want.

      --

      No one can understand the truth until he drinks of coffee's frothy goodness.
      --Sheikh Abd-Al-Kadir, 1587
    15. Re:Hilarious QUote? by sacrilicious · · Score: 1
      Why is that quote hilarious? Isn't that what we've been saying here all along?

      Consider this analogy. Many people have wanted George Bush to stay out of Iraq. If tomorrow GWB anounces that a new government has been appointed so it can go about rebuilding Iraq, and GWB says "it's called leaving Iraq alone and minding our own business", the irony will not be lost on everyone, not even those who wanted GWB to never go to Iraq in the first place.

      --
      - First they ignore you, then they laugh at you, then ???, then profit.
    16. Re:Hilarious QUote? by spitzak · · Score: 1

      If you "trusted the consumer" then you would "trust" them not to pirate the disk. By definition DRM means they don't "trust the consumer".

      Get it? This has nothing to do with wether or not the consumer really should be trusted. Maybe everybody immediatly uploads every CD they buy to KAzaa and the companies are perfectly right not to trust them. But the joke is that they claim they "trust" the consumer but their actions show that they believe otherwise.

      Get it now? It's unbelievable how stupid some of the posters here are...

    17. Re:Hilarious quote? by geschild · · Score: 1

      ROFLMAO. Point taken. Fortunatly for me, he's not yet so far that he'll sneak out on his own. What I meant to say is: I will tell my kid I trust him, and I do, but up to the point that I think he can handle at (almost) three years old and that's not very far.

      --
      Karma? What's that again?
  4. how can they ever stop it? by freedommatters · · Score: 5, Insightful

    how can they ever stop people copying music? even if , at the worst case, it has to be take out as an analogue signal and re-digitised, who really cares? the people making millions (billions?) selling fake cds are going to invest in the equipment to do it. it's these people - largely mafia types - the industry should be worried about (something like 1 in 3 cds is fake) rather than a student copying a cd .

    1. Re:how can they ever stop it? by Bronster · · Score: 4, Interesting

      it's these people - largely mafia types - the industry should be worried about (something like 1 in 3 cds is fake) rather than a student copying a cd

      Some people, and even some organisations, are capable of being worried about more than one thing at once - and even as they try and deal with one situation, they also try and deal with others. The pirates are a known problem which doesn't change people's buying habits that much - Napster and Kazaa on the other hand are new for these companies - and they're right to be worried. With codecs improving and broadband access increasing, it's really not hard to obtain an even better selection than the big music stores have, and at a cheaper price.

      In the past it was easy enough to copy from the radio - if you wanted to listen long enough and be taping all the time just in case the song you wanted came on. It was easy enough to copy a CD that a friend already had - but harder to search for anything and everything. There's also the matter of convenience - it used to be more convenient to go to a store and browse shelves of music than hunt around amongst your friends for the song you wanted. Even putting price aside, it's now easier to download off the net than to search in a store. Get a good enough codec at a high enough bitrate, and the stores have nothing to offer:

      * not cheaper
      * not more convenient
      * not sufficiently higher quality

      As for how - well, laws of course. They work well enough for other things - underground markets don't hurt the established providers anywhere near as much as legal and better alternatives.

    2. Re:how can they ever stop it? by freedommatters · · Score: 2, Interesting

      all valid points but i'm leaning towards the view that "20th century" music production was a short-lived business. before the 20th century we couldn't record or sell music, it had to be performed live. people routinely heard live music (and not just the rich people, although obviously on the whole they heard the best). then we discovered how to record and playback. amazing. an industry was born which made billions over a hundred years or so because it filled a desire for music at home (need is maybe too strong a word). People bought records (and then cds). now they can get that same music without physically buying a cd. that's progress. perhaps musicians, who once were happy making good money by working hard performing - instead of making millions by selling cds - will have to revert to that type of lifestyle (most big acts tour heavily anyway, as that is where the real money is) i suspect most musicians would happily accept this sort of system. it's the record companies who don't. they've realised they have no business left. which is why some of them have started branching out into concerts (ie, robbie williams' new "record" deal includes a cut from his touring i understand).

    3. Re:how can they ever stop it? by Anonymous Coward · · Score: 0
      I'm wondering how much you really know about pre-20th century music.

      People have been selling music for hundreds of years, if you include sheet music. Sheet music piracy was (and still is) considered a big problem for legitimate publishers and artists.

    4. Re:how can they ever stop it? by bluesnowmonkey · · Score: 1

      the people making millions (billions?) selling fake cds are going to invest in the equipment to do it.

      For real. I remember the story of a European satellite TV system getting hacked. I'm going from a very rough memory here, but as I recall, Israeli researchers used a scanning electron microscope to analyze the hard-coded encryption in the smart cards people used to access the service. Now, how the hell do you beat researchers with fricking scanning electron microscopes!?

    5. Re:how can they ever stop it? by bechthros · · Score: 1

      I've said it before and I'll say it again. This is the exact same sceme RIAA tried with casettes. They were *convinced* casettes would *doom* the music industry from people making mixtapes (oh no, a whole 90 minutes of *good music*! we can't let them get used to that, they'll expect to to sign artists that are actually *good*...) It took an *act of Congress* to make casettes and casette recorders legal under fair use. Call me crazy, but the music industry wasn't crippled. In fact, despite the best efforts of tape-trading clubs (remember those?) pop-music consumer just get dumber and dumber.

      But I digress. The point is that the only thing that will stop the RIAA from consolidating their already considerable monopoly on pop music production and distribution is a hue and cry from the public sufficient to attract the attention of our elected representatives.

      Or, failing that, file-sharing so that we can actually hear *good music* again, while simultaneously demonstrating through a free (albeit black) market that there is a consumer base for said good music.

    6. Re:how can they ever stop it? by the_unknown_soldier · · Score: 1

      millions????? my cd player has a headphone jack. my computer has a mic jack. done and done. you cannot stop people copying off kazaa by stopping people downloading. SOME WILL ALWAYS RIP IT. with intentions to go to kazaa. always.always. you only need one person to do that and you have 1. consumers who pay and are pissed of that they can't rip, and 2. tonnes of people downloading that song for free.

    7. Re:how can they ever stop it? by Anonymous Coward · · Score: 0

      what are we looking at here? http://slashdot.org/comments.pl?sid=20721&cid=0&pi d=0&startat=&threshold=-1&mode=thread&commentsort= 1&op=Change

    8. Re:how can they ever stop it? by annisette · · Score: 0

      Actuallly I cannot delete your post and I wouldn't want to and I might add my prevous coarse words (though we disagreed) were not warranted. Please give me the option of having a bad day. You have a problem with being an AC so I do not know if you are the same person that I had the dialog with in the previous post-reply. However I do apologize for thinking I was god or whatever,the best to you and your future /.ing's, Annisette

      --
      I eat my grapes at room temperature, cuz the cold ones hurt my teeth
  5. Place your bets! by Doomrat · · Score: 5, Funny

    So, what's gonna crack it this time? Green felt tip pen? Rubbing a small kitten on the disc? Looking at it funny? Placing sliced cheese on it?

    1. Re:Place your bets! by mccalli · · Score: 1
      So, what's gonna crack it this time?

      A single session CD drive. Ebay will provide, though I'm not certain about extracting digital audio from such devices. I'm thinking about thinks like the original Apple CD-ROMs which required caddys.

      Has anyone ever tried this approach?

      Cheers,
      Ian

    2. Re:Place your bets! by plj · · Score: 1

      You hit the point. The only interesting thing from the consumer point of view is, how the regular CD tracks on the discs are "encrypted". Nobody is never really interested of the "protected" content, people only want to find a way around the possible restrictions, so that they can rip the CDA tracks off and create a new, noncrippled disc from them.

      And if the regular tracks are completely un"protected", well - then people will use and rip the disc just as they would do with normal discs.

      --
      “Wait for Hurd if you want something real” –Linus
    3. Re:Place your bets! by Stile+65 · · Score: 0

      The "Shaft" key.

      --
      I claim first use of "Error No. 0B" - or "No. 0B error." It'll be the new ID 10T!
    4. Re:Place your bets! by phlyingpenguin · · Score: 1

      What do you need a single session cdrom for? Just rip the audio tracks. It's not exactly like it'll cease to be an audio disc.

    5. Re:Place your bets! by shippo · · Score: 1

      However the ability to read data directly off the drive using CD-DA mode, needed to rip data, appeared some time after the introduction of multi-session drives. I doubt that there are any CD-DA capable single-session drives out there, unless a drive can be made single-session via a jumper option.

    6. Re: Place your bets! by Black+Parrot · · Score: 1


      > So, what's gonna crack it this time? Green felt tip pen? Rubbing a small kitten on the disc? Looking at it funny? Placing sliced cheese on it?

      Click the "play" button?

      --
      Sheesh, evil *and* a jerk. -- Jade
    7. Re:Place your bets! by orthogonal · · Score: 3, Funny

      So, what's gonna crack it this time? .... Rubbing a small kitten on the disc?

      Not gonna work, dude. Slashdotters have already killed so many kittens.

    8. Re:Place your bets! by Anonymous Coward · · Score: 0

      c|n>k
      oh for some mod points!

    9. Re:Place your bets! by Anonymous Coward · · Score: 0

      -1 Wrong website

    10. Re:Place your bets! by Man+Eating+Duck · · Score: 1


      My Plextor 241040A can be configured through Plextools to only read the first session of a CD. I tried it with a 48x Plextor too, works beautifully with certain protected CDs. Just enable that option and rip with your favourite extraction program.

      Don't know if anything like that is possible under Linux (BSD?) though (I boot into w2k for audio extraction).

      --
      Are you a grammar Nazi? I'm trying to improve my English; please correct my errors! :)
    11. Re:Place your bets! by Theaetetus · · Score: 1
      Turning off auto-play. Their scheme, like the one mentioned just a few weeks ago, relies on auto-play running their app in the data section of the disc - their app that contains the licensing agreement, the DRM, etc. Turn off auto-play (or use a Mac) and you'll never see it.

      -T

    12. Re:Place your bets! by Anonymous Coward · · Score: 0

      (or use a Mac)

      Ever heard of Linux?

    13. Re:Place your bets! by ElleyKitten · · Score: 1

      Ohhh, poor kittens!!!

      --
      "What is Internet Explorer 7? Are you saying we can't access the normal internet?" - I love tech support. Really.
    14. Re:Place your bets! by PReDiToR · · Score: 1

      Put in a standard CD, then use a clothes peg or a piece of sticky tacky blue poster gum to hold down the lid-open pin, take out the CD, put the crippled one in, then ...

      Wait wait wait, thats the lengths people will go to to get PS1 disks for nothing, not audio.
      Sorry.

      Maybe this will be even easier to circumvent.

      My point is that no matter what, people will still get round it and there will be DRM-free content on the net.
      But! People will also buy CDs to play in the car, and thats a large amount of current MP3 downloads.

      I think this might work both ways, sales go up, piracy can continue.

      --

      Do not meddle in the affairs of geeks for they are subtle and quick to anger
    15. Re:Place your bets! by yerricde · · Score: 2, Informative

      The firmware on a multisession capable drive reading a non-conforming disc may not be able to find the audio tracks, which is the entire point of Corrupt Disc copy prevention measures. Some drives, as Man Eating Duck pointed out below, do come with utilities to tell the firmware not to look at subsequent sessions.

      --
      Will I retire or break 10K?
  6. Not new.. by iantri · · Score: 1

    This isn't new.. I've seen CDs like this before.

    I don't think 64kbit WMA's are acceptable, though. (That's how most of these things come)

    1. Re:Not new.. by Anonymous Coward · · Score: 1, Interesting

      RTFAing, this technique obviously uses ATRAC3+

    2. Re:Not new.. by trash+eighty · · Score: 3, Informative

      i've got a couple of 'em lately, they apparently won't work on Macs (according to the blurb on the back) but funnily enough do work without any problems whatsoever. odd!

    3. Re:Not new.. by bigbigbison · · Score: 1

      aren't some of those supposed to lock up macs so badly you have to take the machine apart to get the disk back out?

      --
      http://www.popularculturegaming.com -- my blog about the culture of videogame players
    4. Re:Not new.. by Oscar_Wilde · · Score: 1

      No, this was never true. Hold down the mouse button while the computer boots and the cd will be ejected before the computer tries to mount it (works on any mac with a CD drive).

      On a side note these new fangled crippled discs mount just fine on my mac and I end up with two desktop icons, the data partition (useless to me since its all windows fluff) and the audio tracks. iTunes rips the audio just fine.

    5. Re:Not new.. by trash+eighty · · Score: 1

      no i think thats an earlier type, of course OSX could be foiling all this copy protection with its unix-like underpining

    6. Re:Not new.. by PReDiToR · · Score: 1

      Hold down the mouse button

      Left or right?

      Flamebait or troll? Decisions, decisions [grin]

      --

      Do not meddle in the affairs of geeks for they are subtle and quick to anger
  7. Trust by Anonymous Coward · · Score: 0

    "It's called trusting the consumer"

    Likewise:

    "It's called trusting the corporation"

    Hmm, somehow I don't think so, and they know that as well.

  8. Will it play on my discman? by lennart78 · · Score: 3, Interesting

    I've stopped buying copy-protected CD's since none of them plays properly on my discman. As soon as they manage to come up with a form of protection that won't keep me from actually playing my legally bought CD, I might reconsider my boycott...

    1. Re:Will it play on my discman? by Anonymous Coward · · Score: 0
      I've stopped buying copy-protected CD's

      Why did you start?

    2. Re:Will it play on my discman? by Anonymous Coward · · Score: 0

      Is it a SONY discman ?

      in which case return it as faulty as it wont play the music CD's they distribute

      Class action anyone ? ;-)

    3. Re:Will it play on my discman? by swordboy · · Score: 1

      I've stopped buying copy-protected CD's since none of them plays properly on my discman.

      Dude... This is SLASHDOT! Do you *realize* what you've done? Your discman probably doesn't even play ogg, does it?

      Poseur...

      --

      Life is the leading cause of death in America.
    4. Re:Will it play on my discman? by mirko · · Score: 1

      The most hilarious bit is that you refer to a Discman which is a Sony Trademark...
      So, if what they sold you is not compatible with... erm, what they sold you too, then you might want to get a refund. :)

      --
      Trolling using another account since 2005.
  9. not quite as stupid as previous efforts by ed.han · · Score: 2, Insightful

    sony appears to think that by making it more convenient they'll avoid backlash. while it's probably a matter of days before someone cracks it, this seems a lot less stupid than some of the previous efforts the record labels have taken.

    ed

  10. I trust you. by mocm · · Score: 1

    Never mind the 10 locks the 5 alarm systems and 30 security cameras I installed. They are just there for your convenience and security.

    --
    ***Quis custodiet ipsos custodes***
    1. Re:I trust you. by Anonymous Coward · · Score: 0

      Nah it's more like leaving the store wide open and locking up the inventory tight.

  11. Hilarious QUote? by n-baxley · · Score: 2, Insightful

    Why is that quote hilarious? Isn't that what we've been saying here all along? If you're waiting for the music companies to start saying that music swapping is just fine and they really don't mind, then you obviously don't understand the situation. There will be some form of DRM, period. This may be one solution. Apple has another solution. The market will decide what works, but you should realize that sooner or later, some form of reasonable DRM will come in to play.

  12. We borg.... by 3seas · · Score: 1

    call it whatever you want but trusting the consumer, isn't what it is.

    Its the consumers saying "we are right and there is nothing you can do about it but agree, otherwise we will not buy."

    1. Re:We borg.... by phlyingpenguin · · Score: 1

      If that were true then they would just be offering CDA and then maybe value added data (I recall the an Orgy album providing a music video as value added material), nor would the RIAA be suing customers. There aren't enough customers saying they won't buy methinks. A damn shame too because (at least in the US) we haven't seen a really good, industry crippling boycott in quite awhile.

  13. trust the consumer? by bigkahunafish · · Score: 1

    yea, trust the consumer... i liken that to trusting that delightful leprechan with my lucky charms

    --
    Eat a Chicken, You know you want to.
    1. Re:trust the consumer? by Anonymous Coward · · Score: 0

      I'm sorry, but business have absolutely no choice but to trust consumers. They are in business -because- of us. If they don't cater to what the market wants and demands they wont be a business anymore.

      Everyone has a right to run a business, but nobody has a -right- to make money selling a product that doesn't meet the needs of the consumers.

  14. Darwin Act by cryan7755 · · Score: 1

    Is there a Darwin Award for killing your own career?

    1. Re:Darwin Act by Technician · · Score: 1

      Is there a Darwin Award for killing your own career?


      Yes, Listing on the "F*ck'ed Company website"

      --
      The truth shall set you free!
  15. If they really trusted the consumer... by WIAKywbfatw · · Score: 4, Insightful

    If they really trusted the consumer, wouldn't they forget about the copy prevention and the DRM stuff?

    I just don't get it. Large scale-piracy outfits have access to large commercial presses, hence their being able to put out CDs that look just like the real thing. They sure as hell don't use burners, so all this copy protection is useless in combatting large-scale organised piracy. So, the only people that these new copy prevention and DRM techniques inconvenience are the consumers.

    Tell me again how Sony is showing trust in the consumer?

    --

    "Accept that some days you are the pigeon, and some days you are the statue." - David Brent, Wernham Hogg
    1. Re:If they really trusted the consumer... by Anonymous Coward · · Score: 0

      I went to a private school that operated on the "honor code". They basically didn't look for cheaters and "trusted" you to tell the truth. However:
      a) If you had a habit of cheating or lying, the "trust" they had in you tended to be eroded.
      b) Even with the students they "trusted", they didn't write all the answers to the test on the blackboard and just say "don't look until you're done, then grade your own paper, but don't change any answers."

      Sometimes there's such as thing as limited trust. We might release a bank robber on probation because he says he's reformed and we "trust" him, but I still wouldn't leave him alone to guard a bank filled with billions of dollars, with only his word as a safeguard.

      Anyway, it's not clear to me what the "copy protection" here is. It sounds like the audio session might still be rippable, but they have pre-encoded DRM media, hoping common people who barely understand the difference will find it easier to go ahead and use the DRM, figuring it's easier than having to do that "encoding" stuff, plus extras that only work if you have the original CD.

      If the audio *is* still rippable, the rest is fine with me.

    2. Re:If they really trusted the consumer... by Anonymous Coward · · Score: 0

      So...sony puts copy protection on my music CD, and i can't rip the CDA files

      Can't we just start up Nero instead?

  16. Seems like a fair system by hattig · · Score: 3, Insightful

    I expect that the logic behind this is simple - the average consumer will simply use the DRM music on their computer instead of ripping the audio files (which is more complex), and this DRM music will not be sharable, hence the real issue, music sharing, will be cut down.

    However, it only needs something along the lines of

    1) relying on a custom music playing application (windows only)
    2) relying on Windows Media Player (ugliest nastiest application ever)

    to make the whole system pointless.

    But it is a step in the right direction of not messing with the audio on the CD, adding more value to the CD, and yet trying to maintain the rights of the copyright holder without messing with the rights of the consumer.

    1. Re:Seems like a fair system by Anonymous Coward · · Score: 0

      It's actually worse than that. This excerpt from a Register article.
      "Sony's latest system is not without restrictions, however. The tracks can only be copied to Sony portable music players, and played on a PC using Sony's own software - a problem for users of platforms not supported by Sony. The company promises to offer plug-ins for popular music apps early next year."

    2. Re:Seems like a fair system by lennart78 · · Score: 1

      mod parent up

      If you look at it from this angle, it would look like the industry finally has been struck with a cluebat. It may not be the final solution in this situation, but acknowledgement of the fact that people want to play music from computers and mp3 players is a step in the right direction IMHO.

      I still believe however, that copying will continue (as long as I can hear it, I can record it...), and that the record companies will have to change their business model. They are not selling physical products (CDs LPs) anymore, despite the arguments that people want a product like a CD with booklets and all. Music is basically nothing more than information, and stands firmly in the digital age, and I think the Internet is the medium of distribution for the future.

    3. Re:Seems like a fair system by liquidsin · · Score: 1

      Of course the average consumer is going to use the DRM'ed stuff - the average consumer's PC will load it as soon as the CD hits the computer and they probably won't even notice (I expect WMP plays CDs on Win by default). But the average consumer isn't the one who's ripping discs to mp3 and sharing on KaZaA. And the guys that want to do that will have no problem finding a way around the DRM. So for all the money spent on DRM, for them to go back to "it'll play in WMP or, if you know what you're doing, you can rip it to mp3" is like admitting that this whole "war on piracy" was a waste of dollars.

      --
      do not read this line twice.
    4. Re:Seems like a fair system by Technician · · Score: 2, Insightful

      Too bad they won't get it right till I can rip, mix, burn. I don't do the CD shuffle in rush hour traffic. I load the MP3 CD and let it run. Somehow I think the Sony CD is still a broken format. The same applies for my CD jogger MP3 Player. Who works out carying a CD player and a CD wallet? I sure don't.

      I'm not interested in deciding which DRM player format to buy. Music Match, I tunes, Napster, Get real. Provide MP3's. I already have the equipment. I don't need a 4-way VHS-Betamax DRM format battle. (MS, Samsung, Sony, Apple)

      --
      The truth shall set you free!
    5. Re:Seems like a fair system by orthogonal · · Score: 1

      2) relying on Windows Media Player (ugliest nastiest application ever)

      No, no, no. I think the consensus has long since been established that RealPlayer is the nastiest application ever ("New! Improved! With 15 additional ways to phone home!).

      And MusicMatch is the ugliest. ("Now in hot pink! With 47 overlapping windows, none of which are rectangular! All of which are 'Always On Top'")

    6. Re:Seems like a fair system by Durandal64 · · Score: 1

      You've obviously never used Windows Media Player for Mac OS X. RealOne is orders of magnitude more tolerable.

    7. Re:Seems like a fair system by PReDiToR · · Score: 1

      o bad they won't get it right till I can rip, mix, burn. I don't do the CD shuffle in rush hour traffic. I load the MP3 CD and let it run

      Most people buy a 10 disc changer for that.

      I'm not interested in deciding which DRM player format to buy.

      Did you decide to choose MP3, or did you get taken along on the wave of popularity like the rest of us?
      Even people in th eknow don't influence decisions like that enough, or we would all have moved the market to a much better format than MP3 by now.
      Its Joe Public, and his billion clones that decides things like that. Everyone else jsut tries to influence him.

      --

      Do not meddle in the affairs of geeks for they are subtle and quick to anger
    8. Re:Seems like a fair system by jimsum · · Score: 1

      They've only gotten a glancing blow from that cluebat :-)

      I want cheaper CDs. I have been buying CDs for 10 years and own more than 1000. I stopped buying them 2 years ago because they cost too much compared to DVDs and other hobbies I can spend my money on.

      I listen to those CDs on a stereo; listening to them on a computer or some other portable device using MP3 leads to a huge reduction in quality.

      So how does Sony's scheme help me? The disks are going to cost the same, and I suspect the extra material is worth about the same as DVD extras, which is nearly zero. In exchange for these nearly worthless extras, I am getting a disk that is not even guaranteed to work in all the CD players I currently own, let alone one I might buy in 5 years. I don't see how charging the same for a disk that is much less useful is going to help their sales in any way.

      --
      -- Pot is safer than Beer
    9. Re:Seems like a fair system by ladyslug · · Score: 1

      Yep, for those two reasons, it pretty much ruins all chances of me ever buying a Sony audio CD ever again. I suppose Sony doesn't care because they will be making at least some of the money back off of me purchasing the tracks through the iTunes Music Store when available, but I won't be helping that dwindling CD-sales bottom line, even if I actually wanted to own the physical CD. Why risk being out $13 when I'm not sure that the disc will play in my stereo or my computer, and I can't burn it to a mix disc or play it on my iPod? But again, Sony won't care because they'll get some of their money back and I'm such a small fraction of the PC-using, CD-buying demographic that they just don't give a crap about me. And since I know they don't give a crap about me, well, I'm not exactly going to be feeling sorry for them and their losses due to illegal file-sharing. And, not messing with the rights of the consumer??? I understand that file-sharing is causing problems for them, but this isn't a) trusting the consumer, or b) providing content that all consumers can use. If I buy a CD, do I not have the right to listen to it through my computer, add it to my playlists and perhaps burn it to a mix CD for my own personal use, and play it on my portable music player (none of which is illegal in any way)? If I understand things correctly, I no longer have any of those abilities, just because I don't work in a Windows environment. Sure, there are ways of converting the WMA files or ripping the audio tracks themselves, but this isn't something I should have to be doing to access the content I paid for and have no intention of doing anything illegal with. I know all these arguments can be made about the iTunes Music Store as well, but the fact is that they now have ways for Windows users (with iPods) to access these tracks, and Windows users now have plenty of other music stores catering to them via WMA files. We're talking about regular old CDs here.

    10. Re:Seems like a fair system by Technician · · Score: 1

      I have a Toyota Prius. There are only 2 aftermarket CD players that fit and interface to the multifunction display. A Pioneer and a Kenwood. Both do MP3's. Neither does Real Audio, WMA, any streaming format etc. It's the unsuported formats I can't use. I use MP3's because it is the defacto standard. My computer easly rips to that format. Winamp plays them fine. It's the single format that works with everyting. No other format can make that claim.

      --
      The truth shall set you free!
  17. "give people what they are asking for" by dabadab · · Score: 1

    Yeah, I guess people are asking for discs that can not be played on their existing gear and compressed files that also can not be played on their existing gear.
    One has to wonder what kind of crack do they smoke when come up with such statements.

    ps: is it just me, or everyone receives the Thinkgeek anti-RIAA T-shirt ads for this article? :)

    --
    Real life is overrated.
  18. Economics by Space+cowboy · · Score: 1

    I wonder whether Sony et al have actually sat down and done a cost/benefit study on the losses they make from piracy and the methods they use to try and stem the flood. If they have done (and I expect they have), I wonder if they use the ludicrous monetary values they insist on using in public ?

    Seems to me that with the amount of money they spend on trying to protect their offerings, and any sane reckoning of real losses, they're flogging a dead horse...

    I can see how thwarting the mass pirateers can be cost-effective, but I really don't see how DRM stuff can work well enough.If I can play it legitimately, I can record it. Sure, not digitally, but since it's going to mp3 or whatever, who cares ? The quality won't be perfect anyway!

    Simon.

    --
    Physicists get Hadrons!
  19. Trade-offs by BallPeenHammer · · Score: 1
    There are always trade-offs in a transaction: I lose money, but gain something I value. This seems to be a new level of trade-off.

    The old level was, "I lose money but I gain music, and there's no other way to get the music, so oh well."

    The most recent trade-off was, "I don't lose any money, but I have this nagging feeling that I'm depriving the artist of the compensation they deserve, plus it's illegal, so oh well."

    This new level seems to be, "It ain't free, but I'm getting something extra for my money than I could get by just downloading it (so far), so oh well."

    What level of trade-off are you comfortable with? And what level of trade-off can manufacturers impose? At some point, the two sides have to meet.

  20. Almost, Sony by Bistronaut · · Score: 1

    Putting pre-ripped tracks on the CD is a good idea, but adding "features" that prevent (some) users from ripping the normal tracks will surely have bad side-effects. Weather it's auto-play tomfoolery or altered error-correction data, I'm sure that Sony will piss off more customers with its anti-ripping tech than they will make happy with the "extra features". They should go ahead and put DRMed tracks on the CD to keep the lazy users from ripping, but if the user really wants a high-quality rip that they can play where and how they want, they'll get it. Making them jump through hoops will only increase ill will.

    1. Re:Almost, Sony by Technician · · Score: 1

      Making them jump through hoops

      Um, I think this will result in lower sales. If I can't rip it to my MP3 mix CD for the car, I won't buy the album because it's useless.

      I wonder if the Reduced Piracy makes up for the Reduced Sales. I don't buy CD's without the Compact Disk logo.

      --
      The truth shall set you free!
  21. Trusting the customer by Pooquey · · Score: 3, Insightful

    It's a sad sad day when a record company executive can (even if in jest) refer to "trusting the customer" as a novelty. I'd boycott it for this cavalier attitude alone. However, as I have not purchased any new cd's in over 5 years, it's a non issue for me. Further, instead of "trusing the customer" on the DRM front, I think executives should be focusing on pumping quality out of the artists they sign. To paraphrase his quote, "If you give people what they want in terms of value," you'd five them music they actually wanted to hear instead of two or three singles on a cd chock full of crap.

    --
    The english language is in beta. It's evolving but has not yet reached a level of usability.
  22. Better article on The Register by chrestomanci · · Score: 4, Informative

    The Register also have an article today on the subject.

    According to the article in The Register, the old discs where unpopular with consumers because they could not be played on PCs, or riped to portable music players.

    The new discs will have a second session, containing encrypted audio data, that can be played on a PC, using Sony's software (On supported platforms, non lintel users need not apply). The audio can also be copied to a portable music player, but only sony players are supported.

    In conclusion, I would say that while sony have listened to consumer complaints about their last copy protected disc, their solution is hardly any better. Even John Q Public will see these new discs as no better than the old ones if he owns another brand of portable music player.

    1. Re:Better article on The Register by Anonymous Coward · · Score: 0

      Funnily enough, even Intel users need not apply, since the files only work on Sony-brand portable music players (i.e. they're ATRAC3+).

    2. Re:Better article on The Register by Jugalator · · Score: 1

      The new discs will have a second session, containing encrypted audio data, that can be played on a PC, using Sony's software (On supported platforms, non lintel users need not apply). The audio can also be copied to a portable music player, but only sony players are supported.

      That sounds like using their position of creating copy protections to gain an unfair advantage on the hardware market to me.

      --
      Beware: In C++, your friends can see your privates!
  23. still not worth it to me by Vandil+X · · Score: 5, Insightful

    I have become more accustomed to spending $2 or $3 on the 2-3 tracks I like via iTunes, and getting a superior-quality AAC sound file that I can convert to a high quality MP3.

    Spending $14-18 on a CD-ROM (no longer an Audio CD) that has CD Audio, low-quality WMA files, links to low-info "exclusive" websites, and tiny music video files, just isn't worth it.

    --
    Up, Up, Down, Down, Left, Right, Left, Right, B, A, START
    1. Re:still not worth it to me by polyphemus-blinder · · Score: 1

      how the heck do you convert AAC to MP3? i tried it out, and it seemed like any kind of "protected" music couldn't be converted in iTunes.

      so are you doing some sort of hack or do you only listen to "unprotected music"? i must admit, i've not been up to date on all this.

      --

      It's all going according to .plan.
    2. Re:still not worth it to me by great+om · · Score: 1

      burn it to a CD (or even better a cd-rw) and then reencode as an mp3 (or whatever else you like)

      --
      ------- Oh damn.... the Sigfile escaped... -Great OM
    3. Re:still not worth it to me by Bill,+Shooter+of+Bul · · Score: 1

      There is another way ( other than burning and ripping), but I'm not going to publicly divulge it.

      --
      Well.. maybe. Or Maybe not. But Definitely not sort of.
    4. Re:still not worth it to me by technix4beos · · Score: 1

      From the article:

      "It looks like they'll be releasing multi-sessioned discs with normal audio in the first session ..."

      Tell me again how a downloaded AAC file from iTunes beats out CD quality audio that you can rip at your convenience?

      Also, what is stopping anyone from ripping the audio tracks instead of using the obviously crippled DRM session?

      --
      user@host$ diff /dev/urandom /dev/uspto
    5. Re:still not worth it to me by Vandil+X · · Score: 1

      The actual Redbook audio that your CD Player can "see" is not visible to a PC. The PC can only see the second session that contains the WMA files and other fluff.

      Thus, you cannot rip the Redbook audio.

      --
      Up, Up, Down, Down, Left, Right, Left, Right, B, A, START
    6. Re:still not worth it to me by Anonymous Coward · · Score: 0

      Only if you're a clueless newbie. And hell, even clueless newbie Mac users won't have a problem ripping the audio. Macs show each session as a separate volume, so one of those will contain red book audio.

      Even PC users can rip the audio from the disc if they have the know-how. It's not difficult, and it's not confusing.

      Thus this protection still won't work to stop people from ripping their CD's.

    7. Re:still not worth it to me by technix4beos · · Score: 1

      Exactly as someone else just pointed out.

      There is a ton of software out there that can rip an audio CD.

      Even nicer on BeOS is its ability to simply view/copy the WAV audio as you would with files.

      --
      user@host$ diff /dev/urandom /dev/uspto
    8. Re:still not worth it to me by Tokerat · · Score: 1

      The actual Redbook audio that your CD Player can "see" is not visible to a PC. The PC can only see the second session that contains the WMA files and other fluff.

      Thus, you cannot rip the Redbook audio.
      Hold down the shift key.
      --
      CAn'T CompreHend SARcaSm?
  24. What about mp3 players? by Anonymous Coward · · Score: 0

    How are we supposed to load the music into our mp3 players, if we cannot rip them to our hard drives?

  25. Reasonable compromise by mwood · · Score: 1, Insightful

    So the disk will still work on real CD players, and I won't miss all the byproducts and floor sweepings shoveled into session 2. Good enough.

  26. hellooooo by DustyShadow · · Score: 3, Insightful

    If they used the millions that they spend to research this "copy protection" on finding good artists and not the same junk they've been putting out for the last 10 years, then maybe they could start trusting the consumer to purchase their products.

    1. Re:hellooooo by Anonymous Coward · · Score: 0

      People don't steal junk. Clearly, no matter what elitists like you say, people don't think modern music is junk. Otherwise they wouldn't bother to steal it.

    2. Re:hellooooo by DustyShadow · · Score: 1

      There are several arguments to prove you wrong. First off, if you look at a major label's lineup, you will see a long list of bands/artists that you have never heard of. This is because the big labels blow millions on tons of bands with the hope that maybe 1 or 2 will make it big (and don't think they aren't spending millions on the failures, cause they are). That, my friend, is wasting money. If they just used half that money on a little extra research, then maybe they'd start putting out better albums. Second is people will steal junk if it's in their face and easy to take and easy to throw away if they don't want it later. People are losing respect for the music industry very quickly. If they don't come up with more reasons for us to buy their products, then we won't.

    3. Re:hellooooo by Anonymous Coward · · Score: 0

      Hellooooo, why are you spending the time downloading pirated music if you think it sucks?
      Obviously people are downloading music that they LIKE. When was the last time you were listening to the radio and said "This song sucks, but I'm going to run a search and download it anyway."?

      If you dont like the music they release, then why would you care about what they do to their* CD's? Buy from indepentent labels, or buy music over the net from bands you do like. And simply ignore the fact the latest cd you dislike has "extra" features.

      As for Song, while ofcourse this isnt the greatest solution it is a start. Baby steps guys, baby steps.

      *thats what they CD's are, until the reseller or you buy it, the cd is owned by them. As people always say, after I buy a product I should be able to do what I want with it. While sony owns the product they should be able to make it into whatever they want. Aslong as they are letting consumers know what they are buying.

    4. Re:hellooooo by DustyShadow · · Score: 1

      you are missing my point. What I meant is that the copy protection is a waste because it's always broken. They should spend that money on finding better artists. by the way, I don't listen to the radio. The radio hasn't been worthwhile since the 80s.

  27. what we are asking for in terms of value.... by Epistax · · Score: 2, Insightful

    Cannot be fixed by adding useless crap to the CD's. Make the CD's cost less. Piracy will always exist and always had, it just wasn't quantifiable before the Internet.

  28. Exclusive Online Content by GreyWolf3000 · · Score: 1
    It looks like they'll be releasing multi-sessioned discs with normal audio in the first session, and compressed, DRM'ed music files in the second session, as well added 'extras', including access to exclusive online content.

    I bet it all sucks. How many times does a big company throw "exclusive online content" at the customers only to find out it's really shameless self-promotion. Take Lord of the Rings, for example. I like the films, but a little too much hype, thank you.

    --
    Slashdot: Where people pretend to be twice as smart as they really are by behaving like children.
  29. iTunes and similar services still better by Stile+65 · · Score: 2, Interesting

    That still doesn't address the problem of some/most CDs having a few good songs and the rest being crap filler. IMO, services like iTunes remain a better idea because you can buy only the songs you want.

    --
    I claim first use of "Error No. 0B" - or "No. 0B error." It'll be the new ID 10T!
    1. Re:iTunes and similar services still better by Anonymous Coward · · Score: 0

      More than that, iTunes may only let you transfer to an Apple device, but they are not the music company/mp3 player-maker. This needs to also be recognized as a tactic to sell more Sony mp3 players.

    2. Re:iTunes and similar services still better by phlyingpenguin · · Score: 1

      If you look at the costs involved in printing art, the media itself, and shipping out CDs, there's a great injustice for spending .99 on a song. Even if it IS easier and lets you select the songs you want, you're talking about getting no media, low quality sound, and a locked down file (without reencoding it losing even MORE quality).

      Where in here do I see the record industries ripping people off? This formula gives them a LOT more money for a product with MUCH less quality. Even if you don't pay 16/cd or just want a few tracks. You're talking about giving them quite a bit more per song than I'd dare give them. At .99/song assume that a CD has 18 songs. You pay the same amount (per song, yes you can buy entire albums for less... but that goes back to quality) and they pay less to deliver it to you.

      I'm not totally against capitalism here. However the RIAA seems only to be finding the solutions that screw their customers and put more cents per purchase in ther pockets instead of quality, value added services/products.

    3. Re:iTunes and similar services still better by tedrlord · · Score: 1

      I try to steer clear of single-driven albums for that reason. If an artist thinks that one good song and 12 bad ones is worth paying for, I don't want to give them my money for any medium.

      --
      [insert witty quote here]
  30. Back to vinyl Album Lengths? by syntap · · Score: 2, Interesting

    These multi-session discs with DRM-enabled content, videos, etc has got to be taking a toll on the actualt minutes of music you get on a disc. Or is it possible to downsample CD audio files to free up some room? Even without the protection issues, I think these "Extras" like videos aren't worth less music or lower-quality audio.

    What's pathetic is the DVD and CD prices differences of like releases. Take Rush for example with their latest "Rush In Rio" live releases. 3-CD set and 2-DVD set are roughly the same price, even though the DVD set gives you a documentary, Dolby Digital audio, etc.

    1. Re:Back to vinyl Album Lengths? by Zocalo · · Score: 1

      I don't think the "extras" sacrifice as much space as you think. A standard Red Book audio CD can hold (very roughly) 650MB of data or 70min of music. To put it another way, for each 9MB of data space, you lose about one minute of audio. So, you can provide 60 minutes of CD audio, which is pretty good for a regular CD, and have 90MB for any second session data, DRM audio, video clips and whatever.

      --
      UNIX? They're not even circumcised! Savages!
    2. Re:Back to vinyl Album Lengths? by Theaetetus · · Score: 1
      Or is it possible to downsample CD audio files to free up some room?

      Can't - Redbook audio format calls for stereo interleaved 16-bit samples at 44.1kHz. Anything else, and it won't be able to be read by a CD player (a CD-ROM player, however, could well read it). However, you've now removed all portables, boomboxes, car CD players, shelf systems, and Bozo Wave Radios from the market.

      -T

  31. And this will work how? by frdmfghtr · · Score: 2, Interesting

    OK, I'll bite...

    How will this prevent CD copying? Where's the real extra value in the "compressed" (which I read as lossy) DRM'd content? Oh, I get to go to an "exclusive" website with extra content. Whoopee. If I have the CD, I'm ripping tracks in an unprotected format regardless of whether there are already pre-ripped tracks available. Why would I want to copy DRM'd material to my machine?

    Seems to me that by having a multisession CD, that means there will be less unprotected music since it takes up a majority of space. Unless, of course, there is plenty of unused space on today's recordings. I wouldn't know, I haven't bought a "major label" CD in years. Last CD I bought was from a local performer, bought right from the guy after he played a club one night (got it autographed too...another perk in supporting local talent.)

    I don't know maybe I'm one of the unwashed, but this makes no sense to me. I agree with the other poster that said "just make a regular CD" and I'll add "and price it reasonably" and we will come.

    --
    Government's idea of a balanced budget: take money from the right pocket to balance...oh who am I kidding?
    1. Re:And this will work how? by Anonymous Coward · · Score: 0

      Actually, there is at least one lossless audio compression codec/algorithm/whatever. FLAC, I think. I seem to remember a lot of Aflac goose jokes associated with it.

    2. Re:And this will work how? by tedrlord · · Score: 1

      This makes a lot of sense, actually. It shows they're paying attention to the world around them.

      Specifically, think of why people buy so many DVDs these days. It's often for the special features. They're practically de rigueur for all movies now, and less people will buy the movie if there aren't any.

      So now they're trying to add equivalent features to CDs. Features that work specifically when people use the CD on their computers. Rather than breaking CDs so that computers can't read them, or putting a lot of wasted effort into making them unreadable, Sony is trying to add value to the CDs so that people who can get the normal stuff off the net will still want them. This seems pretty intelligent to me.

      --
      [insert witty quote here]
  32. Don't add junk, cut the prices! by Anonymous Coward · · Score: 0

    From the article:
    --
    There are several limitations. The digital files will only play on Sony-licensed digital music players. Wiser said Sony is working on "plug-in's" that will allow the files to be played on more popular players like Microsoft's Windows Media.

    --

    Developing a proprietary format protected with proprietary DRM in order to play it only on proprietary hardware is a total waste of brain, time and money. There already are free media file formats and cheap players; why they still don't do the damn right thing, I mean lowering the CD/DVD prices to reasonable amounts?

    I'm the one who will buy tons of CDs when they'll cut the prices, but no so called "added value" can convince me to buy a single one at current prices.

  33. Nice quote, but.... by AtariAmarok · · Score: 2, Insightful

    "All copy-protections can be hacked, but if (we) give people what they are asking for in terms of value, they won't go out and steal it. It's called trusting the consumer."

    His heart is in the right place, but he really has to move away from RIAA word abuse. "Stealing" is something that has never been involved in the issue of copy protection, the p2p issue, etc.

    --
    Don't blame Durga. I voted for Centauri.
  34. Meh? I don't get it. by Tinfoil · · Score: 2, Insightful

    Sony is doing the right thing. For years we have been screaming because the entertainment industry has been treating us like children, thinking that we can't do the right thing unless we are forced to.

    Now Sony has come out with a scheme that shows they are beginning to place *some* trust back with the consumer and they are jumped all over?

    I for one am pleased to see this small move towards the better from Sony.

    1. Re:Meh? I don't get it. by CountBrass · · Score: 1

      No way should the parent have been modded 5 insightful.

      More like -1 Flamebait or -1 Doesn't-understand-what-Sony-are-actually-doing.

      --
      Bad analogies are like waxing a monkey with a rainbow.
    2. Re:Meh? I don't get it. by micromoog · · Score: 1
      Please. The "we trust the consumer" drivel is pure marketing hype, so that they won't look foolish when this gets hacked in one day. If they could find a way that couldn't be hacked, they'd do it in a heartbeat.

      If they really trusted the consumer, they wouldn't go through the huge effort and expense to produce this DRM in the first place.

    3. Re:Meh? I don't get it. by Anonymous Coward · · Score: 0

      You know what they have to do to make ME happy? Just distribute CD's like it was 1990 again. No copy protection, just the cd audio tracks. If I want to rip it to put it on my ipod, that's MY choice. In exchange, I'll promise I won't share any of my ripped music.

    4. Re:Meh? I don't get it. by Tinfoil · · Score: 1

      Perhaps I am the only one that actually thinks that, if given the chance, the consumer would do the right thing. I honestly believe that the consumer would rather abide by the law rather than break copyright.

      Perhaps I am a little naive... Or perhaps we are looking at it from a geek perspective and not from a 'normal' perspective.

  35. Re:I've stopped buying copy-protected CD's by Technician · · Score: 2, Informative

    How do you tell them apart? Many red book CD's don't have the Compact Disk logo. Many copy protected CD's are not labled as such. Do you take a list of "defective CD's" to the store with you? I've been bypassing lots of probably OK CD's because I don't buy DRM CD's. I look for the Compact Disk logo.

    --
    The truth shall set you free!
  36. Nice try. by Anonymous Coward · · Score: 1, Insightful

    1) The disc can be played on almost any device conventionally, said Sony Music Chief Technology Officer Phil Wiser.

    Almost -- hmm, what does this mean? Surely, this should be "-any-" if it complies with the Philips standard. I notice the article calls it a CD.

    2) There are several limitations. The digital files will only play on Sony-licensed digital music players. Wiser said Sony is working on "plug-in's" that will allow the files to be played on more popular players like Microsoft's Windows Media. He expects the plug-ins to be available early next year.

    Which players are currently 'Sony-licensed'? If those players are anything like the players that come with the 'copy-protected' discs, no one is going to use them. Why? They're absolute crap.

    BTW, what are those other "more-popular" plug-ins?

  37. trusting the consumer? by rhs98 · · Score: 1

    trusting the consumer?

    Is that like trusting the user when designing a peice of software?

    Sony Login Screen:
    Don't worry about logging in, we trust you, just click here.

    1. Re:trusting the consumer? by David+E.+Smith · · Score: 1
      Sony Login Screen:
      Don't worry about logging in, we trust you, just click here.

      Hey, neat. Are they planning to implement that for their next version of Everquest?

    2. Re:trusting the consumer? by rhs98 · · Score: 1

      Yeah probably. I have inside knowledge you see...

  38. It is is... by spacerabbits · · Score: 1, Interesting

    I think we are all overreacting to it :-)

    Normal users are more ignorant about how to bypass copyprotection. And those users really don't care if they have slightly moire noise or quality-loss then us, /.-technominded-caffeiene soap washed-DVD+R eating-nerds.

    I think this is an other copyprotection that most users will have a problem with...
    except those that don't want to buy Sony equipment. (like me)

    --


    fortune is my favourite linux command
  39. What BMG spokesman? by Diabolical · · Score: 1

    a BMG spokesman: "All copy-protections can be hacked, but if (we) give people what they are asking for in terms of value, they won't go out and steal it. It's called trusting the consumer."

    Did you even RTFA? This Wiser character you quoted is "Sony Music Chief Technology Officer Phil Wiser." according to TFA. Nice to see even submitters are not feeling obliged to actually READ something.

    Anyway, this is also bringing in a new more serious problem.. according to the article the copyprotected content "will only play on Sony-licensed digital music players. "

    This has some serious implications. For starters, you can throw out your existing mp3 player. Of course this only is for the extra content so the actual music is not limited but the extra's offered on the cd is.

  40. This is going to make my life harder.. by Realistic_Dragon · · Score: 1, Funny

    Ever since they started selling broken CDs, my 'to rip' pile is twice as high - as my flatmates can't rip them easily with Windows, they just toss it to me to do with grip/cdparanoia on Linux.

    So now instead of them just ripping their own to put on their MP3 player, I usually end up keeping a copy of the good stuff too. DRM actually increases piracy, at least in this flat!

    --
    Beep beep.
  41. Re:I've stopped buying copy-protected CD's by lennart78 · · Score: 1

    I own a few CD's with protection mechanisms, and they are labelled as such. If I encounter a logo like that on a CD in a store, I won't buy it.
    If I buy a CD that is not labelled but won't play properly, I'll take it back because it's a DOA, and demand a refund.

  42. normal audio by Anonymous Coward · · Score: 0

    if they put normal audio on the first session, then I open up cdex and bam! If they don't do anything to force me to use their drm stuff, then it really doesn't work.

  43. DRM usually does increase piracy by AtariAmarok · · Score: 1

    "DRM actually increases piracy, at least in this flat!"

    DRM the way it has been going usually has had an effect of increasing piracy. You end up with a purchased copy that is crippled in how you can play/use it, encouring going to Grokster to find an uncrippled version you can use.

    --
    Don't blame Durga. I voted for Centauri.
    1. Re:DRM usually does increase piracy by radja · · Score: 1

      downloading from grokster or any other source is legal in many countries, and cannot be considered piracy.

      --

      No one can understand the truth until he drinks of coffee's frothy goodness.
      --Sheikh Abd-Al-Kadir, 1587
  44. they won't go out and steal it by martin · · Score: 1



    Well if they gave us value for money, then yes. Perhaps they'll consider dropping the prices then huh?

  45. Will it work on my system, though? by shippo · · Score: 3, Insightful

    Audio systems have got more complicated these days, with many able to read ISO-9660 formatted discs.

    My DVD stereo system can handle MP3 and WMA CDs as well as Audio CDs, DVD-Video and DVD-Audio (and some other image related formats as well).

    The odds on such a system not playing back the audio tracks and instead playing back the WMA content may be quite high!

    1. Re:Will it work on my system, though? by Technician · · Score: 1

      DVD stereo system can handle MP3 and WMA CDs

      Many of those players that will play WMA files, WON'T play DRM WMA files. This is often overlooked. The PC can deal with the certificates or whatever it uses, but the stand alone shiny disk player can't transfer the keys from the PC. Therfore it won't play the Encrypted WMA files. Otherwise it would be simple to share the files with your favorite sharing service, burn them on CD's and play them in your DVD player. It's designed to not do this.

      It should play stuff you rip yourself from non DRM sources into the WMA format.

      Your DRM'ed WMA file can only be transfered to a portable device by a 2 way comm link. A one way link (Burn CD, play it in another device) is not supported.

      --
      The truth shall set you free!
    2. Re:Will it work on my system, though? by dabadab · · Score: 1

      "The odds on such a system not playing back the audio tracks and instead playing back the WMA content may be quite high!"

      Well, I guess you are overly optimistic.
      As this comes from Sony, it will be most probably some kind of ATRAC, not WMA, with their propierarty DRM, so it WILL NOT play on anything other than SONY sanctioned stuff.
      Your DVD player probably just can not play these discs.

      --
      Real life is overrated.
    3. Re:Will it work on my system, though? by Anonymous Coward · · Score: 0

      Just saw an advertisement (from Ford, in the USA) for a new pickup truck that included a CD player that could play MP3s. Will any copy protected CD play on this? I hope stuff like this becomes popular quickly; the music labels will have a hard time selling CDs that won't play in an auto CD player.

  46. morons testing newclear corepirate nazi rejection by Anonymous Coward · · Score: 0

    system.

    so far, thanks to many of you, it's wwworking.

    lookout bullow. nobody wants to get any of that infactdead stuff on themselves?

    that's right, we're hanging in there (copying/pasting/deleting at will, (in spite of va lairIE/robbIE's whoreabully useless PostBlock(tm) devise) until the last postIE. those fauxking foulcurrs best get ready to see the light, larcenious execrable that they are.

    as previously postdead buy mynuts won:

    gnu millennium spells doom for stock markup frauds, aka corepirate nazis, aka the walking dead

    that's right. J. Public et AL has yet to become involved in open/honest 'net communications/commerce in a meaningful way. that's mostly due to the MiSinformation suppLIEd buy phonIE ?pr? ?firm?/stock markup FraUD execrable, etc...

    truth is, there's no better/more affordable/effective way that we know of, for J. to reach other J.'s &/or their respective markets.

    the recipe is:

    consult with/trust in yOUR creator. vote with yOUR wallet. more breathing. seek others of non-agressive intentions/behaviours. that's the spirit.

    use key words/indexing to identify yourself/your products.

    the overbullowned greed/fear based phonIE marketeers are self eliminating by their owned greed/fear/ego based evile MiSintentions. they must deny the existence of the power that is dissolving their ability to continue their self-centered evile behaviours.

    as the lights continue to come up, you'll see what we mean. meanwhile, there are plenty of challenges, not the least of which is the planet/population rescue (from the corepirate nazi/walking dead contingent) initiative.

    EVERYTHING is going to change, despite the lameNT of the evile wons. you can bet your .asp on that. when the lights come up, there'll be no going back, & no where to hide.

    we weren't planted here to facilitate/perpetuate the excesses of a handful of Godless felons. you already know that? yOUR ONLY purpose here is to help one another. any other pretense is totally false.

    pay attention (to yOUR environment, for example). that's quite affordable, & leads to insights on preserving life as it should/could/will be again. everything's ALL about yOUR motives.

    take care, we're here for you.

  47. ATRAC3? by Yarn · · Score: 1

    I wonder if the files will be atrac3. If they are a WMP plugin would be great as I have loads of atrac3 files which I have to use on an old win98 machine as openmg pukepox doesn't work on my win2k machine.

    --
    -Yarn - Rio Karma: Excellent
  48. Clever by Ianoo · · Score: 4, Interesting

    This is actually a rather clever move. You see, Average Joe is going to put the CD in his computer and copy off the prepackaged music files, cos it's easy.

    They're going to work fine on his computer, and he runs Kazaa so they are made available over Kazaa too. Problem is, others won't be able to play them after they download them from him. However, I wonder if Joe cares. The only thing Joe will be upset about is not being able to play music he downloads from others who are simply copying DRM files from similarly packaged music. But I somehow doubt Joe will make the connection between the files copied off the CD in this manner and the problem he's getting when he downloads random track X from Y.

    1. Re:Clever by Anonymous Coward · · Score: 0

      Except, chances are that they won't be MP3s, which would tip them off? I don't know, but I would think that the songs be in some proprietary format.

      And while I agree that "Joe" will probably copy the tracks off the disc, it will really depend on the player being used. If "Joe" normally uses WinAmp (on a Windows box, I might add) and finds he/she has to use some other (inferior) program, they may go and download the MP3 anyway.

      Not to mention, how does this work when copying from computer to computer? I have a desktop computer that I've copied the tracks to. I'm going away on a day-trip and copy those tracks to my laptop (with no CD drive.) Will I be able to listen to the tracks?

    2. Re:Clever by IGnatius+T+Foobar · · Score: 4, Informative

      They're going to work fine on his computer, and he runs Kazaa so they are made available over Kazaa too. Problem is, others won't be able to play them after they download them from him. However, I wonder if Joe cares. The only thing Joe will be upset about is not being able to play music he downloads from others who are simply copying DRM files from similarly packaged music. But I somehow doubt Joe will make the connection between the files copied off the CD in this manner and the problem he's getting when he downloads random track X from Y.

      This could actually have a very pleasant side effect working in favor of the free world, if those files contain DRM (which they most certainly do)...

      The collective thought process of the file sharing world will become: ".WMA files are broken, .MP3 files will play."

      I don't know about you, but I'd be happy to see DRM and WMA become hated among non-technical users. It would be great to see the user community truly revolt against closed technology for the same reason us open source geeks do.

      --
      Tired of FB/Google censorship? Visit UNCENSORED!
    3. Re:Clever by metamatic · · Score: 1

      Yup, sounds great to me. And if I interpret the Sonyspeak correctly, the first session is a genuine CDDA audio CD, so I can still rip it and listen to it on my iPod.

      --
      GCHQ Quantum Insert installed. If only our tongues were made of glass, how much more careful we would be when we speak
    4. Re:Clever by Anonymous Coward · · Score: 0

      .MP3 is a proprietary format. It's not free; and therefore should not be considered part of the "free world".

    5. Re:Clever by RdsArts · · Score: 1

      I don't know about you, but I'd be happy to see DRM and WMA become hated among non-technical users. It would be great to see the user community truly revolt against closed technology for the same reason us open source geeks do.

      I don't know about you, but I'm against it because it keeps me from copying my own CDs onto my own computer for my own amusement alone, not because it keeps you from illegally distributing them.

    6. Re:Clever by Anonymous Coward · · Score: 0

      Yes, but hardcore /. users will find a way to rip high fidelity mp3s from the cda and all well do on KaZaA is aviod the wma files

      Is it any different atm? - who seriously (besides hapless techno weenies) would download wmas?

  49. bleh, friggin worthless by Ender+Ryan · · Score: 1
    Why do they bother with this? Do people really listen to audio tracks while sitting in front of their computer? My stereo plays mp3 and ogg, therefore any digital audio that is not mp3 or ogg is completely worthless to me.

    --
    Sticking feathers up your butt does not make you a chicken - Tyler Durden
  50. I'm surprised they didn't announce this earlier by Anonymous Coward · · Score: 0

    Sony & BMG announced the merger of their music divisions over the weekend - I'm surprised they didn't announce this "cutting edge technology" as part of the deal; unless, that is, they thought all of the excitement would be too much for us all at once.

  51. Re:Will it play on my discman? - Tangent by Anonymous Coward · · Score: 0

    I fully agree. We should also boycott TV, as digital-only is right around the corner, and the legally bought analog set I've had for years, that still works perfectly, won't play the new content w/out a converter.

  52. No MP3/ogg = No Sale by WuphonsReach · · Score: 0, Offtopic

    At this point, I've ripped all of my CDs to MP3 (maybe ogg later)... I have an MP3 CD player in my car, 2 or 3 portable MP3 players.

    So... unless I can rip new music CDs to mp3, I'll not be buying any new music (got lots already).

    --
    Wolde you bothe eate your cake, and have your cake?
  53. No, it's not fair by dabadab · · Score: 1

    It is not fair mostly because it screws the people who actually pay for the stuff and in no way hinders the others.
    If you don't believe me, just make a search on Kazaa for any of the "copy-protected" releases. See? It's there for anyone to take.
    But those miserable customers who actually paid for these discs, have to find out that it does not play on their CDman/car CD/DVD player/computer and they can not transfer the music to their shiny new iPods.
    This "new system" does next to nothing to change that: the audio part is still not standards-compliant, so it won't play in a large nnumber of devices and the compressed files won't play on anything but Sony's players (so no iPod) and on Windows with Sony's player software - and I guess it is something that's not what the people really want.

    In contrast, any happy Kazaa user can download the music in mp3 (that plays in his iPod), can burn it to a CD (that plays in his CD players) and carry on merrily.

    --
    Real life is overrated.
  54. Re:Guranteed incompatible by Technician · · Score: 1

    but only sony players are supported.


    Interesting, how do they sell lots of these if it's compatible with only the Sony portable player? I have a feeling this will get wide spread acceptance just like the Data Play music player. The market is already full of incompatable formats. WMA-Music Match, Apple I-Pod-I-Tunes, Napster-Napster branded Samsung, now a Sony only format for a portable player. Sheesh I thought the VHS/Betamax wars were bad. Somehow in the betamax wars, they are probably providing the equlivant of 1/2 inch reel to reel videotape. It existed, but had very limited consumer use.

    None of these formats solve the in-dash MP3 player compatibility issues with any of the services.

    --
    The truth shall set you free!
  55. How is this copy protection? by adrianbaugh · · Score: 1

    OK, so they provide DRMed files on the second session but they also provide normal audio on the first session so grip will work just fine to make oggs or mp3 or whatever. (Note, I have no problem with using the DRMed files per se, it's just that I guess they are wma, which I can't use.)
    This seems quite good for Windows users (the music company will presumably at least make decent quality rips) but sucks for compilations as it means they will be able to fit less music on a CD - maybe 70 minutes instead of 80.

    --
    "'I pass the test,' she said. 'I will diminish, and go into the West, and remain Galadriel.'"
    - JRR Tolkien.
  56. GRIBS by The_DoubleU · · Score: 1
    As long as I see these "artists" pimping their houses/cars on CRIBS I don't buy CD's. The only artist that will get some money from me is the street artist.

    He, what can I do if they tell me to "Steal their Album", but serious that was one of the few CD's I bought in the last year.

    --
    What power has law where only money rules.
  57. Sony content only plays on Sony devices? by Rogerborg · · Score: 1

    Words fail me. Soon, the only way I'll be able to get content that plays on my lunix box will be through P2P.

    --
    If you were blocking sigs, you wouldn't have to read this.
  58. AN HILARIOUS by Alan+Partridge · · Score: 0

    not much text

    --
    That was classic intercourse!
  59. ...giving Sony advantage in portable player market by rsmeds · · Score: 1

    Since the copyprotected audio is only going to be playable on Sony-licenced players, this would obviously give Sony an advantage in the portable (mp3) player market. I mean, guess who's devices are going to be the only ones able to play these things?

    So, I won't be able to play the CD in my car (presumably) or on my PC, and I won't be able to play the FILES in Winamp or the portable player of my choice. So I'll be paying 20 PLUS whatever it costs to replace my car and portable players with Sony models, and be forced to use some crappy Sony software on my PC.

    Sounds great.

  60. Finally by t_allardyce · · Score: 1

    If they used the 700 - 640 = 60MB that older cd players cant read to store compressed DRM/whatever the original CD part would be exactly the same with no loss of space, is this what they are doing i didnt RTFA? or would it not be possible to do so that old players could still read it?

    --
    This comment does not represent the views or opinions of the user.
  61. You're missing the point. by *weasel · · Score: 5, Informative

    people who -buy- CDs are not their problem. Never have been. People who no longer buy CDs, but download all their music online -are-. But these people are -not- buying CDs, so how will DRM stop them?

    Ripping a CD to any desired format for use in a personal mp3 player, or on the computer or for any other purpose is clearly covered under fair use. There's no reason someone who purchases a CD should be additionally limited by some hackneyed copyright scheme.

    All the RIAA is trying to do, is make someone click 'ok' to some licensing terms when they copy music from a CD, so that when their watermarked copy shows up online, they don't even have to -prove- that it ever got traded, or even got traded outside fair use guidelines. its mere existence is proof of guilt. (lower legal burden of proof)

    no copy protection scheme will ever stop hackers, and they know this - but they're trying to leverage an inconvenience against all their -paying-customers- to try to make life easier for themselves in punishing the few criminals.

    it is however, a self-fulfilling prophecy for the labels. the more they sue customers, the more they illegally fix prices, the more they monopolize all methods of distribution and cripple their primary product -- the more customers they'll lose.

    they of course will only interpret this as being 'due to filesharing', and in a sense they're right. but to be complete, it's due to their -response- to filesharing.

    beyond all that, there has never been any data to prove that downloaded material online represents lost sales. CD sales rate fell well within the bounds of every other industry who has been taking a hit in the economy -- and only knocked sales Ffrom their -all-time-high- in 2000. (pre bubble bursting, post napster)

    the RIAA is simply fighting to maintain their distribution monopoly. they aren't worried about losing customers - because if they win, you'll have no choice if you want music (as now). but if they lose - they'll cease to exist.

    --
    // "Can't clowns and pirates just -try- to get along?"
    1. Re:You're missing the point. by Anonymous Coward · · Score: 1

      people who -buy- CDs are not their problem. Never have been.

      This move is justified exactly because other copy protection schemes are hurting people who buy CDs and want to make backup copies for example for car or MP3 player use.

    2. Re:You're missing the point. by Anonymous Coward · · Score: 2, Insightful

      People who buy CDs are the problem. How do the files get there in the first place if not from CDs (and don't give me that bit about it all being from inside jobs - the majority of the files I downloaded in the Napster days were bad rips from CDs, not ripped from masters)?

      The other argument: that if you cut CD prices you'll lessen the urge to download - that's a good argument.

    3. Re:You're missing the point. by Anonymous Coward · · Score: 1, Informative

      People who buy CDs are the problem. How do the files get there in the first place if not from CDs?

      Exactly. What's more, THESE are the people who are breaking the law.

      Ultimately the people downloading the music don't know who hold the copyright on each piece of music or what the distrubution terms are (since the files no longer bear a copyright notice). They are not explicitly bound by any law or license that prevents them from downloading things.

      The people who pay for the CD, then make and distribute copies know who holds the copyright and are bound by it. THEIR actions are illegal. (and most CDs carry a notice that makes this very clear.)

      Realistically, the person downloading the mp3 usually knows that it is not being legally distributed there, and there's probably some lawyeresque term for that, but that's not necessarily the case and that doesn't mean the person who put the files there is in the clear.

    4. Re:You're missing the point. by Mr_Silver · · Score: 1
      Ripping a CD to any desired format for use in a personal mp3 player, or on the computer or for any other purpose is clearly covered under fair use. There's no reason someone who purchases a CD should be additionally limited by some hackneyed copyright scheme.

      Covered in the US. Not everywhere.

      The major point i'm trying to make here is that the labels wouldn't be interested in DRM if people were ripping the songs to MP3 for personal use only.

      But as soon as someone starts distributing this content to all and sundry, then they will look at protecting their revenue model with DRM. Because of this, we all have to jump through hoops to use the content as we wish, because of the actions of a few.

      Check out my other comment.

      --
      Avantslash - View Slashdot cleanly on your mobile phone.
    5. Re:You're missing the point. by *weasel · · Score: 2, Interesting

      but as we all know, making -all- your customers jump through hoops that at best slow the criminals down by a few weeks, is not good business.

      and their revenue model is predicated upon illegal vertical, -and- horizontal collusion, monopolistic practices, and price fixing (proven guilty on all counts, remember the class action suit?).

      seeing as how the reported sales decline is certainly representing the minority of music purchasers, and does seem to at least correlate with the rise of consumer embracing of digital distribution - it's fair to assume we're talking primarily about meeting the needs the technical minority of their consumers, whilst avoiding making things more complicated for the nontechnical majority.

      the cost/benefit of these schemes is not in their interests. instead of fighting the impossible fight (whether it's the Good Fight(tm) or not) - is pointless. You can compete with free (see: bottled water).

      legit online music services continue to grow and flourish, even though DRM-less mp3s are free and theoretically just as many clicks away. but it turns out that consumers would rather -not- break the law if they can get a product for a non-fixed price.

      combine that with the fact that p2p apps will never actually be able to compete on quality, convenience, or consistancy. they involve too much client trust, which is too easy to abuse (low quality, mislabelled content, or outright deceptive practices and flooding with junk ).

      in the end, i get the feeling they're spending more on PR, lawsuits and copy protection to crack down on this single-digit decline, than on getting on-board with digital distribution (which seems to be precisely what the downloading market segment wants).

      but the RIAA realizes that the artists and consumers are not morons and not happy about the last few decades of their monopolistic practices. digital distribution -will- catch on, and their control over the entire scheme will fail. so they are sticking to DRM, lawsuits and FUD - not just to protect their revenue model - but to protect their -monopolistic- revenue model.

      --
      // "Can't clowns and pirates just -try- to get along?"
    6. Re:You're missing the point. by angle_slam · · Score: 1
      Ultimately the people downloading the music don't know who hold the copyright on each piece of music or what the distrubution terms are (since the files no longer bear a copyright notice). They are not explicitly bound by any law or license that prevents them from downloading things.

      A person downloading may not know if it is Warner or Universal that owns the copyright to a particular recording. But they know it is copyrighted.

    7. Re:You're missing the point. by Tim+C · · Score: 1

      But these people are -not- buying CDs, so how will DRM stop them?

      Because it'll (attempt to) prevent those who do buy the CDs from ripping the tracks and putting them on Kazaa/edonkey/whatever, thus (hopefully) forcing the non-buyers to buy the CD, or make do without.

    8. Re:You're missing the point. by CelticWhisper · · Score: 0

      And what happens when enough people decide they'd rather do without than pay exorbitant prices for "crippled" products? I'm not sure that they would really want to force people to do without. If they had a way to force people to buy the CD whether they wanted to or not, I wager they would.

      Of course, the odds of that happening are slim to none, but I LIKE my tinfoil hat, thank you very much.

      --
      Help protect civil rights from abuse by the TSA - visit TSA News Blog.
      http://www.tsanewsblog.com
  62. Thieves Hate Locks by Exousia · · Score: 1

    Interesting that all the whiners about DRM are typically those that *do* steal music. Without theft there would be no need for DRM. It's the honest people who are inconvenienced because of the activities of the dishonest. DRM is coming whether the thieves whine or not. And they are to blame. If they don't like it they can take the time to write and produce their own music.

    --

    --Slashdot: News for Turds. Stuff that Splatters.
    1. Re:Thieves Hate Locks by HalfFlat · · Score: 2, Informative

      That's a very confused argument.

      DRM doesn't stop music copying - all it does is make it inconvenient for honest people. As you say. So those who are whining about it are exactly those who are being inconvenienced.

      The pirates don't give a damn, 'cause all of these 'protections' can be easily circumvented with a bit of tech (eg linux+cdparanoia, cdplayer+optical out, etc.).. People who download music don't give a damn either, because they can just as easily download this music too (see previous sentence.)

      Frankly I have no idea why the recording industry people do it. It doesn't achieve their stated aim, and just pisses off the very people who spend money on music.

  63. Yet another useless DRM by tronicum · · Score: 1
    • you can copy and play it only to $ONY "mp3-player like" devices. My Discman with MP3 support wont work, as it plays ordinary isos with files on it.
    • buying an Audio-CD to get "exklusive" wall-papers and similar crap is just hilarious
    • it is just wasting the space/trakcs on the CD. They cause unneeded redundancy, putting it as Audio and DRM proteced song on the disc.
  64. extra content not so special by Anonymous Coward · · Score: 1, Insightful

    from my experience, extra content, even online content, isn't worth squat. usually these online sites are only maintained for a month or two, and they offer limited material -- maybe some wallpapers, a few shots of the band, and, if you're lucky, a downloadable live track or work-in-progress.

    i've also had a few cds with extra content not work properly on my computers.

    at most, this stuff is only worth looking at once. i just hope it doesn't increase the cost of the cd any.

    1. Re:extra content not so special by orthogonal · · Score: 1, Funny

      usually these online sites are only maintained for a month or two, and they offer limited material -- maybe some wallpapers, a few shots of the band, and, if you're lucky, a downloadable live track or work-in-progress.

      I'd love some live shots of Bach, and a chance to hear Mozart's works-in-progress!

      Oh, wait, nevermind. They'll probably limit this to boy bands, right.

  65. So the subject is wrong? by That's+Unpossible! · · Score: 1

    "Sony Music Testing New Copy Protection"

    "The article explains that the disc's audio can still be copied."

    Experiment: failure. Move on.

    --
    Ironically, the word ironically is often used incorrectly.
  66. I like Apple's drm approach by Billly+Gates · · Score: 2, Interesting
    I hate drm with a passion.

    But Apple at least lets you transfer drm rights from one computer to another. THe tracks are yours as long as you own a system. And you can use 3 devices and systems at once. This means a friend or two can hear and decide if the file is worth buying.

    Face it guys. Pirating is stealing. Yes I like downloading music but it costs serious bucks to make an album.

    I hope Sony will do something similiar or just use the Advanced AUdio Codec that Itunes uses. Great sound quality.

    1. Re:I like Apple's drm approach by jimsum · · Score: 1

      Why do I have to pay the price for other people stealing? These copy-protected disks come with no guarantee. If they don't work on a CD player it is my fault. If it doesn't work with a CD player I buy 5 years from now, will I get my money back? The only thing that would get me to buy one of these crippled disks is a substantially lower price.

      I see the same issue, paying a price for other people's stealing, in other ways as well. I have to leave my bags at the front of some stores. I have to unwrap the damn DVD and pull off all the damn stickers on the side. Stealing is the store's problem, yet I am the one paying the price in extra effort to unwrap my purchase, or I am the one who can't make a backup copy of what I bought.

      There seems to be a real blind spot in society today that considers only the company's side. Plants shutting down are bad, but paying less for imported stuff is good; which gets mentioned in the paper? I don't think consumers should be bearing all the costs of piracy, putting up with incredible restrictions so that the RIAA can keep on charging the same prices. I bet charging 50% less for CDs would make a huge difference to sales and piracy rates; yet we consumers are losing all our rights with new laws, and the RIAA carries on ripping off the consumers and the artists that create their wealth. Why do we put up with this?

      --
      -- Pot is safer than Beer
  67. Over-zealous backlash? by TiggsPanther · · Score: 1

    I don't exactly agree with the way that Sony are going around this, but I do wish that rabid anti-**AA types would shut up.

    Sony are trying. True, they're still on what is (in my opinion) the losing side of the battle, but they are trying. They're actually trying to find a solution that everyday consumers (not geeks and slashdotters) might actually not complain about.

    To be honest, what do people expect?

    The internet is a distribution medium that surpasses what has gone before. And data is just so easy to copy and send. But record companies are still built around the older model, and they rely on their products not being easily distributed for "free".
    Protecting their business model makes perfect sense. I don't agree with their model, but I do know that trying to protect/adapt your business model makes perfect business sense.

    Remember, the Internet's data distribution model isn't an "adaptation" of current practices. It smashes them to pieces. It takes everything from the current record companies, and puts it squarely in the hands of the coders, the ISPs, and the CDR/DVD+R/volatile-storage media companies.[*]

    If you combine consumer desires with the Internet's distributions, then the Industry doesn't get a look in. And even though they're trying to protect a technologically obsolete business model, we'd be awfully naiive to expect them to just "roll over and play dead".

    * - Remember, contrary to what the companies would have people believe, it's hardly "free" to get things over the Internet. Except for the schoolkids who use their parent's connections, 'net-users will be either paying their broadband provider, or their ISP and/or phone company.

    We're already paying the new content providers. And, to be honest, the only way for the record companies (and book publishers and movie companies) to actually gain income from thigns these days is probably to buy shares in the ISPs and hosting-providers.
    (Oh, and subscription services for non-DRM files.)

    But record-companies as we know them are reaching the end of the line. And to expect them to go down without a fight is expecting too much.

    Tiggs

    --
    Tiggs
    "120 chars should be enough for everyone..."
    1. Re:Over-zealous backlash? by Anonymous Coward · · Score: 0

      And to expect them to go down without a fight is expecting too much.

      Yes, it's to be expected, but don't expect me to care. Perhaps if they would have treated artists and consumers a bit more fairly in the first place, then sympathy (and even -support-) would be justified.

      As it stands, they can stamp their feet all they want; I won't be having any of it. Their bed has been made.

      There is -so much- good music out there that doesn't fall under the RIAA umbrella - there's really no excuse to continue supporting them.

      Many smaller labels, in addition to treating the artist much better (not always, but more often than not), tend to be a bit more 'net savvy (no evidence, just my observations) and willing to take a chance, if it helps to promote the music.

      Believe it or not, there are people like myself out there, who will download MP3s from P2P, MP3.com, IUMA to sample and find out about new music. I can't begin tell you how many new artists I've discovered and how many times I've gone out and bought their CD. Suffice it to say, a lot.

      This is the part of the equation that you -don't- hear about when the record industry screams on about lost revenue, etc. Perhaps, what they're -really- screaming about the fact that indies are producing some very good music and people are recognising this - and they don't like that the Internet helps in this way.

    2. Re:Over-zealous backlash? by Anonymous Coward · · Score: 0

      Sony are trying. True, they're still on what is (in my opinion) the losing side of the battle, but they are trying. They're actually trying to find a solution that everyday consumers (not geeks and slashdotters) might actually not complain about.

      No, if Sony were trying, they'd realise that DRM is doomed to failure and just put the value-add in the package, as they said consumers want - and leave the DRM crap out.


      Myself, I stopped purchasing CDs when the whole DRM debate fired up. Voted with my feet and my wallet.


      And no, I don't download music, either. But I have ripped most of my CD collection so I can travel with it - I lug enough software CDs with me when I'm on the road that I don't need the added load of my music collection.

  68. Format wars by dmaxwell · · Score: 1

    DRM political issues aside, this will make lots of people put off media purchases. Many consumers will wait for the dust from format wars to settle before they'll buy into anything. Either players that support all formats have to come out or the marketplace has to settle on one or at most two DRM formats. In addition, any player will have to support at least MP3.

    What's worse is that content encoded in Marketplace loser DRM will have a very short shelf life. Divx anyone?

  69. Re:maybe 70 minutes instead of 80 by Technician · · Score: 1

    When I rip to MP3, I usualy get about 12 entire albums on one MP3 CD. DRM'ed files don't work in my car MP3 player and are useless.

    --
    The truth shall set you free!
  70. Low quality? by Bill,+Shooter+of+Bul · · Score: 1

    ITMS uses 128kbs AAC files. Thats only superior to a 128 kbs MP3. How do you know what rate the WMA's will be? MusicMatch uses 160 Kbs wma.

    --
    Well.. maybe. Or Maybe not. But Definitely not sort of.
    1. Re: Low quality? by Anonymous Coward · · Score: 0

      no b/c 128kbs AAC is good, but the masters they use to encode are better than your CDA.

    2. Re: Low quality? by Bill,+Shooter+of+Bul · · Score: 1

      Good, but not Great. Its still 128 Kbs regardless of the source. That is a greater quality bottleneck then the source (unless the source is really bad). But Back to my point, How do you know what bitrate the WMA's will be at? It might be better than those provided by itunes.

      --
      Well.. maybe. Or Maybe not. But Definitely not sort of.
  71. how is this hilarious? by aderusha · · Score: 2, Interesting
    The article explains that the disc's audio can still be copied, and there's a hilarious quote at the end by a BMG spokesman: "All copy-protections can be hacked, but if (we) give people what they are asking for in terms of value, they won't go out and steal it. It's called trusting the consumer."

    isn't this exactly the way we would prefer the music companies to respond? i mean, we all know that there is in fact no way they can lock us out of copying current cd technology, so as opposed to spending lots of money on the problem, why not accept it and just move on? oh yeah, and give the consumer pre-ripped digital copies of the music as well. sure, it's DRM protected and we don't like that, but BIG F!@#in DEAL! they haven't actually tried to protect the CDDA tracks, so you can just rip with your encoder of choice.

    so what's the problem? why is this hilarious? is it that they actually trust us for a change? is it funny because we can't be trusted not to steal their music? it seems to me like somebody at BMG finally "gets it".
  72. heh by Anonymous Coward · · Score: 0

    The way i see it... The music RIAA puts out anyways is generally junk. I'll keep to my underground.

  73. Re:sony can .... by Alan+Partridge · · Score: 0

    It's physically impossible to suck ANYTHING that small.

    Sorry, buy you may have had to find that out the embarrassing way sooner or later.

    --
    That was classic intercourse!
  74. Dumb software drive by dmaxwell · · Score: 3, Interesting

    Here's a project for the EEs among you. How about replacing the controller on an IDE drive with an utterly stupid device that is driven entirely through software? The load on the CPU would be somewhat ridiculous as CD-ROMs and audio drives do quite a bit of error correction and so forth. But this drive could not be fooled by anything they do to a CD. These copy protection schemes all hinge on interfering with assumptions that CD-ROM engineers have made. This is not a new idea. In the eighties, there were hardware modifications for diskette drives that basically made them software controlled devices.

    1. Re:Dumb software drive by metlin · · Score: 1

      Some of us folks here at Georgia Tech have been working on something similar, unfortunately its not something thats completed yet and we've been having some (software) issues.

    2. Re:Dumb software drive by Anonymous Coward · · Score: 0

      Here's a project for the EEs among you. How about replacing the controller on an IDE drive with an utterly stupid device that is driven entirely through software?

      You mean like a Winmodem, only in the form of a CDROM drive? No thanks. IAAEE, incidentally.

    3. Re:Dumb software drive by toddestan · · Score: 1

      Actually, what I would do is to program it to read the 1's and 0's from the beginning to the end of the disk. Once you have the raw data off of the entire disk, it would be a lot easier to try to decipher it as one big file on the computer. And if you can get a CD burner to write the 1's and 0's exactly like that, trivial to make a perfect copy.

  75. No, the CDDA gets preference by caveat · · Score: 1

    The CDDA tracks are on the first session of the disc; any red-book compliant player should go for them first. Of course, the disc being red-book compliant is a whole 'nother ballgame...

    --

    Facts do not cease to exist because they are ignored. - Aldous Huxley
  76. It probably reads on the front... by thrill12 · · Score: 1

    "Using the shift-key in combination with this CD is a federal offense."

    --
    Slashdot: stuff for news, nerds that matter, matter for news, stuff that nerd
  77. The actual product by Anonymous Coward · · Score: 0

    The actual product is the CDS-200 scheme by a company named Midbar. Like someone said, its been out for a while. Some say that the compressed audio sounds like a crystal radio at the bottom of a pool. Anyway, its based on the CDS-100, so the infamous felt-tip marker trick WILL work.

  78. CD Protection, NOT by Plasmagrid · · Score: 2, Insightful

    2 sessions on 1 CD well to me it would seem as to use and APPZ to toggle to the 2nd session and rip to wav then convert.

    Some things are better the OLD FASHIONED way

  79. In the end, it's still a question of free vs. paid by PeeAitchPee · · Score: 1

    Hmmmm . . . Kazaa: mp3s which can be played anywhere and cost nothing (free as in speech AND is in beer) Sony: DRM-crippled crap which only plays on Sony hardware, which you have to pay for What do you think Joe Webuser will choose?

  80. Man, they're dumb by Anonymous Coward · · Score: 0

    Seriously.

    This is a mathematical impossibility. The entire purpose of a CD, is to take sound from one place, and place it at another. How are you going to control which place the sound ends up on? By eliminating the most common way? The most common way of copying music is only there due to a coincidence. Eliminate that way, and another one will spawn the same immediate second.

    It is impossible. They should focus on maybe gee, lemme think, LOWERING THE PRICES?

    I'm 23 years old, and sometimes I wonder... is this what they meant by "you'll understand when you grow up"? Are these men really adults? This is just so stupid that I can't believe it. DRM or not, they would need DRM in every single sound-capable device on the face of the earth in order to make this work in SOME way.

    Sure, it'll stop two or three nitwits in the first hour they release the technology, but the problem will resurface within hours (literally) and they'll see (AGAIN) how stupid they are.

    I can't even put to words how stupid I find this.

  81. ObRealityCheck by AkkarAnadyr · · Score: 1


    Face this:

    This was never about stealing.

    Copying what you don't own is infringement.

    No 11 year old girl in the projects has ever pillaged a vessel on the high seas.

    It now costs the price of a band's kit, a workstation and a CDR spindle to make an album, and webhosting to market it. The rest is hype and executive cocaine to make you think that Britney et al. could ever shine the shoes of real artists, or that a CD is on loan to you by the favor of the Lord High RIAA.

    You can copy a CD you own to your heart's content.
    You can sell or give away a CD you own, with abandon.
    It's illegal to sell or give away COPIES of a CD you own, unless you created the content.

    We now return you to your regularly scheduled innuendo, implication, semantic differential, and other neural programming.

    --

    I bought this house and you know I'm boss
    Ain't no h'aint gonna run me off

    1. Re:ObRealityCheck by Billly+Gates · · Score: 1
      Yes I agree and hate the RIAA. But really if you owned a movie theater for example and kids opened the exit doors so their friends could get in without paying, wouldn't you be pissed?

      No they are not stealing anything. Right?

      But to you it might seem like that. Even if some of the kids couldn't afford a ticket, it would still bother you as well as those who paid to get it.

      It costs hundreds of thousands of dollars to make an album. Yes the RIAA gets most of it but artists are getting even less now if people buy less records. Yes the music today is crap but it does hurt them.

      Itunes lets you rip your own cd's perfectly fine. Its the perfect compromise and the RIAA is doing what the consumer wants by exploring this venue.

    2. Re:ObRealityCheck by 0123456 · · Score: 1

      "No they are not stealing anything. Right?"

      No, but they _are_ trespassing on private property. If a bunch of kids broke into my house and used my PC to download a ripped copy of 'Britney Does Dallas Part 17', I'd be just as pissed... but they still wouldn't have stolen anything.

      "It costs hundreds of thousands of dollars to make an album."

      That'll be news to all my musician friends who've released albums.

    3. Re:ObRealityCheck by Dirtside · · Score: 1
      No they are not stealing anything. Right?
      Someone else already mentioned that they're trespassing, and there's also the fact that there's only a finite number of seats in the theatre. Every seat that a sneaking-in kid takes is one less ticket that I can sell. Every copy that a downloading kid makes of a CD is NOT one less copy I can sell -- I still have all the CDs I pressed.

      Copyright infringement is NOT physically or morally equivalent to theft and the two should not be treated identically.

      --
      "Destroy science and religion. Science would re-emerge exactly the same; but not religion." - Penn Jillette, paraphrased
    4. Re:ObRealityCheck by Billly+Gates · · Score: 1
      Either is sneaking into a theater but it has to cost the owner something.

      After all not all seats are taken during most shows and alot of kids would not see every movie or afford to do so anyway.

      My point is it does hurt the record companies. Not pure theft but it does hurt them. DRM sucks period but I am for a flexible system that benefits everyone.

      In the record companies point of view they were the ones being shafted when napster was out.

      Something like Itunes is perfect. Fair use is respected and the piracy is stopped.

    5. Re:ObRealityCheck by Dirtside · · Score: 1

      The record companies are only "hurt" if I download the music but would have bought it if I couldn't have downloaded it. If I can't download the music, and STILL have no intention of buying it, they haven't even lost out on a potential sale.

      The difference with a movie theater is that there are only a finite number of seats in the theater; even if most shows don't sell out, there's always the potential. There's no limit to the number of copies of a piece of music that can be created. (There's another issue with theaters: Kids sneaking into the theaters and using the seats are causing actual physical wear on the theater itself. Sure, no more than the average person, I suppose, but it's still a cost I have to take into account that I'm not being compensated for.)

      --
      "Destroy science and religion. Science would re-emerge exactly the same; but not religion." - Penn Jillette, paraphrased
    6. Re:ObRealityCheck by tedrlord · · Score: 1

      I see what you're trying to say, but that's not really a good simile, for reasons others have mentioned.

      The most obvious similarity in the movie world would be watching pirated copies of the screening DVDs. There's still a big difference there, too, because after you've seen a movie once, you probably don't want to pay to see it again unless it's extraordinary.

      In the case of music, listening to it once is more likely to make a person (at least me) want to buy the CD. I know that most of the CDs I've bought recently were because of the sample mp3s I'd heard on Amazon or elsewhere.

      Unfortunately, some of them didn't have much in the way of other music on the album, so I think filesharing can be a good thing in this case. I'm able to hear the whole album before I buy it (which I do, because while mp3s sound okay on my computer and all, burned CDs extrapolated from mp3 format sound horrible in my car.), so I know which CDs I'd really like and which to avoid.

      Of course, I guess that still doesn't work out as well for the record companies, because I'm spending less on mediocre music.

      --
      [insert witty quote here]
  82. Failed business model by Anonymous Coward · · Score: 1, Interesting

    The whole DRM debate is spurious. Copy protection is a technological answer to a failed business model.

    Record companies are middle men who have traditionally controlled the distribution channel. They no longer monopolize the distribution channel, and therefore are less pertinent. I think we will start to see more of the profits accrue to the artist now, rather than the record companies, and in turn, artists will need to become responsible for their own marketing and promotion, generating a potential new service industry to the music business.

    People, we are seeing the creation of a new industry dynamic. Let the record companies spend their profits on last-gasp attempts to preserve their monopoly. Who cares. Let them copy protect. Someone will break it, and while they are agonising over how best to copy protect, the industry will change under their noses because they are too busy to see the reality.

    Oh, and what's more, I for one, will not buy copy protected music on principle, like many others, so these efforts are further hurting sales. The whole situation reminds me of nothing so much as a bunch of proverbial lemmings emblazoned with Sony, Universal, Warner Bros. rushing headlong towards the cliff...

  83. The other half of the formula by dcavanaugh · · Score: 4, Insightful

    Well, Sony isn't testing the full formula either.

    As you correctly point out, there is a problem in that current pricing has no link to the cost of production (which has dropped dramatically). Piracy happens when the product pricing motivates pirates.

    Sony can either try and add value to justify the pricing, or they can fight a losing DRM battle. Unfortunately, most of the "value added" is just a workaound to the losing DRM battle. I see no need to pay them just to work around a problem they created in the first place. I can solve the technical problem without Sony's help.

    At a price of $1/song or $2/disc, piracy would be a waste of time, and the product could still be profitable. At some price higher than that, piracy would be tolerable and the product would be more profitable. Then we have today's prices -- the pirates are in the driver's seat.

    1. Re:The other half of the formula by metlin · · Score: 1

      Agreed, but more importantly, for $1 or $2, I should get something thats worth it, not some trash.

      If you would give me an album which has atleast half of the songs that're worthwhile to listen to, I would glady pay. Most mainstream bands suck, I have seen much better music at local clubs than a lot of the commerical stuff thats been produced.

      Give me some good music, dammit.

    2. Re:The other half of the formula by Zimm · · Score: 1

      As you correctly point out, there is a problem in that current pricing has no link to the cost of production (which has dropped dramatically). Piracy happens when the product pricing motivates pirates.

      Excatly, until the industry lowers their price to 0 so as to compete with kaza and the like, i'll stick with kaza and the like.

      At a price of $1/song or $2/disc, piracy would be a waste of time, and the product could still be profitable. At some price higher than that, piracy would be tolerable and the product would be more profitable. Then we have today's prices -- the pirates are in the driver's seat.

      Go ahead and pay $1 song or $2 disc. If you want to pay for something you could otherwise get for free, be my guest.

    3. Re:The other half of the formula by dcavanaugh · · Score: 1

      A price of $0 is not realistic. At that price, nothing will be produced. Everyone agrees that music is worth something although hardly anyone agrees with the current pricing. However, given the choice of paying $18.99/disc or paying nothing, the $0 option looks pretty good in the short run.

      By the way, all of the commercial online services include unacceptable DRM, so it really is $18.99/disc or $0. And RIAA wonders why they have a problem with piracy. Amazing.

    4. Re:The other half of the formula by Zimm · · Score: 1

      A price of $0 is not realistic. At that price, nothing will be produced. Everyone agrees that music is worth something although hardly anyone agrees with the current pricing. However, given the choice of paying $18.99/disc or paying nothing, the $0 option looks pretty good in the short run.

      this is exactly my point. Most of the time Kaza is just as easy to get the music people want, as iTunes is, but at a lower price. Make no mistake about it, piracy is a response to the price of music. Until the RIAA lowers their price to what I can get it on Kaza, most people will stick with Kaza. $1 a song is to much. A penny a song is to much. The RIAA is in deep trouble, you know why? I never have to pay for my music again.

    5. Re:The other half of the formula by dcavanaugh · · Score: 1

      At $2/disc, would you really bother with P2P? If you factor in the value of your time, is it worth spending half an hour to save $2? That's less than minimum wage. Do you have a giant funnel in your front yard to catch rain water instead of paying the water bill? If tap water was priced at $18.99/gallon, we all would. At $0.05/gallon, there is no need. At a price of $0.00/gallon, there is no water company and therefore no external supply.

      In the long run, the Kazaa price of $0 is as unmaintainable as the RIAA price of $18.99.

    6. Re:The other half of the formula by Zimm · · Score: 1

      At $2/disc, would you really bother with P2P? If you factor in the value of your time, is it worth spending half an hour to save $2? That's less than minimum wage. Do you have a giant funnel in your front yard to catch rain water instead of paying the water bill? If tap water was priced at $18.99/gallon, we all would. At $0.05/gallon, there is no need. At a price of $0.00/gallon, there is no water company and therefore no external supply.

      Maybe you've never used kazaa. I set it up, search for the music, download, play it. Now I have power in my house, so I don't have to get on an exercise bike to make power for my computer for the length of the download. So I can do other things while the download happens. 1/2 hour to type in my search, no way. It is about the same time it takes to get what you want from iTunes, only for free(maybe 10-30sec of actuall work). I only rarely have bad rips, so thats hardly an issue. Compare that to going to a music store and waiting in line to pay for my $2 cd.

      In the long run, the Kazaa price of $0 is as unmaintainable as the RIAA price of $18.99

      Only unmaintainable in that new music can't be made in the same way if it can't be sold. But all existing music can be traded at $0 forever. Currently the RIAA's price of $18.99 is unmaintainable, since I can get it for $0.

    7. Re:The other half of the formula by gryphokk · · Score: 1
      I never have to pay for my music again.

      And what happens when you get bored with the same old thousand songs you liked from twenty years ago, and noone's making new music that you like cause there's no money in it?

      --
      And you, madam, are very ugly. In the morning, I shall be sober.
    8. Re:The other half of the formula by Zimm · · Score: 1

      And what happens when you get bored with the same old thousand songs you liked from twenty years ago, and noone's making new music that you like cause there's no money in it?

      Thats a good question, that everyone is going to have to ask themselves, since that's the road we're going down. My guess is that I probably couldn't listen to all the music that has been written and recorded in my life time, so maybe i'll be fine.

      Even so I don't think the music industry would let that happen. At worst if they couldn't stop piracy through DRM, they would stop producing recorded music, and just put on live concerts. So that if you wanted to hear new music, you would have to go to see it/pay for it.

  84. Following DirecTV's lead... by HangingChad · · Score: 1
    ...Sony today announced it would be sending letters threatening litigation to millions of Americans who have purchased Sharpies in the last year.

    The move was announced in conjunction with the news of a new and improved copy protection technology being deployed on upcoming Sony music releases.

    "Why else would anyone own a Sharpie except to thwart our copy protection schemes?" Asked a Sony spokesperson.

    He went on to explain that Sony would be willing to consider settlement offers from Sharpie owners coming forward voluntarily.

    --30--

    --
    That's our life, the big wheel of shit. - The Fat Man, Blue Tango Salvage
  85. The problem with DRM.. by thumbtack · · Score: 1

    Is that copyright eventually expires, DRM doesn't. Under the DMCA after the copyright expires if you break the DRM you are still guilty of a felony. While this is moraly wrong, it is the current law. Get off of your rear and write you congresscritter to get this changed. NOW!

    1. Re:The problem with DRM.. by 0123456 · · Score: 1

      Don't worry, the Congresscreatures will simply pass a new law making Copyright last the lifetime of the universe. Problem solved.

  86. How long until someone markets ADC music grabbers? by Anonymous Coward · · Score: 0

    I hear word that with todays Analog/Digital converters, you get almost zero distortion when you reclaim a digital signal from analog. How long until someone markets something supremely simple such as an ADC, wired to a parallel to serial sort of converter, wired to a USB interface (I've seen chips that do this on PIC uC programmers)?

    It sems supremely easy. I guess if it got even remotely popular, someone would call DCMA on you. Then again it seems easy enough to make in your house for a couple of bucks.

  87. Why hilarious? by Tom7 · · Score: 1

    "All copy-protections can be hacked, but if (we) give people what they are asking for in terms of value, they won't go out and steal it. It's called trusting the consumer."

    Other than the inappropriate use of "steal," what's wrong with this? It's exactly the kind of sentiment that I want to see from a record company. Provide better quality sound (no compression artifacts), packaging, make it easier to get than on a P2P service, convince me that the artist gets a significant portion of that money, and if it's cheap enough, I'll buy it. (For many of the CDs I buy, that's already true! Just not BMG...)

    However, something tells me that the DRM files on the CD aren't going to be what people are asking for in terms of value.

  88. What's the big deal? by Feanturi · · Score: 1

    The article says that there are DRM protected music files, compressed, that only work in Sony players. Ok, but who does that stop or even slow down? The first session on the disc is the uncompressed, unprotected music files. How is this disc any different from any normal disc, in terms of how the user's habits with it differ? Joe Average buys it, it works in all his equipment as expected. Joe Haxxor buys it, rips the uncompressed audio and put mp3s on kaaza. The DRM files are for what, exactly? A value-added-feature for users with a special Sony Player?

  89. Reminds me of Monty Python & The Holy Grail by StandardCell · · Score: 1

    Remember when the prince (aka Sony) stuck in the tower with those two guards (aka consumers) wants to send the message out, and though he's being watched by the two smiling guards still sort of scrambles a note together, puts it on an arrow, and shoots it while sort of looking happy.

    Message for you sir: this is just another diversion to try to sneak DRM onto discs slowly, before we realize that copy-protected content is all we have left. The music companies don't trust consumers at all. It's just a diversion until we find an arrow of copy protection in our respective chests.

  90. Easy to spell out. by twitter · · Score: 1
    "All copy-protections can be hacked, but if (we) give people what they are asking for in terms of value, they won't go out and steal it. It's called trusting the consumer."

    First what is copy-protection? It's something that keeps people from doing what they want to. They want portability in their music. DRM'd crap makes analog tapes look convenient. Worse, it has the ability to demand payment per play or vanish. The idiot is not giving people what they are asking for, does not trust people with what they have and is developing new ways to cheat you.

    Do you think people who buy these new Sony CDs are going to know what they are getting? They don't and they will feel cheated when they find out.

    When's the last time someone who trusted you called your fair use rights "stealing"? Would you think I was stealing if I quoted your trolly question?

    --

    Friends don't help friends install M$ junk.

  91. Maybe we are missing the point by DannyO152 · · Score: 1

    By releasing the bifurcated sessions CD format, they now have a quick way to identify bootlegged cd's that make their way into the retail chain. They play on consumer equipment without a hint of hassle.

    But seriously now, why do they test more of these things outside of the US? And more importantly, how do they measure success? Isn't this scheme by Sony slipping across an anti-trust line? Or that Sony has 4, oops, check that, 3, competitors allows it to not sweat that one?

  92. They Never Learn by Quixadhal · · Score: 1

    Copy Protection is stupid. It's that plain and simple. Any copy protection can and will be broken, usually before the pressed release hits the store shelves. Thus, anyone who wants to get illegal copies can do so with very little effort.

    OTOH, those of us who like having a profesionally packaged product (with all the artwork, supposedly longer-lasting pressed media, etc), and who might just want to help feed the artists we enjoy... WE have to suffer with "CD"s that won't play in some players, that try to damage our equipment, and make us jump through nine hoops to transfer to other media.

    This brings to mind the old story about how the president of Electronic Arts was giving a speech at the unveiling of Archon, about how their new copy protection wouldn't be hacked for at least 6 months... and pirated copies of the game were being distributed in the lobby outside the conference hall. Stupid.

    I regularly make a point to download NO-CD cracks for every game I buy (usually about 1-2 a month)... not because I'm an Evil Hax0r Pirate, but because I have 160G of hard drive space and think having to swap around dozens of CD's is stupid. Likewise, I rip my audio CD's to mp3 format so I can play them at my desk, or in a portable without having the originals subject to wear-and-tear.

    If the millions of R&D dollars that get sunk into copy protection development were redirected to actual product development, maybe we'd see a few less buggy products hit the market (Pool of Radiance? Temple of Elemental Evil?). Infocom did quite well without copy protection for most of their lifespan, and Bioware had the decency to remove the protection from Neverwinter Nights when customers complained that it didn't work with their cd drives (alignment issues).

    I don't think it's an issue of trust at all. It's a matter of common sense. If you had a choice between selling a soft drink that millions would love and buy (even if some clones would appear to take some of your market), or adding an ingrediant that would make half the people who drink it slightly ill, but make it slightly harder for the clones to duplicate... would you rather have the few extra dollars for the first month and forego the long-term revenue of a satisifed customer base?

    I guess maybe if you were planning on dumping your stock...

    1. Re:They Never Learn by Anonymous Coward · · Score: 0

      > and who might just want to help feed the artists we enjoy...

      As Madonna (? can't remember) pointed out, you would help artists better by stealing the records from the recording companies (not from the artists, since the (C) is for the recording company) and sending money directly to the artists.

      Recording companies are a mafia. they will only stop when they all go bankrupt. one can help by stealing music or one can keep ranting about how it's important to cherish the copyright law bla bla bla.

  93. Tubular Bells 2003 by Anonymous Coward · · Score: 0

    Tubular Bells 2003 has this kind of copy protection. If you try to use it from a PC, you don't get CD audio, but horribly compressed mess instead.

  94. Hilarious Quote? by Gannoc · · Score: 1


    Why would you mock that as a hilarious quote? Isn't that exactly the attitude we want music companies to have?

  95. Haha by Anonymous Coward · · Score: 0

    hilarious quote at the end by a BMG spokesman
    Haha yea, we're slashdot users, we don't pay for anything

  96. ... which is how to stop CD piracy... by Theaetetus · · Score: 1
    The only reason you can't have a rich warezed DVD experience is because it isn't practical. Most people don't have T3s in their homes. The divx warez that float around that you rightly suspect the quality of are barely practical. Copy protection on DVDs has very little to do with it.

    If the industry would get off their butts and finally embrace one of the high-definition audio formats (SACD or DVD-A) and start *only* producing music in these formats, you'd heavily cut down piracy. Instead of a 600 MB redbook CD that can be compressed down to 60 MB with MP3, you've got a 7 GB DVD-A that requires a compression scheme that either somehow intelligently mixes the 6 channels of audio into 2 or is a multi-channel MP3... at which point you've either got drastically reduced quality, or 60 MB for a single song... at reduced quality. Plus, on the DVD, you throw in one or two music videos, band bios, etc. Charge current CD prices for them, and you've crushed piracy.

    Added bonus:

    If the industry wants to be not just smart, but also _really_ cool - they also create a stereo mix in AAC or MP3 at something suitable, say 128 kbps and put that on the DVD. It'll get shared, but serve the same function as radio - teasers to convince people to buy the full surround-sound mix on the DVD or SACD.

    Nice part of this plan is that it's expandable, too - in a few years, go to blue-laser DVDs, with 22 GB per disc. Just try ripping that and uploading it somewhere. Instead of the comparison between stereo 44.1 kHz 16-bit audio and 128 kbps MP3s, it'll be 192 kHz, 24-bit, 6 channel surround vs. stereo 128 kbps MP3.

    ---
    Oh, and incidentally, this would require producers to start intelligently thinking about surround - rather than just putting reverb in the surround speakers. Several of the SACD and DVD-A recordings are starting to play more with that, putting instruments solely in the surrounds. It's a nice technique, and as more people build home theaters, it'll start to have a reasonable market.

    -T

    1. Re:... which is how to stop CD piracy... by Library+Spoff · · Score: 1

      yeah and we all have to buy new players which sony are after anyway. oh and buy all our back catalogue *again* If the man in the street who is downloading mp3's doesn't care about the difference in quality between mp3 > wav then he's not gonna notice the difference between cd > sacd/dvda...

      oh and by the time blue laser dvd's are commonplace the bandwith will be there domestically to share em.

      --
      Acid House saves Souls
    2. Re:... which is how to stop CD piracy... by Theaetetus · · Score: 1
      yeah and we all have to buy new players which sony are after anyway. oh and buy all our back catalogue *again* If the man in the street who is downloading mp3's doesn't care about the difference in quality between mp3 > wav then he's not gonna notice the difference between cd > sacd/dvda...

      New players, yes. Back catalogue, no. Are your current CDs suddenly useless if you buy a DVD player? Nope. Same size media, and all current DVD players (and SACD or DVD-A players) play regular CDs. You don't have to buy jack.

      And as for consumer who can't tell the difference between 128kbps and 1411 kbps - most can tell the difference between stereo and 5 channel surround (a good hint is the sound coming from behind you). That would be the real draw - surround-sound mixing.

      oh and by the time blue laser dvd's are commonplace the bandwith will be there domestically to share em.

      Reeeeeeealy now... Take something large, like a T-1. It's 1.5 Mbps, so a 22 GB DVD would take about 2 minutes to download - if you get full upload/download speeds, and dedicated T1 both at your side and at the other side. You think that's going to become common? Current price is around $1000/month.

      Now, OTOH, broadband will become common... But you're talking upload speeds ten times slower - so now you're at 22 minutes at full bandwidth, and probably closer to double or triple that realistically.

      -T

    3. Re:... which is how to stop CD piracy... by g0del · · Score: 1

      Reeeeeeealy now... Take something large, like a T-1. It's 1.5 Mbps, so a 22 GB DVD would take about 2 minutes to download - if you get full upload/download speeds, and dedicated T1 both at your side and at the other side. You think that's going to become common? Current price is around $1000/month.No. More like 36 hours to download 22GB on a T-1.

    4. Re:... which is how to stop CD piracy... by karnal · · Score: 1

      What are you smoking?

      a T1 could never feed a 22GB file in 2 minutes. And a T1 really isn't large. I get T1 size bandwidth (sometimes 2-3x that) at home on a cable modem. Given, it's one way, but depending on the host (microsoft is a nice test) I can grab stuff at 300KB/s (notice the big "B").. which is approx. 2 T1's of data a second.

      --
      Karnal
    5. Re:... which is how to stop CD piracy... by Anonymous Coward · · Score: 0

      ...you've got a 7 GB DVD-A that requires a compression scheme that either somehow intelligently mixes the 6 channels of audio into 2 or is a multi-channel MP3... at which point you've either got drastically reduced quality, or 60 MB for a single song... at reduced quality...

      Ever heard of AC3? Also called Dolby Digital 5.1? No?

      What about Ogg Vorbis?

      Hell, even Windows Media Audio 9 Professional?

      Redundancy through channel jointing is extreme in stereo systems. In five speaker systems, where an additional speaker is only carrying subbass, the redundancy is extreme. 256kbps average is enough.

    6. Re:... which is how to stop CD piracy... by Theaetetus · · Score: 1

      Thanks - me math impaired today. Holiday = no work coffee machine.

    7. Re:... which is how to stop CD piracy... by Horny+Smurf · · Score: 1
      Sony/Legacy has started reissuing hybrid CD/SACDs for some classic stuff from the 60s/70s. They went back to the original masters and did a better job. When the first generation CDs were made, the engineers were pretty draconian about removing hiss, and removed a lot of the sound dynamics.

      I think I've only seen one SACD-only CD.

    8. Re:... which is how to stop CD piracy... by Yottabyte84 · · Score: 1

      YOU, SIR, ARE ON CRACK!

      22GB takes over 33 hours to transfer on a T-1

      22GB * 8 == 176 (Gb)
      176 * 1024 == 180224 (Mb)
      180224 / 1.5 == 120149 (seconds)
      120149 / 60 == 2002 (minutes)
      2002 / 60 == 33.37 (hours)

  97. Incidentally... by Theaetetus · · Score: 1
    Spending $14-18 on a CD-ROM (no longer an Audio CD) that has CD Audio, low-quality WMA files, links to low-info "exclusive" websites, and tiny music video files, just isn't worth it.

    800 MB CD: Hour long album - ~650 MB. Hour long album as 128 kbps WMA files - ~60 MB. Two music videos - 90 MB, etc. They're pushing the limits of the CD here - and older players that can't read the extended CDs (which are CD-ROMs, not Redbook CDs) will lose the outside, and possibly not be able to read the TOC.

    -T

  98. Trusting the consumer by u-235-sentinel · · Score: 1

    "All copy-protections can be hacked, but if (we) give people what they are asking for in terms of value, they won't go out and steal it. It's called trusting the consumer."

    -----------

    Trusting the consumer and copy-protection in the same sentence. Does anyone else see a problem here? It's like saying Military Intelligence :-)

    --
    Has Comcast disconnected your Internet account? Same here. You can read about it at http://comcastissue.blogspot.com
  99. the so-called hilarous quote... by indorock · · Score: 1

    ...is the most insight and complacency i've seen from the recording industry in a long time. Remember, this article focuses on Sony Music's war on audio-terrorism, not BMG. One by one, the labels are beginning to face the facts, that this is a war of attrition which they can never win, and furthermore they are seeing their consumers as their enemies, which would only work against them. Universal took a "bold" move by drastically lowering the retail price of their CD's (although not enough), and now Sony and BMG are trying to do the same thing- approach their consumers, the music lover/broadband downloader with a skimpy olive branch. I see this as somewhat of a victory for us anti RIAA lobbyers, even though it doesnt appear so at first glance. I (as well as all true music lovers) was never against paying for my music, and i strongly beleive that every artist deserves fair compensation for their work. Music piracy is an issue NOT because we "internet hooligans" lack morals, but because there is still a huge imbalance between content and price, aka value.

    The BMG spokesperson said what i was waiting for them to say for a long time..to recognize that to win this war, "attacking" us with newer more sophisticated forms of DRM and copy protection isn't going to work, because "All copy-protections can be hacked" and he knows it. The way to win the war is to win us over by providing the proper bang for a righteous buck. The way to win is to appease us, instead of anger us. (If only US foreign policy would work that way :))

    We don't trust them, they don't trust us. Let's take this as a step in the right direction.

  100. What's hilarious about trusting consumers? by Xeger · · Score: 1

    I have nothing wrong about the guy's quote. If the CD genuinely has no copy protection -- if I can copy Red Book audio off the disc -- then I'll consider buying the disc from a store, if I was already planning on buying the album and if I like the extras. The DRM'd files are a tad superfluous since they're probably in WMA (evil) and encoded at low quality. But, hey, I genuinely like their laissez-faire approach to copy protection.

    On the other hand, I've recently started using iTunes Music Store. I'll pay a small premium in order to have a physical CD in-hand, and also for the right to rip the tracks and encode in whatever format/bit rate I want. But if the difference between the iTunes album and the physical album is greater than about $2, then forget about it!

    In conclusion: surprise, surprise! If the record labels want to act like reasonable human beings, I'm willing to do business with them. But they're not guaranteed my business in a world where they've lost their monopoly.

    Record labels are like mildly retarded children -- sweet and earnest (when it comes to money at least), but a little slow. Sooner or later it will occur to them to capitalize on new high-quality audio formats such as Super Audio CD or DVD Audio, into which they can design copy protection from the start. We'll see how long their "trust the consumer" mentality will stand in the face of THAT power trip!

  101. And are the posters of mp3s going to be stopped? by *weasel · · Score: 1

    THOSE people who are ripping CDs to post to file sharing networks -will-not- be stopped by DRM or copy protection schemes.

    at best you will slow them down on your initial CD release. but in easily under a month, your scheme will be cracked and every CD you produce will be just as available. the difference is that they are still doing it for free (just time investment) whereas the labels spend big money on such schemes, that ultimately -has- to either result in lost jobs, lost profits, or higher prices.

    rest assured they won't be posting the DRM'd copies.

    At the absolute best the studios could ever hope for, the current CD rippers will resort to the analog loophole, and plug the lineout from a discman into their sound card and rip that way.

    CD quality sound, slightly less convenient.

    --
    // "Can't clowns and pirates just -try- to get along?"
  102. Ever heard of Linux? by sulli · · Score: 1

    I had heard of such a thing, but the guy from Red Hat told me to switch to Windows.

    --

    sulli
    RTFJ.
  103. .SIG response. by CumInHerTaco · · Score: 0

    "Up, Up, Down, Down, Left, Right, Left, Right, B, A, Start"

    Dude, the code was: "Up, Up, Down, Down, Left, Right, Left, Right, B, A, Select , Start"

    --
    The only way to end war is for everyone to get a piece!
  104. I can beat that by metamatic · · Score: 2, Interesting

    My wife bought a "copy-protected" disc. It wouldn't play in the Discman, and wouldn't play in the Sony mini hi-fi either.

    So I dropped it in the Linux MP3 server, and it ripped straight away, no problems.

    So the "copy-protection" actually forced us to copy the disc in order to listen to it.

    --
    GCHQ Quantum Insert installed. If only our tongues were made of glass, how much more careful we would be when we speak
  105. Yet another reason to buy a Mac or run Linux? by LionMage · · Score: 2, Informative

    It seems, from a cursory examination, that this "copy protection" scheme relies on a behavior of Wintel PCs -- specifically, when there are multiple sessions on an audio CD, the data session gets mounted instead of the Red Book audio session.

    It seems that any computer running Linux would be able to bypass this scheme easily enough, simply by force-mounting the appropriate (music) session and ripping from it. And on a Mac, multi-session CDs mount all sessions as separate disk images, so the user should be able to rip to MP3 or AAC from within iTunes. So unless the record label does something to break these CDs on Mac OS X and/or Linux, they should rip and play just fine on those platforms.

    1. Re:Yet another reason to buy a Mac or run Linux? by Vandil+X · · Score: 1

      Indeed, you're right.

      The RIAA knows file-sharing is a problem, but mostly those that Joe Sixpack can use, such as Kazaa. Technical downloaders still use usenet, IRC and FTP sites.

      Since most of the file-sharers use Kazaa, it made sense for the RIAA to target Kazaa for finding violators to sue. They might not get everyone who shares files, but they'll damn well make it hard for non-technical people (people who don't reply solely on Kazaa) to continue the practice.

      With that in mind, with 95+% of the computing world using Windows, it's only logical to assume that almost all of the Joe Sixpacks of the world are running Windows, so it's effective to make anti-piracy devices that affect only Windows PCs.

      They can't stop non-Windows users from ripping audio from multi-session CDs, but they'll certainly stop the lion's share of computer users, especially all the Joe Sixpacks, by focusing anti-piracy measures on Windows OSes.

      --
      Up, Up, Down, Down, Left, Right, Left, Right, B, A, START
    2. Re:Yet another reason to buy a Mac or run Linux? by tedrlord · · Score: 1

      You don't even have to do anything differently to rip from one of these CDs on Linux, since it doesn't actually involve mounting one. You'd just bring up your favorite ripping program, which would see the normal audio files, convert them to mp3, then leave off that extra data track at the end.

      That said, I applaud the efforts of the label to actually try to work with customers that want to listen to music on their computers. And I'd totally use it myself if whatever obscure file format is ever supported my Linux. I guess I'll just wait until someone hacks it.

      --
      [insert witty quote here]
  106. Value? by An'Desha+Danin · · Score: 0, Redundant
    "All copy-protections can be hacked, but if (we) give people what they are asking for in terms of value, they won't go out and steal it. It's called trusting the consumer."

    So, the CD costs $5, then? That's what people are asking for in terms of value.

    --
    Anything you might ever need to say about anything has already been said better by Penny Arcade.
  107. By their own admission: a worthless scheme by chmilar · · Score: 1
    As the "spokesman" says:
    1. The "hackers" can thwart the system.
    2. There are a lot of "trustworthy" consumers out there, who are using their CD's lawfully.

    So, the copy-protection scheme causes problems for the people who are using CD's lawfully, and will not stop the hackers.

    In that case, why bother to use the copy protection? Is it to piss off the general public, so they stop buying these broken products?

    --
    Reading Slashdot is ruining my spelling and grammar.
  108. This WON'T fix the problem... by Anonymous Coward · · Score: 0

    They are so focussed on the contents of the CD, instead of the real problem... Music CDs are simply too expensive.
    I will not pay $30 (in euro's about the same) for a CD which costs me absolutely nothing to download. What they should be doing is lowering the price, and not by a small 10%, but by say 90% (to $3, that STILL compensates for the losses of producing, recording, packaging, distribution, etc. AND stil deliverers some profit) AND people are more likely to buy that CD you want to sell ($3 is easier spent the $30).

    So... This won't work.
    I think they are looking for a way to make CDs more expensive (after a while).

  109. Re:I've stopped buying copy-protected CD's by jimsum · · Score: 1

    This is a big issue for me. How do I know I am not buying a copy-protected CD? These copy protected CD's work in most CD players now; but a copy protected CD might play in every CD player you currently own and still fail to play on the next player you buy. Will you be able to get your money back when you can no longer play your CD 5 years later? That is the problem with buying non-standard disks that are "compatible" with CDs.

    I hope all copy-protected CD's are marked; but it may not be safe to assume any CD is standard any more. Maybe the only protection is to make a copy of any CD you buy, then at least you know you have at least one standard-compliant copy of the CD :-)

    --
    -- Pot is safer than Beer
  110. No effect on 'counterfeiters' by HermanAB · · Score: 1

    So, how is this going to stop the East Asian factories that 'accidentally' produce a few million extra discs of a popular title and sell them on the black market?

    --
    Oh well, what the hell...
  111. What about Mandrake? by yerricde · · Score: 1

    So the guy from Red Hat says that most home users are better off with Windows XP than with Fedora Linux or RHEL Workstation. But there's another GNU/Linux OS for workstations with inexperienced admins, and it's called Mandrake Linux. What did the Mandrake people say?

    --
    Will I retire or break 10K?
  112. HOLY CRAP! by Conspiracy_Of_Doves · · Score: 1

    All copy-protections can be hacked, but if (we) give people what they are asking for in terms of value, they won't go out and steal it. It's called trusting the consumer.

    Do my eyes decieve me? Is a music industry executive *GASP* (dare I say it?) GETTING A CLUE?

    This changes everything! Up is down, east is west! Stop the world, I want to get off!

  113. Stereo playing ogg? by SysKoll · · Score: 1
    Is this real? Where did you get it? I'm really looking forward to find an ogg playing stereo.

    Or is it a computer-driven player?

    -- SysKoll
    --

    --
    Mad science! Robots! Underwear! Cute girls! Full comic online! http://www.girlgeniusonline.com/

  114. "Second-session" means less music! by Anonymous Coward · · Score: 0

    Unless I'm missing something here, there is still only so much space on a disk (I won't call these CDs, they aren't). So the encrypted second session comes out of disk space that would once have been used to store *the music the disk buyer paid for* !!!

    Like paying the same (or more) for less music? Just keep buying these second-session DRM'd disks...

  115. Hilarious? by mcpkaaos · · Score: 1
    ...and there's a hilarious quote at the end by a BMG spokesman: "All copy-protections can be hacked, but if (we) give people what they are asking for in terms of value, they won't go out and steal it. It's called trusting the consumer."


    I don't know what's so hilarious about that quote. That is basically the cornerstone of the efforts to prevent inane copy-protection schemes from being implemented and forced upon consumers.
    --
    It goes from God, to Jerry, to me.
  116. What consumers want by stilleon · · Score: 1

    The quote: "...but if (we) give people what they are asking for in terms of value, they won't go out and steal it. It's called trusting the consumer."

    I am in the music and video biz. I know there is piracy and that will never stop. The cat is out of the bag and it is useless to keep trying to retrofit secutrity on a format not designed for it (CD Audio).

    The record companies need to give more value by making albums that have 10 good songs and better packaging and bonus material. Take it from the movie industry... people can copy DVDs very easily now. But people will still buy a disc that is in special packaging and priced right. Value of ownership- that is what has been lost on the music consumer.

  117. File Sharing in Action by theghost · · Score: 2, Interesting

    I like this folk artist named Peter Mayer. My wife and i saw him perform live and wanted to buy his CDs but didn't have any cash on us so we went home and resolved to buy them on-line. One thing leads to another and we're busy and we forget.

    A few months later i'm goofing around and i search for him on Amazon. I am surprised to find such a "small" artist on a mainstream site, but happy to see that he has some free downloads! (Don't ask me why there are two separate pages for "all free song downloads by Peter Mayer.")

    I download the songs and spend a few days enjoying them. I copy them for my wife and for a few friends, then decide i really do want to support this guy. So i go to his label's site, Peppermint Records order his stuff (No money for Amazon today!) and check out some other artists while i'm there. Some sound good, but Anne Heaton really impresses me. Amazon has some downloads for her too. Turns out i'm crazy for one song and not so hot on the others so i don't order but i enjoy (and share) the mp3 and vow to check her out live if i get the chance and to look out for any new CDs she makes.

    At the same time, my friends are doing the same thing because of the stuff i shared with them. They've bought several of Peter's CDs and some of them thought Anne's was worth the investment too. We were all being responsible and trading publicly available stuff, but when my CDs arrive i'll be ripping them to listen via WinAmp and if the occasion arises, i won't hesitate to give a few out.

    I didn't have to buy anything, nor did my friends. I've got what amounts to a nearly complete album of Peter Mayer's Greatest Hits on my hard drive, but i know that if i don't send some cash his way, he'll have to go get a real job and i won't be hearing any more of his thoughtful, beautiful songs.

    So is this post for or against file sharing? On the one hand, i didn't engage in any Napster-scale swapping. On the other hand, if Peppermint put some DRM crap on their CDs that made it a hassle for me to rip them i probably wouldn't buy them as a protest.

    I think the RIAA doesn't take people like me into account. Most of what made me buy Peter's CDs was the music, but a part of it was my desire to support an independant label and artist. The only major-label CD i've bought lately was the Dixie Chicks. I like their music, but i was content to hear it on the radio on those infrequent occasions when i turn off NPR. I bought their CD to counteract some of the crap they were getting for exercising their first amendment rights.

    I'm using my cash to reward those whose products and policies i like and withholding it from those i don't like. Maybe the RIAA doesn't have to take people like me into account. Maybe i'm just an insignificant statistical blip to them, but i'm talking to my friends and family about this stuff and some of them are doing the same thing, so maybe that blip will become significant if they don't change their ways.

    --
    The only thing necessary for the triumph of evil is that good men do nothing.
  118. Consumer can be trusted? by Anonymous Coward · · Score: 0

    "All copy-protections can be hacked, but if (we) give people what they are asking for in terms of value, they won't go out and steal it. It's called trusting the consumer."

    What's most hilarious about this quote is the notion that the consumer can be trusted

  119. Wow more content sounds great but.... by mtw007 · · Score: 1

    Ok. So we get a CD filled with already ripped music, filled with extras that we can't get anywhere else (theoretically speaking). But here's a wacky idea i'd like to throw out there. How about taking a 74min CD and FILLING IT WITH 74 MINUTES OF MUSIC! These album times are getting sadder and sadder. Not only are they under the 40min mark now, 95% of it is filler. If I have this fetish to help the RIAA wipe their ass with 100 dollar bills so bad, i'll buy the single. It's ok artists if you don't have a CD every 2 months. Just wait a few months then put it all on one CD that will actually make the consumer happy.

  120. Some trust? by Svartalf · · Score: 1

    DRMed, proprietary files on the second session?

    Trust? You keep using that word...I don't think it means what you think it means...

    --
    I am not merely a "consumer" or a "taxpayer". I am a Citizen of the State of Texas
  121. Already cracked (Re:Place your bets!) by Anonymous Coward · · Score: 0
    The software (for Linux) to rip the audio tracks off a multi session CD is freely available: CD status. I'm pretty sure most ripping programs for Windows also supports this, since the copy protection is very much like the Cactus Datashield.

    (Posting anonymously to avoid beeing connected with anti-DMCA activities. Free Jon Johansen!)

  122. How to crack (three tested methods): by Anonymous Coward · · Score: 0

    These methods have not only proved effective on previous schemes, we have access to a pre and this is in fact only a slightly revised version...

    Firstly, use a Windows box, and TURN OFF AUTOPLAY.

    You have three alternatives:

    A. Use Plextools "lock to first session". Insert coaster.

    B. Use VMWare 4 (from your nearest p2p network, build 4460 was cracked by ROR and relled by Infra-Red). Create a new, throwaway VM, install some version of Windows on it (don't worry, it's gonna die in a minute anyway). Be sure to share the physical CD drive with the VM, non-exclusive. Insert the coaster, let autoplay kick in and load the crappy player. Stop it playing but leave the crappy player application running... Now pause the VM. You're good to go. (If it fails, try unpausing the VM and trying again.)

    C. Take a big fat sharpie and draw over the poison session.

    Finally; rip with Exact Audio Copy 0.9 beta 4, NO C2, accurate stream, disable cache. We recommend you encode to LAME 3.90.3 --alt-preset standard to make mp3s virtually indistinguishable from the source (except that you can play them).

    These DMCA violations were brought to you by a chain of anonymous proxies, and the letters A and Q.

  123. My response to this... by Anonymous Coward · · Score: 0

    is that all copy-protections can be hacked, but if the music industry gives people what they are asking for in terms of value, they won't go out and steal it.

    It's called trusting the consumer.

  124. Re:Meh? Did you read the article? by Anonymous Coward · · Score: 0

    My understanding of the article is that the grandparent post is right - the CD is a perfectly valid, normal, rippable disc. They just added a data session that has a copy of the music as pre-ripped DRM-enabled .WMA files. This is nothing more than if you used CD Creator or Nero or gtoaster to make a mixed data/audio disc (and these should work fine on any but the earliest generation of CD players).

    There's _nothing_ to hack here, unless you'd rather waste time decrypting a WMA file when you could have just ripped a copy of the disc to mp3, ogg, iTunes, whatever you like.

    All Sony is doing, is hoping that people will choose to use the DRM-enabled files rather than rip the disc. As much as I dislike DRM, it doesn't really bother me since it is still a perfectly valid disc.

  125. Subtle Point Re:Nice quote, but.... by hacksoncode · · Score: 1
    Ahh, but you may have noticed that they said "if (we) give people what they are asking for in terms of value, they won't go out and steal it". I.e. it's the *value* they are accusing people of stealing.

    Whatever you think about this argument, this is a very different thing than saying that they think people are stealing the music. It puts a very different (and more accurate) spin on the issue.

  126. EMI Already Do This by Anonymous Coward · · Score: 0

    It is utter crap as well. Imagine if you will an average CD of say 45-60 minutes. That doesn't leave much room for a second session.

    I relented when the Jane's Addiction Srays CD was released and bought it. Apart from the fact that none of the five CD/DVD devices I have can even play it (decent CD/DVD devices dont tolerate disk errors), the PC versions (I think they were WMA but it would make no difference if they were MP3, OGG etc.) sounded shit. They are recorded at such a low bitrate so they will fit on the CD.

    This multi-session concept will never work until we have lossless compression (ie: Never) that will allow it all to fit on the CD.

    Why should we pay for:

    - Crippled CD's which are not even CDs
    - Can't play them on MANY devices
    - Forced to have low quality just because I use a PC
    - Treated like a criminal.

    Fuck you Sony, WEA, RIAA, BMG, EMI etc. Go the way of the dinosaur and let the rest of us enjoy ourselves.

  127. "...It's called trusting the consumer" by Anonymous Coward · · Score: 0

    Too bad we can't trust them in return.

  128. No clear-headed thinkers running the labels? by Anonymous Coward · · Score: 0

    "from ripping the tracks and putting them on Kazaa/edonkey/whatever, thus (hopefully) forcing the non-buyers to buy the CD, or make do without."

    Imagine that you never heard of CD's or music or Kazaa or file sharing, but that you are put in charge of a record label.

    And one of your subordinates comes to you with this plan.

    You'd fire him/her on the spot, because it doesn't address the root cause. This is a plan only a government bureaucrat could love.

    Which I suppose describes the labels completely, I suppose.

  129. Thank you... by RandyOo · · Score: 1

    I couldn't have said it better myself.

  130. No truely great albums? by momus_radar · · Score: 1

    Tell me any album that has more than 30 minutes of music on it that is worth listening to from the last ten years.

    Here's eleven from this year. The Wrens: The Meadowlands, The White Stripes: Elephant, Yeah Yeah Yeahs: Fever to Tell, The Postal Service: Give Up, Radiohead: Hail to the Thief, Death Cab for Cutie: Transatlanticism, My Morning Jacket: It Still Moves, Notwist: Neon Golden, The Dandy Warhols: Welcome to the Monkey House, New Pornographers: Electric Version, & The Long Winters: When I Pretend to Fall.

  131. Am I just paranoid or something? by CrazyDuke · · Score: 1

    ". . . as well added 'extras'. . ."

    Am I the only one that noticed the market droid speak for "We are going to install spyware and malware on your computer when you stick this in so we can increase our profits even more!"

    You know, "wonderful extras," "great opertunities," "an enhanced experience," and the other BS they like to use when they want to cram something down your throat?

    --
    Any sufficiently advanced influence is indistinguishable from control.
  132. This has been already done by sirio · · Score: 1

    This has been actually already tried by Capitol/EMI (e.g. the latest Kraftwerk single in May -- "Tour de France 2003"). The CD is doublesession, and the second part has the same songs in a proprietary compressed form, and a proprietary player that you need to install on the PC. I'm not sure Nero will copy the CD in any form.

  133. Words are funny things by hendersj · · Score: 1
    [...] compressed, DRM'ed music files in the second session [...]

    "All copy-protections can be hacked, but if (we) give people what they are asking for in terms of value, they won't go out and steal it. It's called trusting the consumer."

    This is obviously some strange usage of the word trust I was previously unaware of.

    --
    Insanity is a gradual process; don't rush it.
  134. Hey You Got it Wrong by Anonymous Coward · · Score: 1, Funny

    My name is Jon not Joe. And you forgot the porn. Real men(as in those that don't have sex) give download priority to porn.

  135. Latest Moonspell CD by WolfFang · · Score: 1

    You know, the latest Moonspell (Century Media) CD came with a full length novela with its own sound track on it that was written in conjunction with the CD. That is what I call added value. Hopefully more bands and distributers will learn that there are many things worth as much or more to the consumer that can be on a CD along with music, especially since most CDs these days only have 50 or so minutes of music on them in the first place. That is the only way I see to drastically reduce casual copying.

  136. Look at it this way... by BigDocJayster · · Score: 0

    Imagine you see a hot 28 yo blonde with a perfect mouth.

    You are standing there with your co.. I mean CD.

    Now, you have a choice. You can either get that CD polished for FREE.. OR you can take the chickie out, buy dinner, wait until the 5th or 6th date etc.

    Its clear to me what I'd do, along with the rest of you bozo's.

    RAM IT HOME .. BABY!

    Until the price of "bringing it home" drops below the inconvienice price.. well, lets just say..

    THAT LOAD WILL CONTINUE TO BE DELIVERED!

    --
    -Where there is blue screen, there is OWNAGE
  137. Superior? HA HA HA HA HA by Anonymous Coward · · Score: 0

    " getting a superior-quality AAC sound file"

    Compared with a steel needle on a 78RPM, sure.

    But compared with a CD? *not* *even* *close*.

    Superior to 128kb MP3? Arguable.

    I mean, AAC is great. But it isn't "superior-quality" except if you're listening via those crappy earbuds that come with the ipod. Y'know. The ones you never use because they're crap.,

  138. Why is this "insightful" by Anonymous Coward · · Score: 0

    Help me out here, idiots.

    you say "Now Sony has come out with a scheme that shows they are beginning to place *some* trust back with the consumer and they are jumped all over?"

    What scheme does this show trust? CD's *already* have no copy protection. Now they *add* copy protection and they're showing trust?

    That's the stupidest thing I've read on /. today, and that's going mighty low.

  139. Choice doublespeek by rir · · Score: 1
    But if give people what they are asking for in terms of value, they won't go out and steal it. It's called trusting the consumer.
    Perhaps they should take their own advice.
  140. BMG spokeman's quote by MoFoQ · · Score: 1

    ahahahahahahahahahahahahahahahahahahahahahahahahah ahahahahahahahahahahahahahahahahahahahahahahahahah ahahahahahahahahahahahahahahahahahahahahahahahahah ahahahahahahahahahahahahah

    well...if it was indeed trust...then there would be no need for copy-protection, effective or not.
    A better incentives for consumers instead of copyable digital extras would be like collectibles....cards, artwork, etc. Or unique (or semi/pseudo unique) extras so extras become like a collectible.

  141. Re:I've stopped buying copy-protected CD's by Technician · · Score: 1

    The licensed Compact Disk logo owned by Philips indicates the disk is formatted to a defined standard guranteeing compatibility. DRM does not meet the Compact Disk standard and does not have the licensed Compact Disk logo. I imediatly RIP all CD's. I don't put multiple hundreds of dollars of originals parked by the curb for someone to whisk away elsewhere. I would certanly know right away if I got a "Defective" CD as they are designed to either autorun a program (disabled) and / or not rip properly. Defective disks are promply exchanged. So far I haven't found any DRM disks displaying the Compact Disk tm. logo.

    --
    The truth shall set you free!
  142. Welll.. by rofthorax · · Score: 1

    I've determined that its pointless to collect all the musics of the world, I enjoy less what I've downloaded because its not a complete album, it doesn't look as appealing as a new cd, the tangible evidence the the purchase and ability to hear the sound in un-mp3 encoded
    quality sound, and ability to re-encode at any compression quality, knowing I can always listen to the original cd's.. Also considering I have a 200+ CD collection I've neglected.. I've determined that I only get music online when I'm discovering new music.. What the old method was really bad for was this.. Buy 10 cds to get a handful of stuff I really wanted.. With the advent of Internet radio, it is making it easier to make purchasing decisions.. Especially if I can reference by precise year and genre..

    What I really hate is not being able to purchase DVD's full of music videos from a particular era.. I don't know why the BMG's and music companies are so dunced about the possibility of say bringing back about and hour of "Night Flight" videos.. Or allowing people my age to revisite a portion of the past, that makes them feel young again.. For some reason they think its easy to just sell songs.. These guys need eletrodes applied to their noodle and a good crank of the telephone shaft because the ideas that are coming about sound like third rate marketing/sales/business dude mind blurt.. In any shape of form someway to compromise the quality of the experience in the interest of selfish greedy gain..

    Consumers have every right to be selfish, they
    have the money.. The Businesses don't.. That's the politics.. And now with the Internet,
    it brings about, the idea that consumers are smarter than the recent ad campaigns, and no MBA from Harvard will get you through this one..

    --
    Just say no to license servers!!
  143. Antisocial "DRM'ed music files" by kobotronic · · Score: 1

    I dunno why the studios believe that proprietary DRM-infected files playable only on nasty spyware (on your PC) somehow constitute an equivalent and attractive subsistute to MP3s. I cart about 1200 songs @160kbps around on my 10 gig iPod whereever I go, most of them encoded from my own extensive collection of 900+ music CDs, I'd like to point out that all of those were purchased before the era of copy protection, I have bought not a single CD since. I have a few friends with iPods, and we all use Ephpod to manage our files since it allows taking files out of someone elses' iPod. We use that feature to trade songs, often hundreds in one go. In which ways would a DRM format allow for this social aspect? :)

  144. It's about damned time. by arothmanmusic · · Score: 1

    I've been saying from day one that if they find ways to improve the value of the product people will be more likely to buy it. People steal things because they feel that they're overpriced or not worth paying for. If you provide incentives to buy instead of punishment for stealing, you'll make a bigger impact. You catch more flies with honey than vinegar. I, for one, will be very interested to see how this all turns out.

  145. trust the customer? by alizard · · Score: 1
    just don't get it. Large scale-piracy outfits have access to large commercial presses, hence their being able to put out CDs that look just like the real thing. They sure as hell don't use burners, so all this copy protection is useless in combatting large-scale organised piracy.

    Organized piracy isn't a threat to their monopoly.

    The ability to transfer music tracks in a format comparable to FM broadcast quality via Internet makes mass promo theoretically available to "just anybody". That is a threat to their monopoly.

    The eventual goal with DRM seems to be to make it impossible to pull multimedia content off the Net that isn't "blessed" by a major content provider.

    Locking everybody else out of the mass market.

  146. But.... by Anonymous Coward · · Score: 0

    Except no one is "stealing" value, either.