Jump to content

kmaisch

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by kmaisch

  1. Thanks Morten.

     

    I wonder how easy it would be to have a PHP script generate a .reg file (inserting all the relevant values based on the MySQL data)... and then this .reg file is manually run on the PC. I guess it might not over-write the old schedule, but instead create duplicate schedules or something - could be asking for trouble.

     

    Just trying to work out a way to create VRS schedules based on the schedule data we already have in MySQL... I'm thinking it probably won't be easy.

     

    Kim

     

    The scheduling is done within the program and the entries are stored in registry.

     

    example:

    Windows Registry Editor Version 5.00

     

    [HKEY_LOCAL_MACHINE\SOFTWARE\NCH Swift Sound\VRS\datetime7]

    "count"="2"

    "commence1"="17/09/07-00:00:00"

    "expire1"="17/09/17-00:00:00"

    "todstart1"="11:45:00"

    "todend1"="11:50:00"

    "weekdays1"="127"

  2. Hi,

     

    I am wondering if someone can tell me how the scheduled recordings are configured in VRS? (it is difficult for me to install the demo at the moment - so I am not able to see for myself).

     

    Is there an editable config or something where the schedules can be edited? (XML file or something?). Why I ask is that we have an existing program schedule in a MySQL database (which is used to display a radio program schedule on a website). If possible I would like to make a PHP script that pulls the schedule times from MySQL and saves it into a recording schedule that VRS can use...

     

    Cheers,

    Kim

×
×
  • Create New...