<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: Remove Identifying Information from Rhapsody MP3s</title> <atom:link href="http://www.ghacks.net/2008/07/15/remove-identifying-information-from-rhapsody-mp3s/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net/2008/07/15/remove-identifying-information-from-rhapsody-mp3s/</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Sun, 12 Feb 2012 00:34:28 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: keck</title><link>http://www.ghacks.net/2008/07/15/remove-identifying-information-from-rhapsody-mp3s/comment-page-1/#comment-409975</link> <dc:creator>keck</dc:creator> <pubDate>Wed, 16 Jul 2008 21:42:38 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=5338#comment-409975</guid> <description>Good idea!  I happen to have some, so I ran http://perlhack.com/mp3_utilities/list_tags.pl.txt  on them.  Here&#039;s a snippit:
############# COMM #############
$VAR1 = {
&#039;Language&#039; =&gt; &#039;eng&#039;,
&#039;Description&#039; =&gt; &#039;&#039;,
&#039;Text&#039; =&gt; &#039;Amazon.com Song ID: nnnnnnnn&#039;,
&#039;encoding&#039; =&gt; 0
};
$VAR2 = &#039;Comments&#039;;
Where the &#039;nnnnnn&#039; is the Song ID from Amazon.  There is also an APIC (attached picture) as in rhapsody&#039;s mp3&#039;s, but it is probably just the cover art.
Either of these outfits (or anybody else) could also be adding identifying info steganographically, so it&#039;s still on you if you share them :)</description> <content:encoded><![CDATA[<p>Good idea!  I happen to have some, so I ran http://perlhack.com/mp3_utilities/list_tags.pl.txt  on them.  Here&#8217;s a snippit:</p><p>############# COMM #############<br
/> $VAR1 = {<br
/> &#8216;Language&#8217; =&gt; &#8216;eng&#8217;,<br
/> &#8216;Description&#8217; =&gt; &#8221;,<br
/> &#8216;Text&#8217; =&gt; &#8216;Amazon.com Song ID: nnnnnnnn&#8217;,<br
/> &#8216;encoding&#8217; =&gt; 0<br
/> };<br
/> $VAR2 = &#8216;Comments&#8217;;</p><p>Where the &#8216;nnnnnn&#8217; is the Song ID from Amazon.  There is also an APIC (attached picture) as in rhapsody&#8217;s mp3&#8242;s, but it is probably just the cover art.</p><p>Either of these outfits (or anybody else) could also be adding identifying info steganographically, so it&#8217;s still on you if you share them :)</p> ]]></content:encoded> </item> <item><title>By: Scikotic</title><link>http://www.ghacks.net/2008/07/15/remove-identifying-information-from-rhapsody-mp3s/comment-page-1/#comment-409919</link> <dc:creator>Scikotic</dc:creator> <pubDate>Wed, 16 Jul 2008 20:29:35 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=5338#comment-409919</guid> <description>Does anyone know if the Amazon MP3&#039;s have personal info and, if so, how would you remove it?</description> <content:encoded><![CDATA[<p>Does anyone know if the Amazon MP3&#8242;s have personal info and, if so, how would you remove it?</p> ]]></content:encoded> </item> <item><title>By: keck</title><link>http://www.ghacks.net/2008/07/15/remove-identifying-information-from-rhapsody-mp3s/comment-page-1/#comment-409566</link> <dc:creator>keck</dc:creator> <pubDate>Wed, 16 Jul 2008 13:19:09 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=5338#comment-409566</guid> <description>darkkosmos: of course :)  I just wanted the fastest way possible of looking for anywhere they might have put personal info, and I write perl all day, so using MP3::Tag was it.  I could write the same thing in C, C++, python, lisp, or any other programming language.  It&#039;s basically just reading a file and parsing it into it&#039;s parts.  I threw those together in about 5 minutes total.</description> <content:encoded><![CDATA[<p>darkkosmos: of course :)  I just wanted the fastest way possible of looking for anywhere they might have put personal info, and I write perl all day, so using MP3::Tag was it.  I could write the same thing in C, C++, python, lisp, or any other programming language.  It&#8217;s basically just reading a file and parsing it into it&#8217;s parts.  I threw those together in about 5 minutes total.</p> ]]></content:encoded> </item> <item><title>By: Martin</title><link>http://www.ghacks.net/2008/07/15/remove-identifying-information-from-rhapsody-mp3s/comment-page-1/#comment-408546</link> <dc:creator>Martin</dc:creator> <pubDate>Tue, 15 Jul 2008 17:33:37 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=5338#comment-408546</guid> <description>Well you can basically use any mp3 tagger that you like and remove them manually.</description> <content:encoded><![CDATA[<p>Well you can basically use any mp3 tagger that you like and remove them manually.</p> ]]></content:encoded> </item> <item><title>By: darkkosmos</title><link>http://www.ghacks.net/2008/07/15/remove-identifying-information-from-rhapsody-mp3s/comment-page-1/#comment-408506</link> <dc:creator>darkkosmos</dc:creator> <pubDate>Tue, 15 Jul 2008 16:54:06 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=5338#comment-408506</guid> <description>Isn&#039;t there are non perl way to do this?</description> <content:encoded><![CDATA[<p>Isn&#8217;t there are non perl way to do this?</p> ]]></content:encoded> </item> </channel> </rss>
