How do you force TVHeadend to read these changes?
For example I have renamed one file to the following (output from ls)
-rwxrwxrwx 1 xbmc plugdev 1.1G Nov 22 00:02 /media/Freeview/The World at War/S2012E1121.mkv
and have amended the log file as follows
hts@williams:~/.hts/tvheadend/dvr/log$ cat ~/.hts/tvheadend/dvr/log/87
{
"channel": "Yesterday",
"start": 1353538800,
"stop": 1353542400,
"start_extra": 2,
"stop_extra": 2,
"config_name": "MKV Standard",
"creator": "Auto recording by: 192.168.6.107",
"filename": "/media/Freeview/The World at War/S2012E1121.mkv",
"title": {
"eng": "The World at War"
},
"description": {
"eng": "Pincers: Laurence Olivier narrates the acclaimed documentary series about the Second World War. 1944 sees the steady disintegration of the German war machine, as the Allies advance. [S]"
},
"pri": "low",
"noresched": 0,
"autorec": "17",
"contenttype": 32,
"broadcast": 80436,
"container": 1
}
Yet when I try to play from the recordings section the TVHeadend (3.2.18) web gui reports
Nov 24 14:45:00 HTTP: 127.0.0.1: /dvrfile/87 -- 404
Getting my renamer script to handle this is no biggy (a simple grep on the filename will find the DVR file and then a simple json edit would be possible) if only TV Headend could manage to read it!