Jump to content

Weird, recurrent error after rebuild


Recommended Posts

StLDreiling
Posted

Rebuilding library after move to new hardware and network infrastructure. Everything going great, except for 2 frequently recurring errors:

2025-07-17 16:53:34.422 Error Server: Error processing request
	*** Error Report ***
	Version: 4.8.11.0
	Command line: C:\Users\DreilingAdmin\AppData\Roaming\Emby-Server\system\EmbyServer.dll
	Operating system: Microsoft Windows 10.0.26100
	Framework: .NET 6.0.36
	OS/Process: x64/x64
	Runtime: C:/Users/DreilingAdmin/AppData/Roaming/Emby-Server/system/System.Private.CoreLib.dll
	Processor count: 48
	Data path: C:\Users\DreilingAdmin\AppData\Roaming\Emby-Server\programdata
	Application path: C:\Users\DreilingAdmin\AppData\Roaming\Emby-Server\system
	System.IO.IOException: System.IO.IOException: The network path was not found. : '\\DREILINGSERVER\Videos\The Witches\poster.jpg'
	   at Emby.Drawing.Skia.SkiaEncoder.GetTempFile(String path)
	   at Emby.Drawing.Skia.SkiaEncoder.GetSKFileStream(String path)
	   at Emby.Drawing.Skia.SkiaEncoder.Decode(String path, Boolean forceCleanBitmap, Nullable`1 orientation, SKEncodedOrigin& origin)
	   at Emby.Drawing.Skia.SkiaEncoder.Decode(String path, Boolean forceCleanBitmap, Nullable`1 orientation, SKEncodedOrigin& origin)
	   at Emby.Drawing.Skia.StripCollageBuilder.GetNextValidImage(ItemImageInfo[] images, Int32 currentIndex, Int32& newIndex)
	   at Emby.Drawing.Skia.StripCollageBuilder.BuildSquareCollageBitmap(ItemImageInfo[] images, Int32 width, Int32 height)
	   at Emby.Drawing.Skia.StripCollageBuilder.BuildSquareCollage(ItemImageInfo[] images, String outputPath, Int32 width, Int32 height)
	   at Emby.Drawing.Skia.SkiaEncoder.CreateImageCollage(ImageCollageOptions options)
	   at Emby.Drawing.ImageProcessor.CreateImageCollage(ImageCollageOptions options, CancellationToken cancellationToken)
	   at Emby.Providers.Images.BaseLazyCollageImageProvider.CreateCollage(BaseItem primaryItem, BaseItem[] items, String outputPath, Int32 width, Int32 height, CancellationToken cancellationToken)
	   at Emby.Providers.Images.BaseLazyCollageImageProvider.CreateImage(BaseItem item, BaseItem[] itemsWithImages, String outputPathWithoutExtension, ImageType imageType, CancellationToken cancellationToken)
	   at Emby.Server.Implementations.Library.LibraryManager.GetLazyImage(String key, BaseItem item, ImageType type, Int32 imageIndex, CancellationToken cancellationToken)
	   at Emby.Server.Implementations.Library.LibraryManager.ConvertImageToLocal(BaseItem item, ItemImageInfo image, Int32 imageIndex, CancellationToken cancellationToken)
	   at Emby.Drawing.ImageProcessor.ProcessImage(ImageProcessingOptions options, CancellationToken cancellationToken)
	   at Emby.Api.Images.ImageService.GetImage(ImageRequest request, Int64 itemId, BaseItem item, Boolean isHeadRequest)
	   at Emby.Server.Implementations.Services.ServiceController.GetTaskResult(Task task)
	   at Emby.Server.Implementations.Services.ServiceHandler.ProcessRequestAsync(HttpListenerHost httpHost, IServerApplicationHost appHost, IRequest httpReq, IResponse httpRes, IStreamHelper streamHelper, RestPath restPath, String responseContentType, CancellationToken cancellationToken)
	   at Emby.Server.Implementations.HttpServer.HttpListenerHost.RequestHandler(IRequest httpReq, ReadOnlyMemory`1 urlString, ReadOnlyMemory`1 localPath, CancellationToken cancellationToken)
	Source: Emby.Drawing.Skia
	TargetSite: System.String GetTempFile(System.String)
	Path: \\DREILINGSERVER\Videos\The Witches\poster.jpg
	
