Is Being In the Same BitTorrent "Swarm" Equal To "Interacting"?
NewYorkCountryLawyer writes "In the new wave of bittorrent downloading cases, the plaintiffs' lawyers like to lump a number of 'John Does' together in the same case in order to avoid filing fees ($350 a pop). Their excuse for 'joinder' is the allegation that the defendants 'interacted' with each other by reason of the fact that their torrents may have emanated from the same 'swarm.' In Malibu Media v. Does 1-5, when John Doe #4 indicated his intention to move for severance, the Court asked the lawyers to address the 'swarm' issue in their papers. So when John Doe #4 filed his or her motion to quash, sever, and dismiss, he filed a detailed memorandum of law (PDF) analyzing the 'swarm' theory in detail. What do you think?"
Did you interact with someone if your telephone call to party A was carried on the same transatlantic phone cable as someone else's call to party B?
If you're connecting to a torrent, it's pretty damn obvious you're expecting to swap chunks of the target file with peers who also want that exact same file; it's how the protocol works for pity's sake. Unless the plaintiff's techs failed to keep records demonstrating that all named Does in the complaint were part of the same torrent, I expect #4 here to get bitchslapped by the court.
Your example assumes you called a certain known endpoint (a person, or an automated telephone answering system) and interacted directly with it.
BitTorrent downloads from, and uploads to, unknown endpoints that happen to have or want the file, respectively.
On the one hand, you authorise your BitTorrent client to communicate with these hosts on your behalf, and your goal is the same (to get and give the file); this may constitute a form of interaction.
On the other hand, you have no control over which hosts your BitTorrent client contacts. These people may be people you know or strangers; people in the same or another jurisdiction. The link may be difficult to establish.
...the law is currently imbalanced and unjust. I personally don't care about which minute details do and do not fall afoul of this farce.
Copyright law does not accomplish its ostensible purpose. Far from ensuring a reward for creation, it ensures that a small group of very rich people stay very rich while the rest of us suffer culturally harmful limitations on artistic expression, appreciation, and participation. Even if the spirit of this law is good, its letter profanes that spirit to the detriment of everyone (except, of course, the established wealthy).
This is a perfect example of a law that should be purged. If the powers that serve us are reluctant to purge it, then they must be forced to do so.
Gee, as soon as I finish getting my legal advice from Slashdot, maybe I'll head over to LawBlog to see if they can help me debug some of my Python code.... :)
Given this is a common practice of extortion which is clearly set forth in this pleading, it would be reasonable for a smart lawyer to research all such cases, contact does with the help of the court. Make a motion that all such settlements were extortion and abuse of process. Seek treble damages, vexatious litigant status for the plaintiffs and their lawyers, and cut this crap off at their balls.
BTW one can legally download and view any copyrighted work for "educational purposes", yes even porn, without owing the license fee.
18 USC 107
http://caselaw.lp.findlaw.com/scripts/ts_search.pl?title=17&sec=107
Section 107. Limitations on exclusive rights: Fair use
Notwithstanding the provisions of sections 106 and 106A, the fair
use of a copyrighted work, including such use by reproduction in
copies or phonorecords or by any other means specified by that
section, for purposes such as criticism, comment, news reporting,
teaching (including multiple copies for classroom use),
scholarship, or research, is not an infringement of copyright. In
determining whether the use made of a work in any particular case
is a fair use the factors to be considered shall include -
(1) the purpose and character of the use, including whether
such use is of a commercial nature or is for nonprofit
educational purposes;
(2) the nature of the copyrighted work;
(3) the amount and substantiality of the portion used in
relation to the copyrighted work as a whole; and
(4) the effect of the use upon the potential market for or
value of the copyrighted work.
The fact that a work is unpublished shall not itself bar a finding
of fair use if such finding is made upon consideration of all the
above factors.
Here they go changing the definition of a word again. Their definition of interacting is now like my son(in 3rd grade) is interacting with some 6th grader. Even though my son and this other kid never saw each other, they are 'interacting' because they go to school in the same building.
Probably a bad analogy, but I gave it a shot.
"That's right...I said it."
No. When you download a magnet link from the Pirate Bay, or equivalent, all you have is a hash value, and possibly some tracker names. Somewhere on the network the .torrent file (which has checksums for the blocks and other metadata) is hosted by some other user. The hash value leads you connect with that user, if you have no tracker data, and you get the .torrent file delivered. At that point you don't have any part of the content files yet.
Via one of the peering networks (DHT, Peer Exchange, etc) or a tracker (if this torrent has some) you can now announce your presence, make connections to others in the swarm, and start to ask for blocks. Once you have at least one block, you can start sending them to others. Sending to others is considered the illegal act, since you are making a copy.
The peers you are connected to usually report how much of the files they have. If they have less than 100%, they are called leechers, and if they have 100% they are called seeders, but the protocol works the same for both. You just stop asking for new blocks once you have all of them. When you have part of the full set, you can be sending and getting blocks at the same time. That accounts for how popular swarms can grow quickly. As soon as you have one block, you can start passing it on, and a new swarm only has to send one full set from the original seeder to some number of other people, in pieces. Once a full set is "in the swarm", the original seeder can leave, and then the other people can swap pieces until everyone has the full set. That many-to-many swapping is what lets one seed become 10000 for a popular movie.
(I'm sure others will correct me if any of the above is wrong)
Well, courts would look at the intent. The intent of a clip with regards to fair use is to exist as a clip. If you go around gathering all the parts, your intent is to duplicate the full copyrighted work, and therefor is no longer fair use, even if all the parts taken individually are.