Skip to content

Instantly share code, notes, and snippets.

@jjok
jjok / duplicate.php
Created November 16, 2011 01:11
Find duplicate recorded programmes on NPVR.
<?php
#header('Content-type: text/plain');
if(isset($_SERVER['argv'][1])) {
$db_file = $_SERVER['argv'][1];
}
else {
$db_file = '\\\\Npvr-server\\npvr\\npvr.db3';
}