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."
Someone might want to check out if this "tool" reports back to the MPAA with names and address of people that have pirated stuff
Behold the riant ape! Beware, his crooked thumbs!
search for *.mpg,*.avi, *.mp3, and for p2p programs .exe
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
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.