Skip to content

Commit

Permalink
removed auto-import to itunes
Browse files Browse the repository at this point in the history
  • Loading branch information
chadbailey59 committed Jun 18, 2016
1 parent b006db5 commit 5c5250d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/splitsound.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def self.run(path_to_file)
if @video_file.configured?
puts "Processing video"
@video_file.check_for_default_config!
@video_file.add_to_itunes!
# @video_file.add_to_itunes!
@video_file.split!
else
puts "Writing config file"
Expand Down
2 changes: 1 addition & 1 deletion lib/splitsound/video_file.rb
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def split!
puts movie.audio_stream
config["Tracks"].each do |track_name, track_info|
opts = config["Info"].merge(track_info).merge({"Title" => track_name})
AudioFile.new(filepath, opts).create!.add_to_itunes!
AudioFile.new(filepath, opts).create!
end
end
end
Expand Down

0 comments on commit 5c5250d

Please sign in to comment.