|
There are three main components on the GUI. Here is what they do:
- The Get Program Descriptions button
- Runs the extract_rtv program with the -dv option. The -dv
option creates a verbose list of program descriptions. These
descriptions are captured to a text file called zzrtv.txt.
- Next the program reads in the zzrtv.txt file just created and
populates a ListView control with all the info, sorting by program name.
- The ListView control
- This control lists all the program information under 6 columns:
filename, program name, show name, source, record date/time, and
quality/length.
- You can click a column heading to sort by that column. Click a second
time and the sort order is reversed.
- Reorder the columns by dragging the column heading left or right.
- Select a file to extract by checking its checkbox. It will become
bold-faced.
- The Extract Checked File(s)/ Extract Folder buttons
- This button shells out to the command prompt and runs the extract_rtv
program with the -e option and the name of the selected file from above.
It times its action and records it in the log window. Note you can watch
the actual extract_rtv command execute in a DOS window while it does its
thing.
- Next to this button is a box that shows the directory where the files
will be copied. Click Browse to change this folder from a popup
list.
|