1
0
Fork 0
mirror of https://github.com/Lidarr/Lidarr.git synced 2026-03-03 00:26:58 -05:00

Files not found, even though they are there #553

Open
opened 2026-02-20 12:03:29 -05:00 by deekerman · 0 comments
Owner

Originally created by @petwri on GitHub (May 20, 2019).

Writing metadata fails, Lidarr complains about files not being there.

[v0.6.2.883] System.IO.FileNotFoundException: File doesn't exist: /media/Music/Slipknot/5- The Gray Chapter/Slipknot - .5- The Gray Chapter - 02-01 - Override.flac at NzbDrone.Common.Disk.DiskProviderBase.GetFileSize (System.String path) [0x00065] in <661475469d074ecf9c4fa9103b859bad>:0 at NzbDrone.Core.MediaFiles.AudioTagService.UpdateTrackfileSize (NzbDrone.Core.MediaFiles.TrackFile trackfile, System.String path) [0x00000] in <5ef528d97f504a2eb51961f386df9d8b>:0 at NzbDrone.Core.MediaFiles.AudioTagService.WriteTags (NzbDrone.Core.MediaFiles.TrackFile trackfile, System.Boolean newDownload, System.Boolean force) [0x000c5] in <5ef528d97f504a2eb51961f386df9d8b>:0 at NzbDrone.Core.MediaFiles.AudioTagService.Execute (NzbDrone.Core.MediaFiles.Commands.RetagArtistCommand message) [0x00077] in <5ef528d97f504a2eb51961f386df9d8b>:0 at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand] (TCommand command, NzbDrone.Core.Messaging.Commands.CommandModel commandModel) [0x000f6] in <5ef528d97f504a2eb51961f386df9d8b>:0 at (wrapper dynamic-method) System.Object.CallSite.Target(System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,NzbDrone.Core.Messaging.Commands.CommandExecutor,object,NzbDrone.Core.Messaging.Commands.CommandModel) at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2] (System.Runtime.CompilerServices.CallSite site, T0 arg0, T1 arg1, T2 arg2) [0x00035] in <35ad2ebb203f4577b22a9d30eca3ec1f>:0 at (wrapper dynamic-method) System.Object.CallSite.Target(System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,NzbDrone.Core.Messaging.Commands.CommandExecutor,object,NzbDrone.Core.Messaging.Commands.CommandModel) at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands () [0x0008c] in <5ef528d97f504a2eb51961f386df9d8b>:0

Might be due to the "." in the filename. But I have the replacing of special characters in Media Management enabled.

Originally created by @petwri on GitHub (May 20, 2019). Writing metadata fails, Lidarr complains about files not being there. `[v0.6.2.883] System.IO.FileNotFoundException: File doesn't exist: /media/Music/Slipknot/5- The Gray Chapter/Slipknot - .5- The Gray Chapter - 02-01 - Override.flac at NzbDrone.Common.Disk.DiskProviderBase.GetFileSize (System.String path) [0x00065] in <661475469d074ecf9c4fa9103b859bad>:0 at NzbDrone.Core.MediaFiles.AudioTagService.UpdateTrackfileSize (NzbDrone.Core.MediaFiles.TrackFile trackfile, System.String path) [0x00000] in <5ef528d97f504a2eb51961f386df9d8b>:0 at NzbDrone.Core.MediaFiles.AudioTagService.WriteTags (NzbDrone.Core.MediaFiles.TrackFile trackfile, System.Boolean newDownload, System.Boolean force) [0x000c5] in <5ef528d97f504a2eb51961f386df9d8b>:0 at NzbDrone.Core.MediaFiles.AudioTagService.Execute (NzbDrone.Core.MediaFiles.Commands.RetagArtistCommand message) [0x00077] in <5ef528d97f504a2eb51961f386df9d8b>:0 at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand] (TCommand command, NzbDrone.Core.Messaging.Commands.CommandModel commandModel) [0x000f6] in <5ef528d97f504a2eb51961f386df9d8b>:0 at (wrapper dynamic-method) System.Object.CallSite.Target(System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,NzbDrone.Core.Messaging.Commands.CommandExecutor,object,NzbDrone.Core.Messaging.Commands.CommandModel) at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2] (System.Runtime.CompilerServices.CallSite site, T0 arg0, T1 arg1, T2 arg2) [0x00035] in <35ad2ebb203f4577b22a9d30eca3ec1f>:0 at (wrapper dynamic-method) System.Object.CallSite.Target(System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,NzbDrone.Core.Messaging.Commands.CommandExecutor,object,NzbDrone.Core.Messaging.Commands.CommandModel) at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands () [0x0008c] in <5ef528d97f504a2eb51961f386df9d8b>:0 ` Might be due to the "." in the filename. But I have the replacing of special characters in Media Management enabled.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Lidarr-Lidarr#553
No description provided.