I would like to write a script who check my database to find movies which not longer exist on my files folders. Is there any function to delete the current movie I've just checked in database ?
Thank for your help
How to remove a movie in database
I don't think there is such function (except if soulsnake added it recently) but what you can do is use the SetSelected(Boolean) function to select the movies to delete, and then in the main window delete these.
Or put a special value in an unused field and then you can filter to show (and delete) only the movies that contain that special value.
Or put a special value in an unused field and then you can filter to show (and delete) only the movies that contain that special value.