I want to be able to delete a database item from within XL. Or even better, when I delete a movie from the hardrive the item in the datasbe should be deleted.
//Lasse
Atlas wrote:I use this function for my HD recordings. You are correct in using OS:Delete and put in the category name. It will delete the database item and the file. Since you are wanting to delete the movie you will need a script to "clean up" the rest. If you have IFO files it will only delete your video_ts.ifo file. If it is .iso then you are probably fine with just the OS:delete.
In my event I use the OS:delete then OS:execute to execute a batch file. I pass in info from the category for it to clean up the rest of the directory(ies).