Tracking the tools that decentralize the media. tools process ideas resources eventsav

unmediated

 

March 21, 2005

I spent last night shoe-horning in more metadata in the .torrent files that Prodigem creates for its torrents. Dovetailing on the effort started by Thomas Winningham, I accomplished this by adding some new dictionary entries within the bencoded torrent format. My main goal was to add information about the license associated with the content delivered by the torrent, but along the way I decided to throw in tag info for good measure. Below is a basic example of data that will now be added to all Prodigem torrents (tabbed formatting added here for clarity):
7:license
d
     5:about
     43:http://creativecommons.org/licenses/by/2.0/ 
e
4:tags
l
     11:hello world
     10:folksonomy
     11:another tag
e
The previous discussions linked to above on how to properly go about this were not quite definitive, so this is more of my best effort based on that. It's very much fluid so please send your feedback if you think this is all wrong (or if you think it's all right). With the license entry, I decided to make it into its own sub-dictionary to allow for larger, more precise, future descriptions. I described the URL under an "about" heading so as to match example RDF over at the Creative Commons. The tags entry is straight-forward enough. It's just a list of folksonomy-enabling entries. Given recent interest I thought this might lead to ... well, who knows what...


Originally posted by Gary Lerhaupt from Torrentocracy Blog, remediated by yatta on Mar 21, 2005 at 07:55 PM