2025-07-17 16:53:34.422 Error Server: Error processing request
	*** Error Report ***
	Version: 4.8.11.0
	Command line: C:\Users\DreilingAdmin\AppData\Roaming\Emby-Server\system\EmbyServer.dll
	Operating system: Microsoft Windows 10.0.26100
	Framework: .NET 6.0.36
	OS/Process: x64/x64
	Runtime: C:/Users/DreilingAdmin/AppData/Roaming/Emby-Server/system/System.Private.CoreLib.dll
	Processor count: 48
	Data path: C:\Users\DreilingAdmin\AppData\Roaming\Emby-Server\programdata
	Application path: C:\Users\DreilingAdmin\AppData\Roaming\Emby-Server\system
	System.IO.IOException: System.IO.IOException: The network path was not found. : '\\DREILINGSERVER\Videos\Outbreak\folder.jpg'
	   at Emby.Drawing.Skia.SkiaEncoder.GetTempFile(String path)
	   at Emby.Drawing.Skia.SkiaEncoder.GetSKFileStream(String path)
	   at Emby.Drawing.Skia.SkiaEncoder.Decode(String path, Boolean forceCleanBitmap, Nullable`1 orientation, SKEncodedOrigin& origin)
	   at Emby.Drawing.Skia.SkiaEncoder.Decode(String path, Boolean forceCleanBitmap, Nullable`1 orientation, SKEncodedOrigin& origin)
	   at Emby.Drawing.Skia.StripCollageBuilder.GetNextValidImage(ItemImageInfo[] images, Int32 currentIndex, Int32& newIndex)
	   at Emby.Drawing.Skia.StripCollageBuilder.BuildSquareCollageBitmap(ItemImageInfo[] images, Int32 width, Int32 height)
	   at Emby.Drawing.Skia.StripCollageBuilder.BuildSquareCollage(ItemImageInfo[] images, String outputPath, Int32 width, Int32 height)
	   at Emby.Drawing.Skia.SkiaEncoder.CreateImageCollage(ImageCollageOptions options)
	   at Emby.Drawing.ImageProcessor.CreateImageCollage(ImageCollageOptions options, CancellationToken cancellationToken)
	   at Emby.Providers.Images.BaseLazyCollageImageProvider.CreateCollage(BaseItem primaryItem, BaseItem[] items, String outputPath, Int32 width, Int32 height, CancellationToken cancellationToken)
	   at Emby.Providers.Images.BaseLazyCollageImageProvider.CreateImage(BaseItem item, BaseItem[] itemsWithImages, String outputPathWithoutExtension, ImageType imageType, CancellationToken cancellationToken)
	   at Emby.Server.Implementations.Library.LibraryManager.GetLazyImage(String key, BaseItem item, ImageType type, Int32 imageIndex, CancellationToken cancellationToken)
	   at Emby.Server.Implementations.Library.LibraryManager.ConvertImageToLocal(BaseItem item, ItemImageInfo image, Int32 imageIndex, CancellationToken cancellationToken)
	   at Emby.Drawing.ImageProcessor.ProcessImage(ImageProcessingOptions options, CancellationToken cancellationToken)
	   at Emby.Api.Images.ImageService.GetImage(ImageRequest request, Int64 itemId, BaseItem item, Boolean isHeadRequest)
	   at Emby.Server.Implementations.Services.ServiceController.GetTaskResult(Task task)
	   at Emby.Server.Implementations.Services.ServiceHandler.ProcessRequestAsync(HttpListenerHost httpHost, IServerApplicationHost appHost, IRequest httpReq, IResponse httpRes, IStreamHelper streamHelper, RestPath restPath, String responseContentType, CancellationToken cancellationToken)
	   at Emby.Server.Implementations.HttpServer.HttpListenerHost.RequestHandler(IRequest httpReq, ReadOnlyMemory`1 urlString, ReadOnlyMemory`1 localPath, CancellationToken cancellationToken)
	Source: Emby.Drawing.Skia
	TargetSite: System.String GetTempFile(System.String)
	Path: \\DREILINGSERVER\Videos\Outbreak\folder.jpg

From advice provided by @Lukein another thread, I did a full metadata refresh on these titles. No effect. I then deleted them entirely from the library and file server. Still these errors persist.

visproduction
Posted

Don't you need to recreate the server address for \\DREILINGSERVER\?  I think that is an added network address that you can do with just Windows Explorer or command line.

