iTunes 4.6, DRM, and Hymn 114
fluffy writes "Although the recent iTunes 4.6 upgrade refuses to play music decrypted with Hymn, there's already a trivially-simple workaround, demonstrated within hours of the iTunes release, which still preserves the 'fair use' intent of the tool. What move will Apple take against Hymn next?"
Don't like cat & mouse games... (Score:5, Insightful)
If you don't like the DRM, buy a version without it. Or whine about the cat & mouse game you're going to keep playing.
Re:Don't like cat & mouse games... (Score:2, Insightful)
Re:Don't like cat & mouse games... (Score:5, Insightful)
Except in this case, I doubt that either kid will quit playing the game (Apple can't because of the RIAA, Hymn developers won't because they're fighting for "a cause".)
The best we can hope for is that Slashdot and other tech news sources will get to the point where this ceases to be news...
-ch
Re:Don't like cat & mouse games... (Score:5, Insightful)
Blockquoth the poster:
This is a straw man argument. The only people caught in this "game" are those who use Hymn to break the DRM, in willful violation of the iTMS license. For everyone else, these updates are seamless and troublefree.
Re:Don't like cat & mouse games... (Score:3, Interesting)
I see your point, but I -- sorta -- disagree. At any rate, NatasRevol's point certainly isn't a straw man [nizkor.org] argument.
I agree that, for now, "the only people caught in this "game" are those who use Hymn to break the DRM, in willful violation of the iTMS license." But it does matter to the rest of us. See, if this shit keeps up, Apple may need to develop a much more restrictive DRM, just to appease the RIAA.
There's that old SNL sketch called something like "They Ruined it for Everyone" (I think), where t
Re:Don't like cat & mouse games... (Score:3, Informative)
Blockquoth the parent:
Yes, it is. In fact, I checked that same page [nizkor.org] before posting, just to make sure I remembered the term correctly.
NatasRevol's original post [slashdot.org] was a straw man argument because it distorted the reality of Apple's periodic iTunes updates in order to argue that they're implementing ever more restrictive DRM. That's just not true. They're updating iTunes in order to reinforce the existing DRM, which is being willfull
Re:Don't like cat & mouse games... (Score:2)
Oh, I see where you're coming from. I didn't read it that way at all. NatasRevol's post was:
Re:Don't like cat & mouse games... (Score:2)
Blockquoth the parent:
I'm not annoyed by the updates, because I don't try to crack the DRM. The frustration expressed in the original post is only felt by the users of Hymn.
NatasRevol [1] is right when he says "if you don't like the DRM, buy a
Re:Don't like cat & mouse games... (Score:2, Interesting)
If you can't live with the DRM, don't buy it with the DRM. I think it's reasonable AND acceptable that Apple tries to enforce the DRM that they've already agreed to. If you break it, they will fix it so you can't.
And NatasRevol is just an old college roommate's joke. Don't read into it any further than that.
Re:Don't like cat & mouse games... (Score:2)
Blockquoth the parent:
Ah, then we're agreed. Sorry for misinterpreting you. It's just so rare for someone on Slashdot to hold that posit
Re:Don't like cat & mouse games... (Score:5, Interesting)
If anything this incident is a further argument for using tools like hymn to strip DRM.
A Hymned music file complies perfectly with the AAC spec. Quicktime, VLC, WinAmp, etc. play them just fine, yesterday, today, and tomorrow. Once an iTMS file is stripped of its DRM by Hymn, it is future-proofed: any AAC-capable player, under any OS, will be able to play the file.
As a 'goodwill gesture', the Hymn developers chose specifically to leave the Account ID field in Hymned music files. This was to leave an identifying mark of the owner in the file, so as to underline the fact that Hymn is intended for personal use, not to make files available for sharing.
However, some bright bulb at Apple decided to add code to iTunes 4.6 specifically designed to recognize these files, the ones with the Account ID field, but no DRM, and refuse to play them. Again, you could play them in Quicktime, VLC, on your Palm Pilot, etc. just fine -- only iTunes had this crippling feature added. So what is the solution? To remove the Account ID field, of course, which makes Hymned files indistinguishable from AAC files you have ripped yourself.
Apple really shot itself in the foot on this one.
Re:Don't like cat & mouse games... (Score:2, Funny)
or did they? perhaps they were merely trying to force pirates to take their names off of their files so that they could distribute them and run them on iPods, while taking money away from the RIAA!
Since apple has "teamed up" with the RIAA, it must mean that they plan to get in bed with them and then pull a Bobbitt! YAY APPLE! YOU GO GIRL!
Re:Don't like cat & mouse games... (Score:3, Funny)
Re:Don't like cat & mouse games... (Score:2)
Personally I would get around it all by just burning the files to an AudioCD and then re-ripping, which is perfectly legitimate under the iTunes license. Poof, all DRM is gone! (That is, if iTMS was available in my country.)
Sure, the quality is reduced a little but you are not in violation of the license, and you'll never have to worry about iTMS DRM again.
From a DRM ignoramus: (Score:1, Insightful)
So why would one need specialized tools to "break" the encryption?
Or is there some compatibility issue I'm not understanding?
Re:From a DRM ignoramus: (Score:5, Informative)
The latest version of iTunes refuses to play files that contain a user ID but no DRM - even if the user ID is your own. Hence, a fix is needed.
Re:Trivially Simple? (Score:2)
But you know what they say about assuming...
How about applying it to whole library? (Score:4, Interesting)
The reason for this is - i have 300+ songs that i have Hymned.... i found them by searching in iTnues for "Protected AAC files" - dropping those into a folder, unprotecting them, burning the purchased tracks to a DVD-R for safe keeping, deleting all protected files from iTunes, then dropping in all the unprotected files.
So now, i have no simple way of going thru my whole library picking out the previously protected now unprotected file.
Any ideas (pudge) on how to modify this script such that it would work in this fashion?
plus - what happened to that 1 line perl (you guys just fscking revel in that type of thing, don't you?) script that did the same thing? Could that be hacked to do a search and repair of the iTunes Music Library.
after looking at that script - it appears that it would be easy to make the modification - because it appears that it simply says "not broken" if the files was
I'd code it - but i'm not a coder...
Re:How about applying it to whole library? (Score:5, Informative)
find ~/Music/iTunes -name "*.m4p" -exec ~/PlayFix {} \;
CORRECTION (Score:5, Informative)
Re:How about applying it to whole library? (Score:3, Insightful)
So now, i have no simple way of going thru my whole library picking out the previously protected now unprotected file.
Well, you have a list of all your unprotected files on your DVD-R. Just deprotect them again, apply the fix to the newly deprotected files, then use them to replace the same tracks in your iTunes library.
Re:How about applying it to whole library? (Score:2)
iTunes "hacks" (Score:4, Insightful)
The people at Hymn would make it seem as though their application is rocket-science or something when really it's a tinker tool.
The iTunes DRM is easily bypassed: just open the file in a compatible editor (Bias Peak is nice) -> Save As MP3 / Ogg or whatever your flavor of the month happens to be.
While iTunes doesn't "natively" support OGG out of the box, it's a simple update [vs19.net], and they even throw in a free icon for you already in the iTunes package.
In my opinion they couldn't be more free and liberal with their version of DRM.
Re:iTunes "hacks" (Score:4, Informative)
Re:iTunes "hacks" (Score:3, Insightful)
Re:iTunes "hacks" (Score:4, Interesting)
Re:iTunes "hacks" (Score:2, Insightful)
Re:iTunes "hacks" (Score:2)
Not that I care, I think the people who claim they can reliably tell the differences between codecs at reasonable bit rates are delusional.
Forget Ruby. . . (Score:1)
Re:Forget Ruby. . . (Score:4, Informative)
If you do it, you will be sorry. sed will mangle binaries.
$ md5 < song.m4p
e7e226f8bb2bd10ea4543abf879fc525
$ sed < song.m4p | md5
ec6849772458b78180fd8f8a434a2889
Re:Forget Ruby. . . (Score:1)
DRM, the RIAA and the Artists... (Score:3, Insightful)
Peace
Re:DRM, the RIAA and the Artists... (Score:5, Interesting)
With the DRM in place it's like Apple has a hand loosely gripping my nuts. That hand might give me great pleasure or it might suddenly squeeze so long and so hard that I beg for the surcease from pain that only death can bring. Anyone sane would get out this situation if they could. H-Y-M-N spells freedom for my nuts.
Re:DRM, the RIAA and the Artists... (Score:2)
Peace
Re:DRM, the RIAA and the Artists... (Score:2)
Peace
Re:DRM, the RIAA and the Artists... (Score:3, Interesting)
That's how I feel about it. But I'm beyond that sort of reasoning at this point. The record companies have shown they have no intention of dealing in good faith with anyone, artists OR music fans. They do whatever they can get away with, so I'm going to do the same. They've got stacks of money to lobby and to litigate and to bribe. I've got a computer, a good brain and a bad attitude. Let the games begin.
Re:DRM, the RIAA and the Artists... (Score:1)
no nut-gripping involved (except for what they charge, which is peanuts)
Easy to see why Apple would do this (Score:5, Insightful)
Second, it prevents someone from the RIAA ascertaining what percentage of tracks shared are the iTunes version nearly as easily.
Think about it. If you leave the ID tag in there, the RIAA can download a bunch of files from P2P networks and very quickly and easily determine what percentage of them were purchased from the iTMS. Apple doesn't want this at all--if that number ever does become significant, they don't want the RIAA coming to them and saying "20% of all songs being shared over P2P networks were originally purchased on the iTMS..."
Unlikely? Sure, especially since m4a files are still relatively rare on p2p networks (though the number of them is growing), but Apple doesn't want it to ever be an issue.
If there is an ID tag that is unique to decrypted files and can be quickly scanned for, they can ascertain this percentage without any difficulty in a selection of downloaded music. Otherwise they have to compare the decrypted stream to the decrypted stream of the original for each individual song, which requires identifying each individual song and then matching it with the original--a much more drawn out process than scanning for the presence of a tag.
Hymn vs iTunes is a problem only for pirates (Score:5, Insightful)
Ok so let's suppose you have a Mac, an iPod, a Windows PC, a Linux box, and another AAC-capable player.
You buy a file from the iTMS. It plays in your Mac, your iPod, and the Windows machine using iTunes. But you want to play it in your Linux box and in the other AAC player. And maybe in WinAmp, since I've heard that iTunes for Windows is a resource hog (I'm very glad I use a Mac).
So, you use Hymn to de-DRM-ize your files. The new files work in the non-Apple players, but not in iTunes.
Well... who gives a f**k if iTunes refuses to play the new files? You already have the original files, which play nicely in iTunes! So you don't want to have duplicate files in your computer(s)? Well, leave only the copy that works in each machine! Duh!
I see this as an issue if you want to play the files in iTunes in more than five machines all in different places. (If they are in the same network, you can use the iTunes sharing feature). But quite frankly that is far from typical for a normal user. Very, very far.
What I see is a bunch of pirates who want to share the Hymn-ized files illegally, and don't want to leave evidence to trace them back in the files. Users who really want to enforce their fair use rights should have no problems since they still can play their iTMS songs in all their AAC-capable players.
Re:Hymn vs iTunes is a problem only for pirates (Score:1)
Er... as you pointed out yourself, the issue is that as of 4.6, iTunes won't play the Hymn'd files, and other devices (my SliMP3 for instance) will only play the Hymn'd files. So there is no such thing as one single "copy that works in each machine." For this reason, Hymn vs. iTunes is not just a problem for pirates, but for anyone who wants to drive both iTunes and (other player) fro
Not really fixed (Score:2)
sharingthegroove.org & allofmp3.com (Score:1)
I thought it was an interesting decision on the hymn programmers part to keep the apple id tag in the cleaned tracks. I find it curious
Apple makes me boo-hoo (Score:1)
Ouch.
The girl I dated a few years ago - Napster -
Hymn 0.6.2 Officially Released (Score:1)
Re:Maybe now people will see . . . (Score:5, Insightful)
if apple didnt fix flaws, the riaa would pull the rug out and effectively close iTMS and kill the iPod. does apple want that? how would iTMS users react?
apple's just doing what it needs to remain in business, and honestly - at least apple had the guts to tell the riaa (in a direct manner) why their past ventures werent working, and what they could do to fix it. IMO, their "DRM" is the most relaxed out there anyway, especially with the a huge hole still open (in the form of burning a file to CD, the rip it back to mp3)
Re:Maybe now people will see . . . (Score:2)
Since I started working out regularly, I'm really fiercely craving an iPod. I'm not much of an iTMS customer (lifetime purchase history of ~60 songs) but having a CD-based MP3 player doesn't quite cut it when you're lifting weights, and it's already taken flight from the treadmill once.
Re:Maybe now people will see . . . (Score:1, Redundant)
I bet most people would consider you a pretty serious iTMS customer.
Re:Maybe now people will see . . . (Score:3, Interesting)
When it first came out I bought ~30 songs within the first week or two, since then just a single file here and there, not so much to acquire the tune, more just to register a paid vote for that artist. And, to be honest, about a dozen of them were my best friend's music. I've already got a few copies of his album, one of them a pre-mastered copy, but I figured it'd make him happy to see a few sales that way. But shhh, don't tell him it was me!
Re:Maybe now people will see . . . (Score:1, Offtopic)
Yeah your friend will know you did it.
wait..... what was your friends name again? and I didn't catch yours either.
Re:Maybe now people will see . . . (Score:3, Funny)
Keeps on tickin though.
Re:Maybe now people will see . . . (Score:5, Funny)
For a hard drive, perhaps ticking isn't necessarily a good sign? :-)
Re:Maybe now people will see . . . (Score:2)
No, they're doing what they see maximizing profit even if it's not in the users' best interest, just like any other business. They're no different than the Nikes and the Microsofts in this regard.
Re:Maybe now people will see . . . (Score:1, Informative)
Re:Maybe now people will see . . . (Score:2)
Re:Maybe now people will see . . . (Score:2)
When I worked at the Apple Store (for the past three months) I personally sold maybe 200 iPods (I was part-time). About 5 people cared about iTMS. About 98% of them asked me, though, "will it play music I have downloaded off Kazaa?"
RIAA has no power to kill iPod. To suggest otherwise is silly.
I really don't care if iTMS stays in business anymore. It's going to suck more as the RIAA puts higher prices on things. I had to rem
Re:Maybe now people will see . . . (Score:4, Funny)
Re:Maybe now people will see . . . (Score:5, Insightful)
How, exactly?
It's not like they're being dishonest about this. Jobs & Apple have been totally up front about the DRM in iTunes. You simply can't ask for more than honesty.
their appropriation of the work of Open Source programmers notwithstanding.
You say that as if what Apple did wasn't wholly in keeping with the Open Source philosiphy--and, arguably, compatable with the Free Software philosiphy.
Re:Maybe now people will see . . . (Score:5, Insightful)
Re:Maybe now people will see . . . (Score:5, Insightful)
Some people are really altruistic you know. Obviously you are not.
Comment removed (Score:4, Insightful)
Re:Maybe now people will see . . . (Score:2)
Re:Maybe now people will see . . . (Score:2)
Re:Maybe now people will see . . . (Score:5, Insightful)
Remember, they did not *have* to release darwin as free software. Yet they did. This is kind of like critizising someone who gives money to the homeless, but decides to keep some for themselves.
The open source comminuty can be exceptionally snotty in this regard. A corporation helps out the community, then some people in the community turn around and istead of saying, gee thanks, they say, "But I want ALL your ip! You are an evil company!".
And taking and not giving back is perfectly in keeping with open source principles, and even some free software licenses like BSD. If it were not, it would be explicitly forbidden in the definiton of free software or open source!
It's not in line with copyleft, but copyleft is not everything.
Re: (Score:1, Offtopic)
Re:Maybe now people will see . . . (Score:2)
I understand your point, and was not trying to suggest that you in particular are snotty (please don't take it that way). I just feel that Apple has been quite a good open source citizen. They abide by all the rules, and even when they don't have to they release source (darwin) and work to make sure it is classified as a free license.
To then turn around and accuse them of being an 'evil' compan
Re:Maybe now people will see . . . (Score:5, Informative)
Clear as mud, yo.
Re: (Score:1)
Re:Maybe now people will see . . . (Score:2, Insightful)
Excuse me, but wtf?
Re: (Score:3, Interesting)
Re:Maybe now people will see . . . (Score:2)
Which zeroconf changes were those? Or did you mean where they intentionally violated the standard on TXT record formatting in iChat?
Apple has benefitted far more from opensource than opensource has benefitted from Apple.
Re:Maybe now people will see . . . (Score:4, Informative)
Re:Maybe now people will see . . . (Score:2)
Re:Wrong direction (Score:5, Insightful)
Symlinks, dude. Symlinks. I have my iTunes library on my much larger secondary hard drive so I have more room on my boot drive for apps.
Re:Wrong direction (Score:1)
at least its not "My Music"... *shudder*
it does annoy me I cant delete capital letter'd directories, but I have accepted some lack of choice for an overall better OS
Re:Wrong direction (Score:5, Informative)
No hotkey support regardless of focus. I want to change songs while coding without switching to iTunes, damnit (and no thanks, I don't need any 3rd party mini-app)
Use the Dock.
Location of iTunes library file not changeable (and in users' homedir).
Mine is on a server. Try LOOKING at the preferences.
No watching of the library folders.
Try LOOKING at the menu bar. It's called Consolidate Library...
Yeah, it's not automatic, but it is a one step process.
Re:Wrong direction (Score:2, Funny)
Location of iTunes library file not changeable (and in users' homedir).
Mine is on a server. Try LOOKING at the preferences.
Hey man, cut him some slack. It's under the "Advanced" tab. Maybe he was afraid to look under there. ;)
Re:Wrong direction (Score:3, Insightful)
Mine is on a server. Try LOOKING at the preferences.
Bullshit. That's the location of the audio files, not of the database.
No watching of the library folders.
Try LOOKING at the menu bar. It's called Consolidate Library...
Yeah, it's not automatic, but it is a one step process.
Bullshit, that's copying all the files already in the library to a central location. I want to copy files to that location and iTunes to notice them (=adding th
Re:Wrong direction (Score:2, Informative)
ln -s
The database is in the top directory, and the subdirectory iTumes Music contains the audio files.
For the bit about copying files to the location and iTunes automatically adding them to the library:
If you are on a Mac, look at AppleScript Folder Actions. It does take a little work on your part, but you could set up a folder (or alias) on your desktop which would,
Re:Wrong direction (Score:4, Informative)
It took me all of 10 seconds to make an alias (File-> Make Alias) change the name from iTunes Music Library Alias to iTunes Music Library and copy the file to all my users home directories. And then, not only did I move my Library file out of my user folder, I moved it off my harddisk and on to a USB keychain. And it worked. How amazing is that?
Bullshit, that's copying all the files already in the library to a central location. I want to copy files to that location and iTunes to notice them (=adding them to the library DB).
So you want iTunes to take files that it isn't aware of, copy them to a different directory and then become aware of the files? Doesn't that sound slightly contrdictory to you? Or do you mean you want it to copy files to the library folder as you add them? IN which case I suggest you check the options again.
Re:Wrong direction (Score:3, Insightful)
No, he's talking about having the files in a directory somewhere and setting it up so that if he (or anyone else, think server here) copies a file into that heirarchy, iTunes automatically notices it
Re:Wrong direction (Score:1)
The reason for this, conversely, is that Apple is really trying to minimize the times that people think of "Files" instead of "Music" or "Photos".
As much as I can see why they (apple, etc) are doing this, they have to realise it doesnt work! Both of my parents have used computers for long enough that they cannot shake off the idea of files, and that they are stored in a heirachical directory. They both hunt down the file they want in the Finder/Explorer to copy it into another program or whatever - drag
Re:Wrong direction (Score:1)
Re:Wrong direction (Score:2)
There are two ways to do this easily, if not automatically.
(1) If you're using the "Keep iTunes Music Folder Organized" option: make a habit of dropping your new music files into a folder inside the main music folder (e.g., one called "New Music"). Then, periodically drag and drop this folder onto iTunes, or choose File->Add Folder to Library... and navigate to this folder. iTunes will add all the songs t
Library Location? (Score:5, Informative)
Location of iTunes library file not changeable (and in users' homedir). WTF?
My iTunes library is not in my home directory. It's not even on the same drive.
SteveM
Re:Library Location? (Score:1)
Well, I should have been more precise: I meant the database that contains all songs in your library.
My audio files and my homedir reside on a server (which makes iTunes go mad when I close it as it struggles to update the database over the network (measly 100Mbit)).
A legitimate complaint? large music libraries (Score:4, Interesting)
Re:A legitimate complaint? large music libraries (Score:2)
Re:A legitimate complaint? large music libraries (Score:3, Informative)
15,343 tracks here, and no problems at all. And that's on a G3 iMac running at 400 MHz.
I access the same library from my dual GHz G4 upstairs. No problems there either. In fact, apart from encoding speed, I can't tell the difference between the two machines as far as iTunes is concerned.
Re:A legitimate complaint? large music libraries (Score:3, Informative)
Re:A legitimate complaint? large music libraries (Score:2)
Run iTunes, select a playlist, hit apple-B or select Edit->Show Browser
The browse window that appears does all this for you.
Re:Wrong direction (Score:5, Informative)
Control-click (or right-click) on the iTunes Dock icon. You can control iTunes through the menu that pops up, no matter if iTunes is in the background or the foreground.
If you zoom the main iTunes window to its smaller size you are able to control the small window without changing focus. Just zoom the window (press the small green button in the tope left corner of the window) and drag the small window to a corner where it won't be obscured by a document. You can even make the zoomed window smaller by dragging the resize area at the bottom right corner of the window. Then you can just click on any of the controls in that window to change iTunes without changing focus away from what you are working on.
Go to this web page [apple.com], download this file [apple.com]. Unstuff the file, take the "Add to iTunes Library" droplet out of the "Desktop Droplet" folder and put it on the desktop. Then just drag new music to that droplet and it will automatically be added to your library.
One thing, this script is a little bit outdated - it isn't set up to accept AAC files. This is easy to fix, just tell it to do so! Drag the droplet onto the Script Editor application found in the Applications folder. Change this line (line 8): to this: Save it and you are all set.
It is trivial to change this script into a Folder Actions so that you can have a "watched folder" if you want that.
Re:None, really... (Score:2)