View Full Version : How to read scheduled recordings from eeprom?
thomas_fogh
23-02-07, 09:22
Does anyone know how to read the scheduled recordings from the Kiss eeprom? (or wherever they are located ;))
I need the start & stop time for all recordings...
BR, Thomas
The recordings are stored on the internal hard-drive.
/systempart/recscheds (the file is called recscheds)
With the STAGE2 firmware you can edit the scheduled recordings via a web-interface instead of in the KISS menu.
You can also use telnet to copy the file from the systempart to an other directory on the drive so you can edit it.
Here is an output of a recscheds file:
20,1172348700,1172352000,2,0,Cold Case/Cold Case/0,0,0,3498788
20,1172352000,1172355600,2,0,Law and Order: Criminal Intent/Law and Order: Criminal Intent/0,0,0,3498789
n0m0r3
thomas_fogh
23-02-07, 12:09
ok, but how do I decode the numbers to get the start & stop time (& date)? :?
Thanks!
BR, Thomas
The time stamps are UNIX timestamps.
try this link:
http://www.glassgiant.com/geek/unix-timestamp/?timestamp=&datestring=2007%2F01%2F24+4%3A15%3A00&subdate=Convert
1172352000 --> 24-02-2007 21:20:00
n0m0r3
thomas_fogh
23-02-07, 12:20
Ah, okay. I should have known that :oops:
Thanks!
BR, Thomas
vBulletin® v3.8.4, Copyright ©2000-2013, Jelsoft Enterprises Ltd.