List files missing after drive crash?
#1
I am using Stablebit DrivePool to combine a bunch of drives into one large virtual drive for convenience. I had a drive in the pool fail and I was unable to restore a backup (primarily due to the fact that I had no backup). Is there an easy way with XBMC to generate a list of the movies and TV episodes that are physically missing although they are still being listed in XBMC?

This is the opposite problem from content being excluded due to bad metadata and all my searches for an easy solution bring up this problem instead.

I am just looking for an easy way to generate of list of content that needs to be replaced, rather than simply cleaning the database and removing the now-missing files.

TIA!
Reply
#2
Instal SQL
Save a copy of the current DB
Clean lib and remove entries that don't exist
Import and compare the two DB with query string: WHERE NOT EXISTS
You should have a list of items that don't appear in DB table after the clean
Reply

Logout Mark Read Team Forum Stats Members Help
List files missing after drive crash?0