Hi all,
I am getting issues with downloaded files not being renamed and moved, due to the error below.
This is on the latest Linux mint , can anyone advise how i give sonarr the required permission?
Unable to parse media info from file: /media/anonymouse/2.0tb/#Series/2 Broke Girls/Season 05/2 Broke Girls - S05E06 - And the Not Regular Down There HDTV-720p.mkv: Access to the path “/media/anonymouse/2.0tb/#Series/2 Broke Girls/Season 05/2 Broke Girls - S05E06 - And the Not Regular Down There HDTV-720p.mkv” is denied.
System.UnauthorizedAccessException: Access to the path “/media/anonymouse/2.0tb/#Series/2 Broke Girls/Season 05/2 Broke Girls - S05E06 - And the Not Regular Down There HDTV-720p.mkv” is denied.
at System.IO.FileStream…ctor (System.String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean anonymous, FileOptions options) <0x7fb38d95d060 + 0x005ed> in :0
at System.IO.FileStream…ctor (System.String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean isAsync, Boolean anonymous) <0x7fb38d95d000 + 0x0005a> in :0
at System.IO.FileStream…ctor (System.String path, FileMode mode, FileAccess access) <0x7fb38d95cc70 + 0x00053> in :0
at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess)
at NzbDrone.Common.Disk.DiskProviderBase.OpenReadStream (System.String path) [0x0001b] in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Common\Disk\DiskProviderBase.cs:371
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo (System.String filename) [0x0006e] in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\MediaFiles\MediaInfo\VideoFileInfoReader.cs:53
Thanks in advance