Register on the forum now to remove ALL ads + popups + get access to tons of hidden content for members only!
vintage erotica forum vintage erotica forum vintage erotica forum
vintage erotica forum

Go Back   Vintage Erotica Forums > Information & Help Forum > Model ID Request > ID Projects, ID Sheets & ID CSVs

Follow Vintage Erotica Forum on Twitter
Our Live Cams Meet Our Girls Register FAQ Members List Calendar Mark Forums Read

Notices

Reply
 
Thread Tools Display Modes
Old 12-17-2009, 09:22 PM   #31
icu
Former Staff
 
icu's Avatar
 
Join Date: Jan 2008
Posts: 1,943
Thanks: 10,419
Thanked 15,690 Times in 3,048 Posts
icu 50000+icu 50000+icu 50000+icu 50000+icu 50000+icu 50000+icu 50000+icu 50000+icu 50000+icu 50000+icu 50000+
Default

Hi,
I think it was in relation to this former discussion in 2008 when we started with the origin set titles and converted them to chronological order.

Quote:
Originally Posted by Al Gebra View Post
I'm more familiar with the 'month/year' file naming convention of the early sets, and I don't know if the 'set' naming was or is still "official". All I can say is that
set01 ~ 1296a
set02 ~ 1296b
....
set99 ~ 1197i
set100 ~ 1197j,
next set is cc13a - the file naming convention still in use.

The sets starting with "5" are corresponding with magazines published 2002 and later by Silwa / ZBF after CCC stopped distributing magazines themselves.
Quote:
Originally Posted by fannatastic View Post
Yes, I think that set01 should be changed to 1296a, etc.

Is there a full list anywhere of sets ~ dates?
We also spoke about the U... sets that time, but sorry I do not remember where. I am not sure, but I think it was something with a source CSV ?
icu is offline   Reply With Quote
The Following User Says Thank You to icu For This Useful Post:
Old 12-17-2009, 09:33 PM   #32
BentBastard
Vintage Member
 
BentBastard's Avatar
 
Join Date: Jun 2007
Posts: 184
Thanks: 216
Thanked 1,634 Times in 106 Posts
BentBastard 10000+BentBastard 10000+BentBastard 10000+BentBastard 10000+BentBastard 10000+BentBastard 10000+BentBastard 10000+BentBastard 10000+BentBastard 10000+BentBastard 10000+BentBastard 10000+
Default

Quote:
Originally Posted by icu View Post
How shall we handle...
- sets without identified mags
- the 500s ( are also not separated from the .PS )

( I need a little time to change the .P to .PS )
Of course at the moment there is no .S Shoot info which to me should have preceeded .SA Shoot Actors. To complicate things, magazine stories, film stories, and official set images have and N to N relationship with shoots. For example: Stories such as "Teenage Photo Gallery", "Porno Album", "Color Climax Album" typically have images from multiple shoots. The loop "Sweet Memories" has footage from the magazine stories "Dice, Dicks And An Eager Cunt" and "Candle Delight". cc82x has images from Educating Tina and Maid In Heaven.

Up until know I had simply haddled these multiple shoot stories with comments, however I am currently in the process of restructuring my data. but I digress..

To answer your question a Shoot as I see it is a distinct entity from the magazines, films or image sets it appears in. Thus a .S and .SA listing is possible even though the magazine story is unknown. However this explanation is not entirely consistent with how fannatastic has set up .SA.
BentBastard is offline   Reply With Quote
The Following 2 Users Say Thank You to BentBastard For This Useful Post:
Old 04-01-2010, 05:11 PM   #33
12860491
Member
 
12860491's Avatar
 
Join Date: Oct 2008
Posts: 19
Thanks: 483
Thanked 43 Times in 30 Posts
12860491 100+12860491 100+12860491 100+
Default Map reference location

Might be an idea to put letters down the vertical axis of the ID contact sheet, i.e.:-

A
B
C
D
E

and put numbers along the horizontal axis :-


1 2 3 4 5 6 7

so models could be identified by grid square, for example, LATIN 3-D7 (meaning Latin sheet 3, fourth row down,seventh from the left).
Might make it a bit easier to keep track.
Could be used in addition to existing ident numbers and part names.


Using this system I think LATIN 2-D5 (Zoe 3) could be Michelle Monaghan.

Last edited by 12860491; 04-01-2010 at 05:23 PM..
12860491 is offline   Reply With Quote
The Following User Says Thank You to 12860491 For This Useful Post:
Old 04-04-2010, 07:34 PM   #34
hos
Model ID Archivist
 
hos's Avatar
 
Join Date: Nov 2008
Location: spaceship earth
Posts: 6,052
Thanks: 30,790
Thanked 49,302 Times in 9,320 Posts
hos 175000+hos 175000+hos 175000+hos 175000+hos 175000+hos 175000+hos 175000+hos 175000+hos 175000+hos 175000+hos 175000+
Default

on which sheet thread are you referring to?

i guess, the problem with your idea is that this board doesn't offer the tools to create such a layout. you need something like tables for this issue.
hos is offline   Reply With Quote
Old 02-19-2012, 12:15 AM   #35
effCup
Vintage Member
 
effCup's Avatar
 
Join Date: Feb 2012
Location: A Pacific island... not the West Island
Posts: 593
Thanks: 12,031
Thanked 5,695 Times in 572 Posts
effCup 25000+effCup 25000+effCup 25000+effCup 25000+effCup 25000+effCup 25000+effCup 25000+effCup 25000+effCup 25000+effCup 25000+effCup 25000+
Default

Quote:
Originally Posted by BentBastard View Post
My 2 cents
ID: best porn name that we here at VEF prefer, if we are in agreement in the first place then this should rarely if ever change, obviously if it is changed then all other csv's linking to the model need to be updated. In many cases this will be the same as Professional Name: but need not be.
BB
Sorry for entering this thread so late in the piece, but:
When designing a database where the potential primary key is not immutable, one should instead create a surrogate primary key field, e.g. numeric.

Benefit: other tables linking to this one can then rely upon that primary key field. Allows all model names/ID to be altered as/when desired. Also allows different models with the same name, i.e. "Tina" or whatever is not a very good choice for primary key. NB, would need additional info. to distinguish this "Tina" from another of the same name, e.g. photo/nationality/filmography/whatever.

Cost: slightly greater complication to data structure, as would have something like:

modelKey [primary key, numeric, unique]
ID [agreed best name at VEF]
...

A normalised database, as opposed to a simple CSV, would have a related table of model names/aliases, and the ID field would be a foreign key pointing to whichever was the agreed best name:

Models table:
modelKey [primary key, numeric, unique]
ID [foreign key, corresp. nameKey selected for this model, perhaps null if undecided?]
Nationality
...

Names table:
nameKey [primary key, numeric, unique]
modelKey [foreign key to Models table]
name [string]

"Aliases" would be a lookup query/join based on Names with corresp. modelKey as their FK.

Sorry, my SQL is getting rust through lack of use.

Late edit:
A Names table would, however, only be useful if other data were being associated with those individual names/aliases.

Last edited by effCup; 02-19-2012 at 02:59 AM.. Reason: Clarification.
effCup is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump




All times are GMT. The time now is 07:05 PM.