2010-01-10, 12:05 AM
status=2 means it's a done recording...not a scheduled one...
STATUS_PENDING = 0
STATUS_IN_PROGRESS = 1
STATUS_COMPLETED = 2
STATUS_COMPLETED_WITH_ERROR = 3
STATUS_PLACE_HOLDER = 4
STATUS_CONFLICT = 5
STATUS_DELETED = 6
so do a sql query like:SELECT filename FROM recording_schedule where status = '2' ;
then eval paths, then could adjust path yourself with line from reloc.bat
i have a sqlite3 func for autoit use...let me know if you need it..
[the solutions i found weren't really built well, the one i use includes .dll inside..]
STATUS_PENDING = 0
STATUS_IN_PROGRESS = 1
STATUS_COMPLETED = 2
STATUS_COMPLETED_WITH_ERROR = 3
STATUS_PLACE_HOLDER = 4
STATUS_CONFLICT = 5
STATUS_DELETED = 6
so do a sql query like:SELECT filename FROM recording_schedule where status = '2' ;
then eval paths, then could adjust path yourself with line from reloc.bat
i have a sqlite3 func for autoit use...let me know if you need it..
[the solutions i found weren't really built well, the one i use includes .dll inside..]
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie