Reply to thread

Before I go writing a load of unnecessary code - does there exist, or is there an easy way to programmatically remove invalid entries from the recordings DB? (via either a small utility, command line, or SQL script)


Background: I have a few small pythng scripts that compress film recordings to MP4, then lookup their name on IMDb (based on name and the actors names found in the epg xml file), and then once the MP4 is created I delete the ts file. So I now need to remove the entry in the recordings database (as the film is now in Moving Pictures)


Top Bottom