StLDreiling
Posted

@visproductionthat was the hostname of the prior server that's been replaced. I have over 8k titles across various libraries on networks shares hosted on the new server with a different hostname, with no issues. for reasons I can't figure out, these two titles - despite not even being in any library anymore - still throw this error referencing the hostname of the earlier file server

Posted

Hi, please try refreshing the metadata on those two movies and then see if it goes away for them after that. T hanks.

  • Like 1
brothom
Posted

As mentioned before, the network paths aren't reachable by Emby:

\\DREILINGSERVER\Videos\Outbreak\folder.jpg
\\DREILINGSERVER\Videos\The Witches\poster.jpg

Using your explorer and going to this path directly will probably also trigger a "not found" of some kind. 

Does this server still exist and is it accesible via the path \\DREILINGSERVER\Videos\.

Regardless, as Luke mentioned refreshing the meta should unlink those images if those files have been removed from the server itself.

  • Like 1
StLDreiling
Posted

I appreciate the responses. As I mentioned in my original post, I did a full metadata refresh on the titles prior to posting based on Luke's recommendations in another, similar thread.

No, that server does not exist anymore. I have over 5500 titles in my Movies library alone, along with a dozen other libraries and thousands of TV episodes, documentaries, music tracks, home videos, photos, etc. These are the only two titles in which Emby keeps looking for an image using the old, non-existent network path and continues to do so even after the titles have been completely deleted from the library.

StLDreiling
Posted

Those titles were completely removed. Folders and contents deleted from the network share, titles manually deleted from the library. I completed a library scan and a restart of the server. The error message persisted. So, I added the titles back to the network share and did a library scan for Emby to pick them up. They appeared as new titles immediately and everything looks good (correctly identified, metadata all accurate, images downloaded, etc.). But of course, the log immediately showed the same errors as before.

2025-07-18 09:46:28.794 Error Server: Error processing request
	*** Error Report ***
	Version: 4.8.11.0
	Command line: C:\Users\DreilingAdmin\AppData\Roaming\Emby-Server\system\EmbyServer.dll
	Operating system: Microsoft Windows 10.0.26100
	Framework: .NET 6.0.36
	OS/Process: x64/x64
	Runtime: C:/Users/DreilingAdmin/AppData/Roaming/Emby-Server/system/System.Private.CoreLib.dll
	Processor count: 48
	Data path: C:\Users\DreilingAdmin\AppData\Roaming\Emby-Server\programdata
	Application path: C:\Users\DreilingAdmin\AppData\Roaming\Emby-Server\system
	System.IO.IOException: System.IO.IOException: The network path was not found. : '\\DREILINGSERVER\Videos\The Witches\poster.jpg'
	   at Emby.Drawing.Skia.SkiaEncoder.GetTempFile(String path)
	   at Emby.Drawing.Skia.SkiaEncoder.GetSKFileStream(String path)
	   at Emby.Drawing.Skia.SkiaEncoder.Decode(String path, Boolean forceCleanBitmap, Nullable`1 orientation, SKEncodedOrigin& origin)
	   at Emby.Drawing.Skia.SkiaEncoder.Decode(String path, Boolean forceCleanBitmap, Nullable`1 orientation, SKEncodedOrigin& origin)
	   at Emby.Drawing.Skia.StripCollageBuilder.GetNextValidImage(ItemImageInfo[] images, Int32 currentIndex, Int32& newIndex)
	   at Emby.Drawing.Skia.StripCollageBuilder.BuildSquareCollageBitmap(ItemImageInfo[] images, Int32 width, Int32 height)
	   at Emby.Drawing.Skia.StripCollageBuilder.BuildSquareCollage(ItemImageInfo[] images, String outputPath, Int32 width, Int32 height)
	   at Emby.Drawing.Skia.SkiaEncoder.CreateImageCollage(ImageCollageOptions options)
	   at Emby.Drawing.ImageProcessor.CreateImageCollage(ImageCollageOptions options, CancellationToken cancellationToken)
	   at Emby.Providers.Images.BaseLazyCollageImageProvider.CreateCollage(BaseItem primaryItem, BaseItem[] items, String outputPath, Int32 width, Int32 height, CancellationToken cancellationToken)
	   at Emby.Providers.Images.BaseLazyCollageImageProvider.CreateImage(BaseItem item, BaseItem[] itemsWithImages, String outputPathWithoutExtension, ImageType imageType, CancellationToken cancellationToken)
	   at Emby.Server.Implementations.Library.LibraryManager.GetLazyImage(String key, BaseItem item, ImageType type, Int32 imageIndex, CancellationToken cancellationToken)
	   at Emby.Server.Implementations.Library.LibraryManager.ConvertImageToLocal(BaseItem item, ItemImageInfo image, Int32 imageIndex, CancellationToken cancellationToken)
	   at Emby.Drawing.ImageProcessor.ProcessImage(ImageProcessingOptions options, CancellationToken cancellationToken)
	   at Emby.Api.Images.ImageService.GetImage(ImageRequest request, Int64 itemId, BaseItem item, Boolean isHeadRequest)
	   at Emby.Server.Implementations.Services.ServiceController.GetTaskResult(Task task)
	   at Emby.Server.Implementations.Services.ServiceHandler.ProcessRequestAsync(HttpListenerHost httpHost, IServerApplicationHost appHost, IRequest httpReq, IResponse httpRes, IStreamHelper streamHelper, RestPath restPath, String responseContentType, CancellationToken cancellationToken)
	   at Emby.Server.Implementations.HttpServer.HttpListenerHost.RequestHandler(IRequest httpReq, ReadOnlyMemory`1 urlString, ReadOnlyMemory`1 localPath, CancellationToken cancellationToken)
	Source: Emby.Drawing.Skia
	TargetSite: System.String GetTempFile(System.String)
	Path: \\DREILINGSERVER\Videos\The Witches\poster.jpg
	
