Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto rename files and folders for all movies throws exception and stops #393

Closed
psouza4 opened this issue Jul 24, 2015 · 1 comment
Closed

Comments

@psouza4
Copy link
Owner

psouza4 commented Jul 24, 2015

Originally reported on Google Code with ID 393

What steps will reproduce the issue?
1. Have handbrake or something else encoding a movie into the search path
2. Tools -> Auto rename files and folders for all movies

What is the expected output?  What do you see instead?
MCM should gracefully skip 'in use' files and complete the renaming process on other
files. Instead it renames a good portion of the folders correctly, but throws an exception
error(presumably when it gets to the file currently encoding/in use), and stops, not
completing the process on the other folders that aren't in use.

MCM 1.28 build 35410.1300

Partial Exception text

************** Exception Text **************
System.IO.IOException: The directory name is invalid.

   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.Directory.InternalGetFileDirectoryNames(String path, String userPathOriginal,
String searchPattern, Boolean includeFiles, Boolean includeDirs, SearchOption searchOption)
   at System.IO.Directory.GetDirectories(String path, String searchPattern, SearchOption
searchOption)
   at System.IO.Directory.GetDirectories(String path)
   at �  .�(String �)
   at �  .� (Object �, EventArgs �)
   at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
   at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
...

Reported by jswigart on 2010-12-21 06:24:14

@psouza4
Copy link
Owner Author

psouza4 commented Jul 24, 2015

Fixed and released in version 1.29.

Reported by psouza4 on 2011-01-25 21:36:04

  • Status changed: Fixed-Released
  • Labels added: Type-Bug, Priority-Medium
  • Labels removed: Type-Unsorted, Priority-Low

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant