Table of Contents
Warning | |
---|---|
The existing identification module has many flaws and it is intended to massively overhaul it in the near future. We would not recommand utilising functions from this module at the present time. If you need a particular routine listed here, please contact us and we'll consider moving it to one of the more stable modules if appropriate |
Table 9.1. Function Summary: Identification Module
function | description |
---|---|
ident_img | Identify characteristics of an image set from download info |
ident_vid | Identify characteristics of a video clip from download info |
reset_attr | reset the global attribute table |
id_get_flag | get previously determined flag (run ident_* first) |
id_get_info | get previously determined catinfo (run ident_* first) |
id_get_photog | get previously determined photographer (run ident_* first) |
id_get_dnldno | get download record number |
id_get_modelno | get the model number |
id_get_modelname | get the model's name |
id_get_vendor | get the vendor reference |
id_get_dbhandle | get the current DB handle |
id_get_key | get the current models id at the current vendor |
id_get_setkey | get the set key at the current vendor |
id_get_setname | get the name of the most recent set |
id_get_status | get the status of the most recent set |
id_get_notes | get the current value of the notes field |
id_get_setno | get the current value of the setno field |
addassoc | Add a new model/set association |
dnld_img | retrieve a download record based upon the namestem |
dnld_markdone | mark the download as having been done |
dnld_checkadd | take a download specification and if not existing, add it |
dnld_update | update an attribute in the download record |
vend_dnld | return the download location for this vendor |
alloc_nextkey | allocate the next free primary key for named table |
find_cookies | find the current web browser cookies file (firefox only) |
vid_getsize | get the size of a video clip |
extractphotog | find the photographer name (only works on ATK at present) |
find_namestem | find the common stem of a file name |
id_mpage | process a modelpage looking for links to suitable sets |
chk_vid_type | check to see if this url is a video file type |