<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -123,6 +123,10 @@ class Mover
     command = %{#{@mkv2ipod} --title &quot;#{series[&quot;title&quot;]}&quot; --season #{series[&quot;season&quot;][&quot;number&quot;]} --episode #{&quot;%02d&quot; % series[&quot;season&quot;][&quot;episode&quot;][&quot;number&quot;]} --type tv --file &quot;#{video_file}&quot; --destination &quot;#{destination}&quot;}
     puts command
     Kernel.system(command)
+    
+    # set up the watched bit
+    series[&quot;season&quot;][&quot;episode&quot;][&quot;watched&quot;] = false
+
     # dump meta in dir
     File.open( File.join(destination, &quot;#{series[&quot;season&quot;][&quot;number&quot;]}x#{&quot;%02d&quot; % series[&quot;season&quot;][&quot;episode&quot;][&quot;number&quot;]}.yml&quot;), 'w' ) do |out|
       YAML.dump( {&quot;series&quot; =&gt; series}, out)
@@ -138,6 +142,10 @@ class Mover
     command = %{#{@mkv2ipod} --title &quot;#{filename.split('.').first}&quot; --type 'movie' --file &quot;#{video_file}&quot; --destination &quot;#{destination}&quot;}
     puts command
     Kernel.system(command)
+    
+    # set up the watched bit
+    movie[&quot;watched&quot;] = false
+
     # dump meta in dir
     File.open( File.join(destination, &quot;#{filename.split('.').first}.yml&quot;), 'w' ) do |out|
       YAML.dump( {&quot;movie&quot; =&gt; movie}, out)</diff>
      <filename>scripts/lib/mover.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>98d4db65b443e47b3ee9b80a09c0f117ec3ceb6a</id>
    </parent>
  </parents>
  <author>
    <name>Jon Maddox</name>
    <email>jon@jonsthoughtsoneverything.com</email>
  </author>
  <url>http://github.com/maddox/pyrot/commit/305aed8dda679126d393ed03032fbf17ab63963b</url>
  <id>305aed8dda679126d393ed03032fbf17ab63963b</id>
  <committed-date>2009-09-06T21:04:39-07:00</committed-date>
  <authored-date>2009-09-06T21:04:39-07:00</authored-date>
  <message>added watched bit to yaml dump</message>
  <tree>1e5e727c7b7c255cb024a7cab285280ba1015f44</tree>
  <committer>
    <name>Jon Maddox</name>
    <email>jon@jonsthoughtsoneverything.com</email>
  </committer>
</commit>