2025-07-18 09:46:28.794 Error Server: Error processing request
	*** Error Report ***
	Version: 4.8.11.0
	Command line: C:\Users\DreilingAdmin\AppData\Roaming\Emby-Server\system\EmbyServer.dll
	Operating system: Microsoft Windows 10.0.26100
	Framework: .NET 6.0.36
	OS/Process: x64/x64
	Runtime: C:/Users/DreilingAdmin/AppData/Roaming/Emby-Server/system/System.Private.CoreLib.dll
	Processor count: 48
	Data path: C:\Users\DreilingAdmin\AppData\Roaming\Emby-Server\programdata
	Application path: C:\Users\DreilingAdmin\AppData\Roaming\Emby-Server\system
	System.IO.IOException: System.IO.IOException: The network path was not found. : '\\DREILINGSERVER\Videos\Outbreak\folder.jpg'
	   at Emby.Drawing.Skia.SkiaEncoder.GetTempFile(String path)
	   at Emby.Drawing.Skia.SkiaEncoder.GetSKFileStream(String path)
	   at Emby.Drawing.Skia.SkiaEncoder.Decode(String path, Boolean forceCleanBitmap, Nullable`1 orientation, SKEncodedOrigin& origin)
	   at Emby.Drawing.Skia.SkiaEncoder.Decode(String path, Boolean forceCleanBitmap, Nullable`1 orientation, SKEncodedOrigin& origin)
	   at Emby.Drawing.Skia.StripCollageBuilder.GetNextValidImage(ItemImageInfo[] images, Int32 currentIndex, Int32& newIndex)
	   at Emby.Drawing.Skia.StripCollageBuilder.BuildSquareCollageBitmap(ItemImageInfo[] images, Int32 width, Int32 height)
	   at Emby.Drawing.Skia.StripCollageBuilder.BuildSquareCollage(ItemImageInfo[] images, String outputPath, Int32 width, Int32 height)
	   at Emby.Drawing.Skia.SkiaEncoder.CreateImageCollage(ImageCollageOptions options)
	   at Emby.Drawing.ImageProcessor.CreateImageCollage(ImageCollageOptions options, CancellationToken cancellationToken)
	   at Emby.Providers.Images.BaseLazyCollageImageProvider.CreateCollage(BaseItem primaryItem, BaseItem[] items, String outputPath, Int32 width, Int32 height, CancellationToken cancellationToken)
	   at Emby.Providers.Images.BaseLazyCollageImageProvider.CreateImage(BaseItem item, BaseItem[] itemsWithImages, String outputPathWithoutExtension, ImageType imageType, CancellationToken cancellationToken)
	   at Emby.Server.Implementations.Library.LibraryManager.GetLazyImage(String key, BaseItem item, ImageType type, Int32 imageIndex, CancellationToken cancellationToken)
	   at Emby.Server.Implementations.Library.LibraryManager.ConvertImageToLocal(BaseItem item, ItemImageInfo image, Int32 imageIndex, CancellationToken cancellationToken)
	   at Emby.Drawing.ImageProcessor.ProcessImage(ImageProcessingOptions options, CancellationToken cancellationToken)
	   at Emby.Api.Images.ImageService.GetImage(ImageRequest request, Int64 itemId, BaseItem item, Boolean isHeadRequest)
	   at Emby.Server.Implementations.Services.ServiceController.GetTaskResult(Task task)
	   at Emby.Server.Implementations.Services.ServiceHandler.ProcessRequestAsync(HttpListenerHost httpHost, IServerApplicationHost appHost, IRequest httpReq, IResponse httpRes, IStreamHelper streamHelper, RestPath restPath, String responseContentType, CancellationToken cancellationToken)
	   at Emby.Server.Implementations.HttpServer.HttpListenerHost.RequestHandler(IRequest httpReq, ReadOnlyMemory`1 urlString, ReadOnlyMemory`1 localPath, CancellationToken cancellationToken)
	Source: Emby.Drawing.Skia
	TargetSite: System.String GetTempFile(System.String)
	Path: \\DREILINGSERVER\Videos\Outbreak\folder.jpg
