# -*- encoding: utf-8 -*- # stub: royw-dvdprofiler2xbmc 0.0.5 ruby lib Gem::Specification.new do |s| s.name = "royw-dvdprofiler2xbmc".freeze s.version = "0.0.5".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Roy Wright".freeze] s.date = "2009-03-30" s.description = "This script will attempt to match up media files from a set of directories to the collection.xml file exported from DVD Profiler. For matches, the script will then create a {moviename}.nfo from the data in collections.xml and also copy the front cover image to {moviename}.tbn. Both files will be placed in the same directory as the source media file. Then on XBMC, set the source content to none to remove the meta data from the library, then set the source content back to Movies to import the media. This time, the data in the .nfo files will be used instead of scraping.".freeze s.email = ["roy@wright.org".freeze] s.executables = ["dvdprofiler2xbmc".freeze] s.extra_rdoc_files = ["History.txt".freeze, "Manifest.txt".freeze, "PostInstall.txt".freeze, "README.rdoc".freeze] s.files = ["History.txt".freeze, "Manifest.txt".freeze, "PostInstall.txt".freeze, "README.rdoc".freeze, "Rakefile".freeze, "bin/dvdprofiler2xbmc".freeze, "dvdprofiler2xbmc.gemspec".freeze, "lib/dvdprofiler2xbmc.rb".freeze, "lib/dvdprofiler2xbmc/app.rb".freeze, "lib/dvdprofiler2xbmc/app_config.rb".freeze, "lib/dvdprofiler2xbmc/cli.rb".freeze, "lib/dvdprofiler2xbmc/collection.rb".freeze, "lib/dvdprofiler2xbmc/extensions.rb".freeze, "lib/dvdprofiler2xbmc/media.rb".freeze, "lib/dvdprofiler2xbmc/media_files.rb".freeze, "lib/dvdprofiler2xbmc/nfo.rb".freeze, "test/test_dvdprofiler2xbmc.rb".freeze, "test/test_dvdprofiler2xbmc_cli.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://www.github.com/royw/dvdprofiler2xbmc".freeze s.post_install_message = "PostInstall.txt".freeze s.rdoc_options = ["--main".freeze, "README.rdoc".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "This script will attempt to match up media files from a set of directories to the collection.xml file exported from DVD Profiler".freeze s.test_files = ["test/test_dvdprofiler2xbmc.rb".freeze, "test/test_helper.rb".freeze, "test/test_dvdprofiler2xbmc_cli.rb".freeze] s.specification_version = 2 s.add_runtime_dependency(%q.freeze, [">= 2.0.2".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.0.12".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.0.8".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.0.5".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.7.10".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.0.3".freeze]) s.add_development_dependency(%q.freeze, [">= 1.3.0".freeze]) s.add_development_dependency(%q.freeze, [">= 1.8.0".freeze]) end