tvrename icon indicating copy to clipboard operation
tvrename copied to clipboard

Fix manual folders

Open SirSparkles opened this issue 4 years ago • 0 comments

| 4.5.1 |ERROR| Error occurred fixing Use manual folders is enabled for this Movie, by default is is not., for Serenity, error was (183) Cannot create a file when that file already exists: [D:\Movies\Serenity (2005)\Serenity (2005).mkv] Alphaleonis.Win32.Filesystem.AlreadyExistsException: (183) Cannot create a file when that file already exists: [D:\Movies\Serenity (2005)\Serenity (2005).mkv] at Alphaleonis.Win32.NativeError.ThrowException(UInt32 errorCode, String readPath, String writePath) at Alphaleonis.Win32.Filesystem.File.RestartCopyMoveOrThrowException(Int32 lastError, Boolean isFolder, Boolean isMove, KernelTransaction transaction, String sourcePathLp, String destinationPathLp, Nullable1 moveOptions) at Alphaleonis.Win32.Filesystem.File.CopyMoveCore(KernelTransaction transaction, Boolean driveChecked, Boolean isFolder, String sourcePath, String destinationPath, Nullable1 copyOptions, Nullable1 moveOptions, Boolean preserveDates, CopyMoveProgressRoutine progressHandler, Object userProgressData, CopyMoveResult copyMoveResult, PathFormat pathFormat) at Alphaleonis.Win32.Filesystem.FileInfo.CopyToMoveToCore(String destinationPath, Nullable1 copyOptions, Nullable1 moveOptions, Boolean preserveDates, CopyMoveProgressRoutine progressHandler, Object userProgressData, String& longFullPath, PathFormat pathFormat) at Alphaleonis.Win32.Filesystem.FileInfo.MoveTo(String destinationPath) at TVRename.ManualFoldersMovieCheck.MoveFiles(IEnumerable1 where, String destination) at TVRename.ManualFoldersMovieCheck.FixInternal() at TVRename.SettingsCheck.Fix()

SirSparkles avatar Dec 10 '21 15:12 SirSparkles