home *** CD-ROM | disk | FTP | other *** search
/ hobbes.nmsu.edu / 2008-06-02_hobbes.nmsu.edu.zip / new / time4z12.zip / TZ.SCH < prev   
Text File  |  2008-05-29  |  4KB  |  82 lines

  1. ; NEW IN VERSION 1.2: MAX keyword. See below.
  2. ;
  3. ; KEY SMTWTFS start duration <-variable parameters-> directory/filename
  4. ; ^   ^       ^     ^   MUST ALWAYS HAVE THE 5 PARAMETERS INDICATED  ^
  5. ; KEYwords: DIR: directory | RND: as directory but random order
  6. ;   STR: stream | RST: random stream from directory of playlists
  7. ;   REC: record stream
  8. ;
  9. ; Error checking is minimal, so ADHERE TO EXAMPLED FORMAT!
  10. ;
  11. ; >>> MINIMUM DURATION IS 5 (FIVE) MINUTES.
  12. ;
  13. ; More or less, a line is ignored if doesn't have SAVEPATH or one of above
  14. ; KEYs in column 1 (after stripping spaces that really shouldn't be present
  15. ; anyway). -- Semi-colons here are actually only for show.
  16. ;
  17. ; INHERENT LIMIT OF 255 LINES because using 8-bit value to refer to line #.
  18. ; For REALLY complex scheduling, then, eliminate all these comment lines.
  19. ;
  20. ; SCHEDULES OVERLAY ACCORDING TO ORDER LISTED; CLASHES SIMPLY DON'T OCCUR!
  21. ; Events run - even multiple times - EVERY minute not overlaid.
  22. ; This can be HIGHLY convenient to schedule a default action for up to entire
  23. ; day (time 00:00, duration 1440, or 24:00 after v1.0).
  24. ; - 5 minutes is minimum period, due to the "show" part of schedule.
  25. ;
  26. SAVEPATH C:\DAILY
  27. ;-SAVEPATH directory name is all starting 2nd word, can include spaces.
  28. ; The specified directory will be created if does not exist.
  29. ; It should contain only files named with date_time format by TZ.
  30. CLEAR
  31. ;-Presence of this keyword will cause TZ.CMD to DELETE FILES, if necessary,
  32. ; from SAVEPATH directory until sufficient space is cleared to save current
  33. ; recorded file. This strategy assumes a dedicated drive that can be filled.
  34. MAX 1G
  35. ;-This keyword specifies a maximum size for the save_path directory. Files
  36. ; will be deleted if necessary. Supplements CLEAR keyword with a strategy more
  37. ; suited to MOST users, that is, the drive must not be entirely filled. --
  38. ; Ooops, huh? Slight oversight due to developing on dedicated recorder...
  39. ; Flexible format: 1.8G or 700M or exactly specified: 500000000
  40. ;
  41. ;-Example: specific PATH for RECord
  42. ;   REC _MTWTF_ 11:03 57 PATH "C:\daily" C:\pls\aj.pls
  43. ; varied parms start here^    ^quoted     ^filename always at lastpos ":\"
  44. ;
  45. ;-Example: further option to specific path MOVEs to SAVEPATH
  46. ; limits HD wear and noise by spooling to RAM drive
  47. ;   REC _MTWTF_ 11:03 57 PATH "Z:\" MOVE C:\pls\aj.pls
  48. ;- CLEAR and MAX keywords only work if MOVE is used; otherwise be ambiguous.
  49. ;
  50. ;-Example: SPLIT option for RECord breaks long sessions into chunks
  51. ; easier to skip through; some hedge against stream errors
  52. ;   REC _MTWTF_ 11:02 180 PATH "Z:\" MOVE SPLIT 30 C:\pls\aj.pls
  53. ;         follow "SPLIT" with time parameter in ^minutes
  54. ;
  55. ;-Example:   REC _MTWTF_ 11:02 2:58 PATH "Z:\" MOVE C:\pls\aj.pls
  56. ;           from v1.0, optional ^hours:minutes form for DURATION (not _TO_)
  57. ;
  58. RST SMTWTFS 06:00 12:00 23 C:\tz\favored
  59. ;
  60. STR SMTWTFS 08:01 15 C:\tz\phc\KAMU.PLS
  61. STR SMTWTF_ 17:01 15 C:\tz\phc\KAMU.PLS
  62. ;
  63. STR ______S 16:01 20 C:\tz\phc\KAMU.PLS
  64. REC ______S 09:00 59 PATH "Z:\" MOVE SPLIT 30 C:\tz\phc\KAMU.PLS
  65. REC ______S 17:01 1:58 PATH "Z:\" MOVE SPLIT 30 C:\tz\phc\KAMU.PLS
  66. ;
  67. ; Function KeYs jump right to that stream
  68. ;
  69. FKY 1 C:\TZ\favored\1FM.pls
  70. FKY 2 C:\TZ\favored\1fmtran.pls
  71. FKY 3 C:\TZ\favored\beatblen.PLS
  72. FKY 4 C:\TZ\favored\schlgpop.pls
  73. FKY 5 C:\TZ\favored\dichill.pls
  74. FKY 6 C:\TZ\favored\france2.pls
  75. FKY 7 C:\TZ\favored\groovsal.pls
  76. FKY 8 C:\TZ\favored\lectriq.pls
  77. FKY 9 C:\TZ\favored\limbik.pls
  78. FKY 10 C:\TZ\favored\parisone.pls
  79. FKY 11 C:\TZ\favored\discofox.pls
  80. FKY 12 C:\TZ\PHC\KAMU.PLS
  81.  
  82.