<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -83,7 +83,7 @@ def encode(video)
   command = %{#{@ffmpeg} -y -i &quot;#{video.path + video.filename}&quot; #{@encoding_options} -s #{get_video_size(video)} -title &quot;#{video.name}&quot; -author &quot;#{video.title}&quot; &quot;/tmp/#{video.new_filename}&quot;}
   puts command if @debug
   Kernel.system(command) unless @debug
-  Kernel.system(&quot;mv '/tmp/#{video.new_filename}' '#{encode_path}/#{video.new_filename}'&quot;)
+  Kernel.system(%{mv &quot;/tmp/#{video.new_filename}&quot; &quot;#{encode_path}/#{video.new_filename}&quot;})
 end
 
 def set_atoms(video)</diff>
      <filename>bin/mkv2ipod</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>055907c098bfc383b2f1e9083d4e17e7037fe6ab</id>
    </parent>
  </parents>
  <author>
    <name>Jon Maddox</name>
    <email>jon@jonsthoughtsoneverything.com</email>
  </author>
  <url>http://github.com/maddox/pyrot/commit/e8ba1a712c0a9beab808917bd11caf4bd87f337d</url>
  <id>e8ba1a712c0a9beab808917bd11caf4bd87f337d</id>
  <committed-date>2009-03-08T13:35:34-07:00</committed-date>
  <authored-date>2009-03-08T13:35:34-07:00</authored-date>
  <message>more quot fixing</message>
  <tree>26581283fb650c2ab7bafe50ed96b0e02d696d40</tree>
  <committer>
    <name>Jon Maddox</name>
    <email>jon@jonsthoughtsoneverything.com</email>
  </committer>
</commit>
