A simple example of using addmodel would be:
% addmodel name=Sarah hair=Redhead length=Normal titsize=Small pussy=Shaven image=Sarah-1.jpg Sarah is not known Name: Sarah Hair Colour: Redhead Hair Length: Normal Titsize: Small Attributes: Pussy: S Aliases: Usual Source: Image: Source: RefNo: OK to add (x for exclude) ? (y/n/x): y Model number is 2249 SQL: insert into models (modelno, mname, mhair, mlength, mtitsize, mattributes, maliases, musual, mimage, mstatus, mflag, mpussy, madded) values( '2249','Sarah' ,'Redhead','Normal','Small','','','','','A','N','S','9-OCT-2006') % |
Legal Values In AddModel | |||
---|---|---|---|
Hair Colour | Hair Length | Titsize | Pussy |
Blonde | Short | Tiny | Shaven |
Brunette | Shoulder | Small | Trimmed |
Redhead | Normal | Normal | Hairy |
Dark | Long | Large |
In practice, the addmodel command line is usually a bit more complex, lets consider an example from amkingdom.com.
% addmodel name=Erika hair=Brunette length=Long titsize=Tiny pussy=Shaven attrib utes='shaven tinytit tattoo' refno=eri046 altref=12475 source=AMK usual=amkingdo m.com image=amkingdom/Erika-1.jpg [...] % |
% cd image_location/redheads/smalltits/Sarah % addassoc Sarah Sarah_* 1. Sarah with Long Redhead hair and Small tits - model number=2249 Name: Sarah Hair Colour: Redhead Hair Length: Long Titsize: Small Attributes: shaven tattoo Aliases: Usual Source: Image: Sarah-1.jpg RefNo: 2249 Continue (y/n)? y DB record found: setno 10661, title: Sarah PinkDressNoPanties GardenBenchDildo Added association between Sarah (2249) and set 10661 % |
% generate redheads/smalltits/Sarah [...] COMPLETED: 12 new records inserted, 7 updated. Calling make_index() with redheads/smalltits/Sarah %all that is then needed is to do the appropriate addassoc command to associate the newly added sets with Sarah (see above). Generate can recursively scan from the top of the images tree (or from any point on the sub-tree), but probably best avoided if you have a large number of directories in the system.
As was mentioned in the overview, certain keywords are recognised within the directory name and used to define various special attributes in the default metadata. Whether the metadata is manipulated manually, semi- manually or automatically is controlled by the sauto flag for each set record within the sets table. These guesses are performed by the function guesscatinfo() in updateinfo. For now, it's probably best to look at the source code of that function to get some idea of how this works. Hopefully some more detailed documentation can be added in due course.
To import a directory of Sarah's videos, you would do: ./genvideo redheads/smalltits/Sarah and it will scan that directory for .mpg, .wmv, .mov and .avi files. Note that the icons are automatically referred to by the same pathname but in the vidicons directory. Therefore for sarah01.mpg in videos/redheads/smallbreasts/Sarah, you would place the corresponding icon file as sarah01.jpg in vidicons/redheads/smallbreasts/Sarah.