New to nzbdrone and having an issue with organizing my file names. When I run ‘Organize & Rename’ on already existing files, it generally just deletes all the files instead of renames them. Only cost me about 400GB of Game of Thrones episodes lol.
Some information about my setup:
Intel NUC i5 running XBMCbuntu
- running nzbdrone (2.0.0.1690)
- mono (version 3.2.3)
- connected via SMB to the file server
- also happens when connected via NFSv4
Here’s 2 different logs related to the delete:
14-7-28 21:06:07.1|Info|RenameEpisodeFileService|Renaming 1 files for Adventure Time
14-7-28 21:06:07.3|Error|RenameEpisodeFileService|Failed to rename file: /home/timstephens24/TV Shows/Adventure Time/Season 5/Adventure Time.S05E21-22.The Suitor + The Party’s Over, Isla de Sen?orita.m4v
System.IO.FileNotFoundException: Could not find file ""
at System.IO.File.Move (System.String sourceFileName, System.String destFileName) [0x00000] in :0
at NzbDrone.Common.Disk.DiskProviderBase.MoveFile (System.String source, System.String destination) [0x00000] in :0
at NzbDrone.Core.MediaFiles.EpisodeFileMovingService.TransferFile (NzbDrone.Core.MediaFiles.EpisodeFile episodeFile, NzbDrone.Core.Tv.Series series, System.Collections.Generic.List1 episodes, System.String destinationFilename, Boolean copyOnly) [0x00000] in <filename unknown>:0 at NzbDrone.Core.MediaFiles.EpisodeFileMovingService.MoveEpisodeFile (NzbDrone.Core.MediaFiles.EpisodeFile episodeFile, NzbDrone.Core.Tv.Series series) [0x00000] in <filename unknown>:0 at NzbDrone.Core.MediaFiles.RenameEpisodeFileService.RenameFiles (System.Collections.Generic.List
1 episodeFiles, NzbDrone.Core.Tv.Series series) [0x00000] in :0
14-7-28 21:06:07.4|Info|RenameEpisodeFileService|Selected episode files renamed for Adventure Time
14-7-28 21:31:23.6|Error|RenameEpisodeFileService|Failed to rename file: /home/timstephens24/TV Shows/Game of Thrones/Season 1/Game of Thrones.S01E01.Winter is Coming.mkv
System.IO.FileNotFoundException: Could not find file ""
at System.IO.File.Move (System.String sourceFileName, System.String destFileName) [0x00000] in :0
at NzbDrone.Common.Disk.DiskProviderBase.MoveFile (System.String source, System.String destination) [0x00000] in :0
at NzbDrone.Core.MediaFiles.EpisodeFileMovingService.TransferFile (NzbDrone.Core.MediaFiles.EpisodeFile episodeFile, NzbDrone.Core.Tv.Series series, System.Collections.Generic.List1 episodes, System.String destinationFilename, Boolean copyOnly) [0x00000] in <filename unknown>:0 at NzbDrone.Core.MediaFiles.EpisodeFileMovingService.MoveEpisodeFile (NzbDrone.Core.MediaFiles.EpisodeFile episodeFile, NzbDrone.Core.Tv.Series series) [0x00000] in <filename unknown>:0 at NzbDrone.Core.MediaFiles.RenameEpisodeFileService.RenameFiles (System.Collections.Generic.List
1 episodeFiles, NzbDrone.Core.Tv.Series series) [0x00000] in :0
14-7-28 21:31:26.4|Info|RenameEpisodeFileService|Selected episode files renamed for Game of Thrones
EDIT:
Just to add the two filenames:
/home/user/TV Shows/Adventure Time.S05E21-22.The Suitor + The Party’s Over, Isla de Señorita.m4v
/home/user/TV Shows/Game of Thrones.S01E01.Winter is Coming.mkv