Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README | 2013-04-10 | 831 Bytes | |
savesched.html | 2013-04-10 | 1.1 kB | |
restorebyname.c | 2013-04-10 | 3.5 kB | |
restorebyname.tap | 2013-04-10 | 8.1 kB | |
decode.c | 2013-04-10 | 2.2 kB | |
savesched.tap | 2013-04-10 | 7.6 kB | |
restorebylcn.tap | 2013-04-10 | 7.9 kB | |
restorebylcn.c | 2013-04-10 | 3.4 kB | |
savesched.c | 2013-04-10 | 3.0 kB | |
Totals: 9 Items | 37.7 kB | 0 |
****** Save and restore recording schedule on Topfield 5800 ****** ***** For use before and after retunes ***** Retuning, such as when multiplexes move, can disrupt the recording schedule, since deleting a channel will cause reservations on it to disappear. So I have written these: * savesched.tap Use this to write the schedule to a file (called "dumpsched.dat"). * restorebylcn.tap Recreates the reservations using that file, putting them on the same LCNs as before. Note that it blanks any existing reservations, to avoid clashes. * restorebyname.tap The same, but puts them on channels with the same names, since some changes cause channels to move around. * decode.c C program to run on a computer to display contents of the "dumpsched.dat" file. (as a check).