Happy2Play
Posted
6 minutes ago, StLDreiling said:

Those titles were completely removed. Folders and contents deleted from the network share, titles manually deleted from the library. I completed a library scan and a restart of the server. The error message persisted. So, I added the titles back to the network share and did a library scan for Emby to pick them up. They appeared as new titles immediately and everything looks good (correctly identified, metadata all accurate, images downloaded, etc.). But of course, the log immediately showed the same errors as before.

Potentially need to see the log for when the media was removed but would appear you have rogue data in the database for this media if it was not removed.

Did you readd the media with the exact same structure listed?

StLDreiling
Posted

Log entries from when titles were removed:

2025-07-17 14:07:35.947 Info App: Removing item from database, Type: Movie, Name: Outbreak, Path: \\mediaserver\Movies 2\Outbreak\Outbreak.mp4, Id: 11904272
2025-07-17 14:07:35.947 Info App: Deleting directory \\mediaserver\Movies 2\Outbreak
2025-07-17 14:07:36.271 Info Server: http/1.1 POST http://emby_remote_ip:8096/emby/Sessions/Playing/Progress?X-Emby-Client=Emby for LG&X-Emby-Device-Name=LG Smart TV (OLED55CXPUA)&X-Emby-Device-Id=ddc293cc-1da2-41ba-85ce-4ae6d95ac6a3&X-Emby-Client-Version=1.0.47&X-Emby-Token=x_secret6_x&X-Emby-Language=en-us&reqformat=json. Source Ip: host6, UserAgent: Mozilla/5.0 (Web0S; Linux/SmartTV) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36 WebAppManager
2025-07-17 14:07:36.624 Info Server: http/1.1 Response 204 to host6. Time: 354ms. POST http://emby_remote_ip:8096/emby/Sessions/Playing/Progress?X-Emby-Client=Emby for LG&X-Emby-Device-Name=LG Smart TV (OLED55CXPUA)&X-Emby-Device-Id=ddc293cc-1da2-41ba-85ce-4ae6d95ac6a3&X-Emby-Client-Version=1.0.47&X-Emby-Token=x_secret6_x&X-Emby-Language=en-us&reqformat=json
2025-07-17 14:07:36.626 Info App: Deleting path D:\Emby Data\metadata\library\7b\7b4bf8e5645c0be984145ce12b61187a
2025-07-17 14:07:36.646 Info Server: http/1.1 Response 204 to host1. Time: 701ms. POST http://host2:8096/emby/Items/Delete?Ids=11904272&X-Emby-Client=Emby Web&X-Emby-Device-Name=Edge Windows&X-Emby-Device-Id=20e889d4-0fce-445a-b7c4-81eaf696e787&X-Emby-Client-Version=4.8.11.0&X-Emby-Token=x_secret2_x&X-Emby-Language=en-us
2025-07-17 14:07:38.641 Info Server: http/1.1 POST http://10.0.0.3:8096/emby/Sessions/Playing/Progress. Source Ip: host8, UserAgent: Roku/DVP-14.6 (14.6.4.9914-C2)
2025-07-17 14:07:38.642 Info Server: http/1.1 Response 204 to host8. Time: 1ms. POST http://10.0.0.3:8096/emby/Sessions/Playing/Progress
2025-07-17 14:07:43.658 Info HttpClient: GET https://image.tmdb.org/t/p/original/mPYBjVkeHakkPGY7WaKyyNU4RWm.jpg
2025-07-17 14:07:46.265 Info Server: http/1.1 POST http://emby_remote_ip:8096/emby/Sessions/Playing/Progress?X-Emby-Client=Emby for LG&X-Emby-Device-Name=LG Smart TV (OLED55CXPUA)&X-Emby-Device-Id=ddc293cc-1da2-41ba-85ce-4ae6d95ac6a3&X-Emby-Client-Version=1.0.47&X-Emby-Token=x_secret6_x&X-Emby-Language=en-us&reqformat=json. Source Ip: host6, UserAgent: Mozilla/5.0 (Web0S; Linux/SmartTV) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36 WebAppManager
2025-07-17 14:07:46.266 Info Server: http/1.1 Response 204 to host6. Time: 1ms. POST http://emby_remote_ip:8096/emby/Sessions/Playing/Progress?X-Emby-Client=Emby for LG&X-Emby-Device-Name=LG Smart TV (OLED55CXPUA)&X-Emby-Device-Id=ddc293cc-1da2-41ba-85ce-4ae6d95ac6a3&X-Emby-Client-Version=1.0.47&X-Emby-Token=x_secret6_x&X-Emby-Language=en-us&reqformat=json
2025-07-17 14:07:48.217 Info Server: http/1.1 POST http://host2:8096/emby/Items/Delete?Ids=11910244&X-Emby-Client=Emby Web&X-Emby-Device-Name=Edge Windows&X-Emby-Device-Id=20e889d4-0fce-445a-b7c4-81eaf696e787&X-Emby-Client-Version=4.8.11.0&X-Emby-Token=x_secret2_x&X-Emby-Language=en-us. Source Ip: host1, UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36 Edg/138.0.0.0
2025-07-17 14:07:48.218 Info App: Removing item from database, Type: Movie, Name: The Witches, Path: \\mediaserver\Movies 3\The Witches\The Witches.mp4, Id: 11910244
2025-07-17 14:07:48.221 Info App: Deleting directory \\mediaserver\Movies 3\The Witches
2025-07-17 14:07:48.321 Info App: Deleting path D:\Emby Data\metadata\library\d2\d20a5e57f051e4eaf034050caf41af82
2025-07-17 14:07:48.336 Info Server: http/1.1 Response 204 to host1. Time: 119ms. POST http://host2:8096/emby/Items/Delete?Ids=11910244&X-Emby-Client=Emby Web&X-Emby-Device-Name=Edge Windows&X-Emby-Device-Id=20e889d4-0fce-445a-b7c4-81eaf696e787&X-Emby-Client-Version=4.8.11.0&X-Emby-Token=x_secret2_x&X-Emby-Language=en-us
Happy2Play
Posted (edited)

But that is a different path.

Removing item from database, Type: Movie, Name: Outbreak, Path:: \\mediaserver\Movies 2\Outbreak

vs error path

The network path was not found. : '\\DREILINGSERVER\Videos\Outbreak

So that suggest "\\DREILINGSERVER\Videos" path has entries still in the database but the share is not available.

 

You can also see per your log snippet above that images where not with media, they were save in Emby Metatata folder and removed from there.

Edited by Happy2Play
StLDreiling
Posted

Correct. Thoughts on removing these two entries from the database?

Happy2Play
Posted

No easy way that I know of besides making a backup of your db and opening it and try to remove the rogue path media assuming this share no longer exists.  Only issue is foreign key restraints will all the item linking to multiple different tables.

StLDreiling
Posted

Thanks, @Happy2Play. I'd like to hear from @Luke, @ebr, or whomever else from the dev team on how to remove this "artifact" from the database.

Posted
On 7/18/2025 at 10:39 AM, StLDreiling said:

I appreciate the responses. As I mentioned in my original post, I did a full metadata refresh on the titles prior to posting based on Luke's recommendations in another, similar thread.

How exactly did you do that?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...