gem build itunes_video.gemspec
sudo gem install ./itunes_video-x.x.x.gem
require 'itunes_video'
v = Itunes_video.new("/path/to/video.mp4")
v.kind = "tv show"
v.season_num = 2
p v.kind # => "tv show"
p v.season_num # => 2
Read the RDoc for a full list of attributes.