Age Verification
This website contains age-restricted material including nudity and explicit content. By entering, you confirm being at least 18 years old or the age of majority in the jurisdiction you are accessing the website from.
I am 18+ or older - Enter
I am under 18 - Exit
Our parental controls page explains how you can easily block access to this site.

Últimos mensajes - Página 823

  Foro

Dorsai6
Desde en Apr 2013
3459 posts

Dorsai's Playlist Generator

Todo sobre iStripper
April 19, 2020, 80 respuestas
Let me explain the sequence of events followed when your collection is Uploaded to the Playlist Generator. The Playlist Generator:

1. Loads and renames the staticProperties.xml file from Totem's server and creates Model and Card records for everything it finds.

2. Reads the models.lst file from you data folder and:
a. Captures additional Card, Model and Clip information including whether or not the card is in your collection
b. Loads one card image per card from your data folder
c. Loads one standing card image (.png file) from your data folder if you've enabled that

This has a logic error that only crashes when your collection includes a card (like an "i" series card) not in the staticProperties.xml file. This coding error has been corrected for version 3.03

3. Deletes unwanted Cards and Models based on you load scope setting

4. Loads the Model Name(s) for each card from the names.lst file in your data folder.

5. Loads card images from Totem's server for any cards where there was no card image in your data folder. This will only happen if you want to include cards not in your collection since there should be card images for all cards in your collection in your data folder.

6. Does a variety of tasks like deducing a model's ethnicity, hair color and age using the card information taken from the staticProperties.xml file

7. Calculates average bytes/second for each card using card information taken from the staticProperties.xml file and uses that to estimate clip play-time based on clip file size. This doesn't work for "d" series cards because the necessary information is not present in the staticProperties.xml file.

8. Counts all sorts of things to improve performance. This includes total number of models, cards and clips, number of cards per model and number of cards by collection per model. One of the last thing it does is count the number of clips per card by hotness. This is where @DukeNukem and @pumpdude48 have encountered a crash I don't yet know the cause of this crash, but there are only a few possibilities and I plan to change the SQL used in the hope that the changes will resolve the problem, but I'm shooting in the dark with this.

9. Configures the User Interface.