geosone / seriesrenamer

Automatically exported from code.google.com/p/seriesrenamer
0 stars 1 forks source link

Find missing episodes #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
A function that finds missing (or new? would only work for some providers 
which also have the first show date) episodes should be created.

Original issue reported on code.google.com by fragman@gmail.com on 20 May 2009 at 10:46

GoogleCodeExporter commented 8 years ago
Rough implementation done, needs some more work (no output if only a few files 
in 
directory, maybe differentiate between shows)

Original comment by fragman@gmail.com on 24 Jun 2009 at 8:26

GoogleCodeExporter commented 8 years ago
Implementation now complete, it behaves like this:
-Look for a specific showname and season in the list.
-See if there are missing episodes between lowest and highest existing episode, 
and 
add the missing ones to the list of missing episodes.
-See if there are missing episodes below the lowest existing episode, and if 
there 
are more existing episodes in total than missing episodes, add these to the 
list of 
missing episodes. (this prevents unneeded reports in dirs with only one or 2 
episodes where it's clear that most are missing)

Original comment by fragman@gmail.com on 27 Jun 2009 at 11:53