Advertisement
Guest User

Untitled

a guest
Dec 19th, 2023
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 187.77 KB | None | 0 0
  1. 2023-12-19 00:00:00.013 Info App: Application version: 4.7.14.0
  2. 2023-12-19 00:00:00.013 Info App: Emby
  3. Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3
  4. Operating system: Linux version 6.1.64-Unraid (root@Develop-612) (gcc (GCC) 12.2.0, GNU ld version 2.40-slack151) #1 SMP PREEMPT_DYNAMIC Wed Nov 29 12:48:16 PST 2023
  5. Framework: .NET 6.0.20
  6. OS/Process: x64/x64
  7. Runtime: system/System.Private.CoreLib.dll
  8. Processor count: 16
  9. Data path: /config
  10. Application path: /system
  11. 2023-12-19 00:00:00.013 Info App: Logs path: /config/logs
  12. 2023-12-19 00:00:00.013 Info App: Cache path: /config/cache
  13. 2023-12-19 00:00:00.013 Info App: Internal metadata path: /config/metadata
  14. 2023-12-19 00:00:00.013 Info App: Transcoding temporary files path: /config/transcoding-temp
  15. 2023-12-19 00:00:00.014 Info App: Plugins:
  16. Auto Organize 1.6.2.0
  17. Bluray Folder Support 1.0.0.0
  18. Cinema Intros 1.0.40.0
  19. Device List Cleaner 1.0.0.0
  20. DLNA 1.2.7.0
  21. Dvd Folder Support 1.0.0.0
  22. Emby Guide Data 1.0.12.0
  23. Fanart.tv 1.0.15.0
  24. M3U TV Tuner 1.0.13.0
  25. MovieDb 1.7.4.0
  26. MusicBrainz 1.0.22.0
  27. Nfo Metadata 1.0.78.0
  28. OMDb 1.0.21.0
  29. Open Subtitles 1.0.34.0
  30. Playback Reporting 2.0.1.1
  31. Port Mapper 1.2.1.0
  32. Reports 1.0.50.0
  33. Statistics 3.0.10.0
  34. Studio Images 1.0.3.0
  35. TheAudioDb 1.0.18.0
  36. TheTVDB 1.4.2.0
  37. Webhooks 1.0.25.0
  38. XmlTV 1.1.4.0
  39. 2023-12-19 00:00:17.601 Info LibraryMonitor: movies (/mnt/movies) will be refreshed.
  40. 2023-12-19 00:00:17.601 Info LibraryMonitor: Blended (/mnt/movies/Blended (2014)/Blended (2014).mp4) will be refreshed.
  41. 2023-12-19 00:00:17.922 Info MediaProbeManager: ProcessRun 'ffprobe' Execute: /bin/ffprobe -i file:"/mnt/movies/The Bourne Identity (2002)/The Bourne Identity (2002).mkv" -threads 0 -v info -print_format json -show_streams -show_chapters -show_format -show_data
  42. 2023-12-19 00:00:17.945 Info MediaProbeManager: ProcessRun 'ffprobe' Process exited with code 0 - Succeeded
  43. 2023-12-19 00:00:17.950 Info TheMovieDb: MovieDbProvider: Finding id for item: The Bourne Identity
  44. 2023-12-19 00:00:17.950 Info HttpClient: GET https://api.themoviedb.org/3/search/movie?api_key=x_secret1_x&query=The Bourne Identity&language=en-US&year=2002
  45. 2023-12-19 00:00:18.250 Info HttpClient: GET https://api.themoviedb.org/3/movie/2501?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers&language=en-US&include_image_language=en-US,en,null,en
  46. 2023-12-19 00:00:18.282 Info HttpClient: GET https://private.omdbapi.com?apikey=x_secret2_x&i=tt0258463&plot=short&r=json
  47. 2023-12-19 00:00:18.550 Info HttpClient: GET https://api.themoviedb.org/3/movie/2501?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers
  48. 2023-12-19 00:00:18.582 Info HttpClient: GET https://webservice.fanart.tv/v3/movies/2501?api_key=x_secret3_x
  49. 2023-12-19 00:00:18.942 Error ProviderManager: Error in metadata saver
  50. *** Error Report ***
  51. Version: 4.7.14.0
  52. Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3
  53. Operating system: Linux version 6.1.64-Unraid (root@Develop-612) (gcc (GCC) 12.2.0, GNU ld version 2.40-slack151) #1 SMP PREEMPT_DYNAMIC Wed Nov 29 12:48:16 PST 2023
  54. Framework: .NET 6.0.20
  55. OS/Process: x64/x64
  56. Runtime: system/System.Private.CoreLib.dll
  57. Processor count: 16
  58. Data path: /config
  59. Application path: /system
  60. System.UnauthorizedAccessException: System.UnauthorizedAccessException: Access to the path '/mnt/movies/The Bourne Identity (2002)/The Bourne Identity (2002).nfo' is denied.
  61. ---> System.IO.IOException: Permission denied
  62. --- End of inner exception stack trace ---
  63. at Interop.CheckIo(Error error, String path, Boolean isDirectory, Func`2 errorRewriter)
  64. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
  65. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  66. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  67. at System.IO.Strategies.FileStreamHelpers.ChooseStrategy(FileStream fileStream, String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, Int64 preallocationSize)
  68. at System.IO.FileStream..ctor(String path, FileStreamOptions options)
  69. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Int32 bufferSize, FileOpenOptions fileOpenOptions, Int64 preAllocationSize)
  70. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Boolean isAsync)
  71. at NfoMetadata.Savers.BaseNfoSaver.SaveToFile(Stream stream, String path, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  72. at NfoMetadata.Savers.BaseNfoSaver.Save(BaseItem item, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  73. at Emby.Providers.Manager.ProviderManager.SaveMetadata(BaseItem item, LibraryOptions libraryOptions, ItemUpdateType updateType, IMetadataSaver[] savers, CancellationToken cancellationToken)
  74. Source: System.Private.CoreLib
  75. TargetSite: Void CheckIo(Error, System.String, Boolean, System.Func`2[Interop+ErrorInfo,Interop+ErrorInfo])
  76. InnerException: System.IO.IOException: Permission denied
  77. Source:
  78. TargetSite:
  79.  
  80. 2023-12-19 00:00:55.840 Info LibraryMonitor: movies (/mnt/movies) will be refreshed.
  81. 2023-12-19 00:00:55.840 Info LibraryMonitor: The Bourne Identity (/mnt/movies/The Bourne Identity (2002)/The Bourne Identity (2002).mkv) will be refreshed.
  82. 2023-12-19 00:00:56.148 Info MediaProbeManager: ProcessRun 'ffprobe' Execute: /bin/ffprobe -i file:"/mnt/movies/Diary of a Mad Black Woman (2005)/Diary of a Mad Black Woman (2005).mp4" -threads 0 -v info -print_format json -show_streams -show_chapters -show_format -show_data
  83. 2023-12-19 00:00:56.212 Info MediaProbeManager: ProcessRun 'ffprobe' Process exited with code 0 - Succeeded
  84. 2023-12-19 00:00:56.216 Info TheMovieDb: MovieDbProvider: Finding id for item: Diary of a Mad Black Woman
  85. 2023-12-19 00:00:56.216 Info HttpClient: GET https://api.themoviedb.org/3/search/movie?api_key=x_secret1_x&query=Diary of a Mad Black Woman&language=en-US&year=2005
  86. 2023-12-19 00:00:56.516 Info HttpClient: GET https://api.themoviedb.org/3/movie/16186?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers&language=en-US&include_image_language=en-US,en,null,en
  87. 2023-12-19 00:00:56.596 Info HttpClient: GET https://private.omdbapi.com?apikey=x_secret2_x&i=tt0422093&plot=short&r=json
  88. 2023-12-19 00:00:56.824 Info HttpClient: GET https://api.themoviedb.org/3/movie/16186?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers
  89. 2023-12-19 00:00:57.174 Info HttpClient: GET https://webservice.fanart.tv/v3/movies/16186?api_key=x_secret3_x
  90. 2023-12-19 00:00:57.671 Error ProviderManager: Error in metadata saver
  91. *** Error Report ***
  92. Version: 4.7.14.0
  93. Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3
  94. Operating system: Linux version 6.1.64-Unraid (root@Develop-612) (gcc (GCC) 12.2.0, GNU ld version 2.40-slack151) #1 SMP PREEMPT_DYNAMIC Wed Nov 29 12:48:16 PST 2023
  95. Framework: .NET 6.0.20
  96. OS/Process: x64/x64
  97. Runtime: system/System.Private.CoreLib.dll
  98. Processor count: 16
  99. Data path: /config
  100. Application path: /system
  101. System.UnauthorizedAccessException: System.UnauthorizedAccessException: Access to the path '/mnt/movies/Diary of a Mad Black Woman (2005)/Diary of a Mad Black Woman (2005).nfo' is denied.
  102. ---> System.IO.IOException: Permission denied
  103. --- End of inner exception stack trace ---
  104. at Interop.CheckIo(Error error, String path, Boolean isDirectory, Func`2 errorRewriter)
  105. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
  106. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  107. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  108. at System.IO.Strategies.FileStreamHelpers.ChooseStrategy(FileStream fileStream, String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, Int64 preallocationSize)
  109. at System.IO.FileStream..ctor(String path, FileStreamOptions options)
  110. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Int32 bufferSize, FileOpenOptions fileOpenOptions, Int64 preAllocationSize)
  111. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Boolean isAsync)
  112. at NfoMetadata.Savers.BaseNfoSaver.SaveToFile(Stream stream, String path, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  113. at NfoMetadata.Savers.BaseNfoSaver.Save(BaseItem item, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  114. at Emby.Providers.Manager.ProviderManager.SaveMetadata(BaseItem item, LibraryOptions libraryOptions, ItemUpdateType updateType, IMetadataSaver[] savers, CancellationToken cancellationToken)
  115. Source: System.Private.CoreLib
  116. TargetSite: Void CheckIo(Error, System.String, Boolean, System.Func`2[Interop+ErrorInfo,Interop+ErrorInfo])
  117. InnerException: System.IO.IOException: Permission denied
  118. Source:
  119. TargetSite:
  120.  
  121. 2023-12-19 00:01:52.104 Info LibraryMonitor: movies (/mnt/movies) will be refreshed.
  122. 2023-12-19 00:01:52.104 Info LibraryMonitor: Diary of a Mad Black Woman (/mnt/movies/Diary of a Mad Black Woman (2005)/Diary of a Mad Black Woman (2005).mp4) will be refreshed.
  123. 2023-12-19 00:03:17.565 Info HttpClient: GET https://image.tmdb.org/t/p/original/e3MijvcHaMppp6sxNawsuLQEHjc.jpg
  124. 2023-12-19 00:03:17.565 Info HttpClient: GET https://image.tmdb.org/t/p/original/7zvPhjHkz5YEMUMPyvANCR96RJA.jpg
  125. 2023-12-19 00:03:17.565 Info HttpClient: GET https://image.tmdb.org/t/p/original/aP8swke3gmowbkfZ6lmNidu0y9p.jpg
  126. 2023-12-19 00:03:17.566 Info HttpClient: GET https://image.tmdb.org/t/p/original/seyWFgGInaLqW7nOZvu0ZC95rtx.jpg
  127. 2023-12-19 00:03:17.566 Info HttpClient: GET https://image.tmdb.org/t/p/original/o2YrH9jS7CAfWjETHFeL0tth79E.jpg
  128. 2023-12-19 00:03:17.566 Info HttpClient: GET https://image.tmdb.org/t/p/original/i1U46OwMc6vlm7OoSUKfqUH615e.jpg
  129. 2023-12-19 00:03:17.739 Error ProviderManager: UnauthorizedAccessException: Emby Server is being write access to /mnt/movies/Baby Geniuses (1999)/poster.jpg. Please check your file permissions.
  130. 2023-12-19 00:03:17.753 Error ProviderManager: UnauthorizedAccessException: Emby Server is being write access to /mnt/movies/The Bourne Identity (2002)/poster.jpg. Please check your file permissions.
  131. 2023-12-19 00:03:17.762 Info HttpClient: GET https://image.tmdb.org/t/p/original/qxtpbcbf6KEIHzLetWZOVGJT2lv.jpg
  132. 2023-12-19 00:03:17.764 Error ProviderManager: UnauthorizedAccessException: Emby Server is being write access to /mnt/movies/Diary of a Mad Black Woman (2005)/poster.jpg. Please check your file permissions.
  133. 2023-12-19 00:03:17.774 Error ProviderManager: UnauthorizedAccessException: Emby Server is being write access to /mnt/movies/American Sniper (2014)/poster.jpg. Please check your file permissions.
  134. 2023-12-19 00:03:17.788 Error ProviderManager: UnauthorizedAccessException: Emby Server is being write access to /mnt/movies/The Batman (2022)/poster.jpg. Please check your file permissions.
  135. 2023-12-19 00:03:17.815 Error ProviderManager: UnauthorizedAccessException: Emby Server is being write access to /mnt/movies/Blended (2014)/poster.jpg. Please check your file permissions.
  136. 2023-12-19 00:03:17.817 Error ProviderManager: UnauthorizedAccessException: Emby Server is being write access to /mnt/movies/Beauty and the Beast - The Enchanted Christmas (1997)/poster.jpg. Please check your file permissions.
  137. 2023-12-19 00:03:34.839 Info LibraryMonitor: movies (/mnt/movies) will be refreshed.
  138. 2023-12-19 00:03:35.132 Info MediaProbeManager: ProcessRun 'ffprobe' Execute: /bin/ffprobe -i file:"/mnt/movies/Book of Shadows - Blair Witch 2 (2000)/Book of Shadows - Blair Witch 2 (2000).mp4" -threads 0 -v info -print_format json -show_streams -show_chapters -show_format -show_data
  139. 2023-12-19 00:03:35.199 Info MediaProbeManager: ProcessRun 'ffprobe' Process exited with code 0 - Succeeded
  140. 2023-12-19 00:03:37.172 Info TheMovieDb: MovieDbProvider: Finding id for item: Book of Shadows - Blair Witch 2
  141. 2023-12-19 00:03:37.172 Info HttpClient: GET https://api.themoviedb.org/3/search/movie?api_key=x_secret1_x&query=Book of Shadows - Blair Witch 2&language=en-US&year=2000
  142. 2023-12-19 00:03:37.173 Info LibraryMonitor: movies (/mnt/movies) will be refreshed.
  143. 2023-12-19 00:03:37.173 Info LibraryMonitor: American Ultra (/mnt/movies/American Ultra (2015)/American Ultra (2015).mkv) will be refreshed.
  144. 2023-12-19 00:03:37.472 Info HttpClient: GET https://api.themoviedb.org/3/movie/11531?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers&language=en-US&include_image_language=en-US,en,null,en
  145. 2023-12-19 00:03:37.602 Info HttpClient: GET https://private.omdbapi.com?apikey=x_secret2_x&i=tt0229260&plot=short&r=json
  146. 2023-12-19 00:03:37.992 Info HttpClient: GET https://api.themoviedb.org/3/movie/11531?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers
  147. 2023-12-19 00:03:38.059 Info HttpClient: GET https://webservice.fanart.tv/v3/movies/11531?api_key=x_secret3_x
  148. 2023-12-19 00:03:38.622 Error ProviderManager: Error in metadata saver
  149. *** Error Report ***
  150. Version: 4.7.14.0
  151. Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3
  152. Operating system: Linux version 6.1.64-Unraid (root@Develop-612) (gcc (GCC) 12.2.0, GNU ld version 2.40-slack151) #1 SMP PREEMPT_DYNAMIC Wed Nov 29 12:48:16 PST 2023
  153. Framework: .NET 6.0.20
  154. OS/Process: x64/x64
  155. Runtime: system/System.Private.CoreLib.dll
  156. Processor count: 16
  157. Data path: /config
  158. Application path: /system
  159. System.UnauthorizedAccessException: System.UnauthorizedAccessException: Access to the path '/mnt/movies/Book of Shadows - Blair Witch 2 (2000)/Book of Shadows - Blair Witch 2 (2000).nfo' is denied.
  160. ---> System.IO.IOException: Permission denied
  161. --- End of inner exception stack trace ---
  162. at Interop.CheckIo(Error error, String path, Boolean isDirectory, Func`2 errorRewriter)
  163. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
  164. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  165. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  166. at System.IO.Strategies.FileStreamHelpers.ChooseStrategy(FileStream fileStream, String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, Int64 preallocationSize)
  167. at System.IO.FileStream..ctor(String path, FileStreamOptions options)
  168. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Int32 bufferSize, FileOpenOptions fileOpenOptions, Int64 preAllocationSize)
  169. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Boolean isAsync)
  170. at NfoMetadata.Savers.BaseNfoSaver.SaveToFile(Stream stream, String path, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  171. at NfoMetadata.Savers.BaseNfoSaver.Save(BaseItem item, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  172. at Emby.Providers.Manager.ProviderManager.SaveMetadata(BaseItem item, LibraryOptions libraryOptions, ItemUpdateType updateType, IMetadataSaver[] savers, CancellationToken cancellationToken)
  173. Source: System.Private.CoreLib
  174. TargetSite: Void CheckIo(Error, System.String, Boolean, System.Func`2[Interop+ErrorInfo,Interop+ErrorInfo])
  175. InnerException: System.IO.IOException: Permission denied
  176. Source:
  177. TargetSite:
  178.  
  179. 2023-12-19 00:03:38.623 Info MediaProbeManager: ProcessRun 'ffprobe' Execute: /bin/ffprobe -i file:"/mnt/movies/American Ultra (2015)/American Ultra (2015).mkv" -threads 0 -v info -print_format json -show_streams -show_chapters -show_format -show_data
  180. 2023-12-19 00:03:38.649 Info MediaProbeManager: ProcessRun 'ffprobe' Process exited with code 0 - Succeeded
  181. 2023-12-19 00:03:38.653 Info TheMovieDb: MovieDbProvider: Finding id for item: American Ultra
  182. 2023-12-19 00:03:38.653 Info HttpClient: GET https://api.themoviedb.org/3/search/movie?api_key=x_secret1_x&query=American Ultra&language=en-US&year=2015
  183. 2023-12-19 00:03:38.952 Info HttpClient: GET https://api.themoviedb.org/3/movie/261392?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers&language=en-US&include_image_language=en-US,en,null,en
  184. 2023-12-19 00:03:39.062 Info HttpClient: GET https://private.omdbapi.com?apikey=x_secret2_x&i=tt3316948&plot=short&r=json
  185. 2023-12-19 00:03:39.251 Info HttpClient: GET https://api.themoviedb.org/3/movie/261392?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers
  186. 2023-12-19 00:03:39.342 Info HttpClient: GET https://webservice.fanart.tv/v3/movies/261392?api_key=x_secret3_x
  187. 2023-12-19 00:03:39.850 Error ProviderManager: Error in metadata saver
  188. *** Error Report ***
  189. Version: 4.7.14.0
  190. Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3
  191. Operating system: Linux version 6.1.64-Unraid (root@Develop-612) (gcc (GCC) 12.2.0, GNU ld version 2.40-slack151) #1 SMP PREEMPT_DYNAMIC Wed Nov 29 12:48:16 PST 2023
  192. Framework: .NET 6.0.20
  193. OS/Process: x64/x64
  194. Runtime: system/System.Private.CoreLib.dll
  195. Processor count: 16
  196. Data path: /config
  197. Application path: /system
  198. System.UnauthorizedAccessException: System.UnauthorizedAccessException: Access to the path '/mnt/movies/American Ultra (2015)/American Ultra (2015).nfo' is denied.
  199. ---> System.IO.IOException: Permission denied
  200. --- End of inner exception stack trace ---
  201. at Interop.CheckIo(Error error, String path, Boolean isDirectory, Func`2 errorRewriter)
  202. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
  203. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  204. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  205. at System.IO.Strategies.FileStreamHelpers.ChooseStrategy(FileStream fileStream, String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, Int64 preallocationSize)
  206. at System.IO.FileStream..ctor(String path, FileStreamOptions options)
  207. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Int32 bufferSize, FileOpenOptions fileOpenOptions, Int64 preAllocationSize)
  208. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Boolean isAsync)
  209. at NfoMetadata.Savers.BaseNfoSaver.SaveToFile(Stream stream, String path, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  210. at NfoMetadata.Savers.BaseNfoSaver.Save(BaseItem item, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  211. at Emby.Providers.Manager.ProviderManager.SaveMetadata(BaseItem item, LibraryOptions libraryOptions, ItemUpdateType updateType, IMetadataSaver[] savers, CancellationToken cancellationToken)
  212. Source: System.Private.CoreLib
  213. TargetSite: Void CheckIo(Error, System.String, Boolean, System.Func`2[Interop+ErrorInfo,Interop+ErrorInfo])
  214. InnerException: System.IO.IOException: Permission denied
  215. Source:
  216. TargetSite:
  217.  
  218. 2023-12-19 00:04:15.766 Info App: Auto-Organize watch folder does not exist: D:\Emby Media Server\Media\Unorganized Content\Auto Organize
  219. 2023-12-19 00:04:15.766 Info App: Auto-Organize watch folder does not exist: D:\Emby Media Server\Media\Unorganized Content\Auto Organize\Movies
  220. 2023-12-19 00:04:15.767 Error TaskManager: Error
  221. *** Error Report ***
  222. Version: 4.7.14.0
  223. Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3
  224. Operating system: Linux version 6.1.64-Unraid (root@Develop-612) (gcc (GCC) 12.2.0, GNU ld version 2.40-slack151) #1 SMP PREEMPT_DYNAMIC Wed Nov 29 12:48:16 PST 2023
  225. Framework: .NET 6.0.20
  226. OS/Process: x64/x64
  227. Runtime: system/System.Private.CoreLib.dll
  228. Processor count: 16
  229. Data path: /config
  230. Application path: /system
  231. System.IO.DirectoryNotFoundException: System.IO.DirectoryNotFoundException: Could not find a part of the path '/var/run/s6/services/emby-server/D:\Emby Media Server\Media\Unorganized Content\Auto Organize\Movies'.
  232. at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound)
  233. at System.IO.Enumeration.FileSystemEnumerator`1.Init()
  234. at System.IO.Enumeration.FileSystemEnumerableFactory.UserFiles(String directory, String expression, EnumerationOptions options)
  235. at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
  236. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFilePaths(String path, String[] extensions, Boolean enableCaseSensitiveExtensions, Boolean recursive)
  237. at Emby.AutoOrganize.Core.MovieFolderOrganizer.DeleteLeftOverFiles(String path, IEnumerable`1 extensions)
  238. at Emby.AutoOrganize.Core.MovieFolderOrganizer.Clean(IEnumerable`1 paths, List`1 watchLocations, Boolean deleteEmptyFolders, List`1 deleteExtensions)
  239. at Emby.AutoOrganize.Core.MovieFolderOrganizer.Organize(MovieFileOrganizationOptions options, CancellationToken cancellationToken, IProgress`1 progress)
  240. at Emby.AutoOrganize.Core.OrganizerScheduledTask.Execute(CancellationToken cancellationToken, IProgress`1 progress)
  241. at Emby.Server.Implementations.ScheduledTasks.ScheduledTaskWorker.ExecuteInternal(TaskOptions options)
  242. Source: System.Private.CoreLib
  243. TargetSite: IntPtr CreateDirectoryHandle(System.String, Boolean)
  244.  
  245. 2023-12-19 00:05:00.001 Info PlaybackReporting - TaskCleanDb: Playback Reporting Data Trim
  246. 2023-12-19 00:05:00.034 Info PlaybackReporting - TaskCleanDb: MaxDataAge : 3
  247. 2023-12-19 00:05:05.772 Info LibraryMonitor: movies (/mnt/movies) will be refreshed.
  248. 2023-12-19 00:05:06.106 Info MediaProbeManager: ProcessRun 'ffprobe' Execute: /bin/ffprobe -i file:"/mnt/movies/The Banker (2020)/The Banker (2020).mp4" -threads 0 -v info -print_format json -show_streams -show_chapters -show_format -show_data
  249. 2023-12-19 00:05:06.172 Info MediaProbeManager: ProcessRun 'ffprobe' Process exited with code 0 - Succeeded
  250. 2023-12-19 00:05:06.177 Info TheMovieDb: MovieDbProvider: Finding id for item: The Banker
  251. 2023-12-19 00:05:06.177 Info HttpClient: GET https://api.themoviedb.org/3/search/movie?api_key=x_secret1_x&query=The Banker&language=en-US&year=2020
  252. 2023-12-19 00:05:06.623 Info HttpClient: GET https://api.themoviedb.org/3/movie/627725?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers&language=en-US&include_image_language=en-US,en,null,en
  253. 2023-12-19 00:05:06.705 Info HttpClient: GET https://private.omdbapi.com?apikey=x_secret2_x&i=tt6285944&plot=short&r=json
  254. 2023-12-19 00:05:06.923 Info HttpClient: GET https://api.themoviedb.org/3/movie/627725?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers
  255. 2023-12-19 00:05:06.954 Info LibraryMonitor: movies (/mnt/movies) will be refreshed.
  256. 2023-12-19 00:05:06.954 Info LibraryMonitor: Brahms - The Boy II (/mnt/movies/Brahms - The Boy II (2020)/Brahms - The Boy II (2020).mp4) will be refreshed.
  257. 2023-12-19 00:05:06.992 Info HttpClient: GET https://webservice.fanart.tv/v3/movies/627725?api_key=x_secret3_x
  258. 2023-12-19 00:05:08.974 Error ProviderManager: Error in metadata saver
  259. *** Error Report ***
  260. Version: 4.7.14.0
  261. Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3
  262. Operating system: Linux version 6.1.64-Unraid (root@Develop-612) (gcc (GCC) 12.2.0, GNU ld version 2.40-slack151) #1 SMP PREEMPT_DYNAMIC Wed Nov 29 12:48:16 PST 2023
  263. Framework: .NET 6.0.20
  264. OS/Process: x64/x64
  265. Runtime: system/System.Private.CoreLib.dll
  266. Processor count: 16
  267. Data path: /config
  268. Application path: /system
  269. System.UnauthorizedAccessException: System.UnauthorizedAccessException: Access to the path '/mnt/movies/The Banker (2020)/The Banker (2020).nfo' is denied.
  270. ---> System.IO.IOException: Permission denied
  271. --- End of inner exception stack trace ---
  272. at Interop.CheckIo(Error error, String path, Boolean isDirectory, Func`2 errorRewriter)
  273. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
  274. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  275. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  276. at System.IO.Strategies.FileStreamHelpers.ChooseStrategy(FileStream fileStream, String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, Int64 preallocationSize)
  277. at System.IO.FileStream..ctor(String path, FileStreamOptions options)
  278. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Int32 bufferSize, FileOpenOptions fileOpenOptions, Int64 preAllocationSize)
  279. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Boolean isAsync)
  280. at NfoMetadata.Savers.BaseNfoSaver.SaveToFile(Stream stream, String path, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  281. at NfoMetadata.Savers.BaseNfoSaver.Save(BaseItem item, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  282. at Emby.Providers.Manager.ProviderManager.SaveMetadata(BaseItem item, LibraryOptions libraryOptions, ItemUpdateType updateType, IMetadataSaver[] savers, CancellationToken cancellationToken)
  283. Source: System.Private.CoreLib
  284. TargetSite: Void CheckIo(Error, System.String, Boolean, System.Func`2[Interop+ErrorInfo,Interop+ErrorInfo])
  285. InnerException: System.IO.IOException: Permission denied
  286. Source:
  287. TargetSite:
  288.  
  289. 2023-12-19 00:05:08.975 Info MediaProbeManager: ProcessRun 'ffprobe' Execute: /bin/ffprobe -i file:"/mnt/movies/Brahms - The Boy II (2020)/Brahms - The Boy II (2020).mp4" -threads 0 -v info -print_format json -show_streams -show_chapters -show_format -show_data
  290. 2023-12-19 00:05:09.038 Info MediaProbeManager: ProcessRun 'ffprobe' Process exited with code 0 - Succeeded
  291. 2023-12-19 00:05:09.040 Info TheMovieDb: MovieDbProvider: Finding id for item: Brahms - The Boy II
  292. 2023-12-19 00:05:09.040 Info HttpClient: GET https://api.themoviedb.org/3/search/movie?api_key=x_secret1_x&query=Brahms - The Boy II&language=en-US&year=2020
  293. 2023-12-19 00:05:09.340 Info HttpClient: GET https://api.themoviedb.org/3/movie/555974?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers&language=en-US&include_image_language=en-US,en,null,en
  294. 2023-12-19 00:05:09.414 Info HttpClient: GET https://private.omdbapi.com?apikey=x_secret2_x&i=tt9173418&plot=short&r=json
  295. 2023-12-19 00:05:09.640 Info HttpClient: GET https://api.themoviedb.org/3/movie/555974?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers
  296. 2023-12-19 00:05:09.715 Info HttpClient: GET https://webservice.fanart.tv/v3/movies/555974?api_key=x_secret3_x
  297. 2023-12-19 00:05:10.330 Error ProviderManager: Error in metadata saver
  298. *** Error Report ***
  299. Version: 4.7.14.0
  300. Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3
  301. Operating system: Linux version 6.1.64-Unraid (root@Develop-612) (gcc (GCC) 12.2.0, GNU ld version 2.40-slack151) #1 SMP PREEMPT_DYNAMIC Wed Nov 29 12:48:16 PST 2023
  302. Framework: .NET 6.0.20
  303. OS/Process: x64/x64
  304. Runtime: system/System.Private.CoreLib.dll
  305. Processor count: 16
  306. Data path: /config
  307. Application path: /system
  308. System.UnauthorizedAccessException: System.UnauthorizedAccessException: Access to the path '/mnt/movies/Brahms - The Boy II (2020)/Brahms - The Boy II (2020).nfo' is denied.
  309. ---> System.IO.IOException: Permission denied
  310. --- End of inner exception stack trace ---
  311. at Interop.CheckIo(Error error, String path, Boolean isDirectory, Func`2 errorRewriter)
  312. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
  313. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  314. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  315. at System.IO.Strategies.FileStreamHelpers.ChooseStrategy(FileStream fileStream, String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, Int64 preallocationSize)
  316. at System.IO.FileStream..ctor(String path, FileStreamOptions options)
  317. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Int32 bufferSize, FileOpenOptions fileOpenOptions, Int64 preAllocationSize)
  318. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Boolean isAsync)
  319. at NfoMetadata.Savers.BaseNfoSaver.SaveToFile(Stream stream, String path, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  320. at NfoMetadata.Savers.BaseNfoSaver.Save(BaseItem item, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  321. at Emby.Providers.Manager.ProviderManager.SaveMetadata(BaseItem item, LibraryOptions libraryOptions, ItemUpdateType updateType, IMetadataSaver[] savers, CancellationToken cancellationToken)
  322. Source: System.Private.CoreLib
  323. TargetSite: Void CheckIo(Error, System.String, Boolean, System.Func`2[Interop+ErrorInfo,Interop+ErrorInfo])
  324. InnerException: System.IO.IOException: Permission denied
  325. Source:
  326. TargetSite:
  327.  
  328. 2023-12-19 00:05:10.331 Info MediaProbeManager: ProcessRun 'ffprobe' Execute: /bin/ffprobe -i file:"/mnt/movies/Bowling for Columbine (2002)/Bowling for Columbine (2002).mp4" -threads 0 -v info -print_format json -show_streams -show_chapters -show_format -show_data
  329. 2023-12-19 00:05:10.400 Info MediaProbeManager: ProcessRun 'ffprobe' Process exited with code 0 - Succeeded
  330. 2023-12-19 00:05:10.402 Info TheMovieDb: MovieDbProvider: Finding id for item: Bowling for Columbine
  331. 2023-12-19 00:05:10.402 Info HttpClient: GET https://api.themoviedb.org/3/search/movie?api_key=x_secret1_x&query=Bowling for Columbine&language=en-US&year=2002
  332. 2023-12-19 00:05:10.702 Info HttpClient: GET https://api.themoviedb.org/3/movie/1430?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers&language=en-US&include_image_language=en-US,en,null,en
  333. 2023-12-19 00:05:10.778 Info HttpClient: GET https://private.omdbapi.com?apikey=x_secret2_x&i=tt0310793&plot=short&r=json
  334. 2023-12-19 00:05:11.002 Info HttpClient: GET https://api.themoviedb.org/3/movie/1430?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers
  335. 2023-12-19 00:05:11.078 Info HttpClient: GET https://webservice.fanart.tv/v3/movies/1430?api_key=x_secret3_x
  336. 2023-12-19 00:05:11.326 Error ProviderManager: Error in metadata saver
  337. *** Error Report ***
  338. Version: 4.7.14.0
  339. Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3
  340. Operating system: Linux version 6.1.64-Unraid (root@Develop-612) (gcc (GCC) 12.2.0, GNU ld version 2.40-slack151) #1 SMP PREEMPT_DYNAMIC Wed Nov 29 12:48:16 PST 2023
  341. Framework: .NET 6.0.20
  342. OS/Process: x64/x64
  343. Runtime: system/System.Private.CoreLib.dll
  344. Processor count: 16
  345. Data path: /config
  346. Application path: /system
  347. System.UnauthorizedAccessException: System.UnauthorizedAccessException: Access to the path '/mnt/movies/Bowling for Columbine (2002)/Bowling for Columbine (2002).nfo' is denied.
  348. ---> System.IO.IOException: Permission denied
  349. --- End of inner exception stack trace ---
  350. at Interop.CheckIo(Error error, String path, Boolean isDirectory, Func`2 errorRewriter)
  351. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
  352. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  353. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  354. at System.IO.Strategies.FileStreamHelpers.ChooseStrategy(FileStream fileStream, String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, Int64 preallocationSize)
  355. at System.IO.FileStream..ctor(String path, FileStreamOptions options)
  356. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Int32 bufferSize, FileOpenOptions fileOpenOptions, Int64 preAllocationSize)
  357. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Boolean isAsync)
  358. at NfoMetadata.Savers.BaseNfoSaver.SaveToFile(Stream stream, String path, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  359. at NfoMetadata.Savers.BaseNfoSaver.Save(BaseItem item, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  360. at Emby.Providers.Manager.ProviderManager.SaveMetadata(BaseItem item, LibraryOptions libraryOptions, ItemUpdateType updateType, IMetadataSaver[] savers, CancellationToken cancellationToken)
  361. Source: System.Private.CoreLib
  362. TargetSite: Void CheckIo(Error, System.String, Boolean, System.Func`2[Interop+ErrorInfo,Interop+ErrorInfo])
  363. InnerException: System.IO.IOException: Permission denied
  364. Source:
  365. TargetSite:
  366.  
  367. 2023-12-19 00:05:14.027 Info LibraryMonitor: movies (/mnt/movies) will be refreshed.
  368. 2023-12-19 00:05:14.027 Info LibraryMonitor: Bowling for Columbine (/mnt/movies/Bowling for Columbine (2002)/Bowling for Columbine (2002).mp4) will be refreshed.
  369. 2023-12-19 00:06:21.254 Info Server: http/1.1 POST http://host1:8096/emby/Sessions/Capabilities/Full?X-Emby-Client=Emby Web&X-Emby-Device-Name=Firefox Windows&X-Emby-Device-Id=d0ab8fbd-1cd9-49e2-839c-30089bac7535&X-Emby-Client-Version=4.7.14.0&X-Emby-Language=en-us&reqformat=json. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:120.0) Gecko/20100101 Firefox/120.0
  370. 2023-12-19 00:06:21.255 Info Server: http/1.1 Response 204 to host2. Time: 1ms. http://host1:8096/emby/Sessions/Capabilities/Full?X-Emby-Client=Emby Web&X-Emby-Device-Name=Firefox Windows&X-Emby-Device-Id=d0ab8fbd-1cd9-49e2-839c-30089bac7535&X-Emby-Client-Version=4.7.14.0&X-Emby-Language=en-us&reqformat=json
  371. 2023-12-19 00:06:25.227 Info HttpClient: GET https://image.tmdb.org/t/p/original/5AlgeysilsfLdEwlTlYO7fqgsLn.jpg
  372. 2023-12-19 00:06:25.233 Info HttpClient: GET https://image.tmdb.org/t/p/original/biXzsw22U6vSd0XktmZwAOc4uik.jpg
  373. 2023-12-19 00:06:25.235 Info HttpClient: GET https://image.tmdb.org/t/p/original/tIpGQ9uuII7QVFF0GHCFTJFfXve.jpg
  374. 2023-12-19 00:06:25.236 Info HttpClient: GET https://image.tmdb.org/t/p/original/l1jF93S9FYbzp3Byh5VUA1KApSJ.jpg
  375. 2023-12-19 00:06:25.241 Info HttpClient: GET https://image.tmdb.org/t/p/original/bi2MCDYvrZQPf1uXyvfVYPE57Mz.jpg
  376. 2023-12-19 00:06:25.368 Error ProviderManager: UnauthorizedAccessException: Emby Server is being write access to /mnt/movies/Bowling for Columbine (2002)/poster.jpg. Please check your file permissions.
  377. 2023-12-19 00:06:25.388 Error ProviderManager: UnauthorizedAccessException: Emby Server is being write access to /mnt/movies/Brahms - The Boy II (2020)/poster.jpg. Please check your file permissions.
  378. 2023-12-19 00:06:25.392 Error ProviderManager: UnauthorizedAccessException: Emby Server is being write access to /mnt/movies/The Banker (2020)/poster.jpg. Please check your file permissions.
  379. 2023-12-19 00:06:25.426 Error ProviderManager: UnauthorizedAccessException: Emby Server is being write access to /mnt/movies/Book of Shadows - Blair Witch 2 (2000)/poster.jpg. Please check your file permissions.
  380. 2023-12-19 00:06:25.432 Error ProviderManager: UnauthorizedAccessException: Emby Server is being write access to /mnt/movies/American Ultra (2015)/poster.jpg. Please check your file permissions.
  381. 2023-12-19 00:06:27.639 Info Server: http/1.1 POST http://host1:8096/emby/Items/4/Refresh?Recursive=true&ImageRefreshMode=Default&MetadataRefreshMode=Default&ReplaceAllImages=false&ReplaceAllMetadata=false&X-Emby-Client=Emby Web&X-Emby-Device-Name=Firefox Windows&X-Emby-Device-Id=d0ab8fbd-1cd9-49e2-839c-30089bac7535&X-Emby-Client-Version=4.7.14.0&X-Emby-Language=en-us. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:120.0) Gecko/20100101 Firefox/120.0
  382. 2023-12-19 00:06:27.643 Info Server: http/1.1 Response 204 to host2. Time: 4ms. http://host1:8096/emby/Items/4/Refresh?Recursive=true&ImageRefreshMode=Default&MetadataRefreshMode=Default&ReplaceAllImages=false&ReplaceAllMetadata=false&X-Emby-Client=Emby Web&X-Emby-Device-Name=Firefox Windows&X-Emby-Device-Id=d0ab8fbd-1cd9-49e2-839c-30089bac7535&X-Emby-Client-Version=4.7.14.0&X-Emby-Language=en-us
  383. 2023-12-19 00:06:27.989 Info MediaProbeManager: ProcessRun 'ffprobe' Execute: /bin/ffprobe -i file:"/mnt/movies/Boogeyman (2005)/Boogeyman (2005).mp4" -threads 0 -v info -print_format json -show_streams -show_chapters -show_format -show_data
  384. 2023-12-19 00:06:28.044 Info MediaProbeManager: ProcessRun 'ffprobe' Process exited with code 0 - Succeeded
  385. 2023-12-19 00:06:28.049 Info TheMovieDb: MovieDbProvider: Finding id for item: Boogeyman
  386. 2023-12-19 00:06:28.049 Info HttpClient: GET https://api.themoviedb.org/3/search/movie?api_key=x_secret1_x&query=Boogeyman&language=en-US&year=2005
  387. 2023-12-19 00:06:28.349 Info HttpClient: GET https://api.themoviedb.org/3/movie/8968?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers&language=en-US&include_image_language=en-US,en,null,en
  388. 2023-12-19 00:06:28.395 Info HttpClient: GET https://private.omdbapi.com?apikey=x_secret2_x&i=tt0357507&plot=short&r=json
  389. 2023-12-19 00:06:28.649 Info HttpClient: GET https://api.themoviedb.org/3/movie/8968?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers
  390. 2023-12-19 00:06:28.717 Info HttpClient: GET https://webservice.fanart.tv/v3/movies/8968?api_key=x_secret3_x
  391. 2023-12-19 00:06:29.324 Error ProviderManager: Error in metadata saver
  392. *** Error Report ***
  393. Version: 4.7.14.0
  394. Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3
  395. Operating system: Linux version 6.1.64-Unraid (root@Develop-612) (gcc (GCC) 12.2.0, GNU ld version 2.40-slack151) #1 SMP PREEMPT_DYNAMIC Wed Nov 29 12:48:16 PST 2023
  396. Framework: .NET 6.0.20
  397. OS/Process: x64/x64
  398. Runtime: system/System.Private.CoreLib.dll
  399. Processor count: 16
  400. Data path: /config
  401. Application path: /system
  402. System.UnauthorizedAccessException: System.UnauthorizedAccessException: Access to the path '/mnt/movies/Boogeyman (2005)/Boogeyman (2005).nfo' is denied.
  403. ---> System.IO.IOException: Permission denied
  404. --- End of inner exception stack trace ---
  405. at Interop.CheckIo(Error error, String path, Boolean isDirectory, Func`2 errorRewriter)
  406. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
  407. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  408. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  409. at System.IO.Strategies.FileStreamHelpers.ChooseStrategy(FileStream fileStream, String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, Int64 preallocationSize)
  410. at System.IO.FileStream..ctor(String path, FileStreamOptions options)
  411. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Int32 bufferSize, FileOpenOptions fileOpenOptions, Int64 preAllocationSize)
  412. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Boolean isAsync)
  413. at NfoMetadata.Savers.BaseNfoSaver.SaveToFile(Stream stream, String path, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  414. at NfoMetadata.Savers.BaseNfoSaver.Save(BaseItem item, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  415. at Emby.Providers.Manager.ProviderManager.SaveMetadata(BaseItem item, LibraryOptions libraryOptions, ItemUpdateType updateType, IMetadataSaver[] savers, CancellationToken cancellationToken)
  416. Source: System.Private.CoreLib
  417. TargetSite: Void CheckIo(Error, System.String, Boolean, System.Func`2[Interop+ErrorInfo,Interop+ErrorInfo])
  418. InnerException: System.IO.IOException: Permission denied
  419. Source:
  420. TargetSite:
  421.  
  422. 2023-12-19 00:06:34.709 Info LibraryMonitor: movies (/mnt/movies) will be refreshed.
  423. 2023-12-19 00:06:34.709 Info LibraryMonitor: Boogeyman (/mnt/movies/Boogeyman (2005)/Boogeyman (2005).mp4) will be refreshed.
  424. 2023-12-19 00:06:37.448 Info HttpClient: GET https://image.tmdb.org/t/p/original/5KffN0UcuAKJdUAcOvZ21OrqXc8.jpg
  425. 2023-12-19 00:06:37.762 Error ProviderManager: UnauthorizedAccessException: Emby Server is being write access to /mnt/movies/Boogeyman (2005)/poster.jpg. Please check your file permissions.
  426. 2023-12-19 00:08:05.665 Info LibraryMonitor: movies (/mnt/movies) will be refreshed.
  427. 2023-12-19 00:08:05.978 Info MediaProbeManager: ProcessRun 'ffprobe' Execute: /bin/ffprobe -i file:"/mnt/movies/Boyz n the Hood (1991)/Boyz n the Hood (1991).mp4" -threads 0 -v info -print_format json -show_streams -show_chapters -show_format -show_data
  428. 2023-12-19 00:08:06.040 Info MediaProbeManager: ProcessRun 'ffprobe' Process exited with code 0 - Succeeded
  429. 2023-12-19 00:08:06.045 Info TheMovieDb: MovieDbProvider: Finding id for item: Boyz n the Hood
  430. 2023-12-19 00:08:06.045 Info HttpClient: GET https://api.themoviedb.org/3/search/movie?api_key=x_secret1_x&query=Boyz n the Hood&language=en-US&year=1991
  431. 2023-12-19 00:08:06.375 Info HttpClient: GET https://api.themoviedb.org/3/movie/650?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers&language=en-US&include_image_language=en-US,en,null,en
  432. 2023-12-19 00:08:06.414 Info HttpClient: GET https://private.omdbapi.com?apikey=x_secret2_x&i=tt0101507&plot=short&r=json
  433. 2023-12-19 00:08:06.690 Info HttpClient: GET https://api.themoviedb.org/3/movie/650?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers
  434. 2023-12-19 00:08:06.728 Info HttpClient: GET https://webservice.fanart.tv/v3/movies/650?api_key=x_secret3_x
  435. 2023-12-19 00:08:07.195 Error ProviderManager: Error in metadata saver
  436. *** Error Report ***
  437. Version: 4.7.14.0
  438. Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3
  439. Operating system: Linux version 6.1.64-Unraid (root@Develop-612) (gcc (GCC) 12.2.0, GNU ld version 2.40-slack151) #1 SMP PREEMPT_DYNAMIC Wed Nov 29 12:48:16 PST 2023
  440. Framework: .NET 6.0.20
  441. OS/Process: x64/x64
  442. Runtime: system/System.Private.CoreLib.dll
  443. Processor count: 16
  444. Data path: /config
  445. Application path: /system
  446. System.UnauthorizedAccessException: System.UnauthorizedAccessException: Access to the path '/mnt/movies/Boyz n the Hood (1991)/Boyz n the Hood (1991).nfo' is denied.
  447. ---> System.IO.IOException: Permission denied
  448. --- End of inner exception stack trace ---
  449. at Interop.CheckIo(Error error, String path, Boolean isDirectory, Func`2 errorRewriter)
  450. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
  451. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  452. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  453. at System.IO.Strategies.FileStreamHelpers.ChooseStrategy(FileStream fileStream, String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, Int64 preallocationSize)
  454. at System.IO.FileStream..ctor(String path, FileStreamOptions options)
  455. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Int32 bufferSize, FileOpenOptions fileOpenOptions, Int64 preAllocationSize)
  456. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Boolean isAsync)
  457. at NfoMetadata.Savers.BaseNfoSaver.SaveToFile(Stream stream, String path, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  458. at NfoMetadata.Savers.BaseNfoSaver.Save(BaseItem item, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  459. at Emby.Providers.Manager.ProviderManager.SaveMetadata(BaseItem item, LibraryOptions libraryOptions, ItemUpdateType updateType, IMetadataSaver[] savers, CancellationToken cancellationToken)
  460. Source: System.Private.CoreLib
  461. TargetSite: Void CheckIo(Error, System.String, Boolean, System.Func`2[Interop+ErrorInfo,Interop+ErrorInfo])
  462. InnerException: System.IO.IOException: Permission denied
  463. Source:
  464. TargetSite:
  465.  
  466. 2023-12-19 00:09:15.767 Info App: Auto-Organize watch folder does not exist: D:\Emby Media Server\Media\Unorganized Content\Auto Organize
  467. 2023-12-19 00:09:15.767 Info App: Auto-Organize watch folder does not exist: D:\Emby Media Server\Media\Unorganized Content\Auto Organize\Movies
  468. 2023-12-19 00:09:15.769 Error TaskManager: Error
  469. *** Error Report ***
  470. Version: 4.7.14.0
  471. Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3
  472. Operating system: Linux version 6.1.64-Unraid (root@Develop-612) (gcc (GCC) 12.2.0, GNU ld version 2.40-slack151) #1 SMP PREEMPT_DYNAMIC Wed Nov 29 12:48:16 PST 2023
  473. Framework: .NET 6.0.20
  474. OS/Process: x64/x64
  475. Runtime: system/System.Private.CoreLib.dll
  476. Processor count: 16
  477. Data path: /config
  478. Application path: /system
  479. System.IO.DirectoryNotFoundException: System.IO.DirectoryNotFoundException: Could not find a part of the path '/var/run/s6/services/emby-server/D:\Emby Media Server\Media\Unorganized Content\Auto Organize\Movies'.
  480. at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound)
  481. at System.IO.Enumeration.FileSystemEnumerator`1.Init()
  482. at System.IO.Enumeration.FileSystemEnumerableFactory.UserFiles(String directory, String expression, EnumerationOptions options)
  483. at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
  484. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFilePaths(String path, String[] extensions, Boolean enableCaseSensitiveExtensions, Boolean recursive)
  485. at Emby.AutoOrganize.Core.MovieFolderOrganizer.DeleteLeftOverFiles(String path, IEnumerable`1 extensions)
  486. at Emby.AutoOrganize.Core.MovieFolderOrganizer.Clean(IEnumerable`1 paths, List`1 watchLocations, Boolean deleteEmptyFolders, List`1 deleteExtensions)
  487. at Emby.AutoOrganize.Core.MovieFolderOrganizer.Organize(MovieFileOrganizationOptions options, CancellationToken cancellationToken, IProgress`1 progress)
  488. at Emby.AutoOrganize.Core.OrganizerScheduledTask.Execute(CancellationToken cancellationToken, IProgress`1 progress)
  489. at Emby.Server.Implementations.ScheduledTasks.ScheduledTaskWorker.ExecuteInternal(TaskOptions options)
  490. Source: System.Private.CoreLib
  491. TargetSite: IntPtr CreateDirectoryHandle(System.String, Boolean)
  492.  
  493. 2023-12-19 00:09:34.832 Info LibraryMonitor: movies (/mnt/movies) will be refreshed.
  494. 2023-12-19 00:09:35.166 Info MediaProbeManager: ProcessRun 'ffprobe' Execute: /bin/ffprobe -i file:"/mnt/movies/Birdman or (The Unexpected Virtue of Ignorance) (2014)/Birdman or (The Unexpected Virtue of Ignorance) (2014).mkv" -threads 0 -v info -print_format json -show_streams -show_chapters -show_format -show_data
  495. 2023-12-19 00:09:35.195 Info MediaProbeManager: ProcessRun 'ffprobe' Process exited with code 0 - Succeeded
  496. 2023-12-19 00:09:35.200 Info TheMovieDb: MovieDbProvider: Finding id for item: Birdman or (The Unexpected Virtue of Ignorance
  497. 2023-12-19 00:09:35.200 Info HttpClient: GET https://api.themoviedb.org/3/search/movie?api_key=x_secret1_x&query=Birdman or (The Unexpected Virtue of Ignorance&language=en-US&year=2014
  498. 2023-12-19 00:09:35.500 Info HttpClient: GET https://api.themoviedb.org/3/movie/194662?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers&language=en-US&include_image_language=en-US,en,null,en
  499. 2023-12-19 00:09:35.609 Info HttpClient: GET https://private.omdbapi.com?apikey=x_secret2_x&i=tt2562232&plot=short&r=json
  500. 2023-12-19 00:09:35.895 Info HttpClient: GET https://api.themoviedb.org/3/movie/194662?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers
  501. 2023-12-19 00:09:35.998 Info HttpClient: GET https://webservice.fanart.tv/v3/movies/194662?api_key=x_secret3_x
  502. 2023-12-19 00:09:36.523 Error ProviderManager: Error in metadata saver
  503. *** Error Report ***
  504. Version: 4.7.14.0
  505. Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3
  506. Operating system: Linux version 6.1.64-Unraid (root@Develop-612) (gcc (GCC) 12.2.0, GNU ld version 2.40-slack151) #1 SMP PREEMPT_DYNAMIC Wed Nov 29 12:48:16 PST 2023
  507. Framework: .NET 6.0.20
  508. OS/Process: x64/x64
  509. Runtime: system/System.Private.CoreLib.dll
  510. Processor count: 16
  511. Data path: /config
  512. Application path: /system
  513. System.UnauthorizedAccessException: System.UnauthorizedAccessException: Access to the path '/mnt/movies/Birdman or (The Unexpected Virtue of Ignorance) (2014)/Birdman or (The Unexpected Virtue of Ignorance) (2014).nfo' is denied.
  514. ---> System.IO.IOException: Permission denied
  515. --- End of inner exception stack trace ---
  516. at Interop.CheckIo(Error error, String path, Boolean isDirectory, Func`2 errorRewriter)
  517. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
  518. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  519. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  520. at System.IO.Strategies.FileStreamHelpers.ChooseStrategy(FileStream fileStream, String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, Int64 preallocationSize)
  521. at System.IO.FileStream..ctor(String path, FileStreamOptions options)
  522. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Int32 bufferSize, FileOpenOptions fileOpenOptions, Int64 preAllocationSize)
  523. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Boolean isAsync)
  524. at NfoMetadata.Savers.BaseNfoSaver.SaveToFile(Stream stream, String path, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  525. at NfoMetadata.Savers.BaseNfoSaver.Save(BaseItem item, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  526. at Emby.Providers.Manager.ProviderManager.SaveMetadata(BaseItem item, LibraryOptions libraryOptions, ItemUpdateType updateType, IMetadataSaver[] savers, CancellationToken cancellationToken)
  527. Source: System.Private.CoreLib
  528. TargetSite: Void CheckIo(Error, System.String, Boolean, System.Func`2[Interop+ErrorInfo,Interop+ErrorInfo])
  529. InnerException: System.IO.IOException: Permission denied
  530. Source:
  531. TargetSite:
  532.  
  533. 2023-12-19 00:09:36.523 Info MediaProbeManager: ProcessRun 'ffprobe' Execute: /bin/ffprobe -i file:"/mnt/movies/Book Club - The Next Chapter (2023)/Book Club - The Next Chapter (2023).mp4" -threads 0 -v info -print_format json -show_streams -show_chapters -show_format -show_data
  534. 2023-12-19 00:09:36.587 Info MediaProbeManager: ProcessRun 'ffprobe' Process exited with code 0 - Succeeded
  535. 2023-12-19 00:09:36.590 Info TheMovieDb: MovieDbProvider: Finding id for item: Book Club - The Next Chapter
  536. 2023-12-19 00:09:36.590 Info HttpClient: GET https://api.themoviedb.org/3/search/movie?api_key=x_secret1_x&query=Book Club - The Next Chapter&language=en-US&year=2023
  537. 2023-12-19 00:09:36.889 Info HttpClient: GET https://api.themoviedb.org/3/movie/982271?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers&language=en-US&include_image_language=en-US,en,null,en
  538. 2023-12-19 00:09:36.912 Info HttpClient: GET https://private.omdbapi.com?apikey=x_secret2_x&i=tt20768712&plot=short&r=json
  539. 2023-12-19 00:09:37.090 Info LibraryMonitor: movies (/mnt/movies) will be refreshed.
  540. 2023-12-19 00:09:37.090 Info LibraryMonitor: Book Club - The Next Chapter (/mnt/movies/Book Club - The Next Chapter (2023)/Book Club - The Next Chapter (2023).mp4) will be refreshed.
  541. 2023-12-19 00:09:37.188 Info HttpClient: GET https://api.themoviedb.org/3/movie/982271?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers
  542. 2023-12-19 00:09:37.212 Info HttpClient: GET https://webservice.fanart.tv/v3/movies/982271?api_key=x_secret3_x
  543. 2023-12-19 00:09:37.405 Error ProviderManager: Error in metadata saver
  544. *** Error Report ***
  545. Version: 4.7.14.0
  546. Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3
  547. Operating system: Linux version 6.1.64-Unraid (root@Develop-612) (gcc (GCC) 12.2.0, GNU ld version 2.40-slack151) #1 SMP PREEMPT_DYNAMIC Wed Nov 29 12:48:16 PST 2023
  548. Framework: .NET 6.0.20
  549. OS/Process: x64/x64
  550. Runtime: system/System.Private.CoreLib.dll
  551. Processor count: 16
  552. Data path: /config
  553. Application path: /system
  554. System.UnauthorizedAccessException: System.UnauthorizedAccessException: Access to the path '/mnt/movies/Book Club - The Next Chapter (2023)/Book Club - The Next Chapter (2023).nfo' is denied.
  555. ---> System.IO.IOException: Permission denied
  556. --- End of inner exception stack trace ---
  557. at Interop.CheckIo(Error error, String path, Boolean isDirectory, Func`2 errorRewriter)
  558. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
  559. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  560. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  561. at System.IO.Strategies.FileStreamHelpers.ChooseStrategy(FileStream fileStream, String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, Int64 preallocationSize)
  562. at System.IO.FileStream..ctor(String path, FileStreamOptions options)
  563. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Int32 bufferSize, FileOpenOptions fileOpenOptions, Int64 preAllocationSize)
  564. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Boolean isAsync)
  565. at NfoMetadata.Savers.BaseNfoSaver.SaveToFile(Stream stream, String path, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  566. at NfoMetadata.Savers.BaseNfoSaver.Save(BaseItem item, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  567. at Emby.Providers.Manager.ProviderManager.SaveMetadata(BaseItem item, LibraryOptions libraryOptions, ItemUpdateType updateType, IMetadataSaver[] savers, CancellationToken cancellationToken)
  568. Source: System.Private.CoreLib
  569. TargetSite: Void CheckIo(Error, System.String, Boolean, System.Func`2[Interop+ErrorInfo,Interop+ErrorInfo])
  570. InnerException: System.IO.IOException: Permission denied
  571. Source:
  572. TargetSite:
  573.  
  574. 2023-12-19 00:12:34.550 Info LibraryMonitor: movies (/mnt/movies) will be refreshed.
  575. 2023-12-19 00:12:34.920 Info MediaProbeManager: ProcessRun 'ffprobe' Execute: /bin/ffprobe -i file:"/mnt/movies/The Brainwashing of My Dad (2015)/The Brainwashing of My Dad (2015).mp4" -threads 0 -v info -print_format json -show_streams -show_chapters -show_format -show_data
  576. 2023-12-19 00:12:34.972 Info MediaProbeManager: ProcessRun 'ffprobe' Process exited with code 0 - Succeeded
  577. 2023-12-19 00:12:36.630 Info TheMovieDb: MovieDbProvider: Finding id for item: The Brainwashing of My Dad
  578. 2023-12-19 00:12:36.630 Info HttpClient: GET https://api.themoviedb.org/3/search/movie?api_key=x_secret1_x&query=The Brainwashing of My Dad&language=en-US&year=2015
  579. 2023-12-19 00:12:36.631 Info LibraryMonitor: movies (/mnt/movies) will be refreshed.
  580. 2023-12-19 00:12:36.631 Info LibraryMonitor: The Breakfast Club (/mnt/movies/The Breakfast Club (1985)/The Breakfast Club (1985).mp4) will be refreshed.
  581. 2023-12-19 00:12:36.881 Info LibraryMonitor: movies (/mnt/movies) will be refreshed.
  582. 2023-12-19 00:12:36.881 Info LibraryMonitor: Austin Powers in Goldmember (/mnt/movies/Austin Powers in Goldmember (2002)/Austin Powers in Goldmember (2002).mkv) will be refreshed.
  583. 2023-12-19 00:12:36.929 Info HttpClient: GET https://api.themoviedb.org/3/movie/385581?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers&language=en-US&include_image_language=en-US,en,null,en
  584. 2023-12-19 00:12:36.996 Info HttpClient: GET https://private.omdbapi.com?apikey=x_secret2_x&i=tt3771626&plot=short&r=json
  585. 2023-12-19 00:12:37.229 Info HttpClient: GET https://api.themoviedb.org/3/movie/385581?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers
  586. 2023-12-19 00:12:37.288 Info HttpClient: GET https://webservice.fanart.tv/v3/movies/385581?api_key=x_secret3_x
  587. 2023-12-19 00:12:37.695 Error ProviderManager: Error in metadata saver
  588. *** Error Report ***
  589. Version: 4.7.14.0
  590. Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3
  591. Operating system: Linux version 6.1.64-Unraid (root@Develop-612) (gcc (GCC) 12.2.0, GNU ld version 2.40-slack151) #1 SMP PREEMPT_DYNAMIC Wed Nov 29 12:48:16 PST 2023
  592. Framework: .NET 6.0.20
  593. OS/Process: x64/x64
  594. Runtime: system/System.Private.CoreLib.dll
  595. Processor count: 16
  596. Data path: /config
  597. Application path: /system
  598. System.UnauthorizedAccessException: System.UnauthorizedAccessException: Access to the path '/mnt/movies/The Brainwashing of My Dad (2015)/The Brainwashing of My Dad (2015).nfo' is denied.
  599. ---> System.IO.IOException: Permission denied
  600. --- End of inner exception stack trace ---
  601. at Interop.CheckIo(Error error, String path, Boolean isDirectory, Func`2 errorRewriter)
  602. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
  603. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  604. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  605. at System.IO.Strategies.FileStreamHelpers.ChooseStrategy(FileStream fileStream, String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, Int64 preallocationSize)
  606. at System.IO.FileStream..ctor(String path, FileStreamOptions options)
  607. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Int32 bufferSize, FileOpenOptions fileOpenOptions, Int64 preAllocationSize)
  608. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Boolean isAsync)
  609. at NfoMetadata.Savers.BaseNfoSaver.SaveToFile(Stream stream, String path, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  610. at NfoMetadata.Savers.BaseNfoSaver.Save(BaseItem item, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  611. at Emby.Providers.Manager.ProviderManager.SaveMetadata(BaseItem item, LibraryOptions libraryOptions, ItemUpdateType updateType, IMetadataSaver[] savers, CancellationToken cancellationToken)
  612. Source: System.Private.CoreLib
  613. TargetSite: Void CheckIo(Error, System.String, Boolean, System.Func`2[Interop+ErrorInfo,Interop+ErrorInfo])
  614. InnerException: System.IO.IOException: Permission denied
  615. Source:
  616. TargetSite:
  617.  
  618. 2023-12-19 00:12:37.696 Info MediaProbeManager: ProcessRun 'ffprobe' Execute: /bin/ffprobe -i file:"/mnt/movies/The Breakfast Club (1985)/The Breakfast Club (1985).mp4" -threads 0 -v info -print_format json -show_streams -show_chapters -show_format -show_data
  619. 2023-12-19 00:12:37.747 Info MediaProbeManager: ProcessRun 'ffprobe' Process exited with code 0 - Succeeded
  620. 2023-12-19 00:12:37.751 Info TheMovieDb: MovieDbProvider: Finding id for item: The Breakfast Club
  621. 2023-12-19 00:12:37.751 Info HttpClient: GET https://api.themoviedb.org/3/search/movie?api_key=x_secret1_x&query=The Breakfast Club&language=en-US&year=1985
  622. 2023-12-19 00:12:38.051 Info HttpClient: GET https://api.themoviedb.org/3/movie/2108?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers&language=en-US&include_image_language=en-US,en,null,en
  623. 2023-12-19 00:12:38.095 Info HttpClient: GET https://private.omdbapi.com?apikey=x_secret2_x&i=tt0088847&plot=short&r=json
  624. 2023-12-19 00:12:38.350 Info HttpClient: GET https://api.themoviedb.org/3/movie/2108?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers
  625. 2023-12-19 00:12:38.373 Info HttpClient: GET https://webservice.fanart.tv/v3/movies/2108?api_key=x_secret3_x
  626. 2023-12-19 00:12:38.555 Error ProviderManager: Error in metadata saver
  627. *** Error Report ***
  628. Version: 4.7.14.0
  629. Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3
  630. Operating system: Linux version 6.1.64-Unraid (root@Develop-612) (gcc (GCC) 12.2.0, GNU ld version 2.40-slack151) #1 SMP PREEMPT_DYNAMIC Wed Nov 29 12:48:16 PST 2023
  631. Framework: .NET 6.0.20
  632. OS/Process: x64/x64
  633. Runtime: system/System.Private.CoreLib.dll
  634. Processor count: 16
  635. Data path: /config
  636. Application path: /system
  637. System.UnauthorizedAccessException: System.UnauthorizedAccessException: Access to the path '/mnt/movies/The Breakfast Club (1985)/The Breakfast Club (1985).nfo' is denied.
  638. ---> System.IO.IOException: Permission denied
  639. --- End of inner exception stack trace ---
  640. at Interop.CheckIo(Error error, String path, Boolean isDirectory, Func`2 errorRewriter)
  641. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
  642. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  643. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  644. at System.IO.Strategies.FileStreamHelpers.ChooseStrategy(FileStream fileStream, String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, Int64 preallocationSize)
  645. at System.IO.FileStream..ctor(String path, FileStreamOptions options)
  646. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Int32 bufferSize, FileOpenOptions fileOpenOptions, Int64 preAllocationSize)
  647. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Boolean isAsync)
  648. at NfoMetadata.Savers.BaseNfoSaver.SaveToFile(Stream stream, String path, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  649. at NfoMetadata.Savers.BaseNfoSaver.Save(BaseItem item, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  650. at Emby.Providers.Manager.ProviderManager.SaveMetadata(BaseItem item, LibraryOptions libraryOptions, ItemUpdateType updateType, IMetadataSaver[] savers, CancellationToken cancellationToken)
  651. Source: System.Private.CoreLib
  652. TargetSite: Void CheckIo(Error, System.String, Boolean, System.Func`2[Interop+ErrorInfo,Interop+ErrorInfo])
  653. InnerException: System.IO.IOException: Permission denied
  654. Source:
  655. TargetSite:
  656.  
  657. 2023-12-19 00:12:38.555 Info MediaProbeManager: ProcessRun 'ffprobe' Execute: /bin/ffprobe -i file:"/mnt/movies/Austin Powers in Goldmember (2002)/Austin Powers in Goldmember (2002).mkv" -threads 0 -v info -print_format json -show_streams -show_chapters -show_format -show_data
  658. 2023-12-19 00:12:38.577 Info MediaProbeManager: ProcessRun 'ffprobe' Process exited with code 0 - Succeeded
  659. 2023-12-19 00:12:38.580 Info TheMovieDb: MovieDbProvider: Finding id for item: Austin Powers in Goldmember
  660. 2023-12-19 00:12:38.650 Info HttpClient: GET https://api.themoviedb.org/3/search/movie?api_key=x_secret1_x&query=Austin Powers in Goldmember&language=en-US&year=2002
  661. 2023-12-19 00:12:38.950 Info HttpClient: GET https://api.themoviedb.org/3/movie/818?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers&language=en-US&include_image_language=en-US,en,null,en
  662. 2023-12-19 00:12:39.000 Info HttpClient: GET https://private.omdbapi.com?apikey=x_secret2_x&i=tt0295178&plot=short&r=json
  663. 2023-12-19 00:12:39.250 Info HttpClient: GET https://api.themoviedb.org/3/movie/818?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers
  664. 2023-12-19 00:12:39.325 Info HttpClient: GET https://webservice.fanart.tv/v3/movies/818?api_key=x_secret3_x
  665. 2023-12-19 00:12:39.649 Error ProviderManager: Error in metadata saver
  666. *** Error Report ***
  667. Version: 4.7.14.0
  668. Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3
  669. Operating system: Linux version 6.1.64-Unraid (root@Develop-612) (gcc (GCC) 12.2.0, GNU ld version 2.40-slack151) #1 SMP PREEMPT_DYNAMIC Wed Nov 29 12:48:16 PST 2023
  670. Framework: .NET 6.0.20
  671. OS/Process: x64/x64
  672. Runtime: system/System.Private.CoreLib.dll
  673. Processor count: 16
  674. Data path: /config
  675. Application path: /system
  676. System.UnauthorizedAccessException: System.UnauthorizedAccessException: Access to the path '/mnt/movies/Austin Powers in Goldmember (2002)/Austin Powers in Goldmember (2002).nfo' is denied.
  677. ---> System.IO.IOException: Permission denied
  678. --- End of inner exception stack trace ---
  679. at Interop.CheckIo(Error error, String path, Boolean isDirectory, Func`2 errorRewriter)
  680. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
  681. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  682. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  683. at System.IO.Strategies.FileStreamHelpers.ChooseStrategy(FileStream fileStream, String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, Int64 preallocationSize)
  684. at System.IO.FileStream..ctor(String path, FileStreamOptions options)
  685. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Int32 bufferSize, FileOpenOptions fileOpenOptions, Int64 preAllocationSize)
  686. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Boolean isAsync)
  687. at NfoMetadata.Savers.BaseNfoSaver.SaveToFile(Stream stream, String path, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  688. at NfoMetadata.Savers.BaseNfoSaver.Save(BaseItem item, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  689. at Emby.Providers.Manager.ProviderManager.SaveMetadata(BaseItem item, LibraryOptions libraryOptions, ItemUpdateType updateType, IMetadataSaver[] savers, CancellationToken cancellationToken)
  690. Source: System.Private.CoreLib
  691. TargetSite: Void CheckIo(Error, System.String, Boolean, System.Func`2[Interop+ErrorInfo,Interop+ErrorInfo])
  692. InnerException: System.IO.IOException: Permission denied
  693. Source:
  694. TargetSite:
  695.  
  696. 2023-12-19 00:14:05.443 Info LibraryMonitor: movies (/mnt/movies) will be refreshed.
  697. 2023-12-19 00:14:05.605 Info LibraryMonitor: movies (/mnt/movies) will be refreshed.
  698. 2023-12-19 00:14:05.896 Info MediaProbeManager: ProcessRun 'ffprobe' Execute: /bin/ffprobe -i file:"/mnt/movies/Bram Stoker's Dracula (1992)/Bram Stoker's Dracula (1992).mp4" -threads 0 -v info -print_format json -show_streams -show_chapters -show_format -show_data
  699. 2023-12-19 00:14:05.965 Info MediaProbeManager: ProcessRun 'ffprobe' Process exited with code 0 - Succeeded
  700. 2023-12-19 00:14:05.970 Info TheMovieDb: MovieDbProvider: Finding id for item: Bram Stoker's Dracula
  701. 2023-12-19 00:14:05.970 Info HttpClient: GET https://api.themoviedb.org/3/search/movie?api_key=x_secret1_x&query=Bram Stoker's Dracula&language=en-US&year=1992
  702. 2023-12-19 00:14:06.270 Info HttpClient: GET https://api.themoviedb.org/3/movie/6114?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers&language=en-US&include_image_language=en-US,en,null,en
  703. 2023-12-19 00:14:06.648 Info HttpClient: GET https://private.omdbapi.com?apikey=x_secret2_x&i=tt0103874&plot=short&r=json
  704. 2023-12-19 00:14:06.725 Info HttpClient: GET https://api.themoviedb.org/3/movie/6114?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers
  705. 2023-12-19 00:14:06.781 Info HttpClient: GET https://webservice.fanart.tv/v3/movies/6114?api_key=x_secret3_x
  706. 2023-12-19 00:14:07.278 Error ProviderManager: Error in metadata saver
  707. *** Error Report ***
  708. Version: 4.7.14.0
  709. Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3
  710. Operating system: Linux version 6.1.64-Unraid (root@Develop-612) (gcc (GCC) 12.2.0, GNU ld version 2.40-slack151) #1 SMP PREEMPT_DYNAMIC Wed Nov 29 12:48:16 PST 2023
  711. Framework: .NET 6.0.20
  712. OS/Process: x64/x64
  713. Runtime: system/System.Private.CoreLib.dll
  714. Processor count: 16
  715. Data path: /config
  716. Application path: /system
  717. System.UnauthorizedAccessException: System.UnauthorizedAccessException: Access to the path '/mnt/movies/Bram Stoker's Dracula (1992)/Bram Stoker's Dracula (1992).nfo' is denied.
  718. ---> System.IO.IOException: Permission denied
  719. --- End of inner exception stack trace ---
  720. at Interop.CheckIo(Error error, String path, Boolean isDirectory, Func`2 errorRewriter)
  721. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
  722. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  723. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  724. at System.IO.Strategies.FileStreamHelpers.ChooseStrategy(FileStream fileStream, String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, Int64 preallocationSize)
  725. at System.IO.FileStream..ctor(String path, FileStreamOptions options)
  726. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Int32 bufferSize, FileOpenOptions fileOpenOptions, Int64 preAllocationSize)
  727. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Boolean isAsync)
  728. at NfoMetadata.Savers.BaseNfoSaver.SaveToFile(Stream stream, String path, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  729. at NfoMetadata.Savers.BaseNfoSaver.Save(BaseItem item, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  730. at Emby.Providers.Manager.ProviderManager.SaveMetadata(BaseItem item, LibraryOptions libraryOptions, ItemUpdateType updateType, IMetadataSaver[] savers, CancellationToken cancellationToken)
  731. Source: System.Private.CoreLib
  732. TargetSite: Void CheckIo(Error, System.String, Boolean, System.Func`2[Interop+ErrorInfo,Interop+ErrorInfo])
  733. InnerException: System.IO.IOException: Permission denied
  734. Source:
  735. TargetSite:
  736.  
  737. 2023-12-19 00:14:07.279 Info MediaProbeManager: ProcessRun 'ffprobe' Execute: /bin/ffprobe -i file:"/mnt/movies/Borat Subsequent Moviefilm (2020)/Borat Subsequent Moviefilm (2020).mp4" -threads 0 -v info -print_format json -show_streams -show_chapters -show_format -show_data
  738. 2023-12-19 00:14:07.331 Info MediaProbeManager: ProcessRun 'ffprobe' Process exited with code 0 - Succeeded
  739. 2023-12-19 00:14:07.334 Info TheMovieDb: MovieDbProvider: Finding id for item: Borat Subsequent Moviefilm
  740. 2023-12-19 00:14:07.334 Info HttpClient: GET https://api.themoviedb.org/3/search/movie?api_key=x_secret1_x&query=Borat Subsequent Moviefilm&language=en-US&year=2020
  741. 2023-12-19 00:14:07.634 Info HttpClient: GET https://api.themoviedb.org/3/movie/740985?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers&language=en-US&include_image_language=en-US,en,null,en
  742. 2023-12-19 00:14:07.674 Info HttpClient: GET https://private.omdbapi.com?apikey=x_secret2_x&i=tt13143964&plot=short&r=json
  743. 2023-12-19 00:14:08.157 Info HttpClient: GET https://api.themoviedb.org/3/movie/740985?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers
  744. 2023-12-19 00:14:08.248 Info HttpClient: GET https://webservice.fanart.tv/v3/movies/740985?api_key=x_secret3_x
  745. 2023-12-19 00:14:08.423 Error ProviderManager: Error in metadata saver
  746. *** Error Report ***
  747. Version: 4.7.14.0
  748. Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3
  749. Operating system: Linux version 6.1.64-Unraid (root@Develop-612) (gcc (GCC) 12.2.0, GNU ld version 2.40-slack151) #1 SMP PREEMPT_DYNAMIC Wed Nov 29 12:48:16 PST 2023
  750. Framework: .NET 6.0.20
  751. OS/Process: x64/x64
  752. Runtime: system/System.Private.CoreLib.dll
  753. Processor count: 16
  754. Data path: /config
  755. Application path: /system
  756. System.UnauthorizedAccessException: System.UnauthorizedAccessException: Access to the path '/mnt/movies/Borat Subsequent Moviefilm (2020)/Borat Subsequent Moviefilm (2020).nfo' is denied.
  757. ---> System.IO.IOException: Permission denied
  758. --- End of inner exception stack trace ---
  759. at Interop.CheckIo(Error error, String path, Boolean isDirectory, Func`2 errorRewriter)
  760. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
  761. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  762. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  763. at System.IO.Strategies.FileStreamHelpers.ChooseStrategy(FileStream fileStream, String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, Int64 preallocationSize)
  764. at System.IO.FileStream..ctor(String path, FileStreamOptions options)
  765. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Int32 bufferSize, FileOpenOptions fileOpenOptions, Int64 preAllocationSize)
  766. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Boolean isAsync)
  767. at NfoMetadata.Savers.BaseNfoSaver.SaveToFile(Stream stream, String path, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  768. at NfoMetadata.Savers.BaseNfoSaver.Save(BaseItem item, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  769. at Emby.Providers.Manager.ProviderManager.SaveMetadata(BaseItem item, LibraryOptions libraryOptions, ItemUpdateType updateType, IMetadataSaver[] savers, CancellationToken cancellationToken)
  770. Source: System.Private.CoreLib
  771. TargetSite: Void CheckIo(Error, System.String, Boolean, System.Func`2[Interop+ErrorInfo,Interop+ErrorInfo])
  772. InnerException: System.IO.IOException: Permission denied
  773. Source:
  774. TargetSite:
  775.  
  776. 2023-12-19 00:14:15.766 Info App: Auto-Organize watch folder does not exist: D:\Emby Media Server\Media\Unorganized Content\Auto Organize
  777. 2023-12-19 00:14:15.766 Info App: Auto-Organize watch folder does not exist: D:\Emby Media Server\Media\Unorganized Content\Auto Organize\Movies
  778. 2023-12-19 00:14:15.767 Error TaskManager: Error
  779. *** Error Report ***
  780. Version: 4.7.14.0
  781. Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3
  782. Operating system: Linux version 6.1.64-Unraid (root@Develop-612) (gcc (GCC) 12.2.0, GNU ld version 2.40-slack151) #1 SMP PREEMPT_DYNAMIC Wed Nov 29 12:48:16 PST 2023
  783. Framework: .NET 6.0.20
  784. OS/Process: x64/x64
  785. Runtime: system/System.Private.CoreLib.dll
  786. Processor count: 16
  787. Data path: /config
  788. Application path: /system
  789. System.IO.DirectoryNotFoundException: System.IO.DirectoryNotFoundException: Could not find a part of the path '/var/run/s6/services/emby-server/D:\Emby Media Server\Media\Unorganized Content\Auto Organize\Movies'.
  790. at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound)
  791. at System.IO.Enumeration.FileSystemEnumerator`1.Init()
  792. at System.IO.Enumeration.FileSystemEnumerableFactory.UserFiles(String directory, String expression, EnumerationOptions options)
  793. at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
  794. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFilePaths(String path, String[] extensions, Boolean enableCaseSensitiveExtensions, Boolean recursive)
  795. at Emby.AutoOrganize.Core.MovieFolderOrganizer.DeleteLeftOverFiles(String path, IEnumerable`1 extensions)
  796. at Emby.AutoOrganize.Core.MovieFolderOrganizer.Clean(IEnumerable`1 paths, List`1 watchLocations, Boolean deleteEmptyFolders, List`1 deleteExtensions)
  797. at Emby.AutoOrganize.Core.MovieFolderOrganizer.Organize(MovieFileOrganizationOptions options, CancellationToken cancellationToken, IProgress`1 progress)
  798. at Emby.AutoOrganize.Core.OrganizerScheduledTask.Execute(CancellationToken cancellationToken, IProgress`1 progress)
  799. at Emby.Server.Implementations.ScheduledTasks.ScheduledTaskWorker.ExecuteInternal(TaskOptions options)
  800. Source: System.Private.CoreLib
  801. TargetSite: IntPtr CreateDirectoryHandle(System.String, Boolean)
  802.  
  803. 2023-12-19 00:16:45.907 Info LibraryMonitor: movies (/mnt/movies) will be refreshed.
  804. 2023-12-19 00:16:46.297 Info MediaProbeManager: ProcessRun 'ffprobe' Execute: /bin/ffprobe -i file:"/mnt/movies/Biosphere (2023)/Biosphere (2023).mkv" -threads 0 -v info -print_format json -show_streams -show_chapters -show_format -show_data
  805. 2023-12-19 00:16:46.319 Info MediaProbeManager: ProcessRun 'ffprobe' Process exited with code 0 - Succeeded
  806. 2023-12-19 00:16:46.325 Info TheMovieDb: MovieDbProvider: Finding id for item: Biosphere
  807. 2023-12-19 00:16:46.325 Info HttpClient: GET https://api.themoviedb.org/3/search/movie?api_key=x_secret1_x&query=Biosphere&language=en-US&year=2023
  808. 2023-12-19 00:16:46.624 Info HttpClient: GET https://api.themoviedb.org/3/movie/865797?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers&language=en-US&include_image_language=en-US,en,null,en
  809. 2023-12-19 00:16:46.659 Info HttpClient: GET https://private.omdbapi.com?apikey=x_secret2_x&i=tt15301000&plot=short&r=json
  810. 2023-12-19 00:16:46.925 Info HttpClient: GET https://api.themoviedb.org/3/movie/865797?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers
  811. 2023-12-19 00:16:46.964 Info HttpClient: GET https://webservice.fanart.tv/v3/movies/865797?api_key=x_secret3_x
  812. 2023-12-19 00:16:47.376 Error ProviderManager: Error in metadata saver
  813. *** Error Report ***
  814. Version: 4.7.14.0
  815. Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3
  816. Operating system: Linux version 6.1.64-Unraid (root@Develop-612) (gcc (GCC) 12.2.0, GNU ld version 2.40-slack151) #1 SMP PREEMPT_DYNAMIC Wed Nov 29 12:48:16 PST 2023
  817. Framework: .NET 6.0.20
  818. OS/Process: x64/x64
  819. Runtime: system/System.Private.CoreLib.dll
  820. Processor count: 16
  821. Data path: /config
  822. Application path: /system
  823. System.UnauthorizedAccessException: System.UnauthorizedAccessException: Access to the path '/mnt/movies/Biosphere (2023)/Biosphere (2023).nfo' is denied.
  824. ---> System.IO.IOException: Permission denied
  825. --- End of inner exception stack trace ---
  826. at Interop.CheckIo(Error error, String path, Boolean isDirectory, Func`2 errorRewriter)
  827. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
  828. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  829. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  830. at System.IO.Strategies.FileStreamHelpers.ChooseStrategy(FileStream fileStream, String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, Int64 preallocationSize)
  831. at System.IO.FileStream..ctor(String path, FileStreamOptions options)
  832. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Int32 bufferSize, FileOpenOptions fileOpenOptions, Int64 preAllocationSize)
  833. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Boolean isAsync)
  834. at NfoMetadata.Savers.BaseNfoSaver.SaveToFile(Stream stream, String path, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  835. at NfoMetadata.Savers.BaseNfoSaver.Save(BaseItem item, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  836. at Emby.Providers.Manager.ProviderManager.SaveMetadata(BaseItem item, LibraryOptions libraryOptions, ItemUpdateType updateType, IMetadataSaver[] savers, CancellationToken cancellationToken)
  837. Source: System.Private.CoreLib
  838. TargetSite: Void CheckIo(Error, System.String, Boolean, System.Func`2[Interop+ErrorInfo,Interop+ErrorInfo])
  839. InnerException: System.IO.IOException: Permission denied
  840. Source:
  841. TargetSite:
  842.  
  843. 2023-12-19 00:16:47.377 Info MediaProbeManager: ProcessRun 'ffprobe' Execute: /bin/ffprobe -i file:"/mnt/movies/47 Meters Down - Uncaged (2019)/47 Meters Down - Uncaged (2019).mp4" -threads 0 -v info -print_format json -show_streams -show_chapters -show_format -show_data
  844. 2023-12-19 00:16:47.433 Info MediaProbeManager: ProcessRun 'ffprobe' Process exited with code 0 - Succeeded
  845. 2023-12-19 00:16:47.437 Info TheMovieDb: MovieDbProvider: Finding id for item: 47 Meters Down - Uncaged
  846. 2023-12-19 00:16:47.437 Info HttpClient: GET https://api.themoviedb.org/3/search/movie?api_key=x_secret1_x&query=47 Meters Down - Uncaged&language=en-US&year=2019
  847. 2023-12-19 00:16:47.737 Info HttpClient: GET https://api.themoviedb.org/3/movie/480105?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers&language=en-US&include_image_language=en-US,en,null,en
  848. 2023-12-19 00:16:47.775 Info HttpClient: GET https://private.omdbapi.com?apikey=x_secret2_x&i=tt7329656&plot=short&r=json
  849. 2023-12-19 00:16:48.037 Info HttpClient: GET https://api.themoviedb.org/3/movie/480105?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers
  850. 2023-12-19 00:16:48.105 Info HttpClient: GET https://webservice.fanart.tv/v3/movies/480105?api_key=x_secret3_x
  851. 2023-12-19 00:16:48.315 Error ProviderManager: Error in metadata saver
  852. *** Error Report ***
  853. Version: 4.7.14.0
  854. Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3
  855. Operating system: Linux version 6.1.64-Unraid (root@Develop-612) (gcc (GCC) 12.2.0, GNU ld version 2.40-slack151) #1 SMP PREEMPT_DYNAMIC Wed Nov 29 12:48:16 PST 2023
  856. Framework: .NET 6.0.20
  857. OS/Process: x64/x64
  858. Runtime: system/System.Private.CoreLib.dll
  859. Processor count: 16
  860. Data path: /config
  861. Application path: /system
  862. System.UnauthorizedAccessException: System.UnauthorizedAccessException: Access to the path '/mnt/movies/47 Meters Down - Uncaged (2019)/47 Meters Down - Uncaged (2019).nfo' is denied.
  863. ---> System.IO.IOException: Permission denied
  864. --- End of inner exception stack trace ---
  865. at Interop.CheckIo(Error error, String path, Boolean isDirectory, Func`2 errorRewriter)
  866. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
  867. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  868. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  869. at System.IO.Strategies.FileStreamHelpers.ChooseStrategy(FileStream fileStream, String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, Int64 preallocationSize)
  870. at System.IO.FileStream..ctor(String path, FileStreamOptions options)
  871. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Int32 bufferSize, FileOpenOptions fileOpenOptions, Int64 preAllocationSize)
  872. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Boolean isAsync)
  873. at NfoMetadata.Savers.BaseNfoSaver.SaveToFile(Stream stream, String path, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  874. at NfoMetadata.Savers.BaseNfoSaver.Save(BaseItem item, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  875. at Emby.Providers.Manager.ProviderManager.SaveMetadata(BaseItem item, LibraryOptions libraryOptions, ItemUpdateType updateType, IMetadataSaver[] savers, CancellationToken cancellationToken)
  876. Source: System.Private.CoreLib
  877. TargetSite: Void CheckIo(Error, System.String, Boolean, System.Func`2[Interop+ErrorInfo,Interop+ErrorInfo])
  878. InnerException: System.IO.IOException: Permission denied
  879. Source:
  880. TargetSite:
  881.  
  882. 2023-12-19 00:16:54.444 Info LibraryMonitor: movies (/mnt/movies) will be refreshed.
  883. 2023-12-19 00:16:54.444 Info LibraryMonitor: 47 Meters Down: Uncaged (/mnt/movies/47 Meters Down - Uncaged (2019)/47 Meters Down - Uncaged (2019).mp4) will be refreshed.
  884. 2023-12-19 00:18:15.651 Info LibraryMonitor: movies (/mnt/movies) will be refreshed.
  885. 2023-12-19 00:18:16.031 Info MediaProbeManager: ProcessRun 'ffprobe' Execute: /bin/ffprobe -i file:"/mnt/movies/Man of Steel (2013)/Man of Steel (2013).mp4" -threads 0 -v info -print_format json -show_streams -show_chapters -show_format -show_data
  886. 2023-12-19 00:18:16.115 Info MediaProbeManager: ProcessRun 'ffprobe' Process exited with code 0 - Succeeded
  887. 2023-12-19 00:18:16.120 Info TheMovieDb: MovieDbProvider: Finding id for item: Man of Steel
  888. 2023-12-19 00:18:16.120 Info HttpClient: GET https://api.themoviedb.org/3/search/movie?api_key=x_secret1_x&query=Man of Steel&language=en-US&year=2013
  889. 2023-12-19 00:18:16.419 Info HttpClient: GET https://api.themoviedb.org/3/movie/49521?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers&language=en-US&include_image_language=en-US,en,null,en
  890. 2023-12-19 00:18:16.475 Info HttpClient: GET https://private.omdbapi.com?apikey=x_secret2_x&i=tt0770828&plot=short&r=json
  891. 2023-12-19 00:18:16.718 Info HttpClient: GET https://api.themoviedb.org/3/movie/49521?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers
  892. 2023-12-19 00:18:16.771 Info HttpClient: GET https://webservice.fanart.tv/v3/movies/49521?api_key=x_secret3_x
  893. 2023-12-19 00:18:17.616 Error ProviderManager: Error in metadata saver
  894. *** Error Report ***
  895. Version: 4.7.14.0
  896. Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3
  897. Operating system: Linux version 6.1.64-Unraid (root@Develop-612) (gcc (GCC) 12.2.0, GNU ld version 2.40-slack151) #1 SMP PREEMPT_DYNAMIC Wed Nov 29 12:48:16 PST 2023
  898. Framework: .NET 6.0.20
  899. OS/Process: x64/x64
  900. Runtime: system/System.Private.CoreLib.dll
  901. Processor count: 16
  902. Data path: /config
  903. Application path: /system
  904. System.UnauthorizedAccessException: System.UnauthorizedAccessException: Access to the path '/mnt/movies/Man of Steel (2013)/Man of Steel (2013).nfo' is denied.
  905. ---> System.IO.IOException: Permission denied
  906. --- End of inner exception stack trace ---
  907. at Interop.CheckIo(Error error, String path, Boolean isDirectory, Func`2 errorRewriter)
  908. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
  909. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  910. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  911. at System.IO.Strategies.FileStreamHelpers.ChooseStrategy(FileStream fileStream, String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, Int64 preallocationSize)
  912. at System.IO.FileStream..ctor(String path, FileStreamOptions options)
  913. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Int32 bufferSize, FileOpenOptions fileOpenOptions, Int64 preAllocationSize)
  914. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Boolean isAsync)
  915. at NfoMetadata.Savers.BaseNfoSaver.SaveToFile(Stream stream, String path, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  916. at NfoMetadata.Savers.BaseNfoSaver.Save(BaseItem item, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  917. at Emby.Providers.Manager.ProviderManager.SaveMetadata(BaseItem item, LibraryOptions libraryOptions, ItemUpdateType updateType, IMetadataSaver[] savers, CancellationToken cancellationToken)
  918. Source: System.Private.CoreLib
  919. TargetSite: Void CheckIo(Error, System.String, Boolean, System.Func`2[Interop+ErrorInfo,Interop+ErrorInfo])
  920. InnerException: System.IO.IOException: Permission denied
  921. Source:
  922. TargetSite:
  923.  
  924. 2023-12-19 00:19:15.766 Info App: Auto-Organize watch folder does not exist: D:\Emby Media Server\Media\Unorganized Content\Auto Organize
  925. 2023-12-19 00:19:15.766 Info App: Auto-Organize watch folder does not exist: D:\Emby Media Server\Media\Unorganized Content\Auto Organize\Movies
  926. 2023-12-19 00:19:15.767 Error TaskManager: Error
  927. *** Error Report ***
  928. Version: 4.7.14.0
  929. Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3
  930. Operating system: Linux version 6.1.64-Unraid (root@Develop-612) (gcc (GCC) 12.2.0, GNU ld version 2.40-slack151) #1 SMP PREEMPT_DYNAMIC Wed Nov 29 12:48:16 PST 2023
  931. Framework: .NET 6.0.20
  932. OS/Process: x64/x64
  933. Runtime: system/System.Private.CoreLib.dll
  934. Processor count: 16
  935. Data path: /config
  936. Application path: /system
  937. System.IO.DirectoryNotFoundException: System.IO.DirectoryNotFoundException: Could not find a part of the path '/var/run/s6/services/emby-server/D:\Emby Media Server\Media\Unorganized Content\Auto Organize\Movies'.
  938. at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound)
  939. at System.IO.Enumeration.FileSystemEnumerator`1.Init()
  940. at System.IO.Enumeration.FileSystemEnumerableFactory.UserFiles(String directory, String expression, EnumerationOptions options)
  941. at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
  942. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFilePaths(String path, String[] extensions, Boolean enableCaseSensitiveExtensions, Boolean recursive)
  943. at Emby.AutoOrganize.Core.MovieFolderOrganizer.DeleteLeftOverFiles(String path, IEnumerable`1 extensions)
  944. at Emby.AutoOrganize.Core.MovieFolderOrganizer.Clean(IEnumerable`1 paths, List`1 watchLocations, Boolean deleteEmptyFolders, List`1 deleteExtensions)
  945. at Emby.AutoOrganize.Core.MovieFolderOrganizer.Organize(MovieFileOrganizationOptions options, CancellationToken cancellationToken, IProgress`1 progress)
  946. at Emby.AutoOrganize.Core.OrganizerScheduledTask.Execute(CancellationToken cancellationToken, IProgress`1 progress)
  947. at Emby.Server.Implementations.ScheduledTasks.ScheduledTaskWorker.ExecuteInternal(TaskOptions options)
  948. Source: System.Private.CoreLib
  949. TargetSite: IntPtr CreateDirectoryHandle(System.String, Boolean)
  950.  
  951. 2023-12-19 00:20:00.006 Info UserActivityReportNotification - TaskNotifictionReport: Activity Query : SELECT UserId, ItemType, ItemName, SUM(PlayDuration - PauseDuration) AS PlayTime FROM PlaybackActivity WHERE DateCreated > '2023-12-18 00:20:00.01476' AND UserId not IN (select UserId from UserList) GROUP BY UserId, ItemType, ItemName
  952. 2023-12-19 00:20:00.013 Info UserActivityReportNotification - TaskNotifictionReport: Cutoff DateTime for new items - date: 2023-12-18 00:20:00.01476 ago: 23:59:59.9984174
  953. 2023-12-19 00:20:00.015 Info UserActivityReportNotification - TaskNotifictionReport: User activity Message : ItemCount : 13
  954. 2023-12-19 00:21:36.270 Info LibraryMonitor: movies (/mnt/movies) will be refreshed.
  955. 2023-12-19 00:21:36.619 Info MediaProbeManager: ProcessRun 'ffprobe' Execute: /bin/ffprobe -i file:"/mnt/movies/Baywatch (2017)/Baywatch (2017).mp4" -threads 0 -v info -print_format json -show_streams -show_chapters -show_format -show_data
  956. 2023-12-19 00:21:36.676 Info MediaProbeManager: ProcessRun 'ffprobe' Process exited with code 0 - Succeeded
  957. 2023-12-19 00:21:36.681 Info TheMovieDb: MovieDbProvider: Finding id for item: Baywatch
  958. 2023-12-19 00:21:36.681 Info HttpClient: GET https://api.themoviedb.org/3/search/movie?api_key=x_secret1_x&query=Baywatch&language=en-US&year=2017
  959. 2023-12-19 00:21:36.981 Info HttpClient: GET https://api.themoviedb.org/3/movie/339846?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers&language=en-US&include_image_language=en-US,en,null,en
  960. 2023-12-19 00:21:37.049 Info HttpClient: GET https://private.omdbapi.com?apikey=x_secret2_x&i=tt1469304&plot=short&r=json
  961. 2023-12-19 00:21:37.466 Info LibraryMonitor: movies (/mnt/movies) will be refreshed.
  962. 2023-12-19 00:21:37.466 Info LibraryMonitor: Seed of Chucky (/mnt/movies/Seed of Chucky (2004)/Seed of Chucky (2004).mp4) will be refreshed.
  963. 2023-12-19 00:21:37.647 Info HttpClient: GET https://api.themoviedb.org/3/movie/339846?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers
  964. 2023-12-19 00:21:37.809 Info HttpClient: GET https://webservice.fanart.tv/v3/movies/339846?api_key=x_secret3_x
  965. 2023-12-19 00:21:37.839 Info LibraryMonitor: movies (/mnt/movies) will be refreshed.
  966. 2023-12-19 00:21:37.839 Info LibraryMonitor: Black Widow (/mnt/movies/Black Widow (2021)/Black Widow (2021).mkv) will be refreshed.
  967. 2023-12-19 00:21:38.492 Error ProviderManager: Error in metadata saver
  968. *** Error Report ***
  969. Version: 4.7.14.0
  970. Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3
  971. Operating system: Linux version 6.1.64-Unraid (root@Develop-612) (gcc (GCC) 12.2.0, GNU ld version 2.40-slack151) #1 SMP PREEMPT_DYNAMIC Wed Nov 29 12:48:16 PST 2023
  972. Framework: .NET 6.0.20
  973. OS/Process: x64/x64
  974. Runtime: system/System.Private.CoreLib.dll
  975. Processor count: 16
  976. Data path: /config
  977. Application path: /system
  978. System.UnauthorizedAccessException: System.UnauthorizedAccessException: Access to the path '/mnt/movies/Baywatch (2017)/Baywatch (2017).nfo' is denied.
  979. ---> System.IO.IOException: Permission denied
  980. --- End of inner exception stack trace ---
  981. at Interop.CheckIo(Error error, String path, Boolean isDirectory, Func`2 errorRewriter)
  982. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
  983. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  984. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  985. at System.IO.Strategies.FileStreamHelpers.ChooseStrategy(FileStream fileStream, String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, Int64 preallocationSize)
  986. at System.IO.FileStream..ctor(String path, FileStreamOptions options)
  987. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Int32 bufferSize, FileOpenOptions fileOpenOptions, Int64 preAllocationSize)
  988. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Boolean isAsync)
  989. at NfoMetadata.Savers.BaseNfoSaver.SaveToFile(Stream stream, String path, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  990. at NfoMetadata.Savers.BaseNfoSaver.Save(BaseItem item, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  991. at Emby.Providers.Manager.ProviderManager.SaveMetadata(BaseItem item, LibraryOptions libraryOptions, ItemUpdateType updateType, IMetadataSaver[] savers, CancellationToken cancellationToken)
  992. Source: System.Private.CoreLib
  993. TargetSite: Void CheckIo(Error, System.String, Boolean, System.Func`2[Interop+ErrorInfo,Interop+ErrorInfo])
  994. InnerException: System.IO.IOException: Permission denied
  995. Source:
  996. TargetSite:
  997.  
  998. 2023-12-19 00:21:38.493 Info MediaProbeManager: ProcessRun 'ffprobe' Execute: /bin/ffprobe -i file:"/mnt/movies/Seed of Chucky (2004)/Seed of Chucky (2004).mp4" -threads 0 -v info -print_format json -show_streams -show_chapters -show_format -show_data
  999. 2023-12-19 00:21:38.545 Info MediaProbeManager: ProcessRun 'ffprobe' Process exited with code 0 - Succeeded
  1000. 2023-12-19 00:21:38.547 Info TheMovieDb: MovieDbProvider: Finding id for item: Seed of Chucky
  1001. 2023-12-19 00:21:38.547 Info HttpClient: GET https://api.themoviedb.org/3/search/movie?api_key=x_secret1_x&query=Seed of Chucky&language=en-US&year=2004
  1002. 2023-12-19 00:21:38.847 Info HttpClient: GET https://api.themoviedb.org/3/movie/11249?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers&language=en-US&include_image_language=en-US,en,null,en
  1003. 2023-12-19 00:21:38.926 Info HttpClient: GET https://private.omdbapi.com?apikey=x_secret2_x&i=tt0387575&plot=short&r=json
  1004. 2023-12-19 00:21:39.146 Info HttpClient: GET https://api.themoviedb.org/3/movie/11249?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers
  1005. 2023-12-19 00:21:39.233 Info HttpClient: GET https://webservice.fanart.tv/v3/movies/11249?api_key=x_secret3_x
  1006. 2023-12-19 00:21:39.915 Error ProviderManager: Error in metadata saver
  1007. *** Error Report ***
  1008. Version: 4.7.14.0
  1009. Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3
  1010. Operating system: Linux version 6.1.64-Unraid (root@Develop-612) (gcc (GCC) 12.2.0, GNU ld version 2.40-slack151) #1 SMP PREEMPT_DYNAMIC Wed Nov 29 12:48:16 PST 2023
  1011. Framework: .NET 6.0.20
  1012. OS/Process: x64/x64
  1013. Runtime: system/System.Private.CoreLib.dll
  1014. Processor count: 16
  1015. Data path: /config
  1016. Application path: /system
  1017. System.UnauthorizedAccessException: System.UnauthorizedAccessException: Access to the path '/mnt/movies/Seed of Chucky (2004)/Seed of Chucky (2004).nfo' is denied.
  1018. ---> System.IO.IOException: Permission denied
  1019. --- End of inner exception stack trace ---
  1020. at Interop.CheckIo(Error error, String path, Boolean isDirectory, Func`2 errorRewriter)
  1021. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
  1022. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  1023. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  1024. at System.IO.Strategies.FileStreamHelpers.ChooseStrategy(FileStream fileStream, String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, Int64 preallocationSize)
  1025. at System.IO.FileStream..ctor(String path, FileStreamOptions options)
  1026. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Int32 bufferSize, FileOpenOptions fileOpenOptions, Int64 preAllocationSize)
  1027. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Boolean isAsync)
  1028. at NfoMetadata.Savers.BaseNfoSaver.SaveToFile(Stream stream, String path, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  1029. at NfoMetadata.Savers.BaseNfoSaver.Save(BaseItem item, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  1030. at Emby.Providers.Manager.ProviderManager.SaveMetadata(BaseItem item, LibraryOptions libraryOptions, ItemUpdateType updateType, IMetadataSaver[] savers, CancellationToken cancellationToken)
  1031. Source: System.Private.CoreLib
  1032. TargetSite: Void CheckIo(Error, System.String, Boolean, System.Func`2[Interop+ErrorInfo,Interop+ErrorInfo])
  1033. InnerException: System.IO.IOException: Permission denied
  1034. Source:
  1035. TargetSite:
  1036.  
  1037. 2023-12-19 00:21:39.916 Info MediaProbeManager: ProcessRun 'ffprobe' Execute: /bin/ffprobe -i file:"/mnt/movies/Black Widow (2021)/Black Widow (2021).mkv" -threads 0 -v info -print_format json -show_streams -show_chapters -show_format -show_data
  1038. 2023-12-19 00:21:39.935 Info MediaProbeManager: ProcessRun 'ffprobe' Process exited with code 0 - Succeeded
  1039. 2023-12-19 00:21:39.937 Info TheMovieDb: MovieDbProvider: Finding id for item: Black Widow
  1040. 2023-12-19 00:21:39.938 Info HttpClient: GET https://api.themoviedb.org/3/search/movie?api_key=x_secret1_x&query=Black Widow&language=en-US&year=2021
  1041. 2023-12-19 00:21:40.237 Info HttpClient: GET https://api.themoviedb.org/3/movie/497698?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers&language=en-US&include_image_language=en-US,en,null,en
  1042. 2023-12-19 00:21:40.334 Info HttpClient: GET https://private.omdbapi.com?apikey=x_secret2_x&i=tt3480822&plot=short&r=json
  1043. 2023-12-19 00:21:40.541 Info HttpClient: GET https://api.themoviedb.org/3/movie/497698?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers
  1044. 2023-12-19 00:21:40.623 Info HttpClient: GET https://webservice.fanart.tv/v3/movies/497698?api_key=x_secret3_x
  1045. 2023-12-19 00:21:41.050 Error ProviderManager: Error in metadata saver
  1046. *** Error Report ***
  1047. Version: 4.7.14.0
  1048. Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3
  1049. Operating system: Linux version 6.1.64-Unraid (root@Develop-612) (gcc (GCC) 12.2.0, GNU ld version 2.40-slack151) #1 SMP PREEMPT_DYNAMIC Wed Nov 29 12:48:16 PST 2023
  1050. Framework: .NET 6.0.20
  1051. OS/Process: x64/x64
  1052. Runtime: system/System.Private.CoreLib.dll
  1053. Processor count: 16
  1054. Data path: /config
  1055. Application path: /system
  1056. System.UnauthorizedAccessException: System.UnauthorizedAccessException: Access to the path '/mnt/movies/Black Widow (2021)/Black Widow (2021).nfo' is denied.
  1057. ---> System.IO.IOException: Permission denied
  1058. --- End of inner exception stack trace ---
  1059. at Interop.CheckIo(Error error, String path, Boolean isDirectory, Func`2 errorRewriter)
  1060. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
  1061. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  1062. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  1063. at System.IO.Strategies.FileStreamHelpers.ChooseStrategy(FileStream fileStream, String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, Int64 preallocationSize)
  1064. at System.IO.FileStream..ctor(String path, FileStreamOptions options)
  1065. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Int32 bufferSize, FileOpenOptions fileOpenOptions, Int64 preAllocationSize)
  1066. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Boolean isAsync)
  1067. at NfoMetadata.Savers.BaseNfoSaver.SaveToFile(Stream stream, String path, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  1068. at NfoMetadata.Savers.BaseNfoSaver.Save(BaseItem item, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  1069. at Emby.Providers.Manager.ProviderManager.SaveMetadata(BaseItem item, LibraryOptions libraryOptions, ItemUpdateType updateType, IMetadataSaver[] savers, CancellationToken cancellationToken)
  1070. Source: System.Private.CoreLib
  1071. TargetSite: Void CheckIo(Error, System.String, Boolean, System.Func`2[Interop+ErrorInfo,Interop+ErrorInfo])
  1072. InnerException: System.IO.IOException: Permission denied
  1073. Source:
  1074. TargetSite:
  1075.  
  1076. 2023-12-19 00:21:41.051 Info MediaProbeManager: ProcessRun 'ffprobe' Execute: /bin/ffprobe -i file:"/mnt/movies/Bad Boys (1995)/Bad Boys (1995).mp4" -threads 0 -v info -print_format json -show_streams -show_chapters -show_format -show_data
  1077. 2023-12-19 00:21:41.122 Info MediaProbeManager: ProcessRun 'ffprobe' Process exited with code 0 - Succeeded
  1078. 2023-12-19 00:21:41.125 Info TheMovieDb: MovieDbProvider: Finding id for item: Bad Boys
  1079. 2023-12-19 00:21:41.125 Info HttpClient: GET https://api.themoviedb.org/3/search/movie?api_key=x_secret1_x&query=Bad Boys&language=en-US&year=1995
  1080. 2023-12-19 00:21:41.424 Info HttpClient: GET https://api.themoviedb.org/3/movie/9737?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers&language=en-US&include_image_language=en-US,en,null,en
  1081. 2023-12-19 00:21:41.487 Info HttpClient: GET https://private.omdbapi.com?apikey=x_secret2_x&i=tt0112442&plot=short&r=json
  1082. 2023-12-19 00:21:41.724 Info HttpClient: GET https://api.themoviedb.org/3/movie/9737?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers
  1083. 2023-12-19 00:21:41.786 Info HttpClient: GET https://webservice.fanart.tv/v3/movies/9737?api_key=x_secret3_x
  1084. 2023-12-19 00:21:42.063 Error ProviderManager: Error in metadata saver
  1085. *** Error Report ***
  1086. Version: 4.7.14.0
  1087. Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3
  1088. Operating system: Linux version 6.1.64-Unraid (root@Develop-612) (gcc (GCC) 12.2.0, GNU ld version 2.40-slack151) #1 SMP PREEMPT_DYNAMIC Wed Nov 29 12:48:16 PST 2023
  1089. Framework: .NET 6.0.20
  1090. OS/Process: x64/x64
  1091. Runtime: system/System.Private.CoreLib.dll
  1092. Processor count: 16
  1093. Data path: /config
  1094. Application path: /system
  1095. System.UnauthorizedAccessException: System.UnauthorizedAccessException: Access to the path '/mnt/movies/Bad Boys (1995)/Bad Boys (1995).nfo' is denied.
  1096. ---> System.IO.IOException: Permission denied
  1097. --- End of inner exception stack trace ---
  1098. at Interop.CheckIo(Error error, String path, Boolean isDirectory, Func`2 errorRewriter)
  1099. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
  1100. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  1101. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  1102. at System.IO.Strategies.FileStreamHelpers.ChooseStrategy(FileStream fileStream, String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, Int64 preallocationSize)
  1103. at System.IO.FileStream..ctor(String path, FileStreamOptions options)
  1104. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Int32 bufferSize, FileOpenOptions fileOpenOptions, Int64 preAllocationSize)
  1105. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Boolean isAsync)
  1106. at NfoMetadata.Savers.BaseNfoSaver.SaveToFile(Stream stream, String path, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  1107. at NfoMetadata.Savers.BaseNfoSaver.Save(BaseItem item, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  1108. at Emby.Providers.Manager.ProviderManager.SaveMetadata(BaseItem item, LibraryOptions libraryOptions, ItemUpdateType updateType, IMetadataSaver[] savers, CancellationToken cancellationToken)
  1109. Source: System.Private.CoreLib
  1110. TargetSite: Void CheckIo(Error, System.String, Boolean, System.Func`2[Interop+ErrorInfo,Interop+ErrorInfo])
  1111. InnerException: System.IO.IOException: Permission denied
  1112. Source:
  1113. TargetSite:
  1114.  
  1115. 2023-12-19 00:21:42.064 Info MediaProbeManager: ProcessRun 'ffprobe' Execute: /bin/ffprobe -i file:"/mnt/movies/Ambulance (2022)/Ambulance (2022).mp4" -threads 0 -v info -print_format json -show_streams -show_chapters -show_format -show_data
  1116. 2023-12-19 00:21:42.128 Info MediaProbeManager: ProcessRun 'ffprobe' Process exited with code 0 - Succeeded
  1117. 2023-12-19 00:21:42.594 Info TheMovieDb: MovieDbProvider: Finding id for item: Ambulance
  1118. 2023-12-19 00:21:42.594 Info HttpClient: GET https://api.themoviedb.org/3/search/movie?api_key=x_secret1_x&query=Ambulance&language=en-US&year=2022
  1119. 2023-12-19 00:21:42.700 Info LibraryMonitor: movies (/mnt/movies) will be refreshed.
  1120. 2023-12-19 00:21:42.700 Info LibraryMonitor: Bad Boys (/mnt/movies/Bad Boys (1995)/Bad Boys (1995).mp4) will be refreshed.
  1121. 2023-12-19 00:21:42.893 Info HttpClient: GET https://api.themoviedb.org/3/movie/763285?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers&language=en-US&include_image_language=en-US,en,null,en
  1122. 2023-12-19 00:21:42.948 Info HttpClient: GET https://private.omdbapi.com?apikey=x_secret2_x&i=tt4998632&plot=short&r=json
  1123. 2023-12-19 00:21:43.193 Info HttpClient: GET https://api.themoviedb.org/3/movie/763285?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers
  1124. 2023-12-19 00:21:43.262 Info HttpClient: GET https://webservice.fanart.tv/v3/movies/763285?api_key=x_secret3_x
  1125. 2023-12-19 00:21:43.488 Error ProviderManager: Error in metadata saver
  1126. *** Error Report ***
  1127. Version: 4.7.14.0
  1128. Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3
  1129. Operating system: Linux version 6.1.64-Unraid (root@Develop-612) (gcc (GCC) 12.2.0, GNU ld version 2.40-slack151) #1 SMP PREEMPT_DYNAMIC Wed Nov 29 12:48:16 PST 2023
  1130. Framework: .NET 6.0.20
  1131. OS/Process: x64/x64
  1132. Runtime: system/System.Private.CoreLib.dll
  1133. Processor count: 16
  1134. Data path: /config
  1135. Application path: /system
  1136. System.UnauthorizedAccessException: System.UnauthorizedAccessException: Access to the path '/mnt/movies/Ambulance (2022)/Ambulance (2022).nfo' is denied.
  1137. ---> System.IO.IOException: Permission denied
  1138. --- End of inner exception stack trace ---
  1139. at Interop.CheckIo(Error error, String path, Boolean isDirectory, Func`2 errorRewriter)
  1140. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
  1141. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  1142. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  1143. at System.IO.Strategies.FileStreamHelpers.ChooseStrategy(FileStream fileStream, String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, Int64 preallocationSize)
  1144. at System.IO.FileStream..ctor(String path, FileStreamOptions options)
  1145. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Int32 bufferSize, FileOpenOptions fileOpenOptions, Int64 preAllocationSize)
  1146. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Boolean isAsync)
  1147. at NfoMetadata.Savers.BaseNfoSaver.SaveToFile(Stream stream, String path, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  1148. at NfoMetadata.Savers.BaseNfoSaver.Save(BaseItem item, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  1149. at Emby.Providers.Manager.ProviderManager.SaveMetadata(BaseItem item, LibraryOptions libraryOptions, ItemUpdateType updateType, IMetadataSaver[] savers, CancellationToken cancellationToken)
  1150. Source: System.Private.CoreLib
  1151. TargetSite: Void CheckIo(Error, System.String, Boolean, System.Func`2[Interop+ErrorInfo,Interop+ErrorInfo])
  1152. InnerException: System.IO.IOException: Permission denied
  1153. Source:
  1154. TargetSite:
  1155.  
  1156. 2023-12-19 00:21:43.489 Info MediaProbeManager: ProcessRun 'ffprobe' Execute: /bin/ffprobe -i file:"/mnt/movies/Becky (2020)/Becky (2020).mp4" -threads 0 -v info -print_format json -show_streams -show_chapters -show_format -show_data
  1157. 2023-12-19 00:21:43.543 Info MediaProbeManager: ProcessRun 'ffprobe' Process exited with code 0 - Succeeded
  1158. 2023-12-19 00:21:43.548 Info TheMovieDb: MovieDbProvider: Finding id for item: Becky
  1159. 2023-12-19 00:21:43.548 Info HttpClient: GET https://api.themoviedb.org/3/search/movie?api_key=x_secret1_x&query=Becky&language=en-US&year=2020
  1160. 2023-12-19 00:21:43.848 Info HttpClient: GET https://api.themoviedb.org/3/movie/601844?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers&language=en-US&include_image_language=en-US,en,null,en
  1161. 2023-12-19 00:21:43.900 Info HttpClient: GET https://private.omdbapi.com?apikey=x_secret2_x&i=tt10314450&plot=short&r=json
  1162. 2023-12-19 00:21:44.518 Info HttpClient: GET https://api.themoviedb.org/3/movie/601844?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers
  1163. 2023-12-19 00:21:44.569 Info HttpClient: GET https://webservice.fanart.tv/v3/movies/601844?api_key=x_secret3_x
  1164. 2023-12-19 00:21:44.753 Error ProviderManager: Error in metadata saver
  1165. *** Error Report ***
  1166. Version: 4.7.14.0
  1167. Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3
  1168. Operating system: Linux version 6.1.64-Unraid (root@Develop-612) (gcc (GCC) 12.2.0, GNU ld version 2.40-slack151) #1 SMP PREEMPT_DYNAMIC Wed Nov 29 12:48:16 PST 2023
  1169. Framework: .NET 6.0.20
  1170. OS/Process: x64/x64
  1171. Runtime: system/System.Private.CoreLib.dll
  1172. Processor count: 16
  1173. Data path: /config
  1174. Application path: /system
  1175. System.UnauthorizedAccessException: System.UnauthorizedAccessException: Access to the path '/mnt/movies/Becky (2020)/Becky (2020).nfo' is denied.
  1176. ---> System.IO.IOException: Permission denied
  1177. --- End of inner exception stack trace ---
  1178. at Interop.CheckIo(Error error, String path, Boolean isDirectory, Func`2 errorRewriter)
  1179. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
  1180. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  1181. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  1182. at System.IO.Strategies.FileStreamHelpers.ChooseStrategy(FileStream fileStream, String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, Int64 preallocationSize)
  1183. at System.IO.FileStream..ctor(String path, FileStreamOptions options)
  1184. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Int32 bufferSize, FileOpenOptions fileOpenOptions, Int64 preAllocationSize)
  1185. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Boolean isAsync)
  1186. at NfoMetadata.Savers.BaseNfoSaver.SaveToFile(Stream stream, String path, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  1187. at NfoMetadata.Savers.BaseNfoSaver.Save(BaseItem item, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  1188. at Emby.Providers.Manager.ProviderManager.SaveMetadata(BaseItem item, LibraryOptions libraryOptions, ItemUpdateType updateType, IMetadataSaver[] savers, CancellationToken cancellationToken)
  1189. Source: System.Private.CoreLib
  1190. TargetSite: Void CheckIo(Error, System.String, Boolean, System.Func`2[Interop+ErrorInfo,Interop+ErrorInfo])
  1191. InnerException: System.IO.IOException: Permission denied
  1192. Source:
  1193. TargetSite:
  1194.  
  1195. 2023-12-19 00:22:11.617 Info LibraryMonitor: movies (/mnt/movies) will be refreshed.
  1196. 2023-12-19 00:22:11.617 Info LibraryMonitor: Ambulance (/mnt/movies/Ambulance (2022)/Ambulance (2022).mp4) will be refreshed.
  1197. 2023-12-19 00:22:11.890 Info LibraryMonitor: movies (/mnt/movies) will be refreshed.
  1198. 2023-12-19 00:22:11.890 Info LibraryMonitor: Becky (/mnt/movies/Becky (2020)/Becky (2020).mp4) will be refreshed.
  1199. 2023-12-19 00:22:12.005 Info MediaProbeManager: ProcessRun 'ffprobe' Execute: /bin/ffprobe -i file:"/mnt/movies/The Boogeyman (2023)/The Boogeyman (2023).mkv" -threads 0 -v info -print_format json -show_streams -show_chapters -show_format -show_data
  1200. 2023-12-19 00:22:12.023 Info MediaProbeManager: ProcessRun 'ffprobe' Process exited with code 0 - Succeeded
  1201. 2023-12-19 00:22:12.028 Info TheMovieDb: MovieDbProvider: Finding id for item: The Boogeyman
  1202. 2023-12-19 00:22:12.028 Info HttpClient: GET https://api.themoviedb.org/3/search/movie?api_key=x_secret1_x&query=The Boogeyman&language=en-US&year=2023
  1203. 2023-12-19 00:22:12.328 Info HttpClient: GET https://api.themoviedb.org/3/movie/532408?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers&language=en-US&include_image_language=en-US,en,null,en
  1204. 2023-12-19 00:22:12.409 Info HttpClient: GET https://private.omdbapi.com?apikey=x_secret2_x&i=tt3427252&plot=short&r=json
  1205. 2023-12-19 00:22:12.642 Info HttpClient: GET https://api.themoviedb.org/3/movie/532408?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers
  1206. 2023-12-19 00:22:12.707 Info HttpClient: GET https://webservice.fanart.tv/v3/movies/532408?api_key=x_secret3_x
  1207. 2023-12-19 00:22:13.045 Error ProviderManager: Error in metadata saver
  1208. *** Error Report ***
  1209. Version: 4.7.14.0
  1210. Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3
  1211. Operating system: Linux version 6.1.64-Unraid (root@Develop-612) (gcc (GCC) 12.2.0, GNU ld version 2.40-slack151) #1 SMP PREEMPT_DYNAMIC Wed Nov 29 12:48:16 PST 2023
  1212. Framework: .NET 6.0.20
  1213. OS/Process: x64/x64
  1214. Runtime: system/System.Private.CoreLib.dll
  1215. Processor count: 16
  1216. Data path: /config
  1217. Application path: /system
  1218. System.UnauthorizedAccessException: System.UnauthorizedAccessException: Access to the path '/mnt/movies/The Boogeyman (2023)/The Boogeyman (2023).nfo' is denied.
  1219. ---> System.IO.IOException: Permission denied
  1220. --- End of inner exception stack trace ---
  1221. at Interop.CheckIo(Error error, String path, Boolean isDirectory, Func`2 errorRewriter)
  1222. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
  1223. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  1224. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  1225. at System.IO.Strategies.FileStreamHelpers.ChooseStrategy(FileStream fileStream, String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, Int64 preallocationSize)
  1226. at System.IO.FileStream..ctor(String path, FileStreamOptions options)
  1227. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Int32 bufferSize, FileOpenOptions fileOpenOptions, Int64 preAllocationSize)
  1228. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Boolean isAsync)
  1229. at NfoMetadata.Savers.BaseNfoSaver.SaveToFile(Stream stream, String path, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  1230. at NfoMetadata.Savers.BaseNfoSaver.Save(BaseItem item, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  1231. at Emby.Providers.Manager.ProviderManager.SaveMetadata(BaseItem item, LibraryOptions libraryOptions, ItemUpdateType updateType, IMetadataSaver[] savers, CancellationToken cancellationToken)
  1232. Source: System.Private.CoreLib
  1233. TargetSite: Void CheckIo(Error, System.String, Boolean, System.Func`2[Interop+ErrorInfo,Interop+ErrorInfo])
  1234. InnerException: System.IO.IOException: Permission denied
  1235. Source:
  1236. TargetSite:
  1237.  
  1238. 2023-12-19 00:23:07.471 Info LibraryMonitor: movies (/mnt/movies) will be refreshed.
  1239. 2023-12-19 00:23:07.471 Info LibraryMonitor: The Boogeyman (/mnt/movies/The Boogeyman (2023)/The Boogeyman (2023).mkv) will be refreshed.
  1240. 2023-12-19 00:23:07.839 Info MediaProbeManager: ProcessRun 'ffprobe' Execute: /bin/ffprobe -i file:"/mnt/movies/Antz (1998)/Antz (1998).mp4" -threads 0 -v info -print_format json -show_streams -show_chapters -show_format -show_data
  1241. 2023-12-19 00:23:07.893 Info MediaProbeManager: ProcessRun 'ffprobe' Process exited with code 0 - Succeeded
  1242. 2023-12-19 00:23:07.897 Info TheMovieDb: MovieDbProvider: Finding id for item: Antz
  1243. 2023-12-19 00:23:07.897 Info HttpClient: GET https://api.themoviedb.org/3/search/movie?api_key=x_secret1_x&query=Antz&language=en-US&year=1998
  1244. 2023-12-19 00:23:08.197 Info HttpClient: GET https://api.themoviedb.org/3/movie/8916?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers&language=en-US&include_image_language=en-US,en,null,en
  1245. 2023-12-19 00:23:08.250 Info HttpClient: GET https://private.omdbapi.com?apikey=x_secret2_x&i=tt0120587&plot=short&r=json
  1246. 2023-12-19 00:23:08.496 Info HttpClient: GET https://api.themoviedb.org/3/movie/8916?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers
  1247. 2023-12-19 00:23:08.570 Info HttpClient: GET https://webservice.fanart.tv/v3/movies/8916?api_key=x_secret3_x
  1248. 2023-12-19 00:23:08.742 Error ProviderManager: Error in metadata saver
  1249. *** Error Report ***
  1250. Version: 4.7.14.0
  1251. Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3
  1252. Operating system: Linux version 6.1.64-Unraid (root@Develop-612) (gcc (GCC) 12.2.0, GNU ld version 2.40-slack151) #1 SMP PREEMPT_DYNAMIC Wed Nov 29 12:48:16 PST 2023
  1253. Framework: .NET 6.0.20
  1254. OS/Process: x64/x64
  1255. Runtime: system/System.Private.CoreLib.dll
  1256. Processor count: 16
  1257. Data path: /config
  1258. Application path: /system
  1259. System.UnauthorizedAccessException: System.UnauthorizedAccessException: Access to the path '/mnt/movies/Antz (1998)/Antz (1998).nfo' is denied.
  1260. ---> System.IO.IOException: Permission denied
  1261. --- End of inner exception stack trace ---
  1262. at Interop.CheckIo(Error error, String path, Boolean isDirectory, Func`2 errorRewriter)
  1263. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
  1264. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  1265. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  1266. at System.IO.Strategies.FileStreamHelpers.ChooseStrategy(FileStream fileStream, String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, Int64 preallocationSize)
  1267. at System.IO.FileStream..ctor(String path, FileStreamOptions options)
  1268. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Int32 bufferSize, FileOpenOptions fileOpenOptions, Int64 preAllocationSize)
  1269. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Boolean isAsync)
  1270. at NfoMetadata.Savers.BaseNfoSaver.SaveToFile(Stream stream, String path, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  1271. at NfoMetadata.Savers.BaseNfoSaver.Save(BaseItem item, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  1272. at Emby.Providers.Manager.ProviderManager.SaveMetadata(BaseItem item, LibraryOptions libraryOptions, ItemUpdateType updateType, IMetadataSaver[] savers, CancellationToken cancellationToken)
  1273. Source: System.Private.CoreLib
  1274. TargetSite: Void CheckIo(Error, System.String, Boolean, System.Func`2[Interop+ErrorInfo,Interop+ErrorInfo])
  1275. InnerException: System.IO.IOException: Permission denied
  1276. Source:
  1277. TargetSite:
  1278.  
  1279. 2023-12-19 00:23:08.742 Info MediaProbeManager: ProcessRun 'ffprobe' Execute: /bin/ffprobe -i file:"/mnt/movies/Evil Dead II (1987)/Evil Dead II (1987).mp4" -threads 0 -v info -print_format json -show_streams -show_chapters -show_format -show_data
  1280. 2023-12-19 00:23:08.788 Info MediaProbeManager: ProcessRun 'ffprobe' Process exited with code 0 - Succeeded
  1281. 2023-12-19 00:23:08.790 Info TheMovieDb: MovieDbProvider: Finding id for item: Evil Dead II
  1282. 2023-12-19 00:23:08.795 Info HttpClient: GET https://api.themoviedb.org/3/search/movie?api_key=x_secret1_x&query=Evil Dead II&language=en-US&year=1987
  1283. 2023-12-19 00:23:09.095 Info HttpClient: GET https://api.themoviedb.org/3/movie/765?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers&language=en-US&include_image_language=en-US,en,null,en
  1284. 2023-12-19 00:23:09.153 Info HttpClient: GET https://private.omdbapi.com?apikey=x_secret2_x&i=tt0092991&plot=short&r=json
  1285. 2023-12-19 00:23:10.269 Error ProviderManager: Error in metadata saver
  1286. *** Error Report ***
  1287. Version: 4.7.14.0
  1288. Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3
  1289. Operating system: Linux version 6.1.64-Unraid (root@Develop-612) (gcc (GCC) 12.2.0, GNU ld version 2.40-slack151) #1 SMP PREEMPT_DYNAMIC Wed Nov 29 12:48:16 PST 2023
  1290. Framework: .NET 6.0.20
  1291. OS/Process: x64/x64
  1292. Runtime: system/System.Private.CoreLib.dll
  1293. Processor count: 16
  1294. Data path: /config
  1295. Application path: /system
  1296. System.UnauthorizedAccessException: System.UnauthorizedAccessException: Access to the path '/mnt/movies/The Evil Dead (1981)/The Evil Dead (1981).nfo' is denied.
  1297. ---> System.IO.IOException: Permission denied
  1298. --- End of inner exception stack trace ---
  1299. at Interop.CheckIo(Error error, String path, Boolean isDirectory, Func`2 errorRewriter)
  1300. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
  1301. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  1302. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  1303. at System.IO.Strategies.FileStreamHelpers.ChooseStrategy(FileStream fileStream, String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, Int64 preallocationSize)
  1304. at System.IO.FileStream..ctor(String path, FileStreamOptions options)
  1305. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Int32 bufferSize, FileOpenOptions fileOpenOptions, Int64 preAllocationSize)
  1306. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Boolean isAsync)
  1307. at NfoMetadata.Savers.BaseNfoSaver.SaveToFile(Stream stream, String path, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  1308. at NfoMetadata.Savers.BaseNfoSaver.Save(BaseItem item, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  1309. at Emby.Providers.Manager.ProviderManager.SaveMetadata(BaseItem item, LibraryOptions libraryOptions, ItemUpdateType updateType, IMetadataSaver[] savers, CancellationToken cancellationToken)
  1310. Source: System.Private.CoreLib
  1311. TargetSite: Void CheckIo(Error, System.String, Boolean, System.Func`2[Interop+ErrorInfo,Interop+ErrorInfo])
  1312. InnerException: System.IO.IOException: Permission denied
  1313. Source:
  1314. TargetSite:
  1315.  
  1316. 2023-12-19 00:23:10.270 Info HttpClient: GET https://api.themoviedb.org/3/movie/765?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers
  1317. 2023-12-19 00:23:10.329 Info HttpClient: GET https://webservice.fanart.tv/v3/movies/765?api_key=x_secret3_x
  1318. 2023-12-19 00:23:10.523 Error ProviderManager: Error in metadata saver
  1319. *** Error Report ***
  1320. Version: 4.7.14.0
  1321. Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3
  1322. Operating system: Linux version 6.1.64-Unraid (root@Develop-612) (gcc (GCC) 12.2.0, GNU ld version 2.40-slack151) #1 SMP PREEMPT_DYNAMIC Wed Nov 29 12:48:16 PST 2023
  1323. Framework: .NET 6.0.20
  1324. OS/Process: x64/x64
  1325. Runtime: system/System.Private.CoreLib.dll
  1326. Processor count: 16
  1327. Data path: /config
  1328. Application path: /system
  1329. System.UnauthorizedAccessException: System.UnauthorizedAccessException: Access to the path '/mnt/movies/Evil Dead II (1987)/Evil Dead II (1987).nfo' is denied.
  1330. ---> System.IO.IOException: Permission denied
  1331. --- End of inner exception stack trace ---
  1332. at Interop.CheckIo(Error error, String path, Boolean isDirectory, Func`2 errorRewriter)
  1333. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
  1334. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  1335. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  1336. at System.IO.Strategies.FileStreamHelpers.ChooseStrategy(FileStream fileStream, String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, Int64 preallocationSize)
  1337. at System.IO.FileStream..ctor(String path, FileStreamOptions options)
  1338. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Int32 bufferSize, FileOpenOptions fileOpenOptions, Int64 preAllocationSize)
  1339. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Boolean isAsync)
  1340. at NfoMetadata.Savers.BaseNfoSaver.SaveToFile(Stream stream, String path, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  1341. at NfoMetadata.Savers.BaseNfoSaver.Save(BaseItem item, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  1342. at Emby.Providers.Manager.ProviderManager.SaveMetadata(BaseItem item, LibraryOptions libraryOptions, ItemUpdateType updateType, IMetadataSaver[] savers, CancellationToken cancellationToken)
  1343. Source: System.Private.CoreLib
  1344. TargetSite: Void CheckIo(Error, System.String, Boolean, System.Func`2[Interop+ErrorInfo,Interop+ErrorInfo])
  1345. InnerException: System.IO.IOException: Permission denied
  1346. Source:
  1347. TargetSite:
  1348.  
  1349. 2023-12-19 00:23:11.588 Info HttpClient: GET https://api.themoviedb.org/3/collection/1960?api_key=x_secret1_x&append_to_response=images&language=en-US&include_image_language=en-US,en,null,en
  1350. 2023-12-19 00:23:11.887 Info HttpClient: GET https://api.themoviedb.org/3/collection/1960?api_key=x_secret1_x&append_to_response=images
  1351. 2023-12-19 00:23:12.030 Info HttpClient: GET https://webservice.fanart.tv/v3/movies/1960?api_key=x_secret3_x
  1352. 2023-12-19 00:23:56.116 Info LibraryMonitor: movies (/mnt/movies) will be refreshed.
  1353. 2023-12-19 00:23:56.116 Info LibraryMonitor: Antz (/mnt/movies/Antz (1998)/Antz (1998).mp4) will be refreshed.
  1354. 2023-12-19 00:23:56.464 Info MediaProbeManager: ProcessRun 'ffprobe' Execute: /bin/ffprobe -i file:"/mnt/movies/American Underdog (2021)/American Underdog (2021).mp4" -threads 0 -v info -print_format json -show_streams -show_chapters -show_format -show_data
  1355. 2023-12-19 00:23:56.527 Info MediaProbeManager: ProcessRun 'ffprobe' Process exited with code 0 - Succeeded
  1356. 2023-12-19 00:23:56.565 Info TheMovieDb: MovieDbProvider: Finding id for item: American Underdog
  1357. 2023-12-19 00:23:56.565 Info HttpClient: GET https://api.themoviedb.org/3/search/movie?api_key=x_secret1_x&query=American Underdog&language=en-US&year=2021
  1358. 2023-12-19 00:23:56.864 Info HttpClient: GET https://api.themoviedb.org/3/movie/673309?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers&language=en-US&include_image_language=en-US,en,null,en
  1359. 2023-12-19 00:23:56.973 Info HttpClient: GET https://private.omdbapi.com?apikey=x_secret2_x&i=tt11729298&plot=short&r=json
  1360. 2023-12-19 00:23:57.164 Info HttpClient: GET https://api.themoviedb.org/3/movie/673309?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers
  1361. 2023-12-19 00:23:57.279 Info HttpClient: GET https://webservice.fanart.tv/v3/movies/673309?api_key=x_secret3_x
  1362. 2023-12-19 00:23:57.465 Error ProviderManager: Error in metadata saver
  1363. *** Error Report ***
  1364. Version: 4.7.14.0
  1365. Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3
  1366. Operating system: Linux version 6.1.64-Unraid (root@Develop-612) (gcc (GCC) 12.2.0, GNU ld version 2.40-slack151) #1 SMP PREEMPT_DYNAMIC Wed Nov 29 12:48:16 PST 2023
  1367. Framework: .NET 6.0.20
  1368. OS/Process: x64/x64
  1369. Runtime: system/System.Private.CoreLib.dll
  1370. Processor count: 16
  1371. Data path: /config
  1372. Application path: /system
  1373. System.UnauthorizedAccessException: System.UnauthorizedAccessException: Access to the path '/mnt/movies/American Underdog (2021)/American Underdog (2021).nfo' is denied.
  1374. ---> System.IO.IOException: Permission denied
  1375. --- End of inner exception stack trace ---
  1376. at Interop.CheckIo(Error error, String path, Boolean isDirectory, Func`2 errorRewriter)
  1377. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
  1378. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  1379. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  1380. at System.IO.Strategies.FileStreamHelpers.ChooseStrategy(FileStream fileStream, String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, Int64 preallocationSize)
  1381. at System.IO.FileStream..ctor(String path, FileStreamOptions options)
  1382. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Int32 bufferSize, FileOpenOptions fileOpenOptions, Int64 preAllocationSize)
  1383. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Boolean isAsync)
  1384. at NfoMetadata.Savers.BaseNfoSaver.SaveToFile(Stream stream, String path, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  1385. at NfoMetadata.Savers.BaseNfoSaver.Save(BaseItem item, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  1386. at Emby.Providers.Manager.ProviderManager.SaveMetadata(BaseItem item, LibraryOptions libraryOptions, ItemUpdateType updateType, IMetadataSaver[] savers, CancellationToken cancellationToken)
  1387. Source: System.Private.CoreLib
  1388. TargetSite: Void CheckIo(Error, System.String, Boolean, System.Func`2[Interop+ErrorInfo,Interop+ErrorInfo])
  1389. InnerException: System.IO.IOException: Permission denied
  1390. Source:
  1391. TargetSite:
  1392.  
  1393. 2023-12-19 00:23:57.466 Info MediaProbeManager: ProcessRun 'ffprobe' Execute: /bin/ffprobe -i file:"/mnt/movies/Curse of Chucky (2013)/Curse of Chucky (2013).mp4" -threads 0 -v info -print_format json -show_streams -show_chapters -show_format -show_data
  1394. 2023-12-19 00:23:57.513 Info MediaProbeManager: ProcessRun 'ffprobe' Process exited with code 0 - Succeeded
  1395. 2023-12-19 00:23:57.518 Info TheMovieDb: MovieDbProvider: Finding id for item: Curse of Chucky
  1396. 2023-12-19 00:23:57.518 Info HttpClient: GET https://api.themoviedb.org/3/search/movie?api_key=x_secret1_x&query=Curse of Chucky&language=en-US&year=2013
  1397. 2023-12-19 00:23:57.819 Info HttpClient: GET https://api.themoviedb.org/3/movie/167032?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers&language=en-US&include_image_language=en-US,en,null,en
  1398. 2023-12-19 00:23:58.005 Info HttpClient: GET https://private.omdbapi.com?apikey=x_secret2_x&i=tt2230358&plot=short&r=json
  1399. 2023-12-19 00:23:58.186 Error ProviderManager: Error in metadata saver
  1400. *** Error Report ***
  1401. Version: 4.7.14.0
  1402. Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3
  1403. Operating system: Linux version 6.1.64-Unraid (root@Develop-612) (gcc (GCC) 12.2.0, GNU ld version 2.40-slack151) #1 SMP PREEMPT_DYNAMIC Wed Nov 29 12:48:16 PST 2023
  1404. Framework: .NET 6.0.20
  1405. OS/Process: x64/x64
  1406. Runtime: system/System.Private.CoreLib.dll
  1407. Processor count: 16
  1408. Data path: /config
  1409. Application path: /system
  1410. System.UnauthorizedAccessException: System.UnauthorizedAccessException: Access to the path '/mnt/movies/Seed of Chucky (2004)/Seed of Chucky (2004).nfo' is denied.
  1411. ---> System.IO.IOException: Permission denied
  1412. --- End of inner exception stack trace ---
  1413. at Interop.CheckIo(Error error, String path, Boolean isDirectory, Func`2 errorRewriter)
  1414. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
  1415. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  1416. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  1417. at System.IO.Strategies.FileStreamHelpers.ChooseStrategy(FileStream fileStream, String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, Int64 preallocationSize)
  1418. at System.IO.FileStream..ctor(String path, FileStreamOptions options)
  1419. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Int32 bufferSize, FileOpenOptions fileOpenOptions, Int64 preAllocationSize)
  1420. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Boolean isAsync)
  1421. at NfoMetadata.Savers.BaseNfoSaver.SaveToFile(Stream stream, String path, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  1422. at NfoMetadata.Savers.BaseNfoSaver.Save(BaseItem item, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  1423. at Emby.Providers.Manager.ProviderManager.SaveMetadata(BaseItem item, LibraryOptions libraryOptions, ItemUpdateType updateType, IMetadataSaver[] savers, CancellationToken cancellationToken)
  1424. Source: System.Private.CoreLib
  1425. TargetSite: Void CheckIo(Error, System.String, Boolean, System.Func`2[Interop+ErrorInfo,Interop+ErrorInfo])
  1426. InnerException: System.IO.IOException: Permission denied
  1427. Source:
  1428. TargetSite:
  1429.  
  1430. 2023-12-19 00:23:58.187 Info HttpClient: GET https://api.themoviedb.org/3/movie/167032?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers
  1431. 2023-12-19 00:23:58.332 Info HttpClient: GET https://webservice.fanart.tv/v3/movies/167032?api_key=x_secret3_x
  1432. 2023-12-19 00:23:58.508 Error ProviderManager: Error in metadata saver
  1433. *** Error Report ***
  1434. Version: 4.7.14.0
  1435. Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3
  1436. Operating system: Linux version 6.1.64-Unraid (root@Develop-612) (gcc (GCC) 12.2.0, GNU ld version 2.40-slack151) #1 SMP PREEMPT_DYNAMIC Wed Nov 29 12:48:16 PST 2023
  1437. Framework: .NET 6.0.20
  1438. OS/Process: x64/x64
  1439. Runtime: system/System.Private.CoreLib.dll
  1440. Processor count: 16
  1441. Data path: /config
  1442. Application path: /system
  1443. System.UnauthorizedAccessException: System.UnauthorizedAccessException: Access to the path '/mnt/movies/Curse of Chucky (2013)/Curse of Chucky (2013).nfo' is denied.
  1444. ---> System.IO.IOException: Permission denied
  1445. --- End of inner exception stack trace ---
  1446. at Interop.CheckIo(Error error, String path, Boolean isDirectory, Func`2 errorRewriter)
  1447. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
  1448. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  1449. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  1450. at System.IO.Strategies.FileStreamHelpers.ChooseStrategy(FileStream fileStream, String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, Int64 preallocationSize)
  1451. at System.IO.FileStream..ctor(String path, FileStreamOptions options)
  1452. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Int32 bufferSize, FileOpenOptions fileOpenOptions, Int64 preAllocationSize)
  1453. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Boolean isAsync)
  1454. at NfoMetadata.Savers.BaseNfoSaver.SaveToFile(Stream stream, String path, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  1455. at NfoMetadata.Savers.BaseNfoSaver.Save(BaseItem item, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  1456. at Emby.Providers.Manager.ProviderManager.SaveMetadata(BaseItem item, LibraryOptions libraryOptions, ItemUpdateType updateType, IMetadataSaver[] savers, CancellationToken cancellationToken)
  1457. Source: System.Private.CoreLib
  1458. TargetSite: Void CheckIo(Error, System.String, Boolean, System.Func`2[Interop+ErrorInfo,Interop+ErrorInfo])
  1459. InnerException: System.IO.IOException: Permission denied
  1460. Source:
  1461. TargetSite:
  1462.  
  1463. 2023-12-19 00:23:58.509 Info MediaProbeManager: ProcessRun 'ffprobe' Execute: /bin/ffprobe -i file:"/mnt/movies/Billie Eilish - The World's a Little Blurry (2021)/Billie Eilish - The World's a Little Blurry (2021).mp4" -threads 0 -v info -print_format json -show_streams -show_chapters -show_format -show_data
  1464. 2023-12-19 00:23:58.588 Info MediaProbeManager: ProcessRun 'ffprobe' Process exited with code 0 - Succeeded
  1465. 2023-12-19 00:23:59.136 Info TheMovieDb: MovieDbProvider: Finding id for item: Billie Eilish - The World's a Little Blurry
  1466. 2023-12-19 00:23:59.136 Info HttpClient: GET https://api.themoviedb.org/3/search/movie?api_key=x_secret1_x&query=Billie Eilish - The World's a Little Blurry&language=en-US&year=2021
  1467. 2023-12-19 00:23:59.436 Info HttpClient: GET https://api.themoviedb.org/3/movie/654754?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers&language=en-US&include_image_language=en-US,en,null,en
  1468. 2023-12-19 00:23:59.535 Info HttpClient: GET https://private.omdbapi.com?apikey=x_secret2_x&i=tt11459366&plot=short&r=json
  1469. 2023-12-19 00:23:59.869 Info HttpClient: GET https://api.themoviedb.org/3/movie/654754?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers
  1470. 2023-12-19 00:23:59.979 Info HttpClient: GET https://webservice.fanart.tv/v3/movies/654754?api_key=x_secret3_x
  1471. 2023-12-19 00:24:00.149 Error ProviderManager: Error in metadata saver
  1472. *** Error Report ***
  1473. Version: 4.7.14.0
  1474. Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3
  1475. Operating system: Linux version 6.1.64-Unraid (root@Develop-612) (gcc (GCC) 12.2.0, GNU ld version 2.40-slack151) #1 SMP PREEMPT_DYNAMIC Wed Nov 29 12:48:16 PST 2023
  1476. Framework: .NET 6.0.20
  1477. OS/Process: x64/x64
  1478. Runtime: system/System.Private.CoreLib.dll
  1479. Processor count: 16
  1480. Data path: /config
  1481. Application path: /system
  1482. System.UnauthorizedAccessException: System.UnauthorizedAccessException: Access to the path '/mnt/movies/Billie Eilish - The World's a Little Blurry (2021)/Billie Eilish - The World's a Little Blurry (2021).nfo' is denied.
  1483. ---> System.IO.IOException: Permission denied
  1484. --- End of inner exception stack trace ---
  1485. at Interop.CheckIo(Error error, String path, Boolean isDirectory, Func`2 errorRewriter)
  1486. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
  1487. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  1488. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  1489. at System.IO.Strategies.FileStreamHelpers.ChooseStrategy(FileStream fileStream, String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, Int64 preallocationSize)
  1490. at System.IO.FileStream..ctor(String path, FileStreamOptions options)
  1491. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Int32 bufferSize, FileOpenOptions fileOpenOptions, Int64 preAllocationSize)
  1492. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Boolean isAsync)
  1493. at NfoMetadata.Savers.BaseNfoSaver.SaveToFile(Stream stream, String path, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  1494. at NfoMetadata.Savers.BaseNfoSaver.Save(BaseItem item, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  1495. at Emby.Providers.Manager.ProviderManager.SaveMetadata(BaseItem item, LibraryOptions libraryOptions, ItemUpdateType updateType, IMetadataSaver[] savers, CancellationToken cancellationToken)
  1496. Source: System.Private.CoreLib
  1497. TargetSite: Void CheckIo(Error, System.String, Boolean, System.Func`2[Interop+ErrorInfo,Interop+ErrorInfo])
  1498. InnerException: System.IO.IOException: Permission denied
  1499. Source:
  1500. TargetSite:
  1501.  
  1502. 2023-12-19 00:24:01.533 Info HttpClient: GET https://api.themoviedb.org/3/collection/10455?api_key=x_secret1_x&append_to_response=images&language=en-US&include_image_language=en-US,en,null,en
  1503. 2023-12-19 00:24:01.832 Info HttpClient: GET https://api.themoviedb.org/3/collection/10455?api_key=x_secret1_x&append_to_response=images
  1504. 2023-12-19 00:24:01.914 Info HttpClient: GET https://webservice.fanart.tv/v3/movies/10455?api_key=x_secret3_x
  1505. 2023-12-19 00:24:02.483 Info LibraryMonitor: movies (/mnt/movies) will be refreshed.
  1506. 2023-12-19 00:24:02.483 Info LibraryMonitor: Evil Dead II (/mnt/movies/Evil Dead II (1987)/Evil Dead II (1987).mp4) will be refreshed.
  1507. 2023-12-19 00:24:15.766 Info App: Auto-Organize watch folder does not exist: D:\Emby Media Server\Media\Unorganized Content\Auto Organize
  1508. 2023-12-19 00:24:15.766 Info App: Auto-Organize watch folder does not exist: D:\Emby Media Server\Media\Unorganized Content\Auto Organize\Movies
  1509. 2023-12-19 00:24:15.767 Error TaskManager: Error
  1510. *** Error Report ***
  1511. Version: 4.7.14.0
  1512. Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3
  1513. Operating system: Linux version 6.1.64-Unraid (root@Develop-612) (gcc (GCC) 12.2.0, GNU ld version 2.40-slack151) #1 SMP PREEMPT_DYNAMIC Wed Nov 29 12:48:16 PST 2023
  1514. Framework: .NET 6.0.20
  1515. OS/Process: x64/x64
  1516. Runtime: system/System.Private.CoreLib.dll
  1517. Processor count: 16
  1518. Data path: /config
  1519. Application path: /system
  1520. System.IO.DirectoryNotFoundException: System.IO.DirectoryNotFoundException: Could not find a part of the path '/var/run/s6/services/emby-server/D:\Emby Media Server\Media\Unorganized Content\Auto Organize\Movies'.
  1521. at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound)
  1522. at System.IO.Enumeration.FileSystemEnumerator`1.Init()
  1523. at System.IO.Enumeration.FileSystemEnumerableFactory.UserFiles(String directory, String expression, EnumerationOptions options)
  1524. at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
  1525. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFilePaths(String path, String[] extensions, Boolean enableCaseSensitiveExtensions, Boolean recursive)
  1526. at Emby.AutoOrganize.Core.MovieFolderOrganizer.DeleteLeftOverFiles(String path, IEnumerable`1 extensions)
  1527. at Emby.AutoOrganize.Core.MovieFolderOrganizer.Clean(IEnumerable`1 paths, List`1 watchLocations, Boolean deleteEmptyFolders, List`1 deleteExtensions)
  1528. at Emby.AutoOrganize.Core.MovieFolderOrganizer.Organize(MovieFileOrganizationOptions options, CancellationToken cancellationToken, IProgress`1 progress)
  1529. at Emby.AutoOrganize.Core.OrganizerScheduledTask.Execute(CancellationToken cancellationToken, IProgress`1 progress)
  1530. at Emby.Server.Implementations.ScheduledTasks.ScheduledTaskWorker.ExecuteInternal(TaskOptions options)
  1531. Source: System.Private.CoreLib
  1532. TargetSite: IntPtr CreateDirectoryHandle(System.String, Boolean)
  1533.  
  1534. 2023-12-19 00:24:43.782 Info LibraryMonitor: movies (/mnt/movies) will be refreshed.
  1535. 2023-12-19 00:24:43.782 Info LibraryMonitor: American Underdog (/mnt/movies/American Underdog (2021)/American Underdog (2021).mp4) will be refreshed.
  1536. 2023-12-19 00:24:44.334 Info LibraryMonitor: movies (/mnt/movies) will be refreshed.
  1537. 2023-12-19 00:24:44.334 Info LibraryMonitor: Curse of Chucky (/mnt/movies/Curse of Chucky (2013)/Curse of Chucky (2013).mp4) will be refreshed.
  1538. 2023-12-19 00:24:44.484 Info MediaProbeManager: ProcessRun 'ffprobe' Execute: /bin/ffprobe -i file:"/mnt/movies/Beau Is Afraid (2023)/Beau Is Afraid (2023).mkv" -threads 0 -v info -print_format json -show_streams -show_chapters -show_format -show_data
  1539. 2023-12-19 00:24:44.507 Info MediaProbeManager: ProcessRun 'ffprobe' Process exited with code 0 - Succeeded
  1540. 2023-12-19 00:24:44.514 Info TheMovieDb: MovieDbProvider: Finding id for item: Beau Is Afraid
  1541. 2023-12-19 00:24:44.514 Info HttpClient: GET https://api.themoviedb.org/3/search/movie?api_key=x_secret1_x&query=Beau Is Afraid&language=en-US&year=2023
  1542. 2023-12-19 00:24:44.813 Info HttpClient: GET https://api.themoviedb.org/3/movie/798286?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers&language=en-US&include_image_language=en-US,en,null,en
  1543. 2023-12-19 00:24:44.956 Info HttpClient: GET https://private.omdbapi.com?apikey=x_secret2_x&i=tt13521006&plot=short&r=json
  1544. 2023-12-19 00:24:45.112 Info HttpClient: GET https://api.themoviedb.org/3/movie/798286?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers
  1545. 2023-12-19 00:24:45.246 Info HttpClient: GET https://webservice.fanart.tv/v3/movies/798286?api_key=x_secret3_x
  1546. 2023-12-19 00:24:45.517 Error ProviderManager: Error in metadata saver
  1547. *** Error Report ***
  1548. Version: 4.7.14.0
  1549. Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3
  1550. Operating system: Linux version 6.1.64-Unraid (root@Develop-612) (gcc (GCC) 12.2.0, GNU ld version 2.40-slack151) #1 SMP PREEMPT_DYNAMIC Wed Nov 29 12:48:16 PST 2023
  1551. Framework: .NET 6.0.20
  1552. OS/Process: x64/x64
  1553. Runtime: system/System.Private.CoreLib.dll
  1554. Processor count: 16
  1555. Data path: /config
  1556. Application path: /system
  1557. System.UnauthorizedAccessException: System.UnauthorizedAccessException: Access to the path '/mnt/movies/Beau Is Afraid (2023)/Beau Is Afraid (2023).nfo' is denied.
  1558. ---> System.IO.IOException: Permission denied
  1559. --- End of inner exception stack trace ---
  1560. at Interop.CheckIo(Error error, String path, Boolean isDirectory, Func`2 errorRewriter)
  1561. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
  1562. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  1563. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  1564. at System.IO.Strategies.FileStreamHelpers.ChooseStrategy(FileStream fileStream, String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, Int64 preallocationSize)
  1565. at System.IO.FileStream..ctor(String path, FileStreamOptions options)
  1566. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Int32 bufferSize, FileOpenOptions fileOpenOptions, Int64 preAllocationSize)
  1567. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Boolean isAsync)
  1568. at NfoMetadata.Savers.BaseNfoSaver.SaveToFile(Stream stream, String path, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  1569. at NfoMetadata.Savers.BaseNfoSaver.Save(BaseItem item, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  1570. at Emby.Providers.Manager.ProviderManager.SaveMetadata(BaseItem item, LibraryOptions libraryOptions, ItemUpdateType updateType, IMetadataSaver[] savers, CancellationToken cancellationToken)
  1571. Source: System.Private.CoreLib
  1572. TargetSite: Void CheckIo(Error, System.String, Boolean, System.Func`2[Interop+ErrorInfo,Interop+ErrorInfo])
  1573. InnerException: System.IO.IOException: Permission denied
  1574. Source:
  1575. TargetSite:
  1576.  
  1577. 2023-12-19 00:24:51.669 Info LibraryMonitor: movies (/mnt/movies) will be refreshed.
  1578. 2023-12-19 00:24:51.669 Info LibraryMonitor: Billie Eilish: The World's a Little Blurry (/mnt/movies/Billie Eilish - The World's a Little Blurry (2021)/Billie Eilish - The World's a Little Blurry (2021).mp4) will be refreshed.
  1579. 2023-12-19 00:25:24.782 Info LibraryMonitor: movies (/mnt/movies) will be refreshed.
  1580. 2023-12-19 00:25:24.782 Info LibraryMonitor: Beau Is Afraid (/mnt/movies/Beau Is Afraid (2023)/Beau Is Afraid (2023).mkv) will be refreshed.
  1581. 2023-12-19 00:26:46.447 Info LibraryMonitor: movies (/mnt/movies) will be refreshed.
  1582. 2023-12-19 00:26:48.147 Info MediaProbeManager: ProcessRun 'ffprobe' Execute: /bin/ffprobe -i file:"/mnt/movies/The Big Lebowski (1998)/The Big Lebowski (1998).mp4" -threads 0 -v info -print_format json -show_streams -show_chapters -show_format -show_data
  1583. 2023-12-19 00:26:48.210 Info MediaProbeManager: ProcessRun 'ffprobe' Process exited with code 0 - Succeeded
  1584. 2023-12-19 00:26:48.593 Info TheMovieDb: MovieDbProvider: Finding id for item: The Big Lebowski
  1585. 2023-12-19 00:26:48.593 Info HttpClient: GET https://api.themoviedb.org/3/search/movie?api_key=x_secret1_x&query=The Big Lebowski&language=en-US&year=1998
  1586. 2023-12-19 00:26:48.893 Info HttpClient: GET https://api.themoviedb.org/3/movie/115?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers&language=en-US&include_image_language=en-US,en,null,en
  1587. 2023-12-19 00:26:48.926 Info HttpClient: GET https://private.omdbapi.com?apikey=x_secret2_x&i=tt0118715&plot=short&r=json
  1588. 2023-12-19 00:26:49.192 Info HttpClient: GET https://api.themoviedb.org/3/movie/115?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers
  1589. 2023-12-19 00:26:49.224 Info HttpClient: GET https://webservice.fanart.tv/v3/movies/115?api_key=x_secret3_x
  1590. 2023-12-19 00:26:49.941 Error ProviderManager: Error in metadata saver
  1591. *** Error Report ***
  1592. Version: 4.7.14.0
  1593. Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3
  1594. Operating system: Linux version 6.1.64-Unraid (root@Develop-612) (gcc (GCC) 12.2.0, GNU ld version 2.40-slack151) #1 SMP PREEMPT_DYNAMIC Wed Nov 29 12:48:16 PST 2023
  1595. Framework: .NET 6.0.20
  1596. OS/Process: x64/x64
  1597. Runtime: system/System.Private.CoreLib.dll
  1598. Processor count: 16
  1599. Data path: /config
  1600. Application path: /system
  1601. System.UnauthorizedAccessException: System.UnauthorizedAccessException: Access to the path '/mnt/movies/The Big Lebowski (1998)/The Big Lebowski (1998).nfo' is denied.
  1602. ---> System.IO.IOException: Permission denied
  1603. --- End of inner exception stack trace ---
  1604. at Interop.CheckIo(Error error, String path, Boolean isDirectory, Func`2 errorRewriter)
  1605. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
  1606. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  1607. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  1608. at System.IO.Strategies.FileStreamHelpers.ChooseStrategy(FileStream fileStream, String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, Int64 preallocationSize)
  1609. at System.IO.FileStream..ctor(String path, FileStreamOptions options)
  1610. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Int32 bufferSize, FileOpenOptions fileOpenOptions, Int64 preAllocationSize)
  1611. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Boolean isAsync)
  1612. at NfoMetadata.Savers.BaseNfoSaver.SaveToFile(Stream stream, String path, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  1613. at NfoMetadata.Savers.BaseNfoSaver.Save(BaseItem item, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  1614. at Emby.Providers.Manager.ProviderManager.SaveMetadata(BaseItem item, LibraryOptions libraryOptions, ItemUpdateType updateType, IMetadataSaver[] savers, CancellationToken cancellationToken)
  1615. Source: System.Private.CoreLib
  1616. TargetSite: Void CheckIo(Error, System.String, Boolean, System.Func`2[Interop+ErrorInfo,Interop+ErrorInfo])
  1617. InnerException: System.IO.IOException: Permission denied
  1618. Source:
  1619. TargetSite:
  1620.  
  1621. 2023-12-19 00:26:49.941 Info MediaProbeManager: ProcessRun 'ffprobe' Execute: /bin/ffprobe -i file:"/mnt/movies/Cadet Kelly (2002)/Cadet Kelly (2002).mkv" -threads 0 -v info -print_format json -show_streams -show_chapters -show_format -show_data
  1622. 2023-12-19 00:26:49.963 Info MediaProbeManager: ProcessRun 'ffprobe' Process exited with code 0 - Succeeded
  1623. 2023-12-19 00:26:49.968 Info TheMovieDb: MovieDbProvider: Finding id for item: Cadet Kelly
  1624. 2023-12-19 00:26:49.968 Info HttpClient: GET https://api.themoviedb.org/3/search/movie?api_key=x_secret1_x&query=Cadet Kelly&language=en-US&year=2002
  1625. 2023-12-19 00:26:50.267 Info HttpClient: GET https://api.themoviedb.org/3/movie/14008?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers&language=en-US&include_image_language=en-US,en,null,en
  1626. 2023-12-19 00:26:50.303 Info HttpClient: GET https://private.omdbapi.com?apikey=x_secret2_x&i=tt0294425&plot=short&r=json
  1627. 2023-12-19 00:26:50.566 Info HttpClient: GET https://api.themoviedb.org/3/movie/14008?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers
  1628. 2023-12-19 00:26:50.600 Info HttpClient: GET https://webservice.fanart.tv/v3/movies/14008?api_key=x_secret3_x
  1629. 2023-12-19 00:26:50.777 Error ProviderManager: Error in metadata saver
  1630. *** Error Report ***
  1631. Version: 4.7.14.0
  1632. Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3
  1633. Operating system: Linux version 6.1.64-Unraid (root@Develop-612) (gcc (GCC) 12.2.0, GNU ld version 2.40-slack151) #1 SMP PREEMPT_DYNAMIC Wed Nov 29 12:48:16 PST 2023
  1634. Framework: .NET 6.0.20
  1635. OS/Process: x64/x64
  1636. Runtime: system/System.Private.CoreLib.dll
  1637. Processor count: 16
  1638. Data path: /config
  1639. Application path: /system
  1640. System.UnauthorizedAccessException: System.UnauthorizedAccessException: Access to the path '/mnt/movies/Cadet Kelly (2002)/Cadet Kelly (2002).nfo' is denied.
  1641. ---> System.IO.IOException: Permission denied
  1642. --- End of inner exception stack trace ---
  1643. at Interop.CheckIo(Error error, String path, Boolean isDirectory, Func`2 errorRewriter)
  1644. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
  1645. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  1646. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  1647. at System.IO.Strategies.FileStreamHelpers.ChooseStrategy(FileStream fileStream, String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, Int64 preallocationSize)
  1648. at System.IO.FileStream..ctor(String path, FileStreamOptions options)
  1649. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Int32 bufferSize, FileOpenOptions fileOpenOptions, Int64 preAllocationSize)
  1650. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Boolean isAsync)
  1651. at NfoMetadata.Savers.BaseNfoSaver.SaveToFile(Stream stream, String path, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  1652. at NfoMetadata.Savers.BaseNfoSaver.Save(BaseItem item, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  1653. at Emby.Providers.Manager.ProviderManager.SaveMetadata(BaseItem item, LibraryOptions libraryOptions, ItemUpdateType updateType, IMetadataSaver[] savers, CancellationToken cancellationToken)
  1654. Source: System.Private.CoreLib
  1655. TargetSite: Void CheckIo(Error, System.String, Boolean, System.Func`2[Interop+ErrorInfo,Interop+ErrorInfo])
  1656. InnerException: System.IO.IOException: Permission denied
  1657. Source:
  1658. TargetSite:
  1659.  
  1660. 2023-12-19 00:26:50.777 Info MediaProbeManager: ProcessRun 'ffprobe' Execute: /bin/ffprobe -i file:"/mnt/movies/Bumblebee (2018)/Bumblebee (2018).mkv" -threads 0 -v info -print_format json -show_streams -show_chapters -show_format -show_data
  1661. 2023-12-19 00:26:50.796 Info MediaProbeManager: ProcessRun 'ffprobe' Process exited with code 0 - Succeeded
  1662. 2023-12-19 00:26:50.799 Info TheMovieDb: MovieDbProvider: Finding id for item: Bumblebee
  1663. 2023-12-19 00:26:50.866 Info HttpClient: GET https://api.themoviedb.org/3/search/movie?api_key=x_secret1_x&query=Bumblebee&language=en-US&year=2018
  1664. 2023-12-19 00:26:51.166 Info HttpClient: GET https://api.themoviedb.org/3/movie/424783?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers&language=en-US&include_image_language=en-US,en,null,en
  1665. 2023-12-19 00:26:51.211 Info HttpClient: GET https://private.omdbapi.com?apikey=x_secret2_x&i=tt4701182&plot=short&r=json
  1666. 2023-12-19 00:26:51.465 Info HttpClient: GET https://api.themoviedb.org/3/movie/424783?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers
  1667. 2023-12-19 00:26:51.490 Info HttpClient: GET https://webservice.fanart.tv/v3/movies/424783?api_key=x_secret3_x
  1668. 2023-12-19 00:26:51.852 Error ProviderManager: Error in metadata saver
  1669. *** Error Report ***
  1670. Version: 4.7.14.0
  1671. Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3
  1672. Operating system: Linux version 6.1.64-Unraid (root@Develop-612) (gcc (GCC) 12.2.0, GNU ld version 2.40-slack151) #1 SMP PREEMPT_DYNAMIC Wed Nov 29 12:48:16 PST 2023
  1673. Framework: .NET 6.0.20
  1674. OS/Process: x64/x64
  1675. Runtime: system/System.Private.CoreLib.dll
  1676. Processor count: 16
  1677. Data path: /config
  1678. Application path: /system
  1679. System.UnauthorizedAccessException: System.UnauthorizedAccessException: Access to the path '/mnt/movies/Bumblebee (2018)/Bumblebee (2018).nfo' is denied.
  1680. ---> System.IO.IOException: Permission denied
  1681. --- End of inner exception stack trace ---
  1682. at Interop.CheckIo(Error error, String path, Boolean isDirectory, Func`2 errorRewriter)
  1683. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
  1684. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  1685. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  1686. at System.IO.Strategies.FileStreamHelpers.ChooseStrategy(FileStream fileStream, String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, Int64 preallocationSize)
  1687. at System.IO.FileStream..ctor(String path, FileStreamOptions options)
  1688. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Int32 bufferSize, FileOpenOptions fileOpenOptions, Int64 preAllocationSize)
  1689. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Boolean isAsync)
  1690. at NfoMetadata.Savers.BaseNfoSaver.SaveToFile(Stream stream, String path, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  1691. at NfoMetadata.Savers.BaseNfoSaver.Save(BaseItem item, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  1692. at Emby.Providers.Manager.ProviderManager.SaveMetadata(BaseItem item, LibraryOptions libraryOptions, ItemUpdateType updateType, IMetadataSaver[] savers, CancellationToken cancellationToken)
  1693. Source: System.Private.CoreLib
  1694. TargetSite: Void CheckIo(Error, System.String, Boolean, System.Func`2[Interop+ErrorInfo,Interop+ErrorInfo])
  1695. InnerException: System.IO.IOException: Permission denied
  1696. Source:
  1697. TargetSite:
  1698.  
  1699. 2023-12-19 00:27:09.658 Info LibraryMonitor: movies (/mnt/movies) will be refreshed.
  1700. 2023-12-19 00:27:09.658 Info LibraryMonitor: Cadet Kelly (/mnt/movies/Cadet Kelly (2002)/Cadet Kelly (2002).mkv) will be refreshed.
  1701. 2023-12-19 00:27:14.755 Info LibraryMonitor: movies (/mnt/movies) will be refreshed.
  1702. 2023-12-19 00:27:14.755 Info LibraryMonitor: Bumblebee (/mnt/movies/Bumblebee (2018)/Bumblebee (2018).mkv) will be refreshed.
  1703. 2023-12-19 00:28:35.046 Info LibraryMonitor: movies (/mnt/movies) will be refreshed.
  1704. 2023-12-19 00:28:35.424 Info MediaProbeManager: ProcessRun 'ffprobe' Execute: /bin/ffprobe -i file:"/mnt/movies/Cars 2 (2011)/Cars 2 (2011).mkv" -threads 0 -v info -print_format json -show_streams -show_chapters -show_format -show_data
  1705. 2023-12-19 00:28:35.444 Info MediaProbeManager: ProcessRun 'ffprobe' Process exited with code 0 - Succeeded
  1706. 2023-12-19 00:28:35.450 Info TheMovieDb: MovieDbProvider: Finding id for item: Cars 2
  1707. 2023-12-19 00:28:35.450 Info HttpClient: GET https://api.themoviedb.org/3/search/movie?api_key=x_secret1_x&query=Cars 2&language=en-US&year=2011
  1708. 2023-12-19 00:28:35.749 Info HttpClient: GET https://api.themoviedb.org/3/movie/49013?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers&language=en-US&include_image_language=en-US,en,null,en
  1709. 2023-12-19 00:28:35.868 Info HttpClient: GET https://private.omdbapi.com?apikey=x_secret2_x&i=tt1216475&plot=short&r=json
  1710. 2023-12-19 00:28:35.880 Info LibraryMonitor: movies (/mnt/movies) will be refreshed.
  1711. 2023-12-19 00:28:35.880 Info LibraryMonitor: Can't Buy Me Love (/mnt/movies/Can't Buy Me Love (1987)/Can't Buy Me Love (1987).mp4) will be refreshed.
  1712. 2023-12-19 00:28:36.341 Info HttpClient: GET https://api.themoviedb.org/3/movie/49013?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers
  1713. 2023-12-19 00:28:36.408 Info HttpClient: GET https://webservice.fanart.tv/v3/movies/49013?api_key=x_secret3_x
  1714. 2023-12-19 00:28:37.023 Error ProviderManager: Error in metadata saver
  1715. *** Error Report ***
  1716. Version: 4.7.14.0
  1717. Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3
  1718. Operating system: Linux version 6.1.64-Unraid (root@Develop-612) (gcc (GCC) 12.2.0, GNU ld version 2.40-slack151) #1 SMP PREEMPT_DYNAMIC Wed Nov 29 12:48:16 PST 2023
  1719. Framework: .NET 6.0.20
  1720. OS/Process: x64/x64
  1721. Runtime: system/System.Private.CoreLib.dll
  1722. Processor count: 16
  1723. Data path: /config
  1724. Application path: /system
  1725. System.UnauthorizedAccessException: System.UnauthorizedAccessException: Access to the path '/mnt/movies/Cars 2 (2011)/Cars 2 (2011).nfo' is denied.
  1726. ---> System.IO.IOException: Permission denied
  1727. --- End of inner exception stack trace ---
  1728. at Interop.CheckIo(Error error, String path, Boolean isDirectory, Func`2 errorRewriter)
  1729. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
  1730. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  1731. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  1732. at System.IO.Strategies.FileStreamHelpers.ChooseStrategy(FileStream fileStream, String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, Int64 preallocationSize)
  1733. at System.IO.FileStream..ctor(String path, FileStreamOptions options)
  1734. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Int32 bufferSize, FileOpenOptions fileOpenOptions, Int64 preAllocationSize)
  1735. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Boolean isAsync)
  1736. at NfoMetadata.Savers.BaseNfoSaver.SaveToFile(Stream stream, String path, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  1737. at NfoMetadata.Savers.BaseNfoSaver.Save(BaseItem item, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  1738. at Emby.Providers.Manager.ProviderManager.SaveMetadata(BaseItem item, LibraryOptions libraryOptions, ItemUpdateType updateType, IMetadataSaver[] savers, CancellationToken cancellationToken)
  1739. Source: System.Private.CoreLib
  1740. TargetSite: Void CheckIo(Error, System.String, Boolean, System.Func`2[Interop+ErrorInfo,Interop+ErrorInfo])
  1741. InnerException: System.IO.IOException: Permission denied
  1742. Source:
  1743. TargetSite:
  1744.  
  1745. 2023-12-19 00:28:37.023 Info MediaProbeManager: ProcessRun 'ffprobe' Execute: /bin/ffprobe -i file:"/mnt/movies/Can't Buy Me Love (1987)/Can't Buy Me Love (1987).mp4" -threads 0 -v info -print_format json -show_streams -show_chapters -show_format -show_data
  1746. 2023-12-19 00:28:37.079 Info MediaProbeManager: ProcessRun 'ffprobe' Process exited with code 0 - Succeeded
  1747. 2023-12-19 00:28:37.081 Info TheMovieDb: MovieDbProvider: Finding id for item: Can't Buy Me Love
  1748. 2023-12-19 00:28:37.081 Info HttpClient: GET https://api.themoviedb.org/3/search/movie?api_key=x_secret1_x&query=Can't Buy Me Love&language=en-US&year=1987
  1749. 2023-12-19 00:28:37.381 Info HttpClient: GET https://api.themoviedb.org/3/movie/12919?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers&language=en-US&include_image_language=en-US,en,null,en
  1750. 2023-12-19 00:28:37.448 Info HttpClient: GET https://private.omdbapi.com?apikey=x_secret2_x&i=tt0092718&plot=short&r=json
  1751. 2023-12-19 00:28:37.681 Info HttpClient: GET https://api.themoviedb.org/3/movie/12919?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers
  1752. 2023-12-19 00:28:37.747 Info HttpClient: GET https://webservice.fanart.tv/v3/movies/12919?api_key=x_secret3_x
  1753. 2023-12-19 00:28:37.992 Error ProviderManager: Error in metadata saver
  1754. *** Error Report ***
  1755. Version: 4.7.14.0
  1756. Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3
  1757. Operating system: Linux version 6.1.64-Unraid (root@Develop-612) (gcc (GCC) 12.2.0, GNU ld version 2.40-slack151) #1 SMP PREEMPT_DYNAMIC Wed Nov 29 12:48:16 PST 2023
  1758. Framework: .NET 6.0.20
  1759. OS/Process: x64/x64
  1760. Runtime: system/System.Private.CoreLib.dll
  1761. Processor count: 16
  1762. Data path: /config
  1763. Application path: /system
  1764. System.UnauthorizedAccessException: System.UnauthorizedAccessException: Access to the path '/mnt/movies/Can't Buy Me Love (1987)/Can't Buy Me Love (1987).nfo' is denied.
  1765. ---> System.IO.IOException: Permission denied
  1766. --- End of inner exception stack trace ---
  1767. at Interop.CheckIo(Error error, String path, Boolean isDirectory, Func`2 errorRewriter)
  1768. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
  1769. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  1770. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  1771. at System.IO.Strategies.FileStreamHelpers.ChooseStrategy(FileStream fileStream, String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, Int64 preallocationSize)
  1772. at System.IO.FileStream..ctor(String path, FileStreamOptions options)
  1773. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Int32 bufferSize, FileOpenOptions fileOpenOptions, Int64 preAllocationSize)
  1774. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Boolean isAsync)
  1775. at NfoMetadata.Savers.BaseNfoSaver.SaveToFile(Stream stream, String path, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  1776. at NfoMetadata.Savers.BaseNfoSaver.Save(BaseItem item, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  1777. at Emby.Providers.Manager.ProviderManager.SaveMetadata(BaseItem item, LibraryOptions libraryOptions, ItemUpdateType updateType, IMetadataSaver[] savers, CancellationToken cancellationToken)
  1778. Source: System.Private.CoreLib
  1779. TargetSite: Void CheckIo(Error, System.String, Boolean, System.Func`2[Interop+ErrorInfo,Interop+ErrorInfo])
  1780. InnerException: System.IO.IOException: Permission denied
  1781. Source:
  1782. TargetSite:
  1783.  
  1784. 2023-12-19 00:28:37.992 Info MediaProbeManager: ProcessRun 'ffprobe' Execute: /bin/ffprobe -i file:"/mnt/movies/The Cabinet of Dr. Caligari (1920)/The Cabinet of Dr. Caligari (1920).mp4" -threads 0 -v info -print_format json -show_streams -show_chapters -show_format -show_data
  1785. 2023-12-19 00:28:38.050 Info MediaProbeManager: ProcessRun 'ffprobe' Process exited with code 0 - Succeeded
  1786. 2023-12-19 00:28:38.054 Info TheMovieDb: MovieDbProvider: Finding id for item: The Cabinet of Dr. Caligari
  1787. 2023-12-19 00:28:38.054 Info HttpClient: GET https://api.themoviedb.org/3/search/movie?api_key=x_secret1_x&query=The Cabinet of Dr. Caligari&language=en-US&year=1920
  1788. 2023-12-19 00:28:38.354 Info HttpClient: GET https://api.themoviedb.org/3/movie/234?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers&language=en-US&include_image_language=en-US,en,null,en
  1789. 2023-12-19 00:28:38.394 Info HttpClient: GET https://private.omdbapi.com?apikey=x_secret2_x&i=tt0010323&plot=short&r=json
  1790. 2023-12-19 00:28:38.862 Info HttpClient: GET https://api.themoviedb.org/3/movie/234?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers
  1791. 2023-12-19 00:28:38.901 Info HttpClient: GET https://webservice.fanart.tv/v3/movies/234?api_key=x_secret3_x
  1792. 2023-12-19 00:28:39.611 Error ProviderManager: Error in metadata saver
  1793. *** Error Report ***
  1794. Version: 4.7.14.0
  1795. Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3
  1796. Operating system: Linux version 6.1.64-Unraid (root@Develop-612) (gcc (GCC) 12.2.0, GNU ld version 2.40-slack151) #1 SMP PREEMPT_DYNAMIC Wed Nov 29 12:48:16 PST 2023
  1797. Framework: .NET 6.0.20
  1798. OS/Process: x64/x64
  1799. Runtime: system/System.Private.CoreLib.dll
  1800. Processor count: 16
  1801. Data path: /config
  1802. Application path: /system
  1803. System.UnauthorizedAccessException: System.UnauthorizedAccessException: Access to the path '/mnt/movies/The Cabinet of Dr. Caligari (1920)/The Cabinet of Dr. Caligari (1920).nfo' is denied.
  1804. ---> System.IO.IOException: Permission denied
  1805. --- End of inner exception stack trace ---
  1806. at Interop.CheckIo(Error error, String path, Boolean isDirectory, Func`2 errorRewriter)
  1807. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
  1808. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  1809. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  1810. at System.IO.Strategies.FileStreamHelpers.ChooseStrategy(FileStream fileStream, String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, Int64 preallocationSize)
  1811. at System.IO.FileStream..ctor(String path, FileStreamOptions options)
  1812. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Int32 bufferSize, FileOpenOptions fileOpenOptions, Int64 preAllocationSize)
  1813. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Boolean isAsync)
  1814. at NfoMetadata.Savers.BaseNfoSaver.SaveToFile(Stream stream, String path, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  1815. at NfoMetadata.Savers.BaseNfoSaver.Save(BaseItem item, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  1816. at Emby.Providers.Manager.ProviderManager.SaveMetadata(BaseItem item, LibraryOptions libraryOptions, ItemUpdateType updateType, IMetadataSaver[] savers, CancellationToken cancellationToken)
  1817. Source: System.Private.CoreLib
  1818. TargetSite: Void CheckIo(Error, System.String, Boolean, System.Func`2[Interop+ErrorInfo,Interop+ErrorInfo])
  1819. InnerException: System.IO.IOException: Permission denied
  1820. Source:
  1821. TargetSite:
  1822.  
  1823. 2023-12-19 00:29:08.630 Info LibraryMonitor: movies (/mnt/movies) will be refreshed.
  1824. 2023-12-19 00:29:08.630 Info LibraryMonitor: The Cabinet of Dr. Caligari (/mnt/movies/The Cabinet of Dr. Caligari (1920)/The Cabinet of Dr. Caligari (1920).mp4) will be refreshed.
  1825. 2023-12-19 00:29:08.986 Info MediaProbeManager: ProcessRun 'ffprobe' Execute: /bin/ffprobe -i file:"/mnt/movies/Bottle Rocket (1996)/Bottle Rocket (1996).mp4" -threads 0 -v info -print_format json -show_streams -show_chapters -show_format -show_data
  1826. 2023-12-19 00:29:09.041 Info MediaProbeManager: ProcessRun 'ffprobe' Process exited with code 0 - Succeeded
  1827. 2023-12-19 00:29:09.045 Info TheMovieDb: MovieDbProvider: Finding id for item: Bottle Rocket
  1828. 2023-12-19 00:29:09.045 Info HttpClient: GET https://api.themoviedb.org/3/search/movie?api_key=x_secret1_x&query=Bottle Rocket&language=en-US&year=1996
  1829. 2023-12-19 00:29:09.345 Info HttpClient: GET https://api.themoviedb.org/3/movie/13685?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers&language=en-US&include_image_language=en-US,en,null,en
  1830. 2023-12-19 00:29:09.416 Info HttpClient: GET https://private.omdbapi.com?apikey=x_secret2_x&i=tt0115734&plot=short&r=json
  1831. 2023-12-19 00:29:09.644 Info HttpClient: GET https://api.themoviedb.org/3/movie/13685?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers
  1832. 2023-12-19 00:29:09.706 Info HttpClient: GET https://webservice.fanart.tv/v3/movies/13685?api_key=x_secret3_x
  1833. 2023-12-19 00:29:09.928 Error ProviderManager: Error in metadata saver
  1834. *** Error Report ***
  1835. Version: 4.7.14.0
  1836. Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3
  1837. Operating system: Linux version 6.1.64-Unraid (root@Develop-612) (gcc (GCC) 12.2.0, GNU ld version 2.40-slack151) #1 SMP PREEMPT_DYNAMIC Wed Nov 29 12:48:16 PST 2023
  1838. Framework: .NET 6.0.20
  1839. OS/Process: x64/x64
  1840. Runtime: system/System.Private.CoreLib.dll
  1841. Processor count: 16
  1842. Data path: /config
  1843. Application path: /system
  1844. System.UnauthorizedAccessException: System.UnauthorizedAccessException: Access to the path '/mnt/movies/Bottle Rocket (1996)/Bottle Rocket (1996).nfo' is denied.
  1845. ---> System.IO.IOException: Permission denied
  1846. --- End of inner exception stack trace ---
  1847. at Interop.CheckIo(Error error, String path, Boolean isDirectory, Func`2 errorRewriter)
  1848. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
  1849. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  1850. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
  1851. at System.IO.Strategies.FileStreamHelpers.ChooseStrategy(FileStream fileStream, String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, Int64 preallocationSize)
  1852. at System.IO.FileStream..ctor(String path, FileStreamOptions options)
  1853. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Int32 bufferSize, FileOpenOptions fileOpenOptions, Int64 preAllocationSize)
  1854. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Boolean isAsync)
  1855. at NfoMetadata.Savers.BaseNfoSaver.SaveToFile(Stream stream, String path, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  1856. at NfoMetadata.Savers.BaseNfoSaver.Save(BaseItem item, LibraryOptions libraryOptions, CancellationToken cancellationToken)
  1857. at Emby.Providers.Manager.ProviderManager.SaveMetadata(BaseItem item, LibraryOptions libraryOptions, ItemUpdateType updateType, IMetadataSaver[] savers, CancellationToken cancellationToken)
  1858. Source: System.Private.CoreLib
  1859. TargetSite: Void CheckIo(Error, System.String, Boolean, System.Func`2[Interop+ErrorInfo,Interop+ErrorInfo])
  1860. InnerException: System.IO.IOException: Permission denied
  1861. Source:
  1862. TargetSite:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement