Associating directors separately from actors. Added tag photos.
After Width: | Height: | Size: 982 KiB |
After Width: | Height: | Size: 6.6 KiB |
After Width: | Height: | Size: 30 KiB |
After Width: | Height: | Size: 6.6 KiB |
After Width: | Height: | Size: 2.1 MiB |
After Width: | Height: | Size: 341 KiB |
After Width: | Height: | Size: 1.2 MiB |
After Width: | Height: | Size: 1.5 MiB |
After Width: | Height: | Size: 2.4 MiB |
After Width: | Height: | Size: 2.6 MiB |
After Width: | Height: | Size: 1.7 MiB |
After Width: | Height: | Size: 1.0 MiB |
After Width: | Height: | Size: 1.1 MiB |
After Width: | Height: | Size: 1.5 MiB |
After Width: | Height: | Size: 1.6 MiB |
After Width: | Height: | Size: 472 KiB |
After Width: | Height: | Size: 334 KiB |
After Width: | Height: | Size: 380 KiB |
After Width: | Height: | Size: 275 KiB |
After Width: | Height: | Size: 668 KiB |
After Width: | Height: | Size: 396 KiB |
After Width: | Height: | Size: 109 KiB |
After Width: | Height: | Size: 410 KiB |
After Width: | Height: | Size: 301 KiB |
After Width: | Height: | Size: 274 KiB |
After Width: | Height: | Size: 346 KiB |
After Width: | Height: | Size: 511 KiB |
After Width: | Height: | Size: 668 KiB |
After Width: | Height: | Size: 643 KiB |
After Width: | Height: | Size: 276 KiB |
After Width: | Height: | Size: 29 KiB |
After Width: | Height: | Size: 906 KiB |
After Width: | Height: | Size: 6.8 KiB |
After Width: | Height: | Size: 31 KiB |
After Width: | Height: | Size: 800 KiB |
After Width: | Height: | Size: 7.9 KiB |
After Width: | Height: | Size: 38 KiB |
|
@ -806,6 +806,7 @@ const tagPhotos = [
|
|||
['black', 1, 'Ana Foxxx in "DP Me 4"', 'hardx'],
|
||||
['facial', 3, 'Paige Owens in "Oral Restraint"', 'babes'],
|
||||
['facial', 'poster', 'Jynx Maze'],
|
||||
['facial', 'hope_howell_manojob', 'Hope Howell in "Super Slutty Step-Daugher"', 'manojob'],
|
||||
['facial', 2, 'Ashly Anderson', 'hookuphotshot'],
|
||||
['facial', 4, 'Kendra Heart', 'facialsforever'],
|
||||
['facefucking', 6, 'Halle Hayes in "Towering Temptress"', '5kporn'],
|
||||
|
@ -821,6 +822,7 @@ const tagPhotos = [
|
|||
['fake-boobs', 17, 'Felina in "With Flowers On The Floor"', 'louisdemirabert'],
|
||||
['fake-boobs', 1, 'Lela Star in "Thick"', 'julesjordan'],
|
||||
['fake-boobs', 18, 'Ebony Godess', 'actiongirls'],
|
||||
['fake-boobs', 'penthouse_hunter_bryce', 'Hunter Bryce in "On The Bed"', 'Penthouse'],
|
||||
['fake-boobs', 9, 'Putri Cinta', 'watch4beauty'],
|
||||
['fake-boobs', 3, 'Ashly Anderson', 'passionhd'],
|
||||
['fake-boobs', 22, 'Sakura Sena'],
|
||||
|
@ -853,6 +855,7 @@ const tagPhotos = [
|
|||
['gaping', 'poster', 'Zoey Monroe in "Manuel DPs Them All 5"', 'julesjordan'],
|
||||
['gaping', 3, 'Jessyka Swan', '21sextury'],
|
||||
['gaping', 2, 'Alex Grey in "DP Masters 5"', 'julesjordan'],
|
||||
['handjob', 'hope_howell_manojob', 'Hope Howell in "Super Slutty Step-Daugher"', 'manojob'],
|
||||
['interracial', 0, 'Jaye Summers and Prince Yahshua in "Platinum Pussy 3"', 'julesjordan'],
|
||||
['latex', 1, 'Aletta Ocean in "Latex Dream"', 'alettaoceanlive'],
|
||||
['latina', 2, 'Veronica Leal', 'herlimit'],
|
||||
|
@ -877,6 +880,7 @@ const tagPhotos = [
|
|||
['nun', 2, 'Lea Lexis in "Confessions Of A Sinful Nun"', 'sweetheartvideo'],
|
||||
['nurse', 2, 'Evelina Dellai in "Horny Nurses"', 'private'],
|
||||
['nurse', 3, 'Lullu Gun in "Hot Nurse Addicted to Anal"', 'private'],
|
||||
['nurse', 'hunter_bryce_realityjunkies', 'Hunter Bryce', 'realityjunkies'],
|
||||
['nurse', 1, 'Mia Malkova in "Always Think Happy Thoughts"', 'brazzers'],
|
||||
['oil', 1, 'Kissa Sins in "Oil Overload 14"', 'julesjordan'],
|
||||
['oil', 3, 'Vina Sky', 'lubed'],
|
||||
|
|
|
@ -322,11 +322,11 @@ async function storeScenes(releases) {
|
|||
|
||||
const [actors] = await Promise.all([
|
||||
associateActors(releasesWithId, batchId),
|
||||
associateDirectors(releasesWithId, batchId),
|
||||
associateReleaseTags(releasesWithId),
|
||||
storeChapters(releasesWithId),
|
||||
]);
|
||||
|
||||
await associateDirectors(releasesWithId, batchId); // some directors may also be actors, don't associate at the same time
|
||||
await updateReleasesSearch(releasesWithId.map(release => release.id));
|
||||
|
||||
// media is more error-prone, associate separately
|
||||
|
|