Skip to content

movesmyers/itunes_video

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

itunes_video: a gem to import and organize your video collection in iTunes. OS X only.

build from source:

gem build itunes_video.gemspec
sudo gem install ./itunes_video-x.x.x.gem

usage:

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.

About

A rubygem to import and organize your video collection in iTunes. OS X only.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages