GoogleCodeArchives / sabscripts

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

Movies_0.2.7.0: Handle Unrated (or other special) Releases #15

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download and process standard version of movie.
2. Download and process UNRATED/EXTENDED/Etc version of movie.
3. Processing fails - sees second download as duplicate.

What is the expected output? What do you see instead?
I would like to see these treated as separate releases rather than duplicates.

What version of the product are you using? On what operating system?
0.2.7.0 on Vista/7

Please provide any additional information below.

Processing AVI Movie
Single AVI found, Processing...
System.IO.IOException: Cannot create a file when that file already exists.

   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.__Error.WinIOError()
   at System.IO.FileInfo.MoveTo(String destFileName)
   at Movies.Program.ProcessAvi(String moviePath, String movieName) in C:\Users\mark.mcdowall\Dropbox\Visual Studio 2010\sabscripts\Movies\Movies\Program.cs:line 306
   at Movies.Program.Main(String[] args) in C:\Users\mark.mcdowall\Dropbox\Visual Studio 2010\sabscripts\Movies\Movies\Program.cs:line 91

Original issue reported on code.google.com by dan.sajd...@gmail.com on 6 Oct 2011 at 5:14