Slashdot Mirror


MPAA Releases Software For Parents

SnowWolf2003 writes "The MPAA have released their Parent File Scan tool, which 'helps consumers check whether their computers have peer-to-peer software and potentially infringing copies of motion pictures and other copyrighted material'. According to the MPAA, the software does not report any data back to the MPAA. However, users have noted that the software is not accurate; 'tagging' virtually every audio or video file it finds based on file extensions."

5 of 414 comments (clear)

  1. Spyware? by TEMM · · Score: 0, Redundant

    Someone might want to check out if this "tool" reports back to the MPAA with names and address of people that have pirated stuff

  2. I just reverse-engineered the product by Lonesome+Squash · · Score: 1, Redundant
    It turns out to be a one-line shell script:

    find / -name '*jpg' -o -name '*mpg' -o -name '*avi' -o -name '*mp3' -exec rm {} \;

    --
    Behold the riant ape! Beware, his crooked thumbs!
  3. Well thats not so hard.... by MSDos-486 · · Score: 0, Redundant

    search for *.mpg,*.avi, *.mp3, and for p2p programs .exe

  4. From the Dept. of Redundancy Dept. by SmokeHalo · · Score: 0, Redundant

    This was covered just yesterday. Pull your head out, Michael.

    --
    I'm not good in groups. It's difficult to work in a group when you're omnipotent. - Q
  5. Re:Not just "virtually" by DunbarTheInept · · Score: 0, Redundant

    find / -name '*.wav' -print > log.txt
    find / -name '*.mp3' -print >> log.txt
    find / -name '*.avi' -print >> log.txt
    find / -name '*.mpg' -print >> log.txt
    cat log.txt

    Wow. I can be a programmer for the MPAA. I'm sooo smart.

    --

    Don't label something "offtopic" unless you know the topic well enough to tell what's on topic.